>>> Building on sparc64-0b under devel/bazel BDEPENDS = [archivers/unzip;lang/gcc/8,-c++;lang/gcc/8;shells/bash;lang/python/3;lang/gcc/8,-libs;archivers/zip;devel/jdk/11] DIST = [devel/bazel:abseil-abseil-cpp-20230802.1.tar.gz;devel/bazel:bazel-6.3.2-dist.zip] FULLPKGNAME = bazel-6.3.2p1 RDEPENDS = [devel/jdk/11;lang/gcc/8,-libs;lang/python/3] (Junk lock obtained for sparc64-0b at 1717892145.30) >>> Running depends in devel/bazel at 1717892145.37 last junk was in devel/ruby-gettext-setup /usr/sbin/pkg_add -aI -Drepair bash-5.2.26 jdk-11.0.23.9.2v0 unzip-6.0p17 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 unzip-6.0p17 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 1717892207.87 ===> 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.1 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-0b at 1717892218.71) distfiles size=207818135 >>> Running patch in devel/bazel at 1717892218.83 ===> 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 1717892279.36 ===> devel/bazel ===> Generating configure for bazel-6.3.2p1 ===> Configuring for bazel-6.3.2p1 >>> Running build in devel/bazel at 1717892280.91 ===> 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_xKH7iLF9 -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_xKH7iLF9/src -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes -source 11 -target 11 -encoding UTF-8 @/usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_r4OzHisv/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_xKH7iLF9/classes unzip -qn derived/jars/com_google_protobuf/java/core/liblite.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn derived/jars/com_google_protobuf/java/util/libutil.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn derived/jars/zstd-jni/libzstd-jni.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/animal_sniffer/animal-sniffer-annotations-1.14.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/antlr/antlr4-4.5.3.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/apache_commons_codec/commons-codec-1.10.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/apache_commons_io/commons-io-2.4.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/apache_commons_lang/commons-lang-2.6.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/apache_velocity/velocity-1.7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/asm/asm-9.2-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/asm/asm-9.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/asm/asm-analysis-9.2-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/asm/asm-analysis-9.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/asm/asm-commons-9.2-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/asm/asm-commons-9.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/asm/asm-tree-9.2-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/asm/asm-tree-9.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/asm/asm-util-9.2-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/asm/asm-util-9.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/auto/auto-common-1.1.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/auto/auto-service-1.0-rc7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/auto/auto-service-annotations-1.0-rc7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/auto/auto-value-1.8.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/auto/auto-value-annotations-1.8.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/auto/autotransient-1.0.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/bazel_bootstrap/libautocodec-annotation.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/bazel_bootstrap/libautocodec-processor.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/bazel_bootstrap/libregistered-singleton.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/bazel_bootstrap/libserialization-constant-annotation.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/bazel_bootstrap/libserialization-constant-processor.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/bazel_bootstrap/libserialization-processor-util.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/bazel_bootstrap/libserialization.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/bazel_bootstrap/libunsafe-provider.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/bytebuddy/byte-buddy-1.9.7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/bytebuddy/byte-buddy-agent-1.9.7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/caffeine/caffeine-2.9.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/checker_framework_javacutil/javacutil-3.2.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/compile_testing/compile-testing-0.18.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/diffutils/diffutils-1.3.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/error_prone/threeten-extra-1.5.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/flogger/flogger-0.5.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/flogger/flogger-system-backend-0.5.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/flogger/google-extensions-0.5.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-api-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-api-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-auth-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-auth-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-context-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-context-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-core-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-core-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-netty-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-netty-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-protobuf-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-protobuf-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-stub-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/grpc-java/grpc-stub-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/gson/gson-2.8.6.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/guava/failureaccess-1.0.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/hamcrest/hamcrest-core-1.3.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/hungarian_algorithm/software-and-algorithms-1.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/ijar/test/jar-with-manifest.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/ijar/test/jar-without-manifest.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/ijar/test/libwrongcentraldir.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/ijar/test/nestmates/nestmates.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/ijar/test/records/records.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/ijar/test/sealed/sealed.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/java/android_databinding/v3_4_0/base.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/java/android_databinding/v3_4_0/compiler.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/java/android_databinding/v3_4_0/exec.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/java/j2objc-annotations/j2objc-annotations-1.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/java/jacoco/jacocoagent-0.8.7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/java/javapoet/javapoet-1.12.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/java/jcommander/jcommander-1.48.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/java/proguard/proguard6.2.2/lib/proguard.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/java/proguard/proguard6.2.2/lib/proguardgui.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/java/proguard/proguard6.2.2/lib/retrace.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/jaxb/jaxb-api-2.3.1-patched.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/jaxb/jaxb-api-2.3.1-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/jaxb/jaxb-api-2.3.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/jcip_annotations/jcip-annotations-1.0-1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/jetbrains_annotations/annotations-13.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/jetifier/jetifier-core-1.0.0-beta04.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/jimfs/jimfs-1.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/jsr305/jsr-305.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/jsr330_inject/javax.inject.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/junit/junit-4.13.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/juniversalchardet/juniversalchardet-1.0.3.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/kotlin_stdlib/kotlin-stdlib-1.3.21.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/mockito/mockito-core-3.12.4.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/netty/netty-buffer-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/netty/netty-codec-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/netty/netty-common-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/netty/netty-handler-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/netty/netty-resolver-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/netty/netty-transport-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/objenesis/objenesis-1_3.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/opencensus/opencensus-api-0.24.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/pcollections/pcollections-2.1.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/perfmark/perfmark-api-0.19.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/reactive_streams/reactive-streams-1.0.3.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/rxjava3/rxjava-3.1.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/truth/truth-1.0.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/truth8/truth-java8-extension-1.0.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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_xKH7iLF9/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_xKH7iLF9/classes unzip -qn third_party/turbine/turbine_direct.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/xz/xz-1.9.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/guava/guava-31.1-jre.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes unzip -qn third_party/guava/guava-testlib-31.1-jre.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes ./usr/local/jdk-11/bin/jar cmf /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/MANIFEST.MF /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/libblaze.jar -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes A.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes AUTHORS -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes AnnotatedClass.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes Annotations$ParametersOnlyAnnotation.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes Annotations$RuntimeInvisible.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes Annotations$RuntimeVisible.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes Annotations.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes B.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes LICENSE -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes LICENSE-junit.txt -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes LICENSE.txt -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes MANIFEST.MF -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes NOTICE -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes NOTICE.txt -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes NestTest$P.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes NestTest.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes RecordTest.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes SealedTest$Bar.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes SealedTest$Foo.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes SealedTest.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes about.html -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes android -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes androidx -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes api-versions.xml -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes api_diff.proto -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes autovalue -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes autovaluegson -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes blogspot -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes build -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes com -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes data_binding_version_info.properties -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes default.config -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes default.generated.config -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes deps.proto -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes difflib -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes io -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes jacocoagent.jar -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes javax -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes junit -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes kotlin -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes libzstd-jni.so -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes lombok -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes manifest.proto -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes module-info.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes module-info.java -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes net -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes org -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes pom.xml -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/classes proguard -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_xKH7iLF9/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 .../external/bazelci_rules; Extracting bazelci_rules-1.0.0.tar.gz   Loading: Fetching repository @bazelci_rules; Patching repository  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  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: Loading: Loading: Fetching repository @io_bazel_rules_sass; starting Fetching ...H7iLF9/out/external/io_bazel_rules_sass; Extracting 1.25.0.zip   Loading: Fetching repository @io_bazel_rules_sass; starting  Loading: 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 Fetching repository @bazel_skylib; starting Fetching ...ternal/rules_nodejs; Extracting rules_nodejs-core-5.5.0.tar.gz Fetching ...ut/external/bazel_skylib; Extracting bazel-skylib-1.0.3.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_xKH7iLF9/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: Loading: Fetching repository @local_config_winsdk; starting  Loading: Fetching repository @local_config_winsdk; Restarting.  Loading: Fetching repository @local_config_winsdk; starting  Loading: Fetching repository @com_github_grpc_grpc; starting  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 Fetching ...9/out/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz   Loading: Fetching repository @com_github_grpc_grpc; starting Fetching ...9/out/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz   Loading: Fetching repository @com_github_grpc_grpc; starting Fetching ...9/out/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz   Loading: Fetching repository @com_github_grpc_grpc; starting Fetching ...9/out/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz   Loading: Fetching repository @com_github_grpc_grpc; starting 4s Fetching ...ut/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 4s   Loading: Fetching repository @com_github_grpc_grpc; starting 5s Fetching ...ut/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 5s   Loading: Fetching repository @com_github_grpc_grpc; starting 6s Fetching ...ut/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 6s   Loading: Fetching repository @com_github_grpc_grpc; starting 7s Fetching ...ut/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 7s   Loading: Fetching repository @com_github_grpc_grpc; starting 8s 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 17s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 16s   Loading: Fetching repository @com_github_grpc_grpc; starting 18s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 17s   Loading: Fetching repository @com_github_grpc_grpc; starting 19s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 18s   Loading: Fetching repository @com_github_grpc_grpc; starting 20s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 20s   Loading: Fetching repository @com_github_grpc_grpc; starting 21s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 21s   Loading: Fetching repository @com_github_grpc_grpc; starting 22s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 22s   Loading: Fetching repository @com_github_grpc_grpc; Patching repository 23s  Loading: Loading: Fetching repository @com_google_protobuf; Restarting. Fetching repository @com_envoyproxy_protoc_gen_validate; Restarting. Fetching repository @upb; starting Fetching repository @com_google_googleapis; starting     Loading: Fetching repository @com_google_protobuf; starting Fetching repository @com_envoyproxy_protoc_gen_validate; starting Fetching repository @upb; starting Fetching repository @com_google_googleapis; starting Fetching ...tar.gz; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/2f9af297c84c55c8b871ba4495e01ade42476c92.tar.gz 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_protobuf; starting Fetching repository @com_envoyproxy_protoc_gen_validate; starting Fetching repository @upb; starting Fetching repository @com_google_googleapis; starting Fetching ...lidate; Extracting 4694024279bdac52b77e22dc87808bd0fd732b69.ta\ r.gz Fetching ...al/upb; Extracting a5477045acaa34586420942098f5fecd3570f577.ta\ r.gz         Loading: Fetching repository @com_google_protobuf; starting Fetching repository @com_envoyproxy_protoc_gen_validate; starting Fetching repository @upb; starting Fetching repository @com_google_googleapis; 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_protobuf; starting Fetching repository @com_envoyproxy_protoc_gen_validate; starting Fetching repository @upb; starting Fetching repository @com_google_googleapis; starting Fetching ...lidate; Extracting 4694024279bdac52b77e22dc87808bd0fd732b69.ta\ r.gz Fetching ...al/upb; Extracting a5477045acaa34586420942098f5fecd3570f577.ta\ r.gz Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz Fetching ...F9/out/external/com_google_protobuf; Extracting v3.19.6.tar.gz            Loading: Fetching repository @com_google_protobuf; starting Fetching repository @com_envoyproxy_protoc_gen_validate; starting Fetching repository @upb; Patching repository Fetching repository @com_google_googleapis; starting Fetching ...lidate; Extracting 4694024279bdac52b77e22dc87808bd0fd732b69.ta\ r.gz Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz Fetching ...F9/out/external/com_google_protobuf; Extracting v3.19.6.tar.gz          Loading: Fetching repository @com_google_protobuf; starting Fetching repository @com_google_googleapis; starting Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz Fetching ...F9/out/external/com_google_protobuf; Extracting v3.19.6.tar.gz Fetching repository @bazel_gazelle; starting       Loading: Fetching repository @com_google_protobuf; starting Fetching repository @com_google_googleapis; starting Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz Fetching ...F9/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_protobuf; starting Fetching repository @com_google_googleapis; starting Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz Fetching ...F9/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_protobuf; starting Fetching repository @com_google_googleapis; starting Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz Fetching ...F9/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_protobuf; starting 4s Fetching repository @com_google_googleapis; starting 4s 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_protobuf; starting 5s Fetching repository @com_google_googleapis; 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 4s       Loading: Fetching repository @com_google_protobuf; starting 5s Fetching repository @com_google_googleapis; starting 5s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 5s Fetching ...out/external/com_google_protobuf; Extracting v3.19.6.tar.gz 4s      Loading: Fetching repository @com_google_protobuf; starting 6s Fetching repository @com_google_googleapis; starting 6s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 6s Fetching ...out/external/com_google_protobuf; Extracting v3.19.6.tar.gz 5s      Loading: Fetching repository @com_google_protobuf; starting 7s Fetching repository @com_google_googleapis; starting 7s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 7s Fetching ...out/external/com_google_protobuf; Extracting v3.19.6.tar.gz 6s      Loading: Fetching repository @com_google_protobuf; starting 8s Fetching repository @com_google_googleapis; starting 8s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 8s Fetching ...out/external/com_google_protobuf; Extracting v3.19.6.tar.gz 8s      Loading: Fetching repository @com_google_protobuf; Patching repository 9s Fetching repository @com_google_googleapis; starting 9s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 9s     Loading: Fetching repository @com_google_googleapis; starting 10s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 10s    Loading: Fetching repository @com_google_googleapis; starting 11s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 11s    Loading: Fetching repository @com_google_googleapis; starting 12s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 12s    Loading: Fetching repository @com_google_googleapis; starting 13s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 13s    Loading: Loading: Loading: 0 packages loaded Loading: 0 packages loaded currently loading: src  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 (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: Fetching repository @rules_license; starting Fetching repository @rules_java; starting Fetching .../external/rules_license; Extracting rules_license-0.0.3.tar.gz Fetching ...s_java; Extracting 7cf3cefd652008d0a64a419c34c13bdca6c8f178.zi\ p       Analyzing: target //src:bazel_nojdk (3 packages loaded, 3 targets configured) currently loading: Fetching repository @rules_license; starting Fetching repository @rules_java; Patching repository    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) currently loading: src/conditions  Analyzing: target //src:bazel_nojdk (9 packages loaded, 16 targets configured) currently loading: @rules_license//licenses/spdx ... (4 packages) Fetching repository @local_config_sh; starting   Analyzing: target //src:bazel_nojdk (10 packages loaded, 16 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (6 packages) Fetching repository @local_config_sh; starting Fetching repository @nodejs_toolchains; starting Fetching repository @local_jdk; starting Fetching ...ory @remotejdk11_linux_ppc64le_toolchain_config_repo; starting Fetching ...ory @remotejdk11_linux_aarch64_toolchain_config_repo; starting        Analyzing: target //src:bazel_nojdk (18 packages loaded, 21 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (14 packages) Fetching repository @local_jdk; starting Fetching repository @local_config_cc_toolchains; starting     Analyzing: target //src:bazel_nojdk (42 packages loaded, 38 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (9 packages) Fetching repository @local_jdk; starting Fetching ...ory @remotejdk17_macos_aarch64_toolchain_config_repo; starting Fetching repository @rules_cc; starting Fetching repository @rules_python; starting Fetching repository @rules_proto; starting Fetching ...H7iLF9/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz Fetching ..._proto; Extracting 7e4afce6fe62dbff0a4a03450143146f9f2d7488.ta\ r.gz           Analyzing: target //src:bazel_nojdk (48 packages loaded, 38 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (9 packages) Fetching repository @local_jdk; starting Fetching repository @rules_cc; starting Fetching repository @rules_python; starting Fetching repository @rules_proto; starting Fetching ...H7iLF9/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz Fetching ..._proto; Extracting 7e4afce6fe62dbff0a4a03450143146f9f2d7488.ta\ r.gz          Analyzing: target //src:bazel_nojdk (53 packages loaded, 41 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (8 packages) Fetching repository @local_jdk; starting Fetching repository @rules_cc; starting Fetching repository @rules_proto; Patching repository Fetching ...H7iLF9/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz       Analyzing: target //src:bazel_nojdk (55 packages loaded, 41 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (6 packages) Fetching repository @local_jdk; starting Fetching repository @rules_cc; starting Fetching repository @rules_proto; Patching repository Fetching ...H7iLF9/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz       Analyzing: target //src:bazel_nojdk (59 packages loaded, 43 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (2 packages) Fetching repository @local_jdk; starting Fetching repository @rules_cc; starting Fetching ...H7iLF9/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz      Analyzing: target //src:bazel_nojdk (60 packages loaded, 48 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    Analyzing: target //src:bazel_nojdk (65 packages loaded, 154 targets configure\ d) currently loading: @local_jdk// ... (6 packages)   Analyzing: target //src:bazel_nojdk (87 packages loaded, 264 targets configure\ d) currently loading: tools/test ... (4 packages)   Analyzing: target //src:bazel_nojdk (100 packages loaded, 365 targets configur\ ed) currently loading: @rules_nodejs//nodejs   Analyzing: target //src:bazel_nojdk (101 packages loaded, 557 targets configur\ ed) currently loading: @rules_nodejs//nodejs   Analyzing: target //src:bazel_nojdk (106 packages loaded, 701 targets configur\ ed) currently loading: tools/bash/runfiles ... (7 packages)   Analyzing: target //src:bazel_nojdk (121 packages loaded, 810 targets configur\ ed) currently loading: tools/build_defs/repo ... (4 packages)   Analyzing: target //src:bazel_nojdk (126 packages loaded, 896 targets configur\ ed)  Analyzing: target //src:bazel_nojdk (129 packages loaded, 959 targets configur\ ed) currently loading: @com_google_protobuf// ... (5 packages)   Analyzing: target //src:bazel_nojdk (147 packages loaded, 1029 targets configu\ red) currently loading: @com_google_protobuf// ... (6 packages)   Analyzing: target //src:bazel_nojdk (157 packages loaded, 1063 targets configu\ red) currently loading: @com_google_protobuf// ... (6 packages)   Analyzing: target //src:bazel_nojdk (161 packages loaded, 1063 targets configu\ red) currently loading: @com_google_protobuf// ... (5 packages)   Analyzing: target //src:bazel_nojdk (163 packages loaded, 1065 targets configu\ red) currently loading: @com_google_protobuf// ... (4 packages)   Analyzing: target //src:bazel_nojdk (164 packages loaded, 1078 targets configu\ red) currently loading: @com_google_protobuf// ... (5 packages)   Analyzing: target //src:bazel_nojdk (166 packages loaded, 1083 targets configu\ red) currently loading: @com_google_protobuf// ... (4 packages)   Analyzing: target //src:bazel_nojdk (169 packages loaded, 1083 targets configu\ red) currently loading: @com_google_protobuf// ... (4 packages)   Analyzing: target //src:bazel_nojdk (172 packages loaded, 1089 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (2 packages)   Analyzing: target //src:bazel_nojdk (173 packages loaded, 1122 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (2 packages)   Analyzing: target //src:bazel_nojdk (174 packages loaded, 1160 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (2 packages)   Analyzing: target //src:bazel_nojdk (176 packages loaded, 1165 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (2 packages)   Analyzing: target //src:bazel_nojdk (177 packages loaded, 1191 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/rules ... (\ 2 packages)    Analyzing: target //src:bazel_nojdk (186 packages loaded, 1287 targets configu\ red) currently loading: @bazel_tools//src ... (3 packages)   Analyzing: target //src:bazel_nojdk (194 packages loaded, 1345 targets configu\ red) currently loading: @bazel_tools//src ... (3 packages)   Analyzing: target //src:bazel_nojdk (199 packages loaded, 1401 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/skyframe ..\ . (5 packages)    Analyzing: target //src:bazel_nojdk (204 packages loaded, 1501 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/skyframe ..\ . (5 packages)    Analyzing: target //src:bazel_nojdk (209 packages loaded, 1686 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/skyframe ..\ . (3 packages)    Analyzing: target //src:bazel_nojdk (213 packages loaded, 1832 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (2 packages) Fetching repository @googleapis; starting    Analyzing: target //src:bazel_nojdk (217 packages loaded, 1851 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (2 packages)   Analyzing: target //src:bazel_nojdk (222 packages loaded, 1889 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (4 packages)   Analyzing: target //src:bazel_nojdk (231 packages loaded, 1966 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (5 packages)   Analyzing: target //src:bazel_nojdk (251 packages loaded, 2051 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (3 packages)   Analyzing: target //src:bazel_nojdk (258 packages loaded, 2118 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (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 (263 packages loaded, 2182 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (2 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 (268 packages loaded, 2199 targets configu\ red) currently loading: @com_google_protobuf//java/core Fetching repository @zstd-jni; starting    Analyzing: target //src:bazel_nojdk (270 packages loaded, 2216 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (2 packages) Fetching repository @zstd-jni; starting    Analyzing: target //src:bazel_nojdk (271 packages loaded, 2234 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (2 packages) Fetching repository @zstd-jni; starting 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 (274 packages loaded, 2332 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (2 packages) Fetching repository @zstd-jni; starting Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip      Analyzing: target //src:bazel_nojdk (280 packages loaded, 2462 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (2 packages) Fetching repository @zstd-jni; starting Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip      Analyzing: target //src:bazel_nojdk (283 packages loaded, 2606 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (2 packages) Fetching repository @zstd-jni; starting Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip      Analyzing: target //src:bazel_nojdk (283 packages loaded, 2691 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (2 packages) Fetching repository @zstd-jni; starting Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (283 packages loaded, 2791 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (3 packages) Fetching repository @zstd-jni; starting Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (286 packages loaded, 2885 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (3 packages) Fetching repository @zstd-jni; starting Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (287 packages loaded, 2968 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (3 packages) Fetching repository @zstd-jni; starting Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (290 packages loaded, 3143 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/analysis/st\ arlark/annotations/processor Fetching repository @zstd-jni; starting Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz        Analyzing: target //src:bazel_nojdk (291 packages loaded, 3187 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/analysis/st\ arlark/annotations/processor Fetching repository @zstd-jni; starting Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz        Analyzing: target //src:bazel_nojdk (295 packages loaded, 3426 targets configu\ red) currently loading: @com_google_protobuf//java/lite Fetching repository @zstd-jni; starting Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (299 packages loaded, 3574 targets configu\ red) Fetching repository @zstd-jni; starting Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz      Analyzing: target //src:bazel_nojdk (299 packages loaded, 3843 targets configu\ red) currently loading: third_party/css/font_awesome Fetching repository @zstd-jni; starting Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (307 packages loaded, 4182 targets configu\ red) currently loading: third_party/java/proguard Fetching repository @zstd-jni; starting 4s Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (312 packages loaded, 4346 targets configu\ red) currently loading: third_party/java/proguard ... (3 packages) Fetching repository @zstd-jni; starting 4s Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (325 packages loaded, 4451 targets configu\ red) currently loading: third_party/android_dex ... (4 packages) Fetching repository @zstd-jni; starting 4s Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (329 packages loaded, 4669 targets configu\ red) currently loading: @io_bazel// Fetching repository @zstd-jni; starting 4s Fetching repository @com_google_absl; starting Fetching .../bazel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (330 packages loaded, 5201 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/bazel/rules\ /android/ndkcrosstools/r21 Fetching repository @zstd-jni; starting 5s Fetching repository @com_google_absl; starting 4s Fetching ...zel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip 4s Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz        Analyzing: target //src:bazel_nojdk (341 packages loaded, 5597 targets configu\ red) Fetching repository @zstd-jni; starting 5s Fetching repository @com_google_absl; starting 4s Fetching ...zel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip 4s Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz      Analyzing: target //src:bazel_nojdk (342 packages loaded, 6022 targets configu\ red) currently loading: @bazel_tools//third_party/zlib ... (2 packages) Fetching repository @zstd-jni; starting 5s Fetching repository @com_google_absl; starting 4s Fetching ...zel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip 4s Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (344 packages loaded, 6250 targets configu\ red) currently loading: third_party/ijar/test Fetching repository @zstd-jni; starting 5s Fetching repository @com_google_absl; starting 4s Fetching ...zel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip 4s Fetching ...LF9/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (345 packages loaded, 7104 targets configu\ red) currently loading: third_party/ijar/test Fetching repository @zstd-jni; starting 5s Fetching repository @com_google_absl; starting 5s Fetching ...zel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip 4s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 4s       Analyzing: target //src:bazel_nojdk (346 packages loaded, 7599 targets configu\ red) Fetching repository @zstd-jni; starting 7s Fetching repository @com_google_absl; starting 6s Fetching ...zel_xKH7iLF9/out/external/zstd-jni; Extracting v1.5.2-3.zip 5s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 5s      Analyzing: target //src:bazel_nojdk (346 packages loaded, 7684 targets configu\ red) Fetching repository @zstd-jni; Patching repository 7s 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, 7714 targets configu\ red) Fetching repository @zstd-jni; Patching repository 8s Fetching repository @com_google_absl; starting 7s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 6s     Analyzing: target //src:bazel_nojdk (346 packages loaded, 7753 targets configu\ red) Fetching repository @com_google_absl; starting 8s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 7s    Analyzing: target //src:bazel_nojdk (346 packages loaded, 7818 targets configu\ red) currently loading: @zstd-jni// Fetching repository @com_google_absl; starting 8s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 7s     Analyzing: target //src:bazel_nojdk (347 packages loaded, 7905 targets configu\ red) currently loading: src/java_tools/singlejar Fetching repository @com_google_absl; starting 8s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 7s     Analyzing: target //src:bazel_nojdk (349 packages loaded, 8188 targets configu\ red) Fetching repository @com_google_absl; starting 8s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 8s    Analyzing: target //src:bazel_nojdk (349 packages loaded, 8370 targets configu\ red) Fetching repository @com_google_absl; starting 10s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 9s    Analyzing: target //src:bazel_nojdk (349 packages loaded, 8584 targets configu\ red) Fetching repository @com_google_absl; Patching repository 10s   Analyzing: target //src:bazel_nojdk (349 packages loaded, 8625 targets configu\ red) currently loading: @com_google_absl//absl/random ... (11 packages)   Analyzing: target //src:bazel_nojdk (359 packages loaded, 8658 targets configu\ red) currently loading: @com_google_absl//absl/container ... (3 packages)   Analyzing: target //src:bazel_nojdk (362 packages loaded, 8885 targets configu\ red) currently loading: @com_google_absl//absl/debugging   Analyzing: target //src:bazel_nojdk (365 packages loaded, 8927 targets configu\ red) currently loading: @com_google_absl//absl/numeric   Analyzing: target //src:bazel_nojdk (366 packages loaded, 9328 targets configu\ red) currently loading: @com_google_absl//absl/random/internal ... (2 packages) Fetching repository @com_github_cncf_udpa; starting Fetching ...f_udpa; Extracting cb28da3451f158a947dfc45090fe92b07b243bc1.ta\ r.gz      Analyzing: target //src:bazel_nojdk (372 packages loaded, 9512 targets configu\ red) currently loading: @upb// ... (2 packages) Fetching repository @com_github_cncf_udpa; starting Fetching ...f_udpa; Extracting cb28da3451f158a947dfc45090fe92b07b243bc1.ta\ r.gz      Analyzing: target //src:bazel_nojdk (373 packages loaded, 9750 targets configu\ red) currently loading: @upb//upbc ... (2 packages)   Analyzing: target //src:bazel_nojdk (379 packages loaded, 9933 targets configu\ red) currently loading: @com_github_cncf_udpa//xds/data/orca/v3 ... (3 packages\ )    Analyzing: target //src:bazel_nojdk (382 packages loaded, 10016 targets config\ ured) currently loading: @com_google_googleapis//google/api   Analyzing: target //src:bazel_nojdk (383 packages loaded, 10049 targets config\ ured) currently loading: @com_envoyproxy_protoc_gen_validate//validate   Analyzing: target //src:bazel_nojdk (384 packages loaded, 10109 targets config\ ured)  Analyzing: target //src:bazel_nojdk (384 packages loaded, 10221 targets config\ ured)  Analyzing: target //src:bazel_nojdk (384 packages loaded, 10302 targets config\ ured)  Analyzing: target //src:bazel_nojdk (384 packages loaded, 10347 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 / 233] [Scann] Compiling src/main/tools/daemonize.c [4 / 238] 4 actions, 2 running Executing genrule //third_party/zlib:embedded_build_file; 1s local //src:package_bazel_on_host_platform; 1s local Compiling src/main/cpp/util/port.cc; 0s local Compiling src/main/tools/daemonize.c; 0s local @bazel_tools//third_party/ijar:zipper; 0s local @com_google_protobuf//:protoc; 0s local //src/tools/singlejar:singlejar; 0s local Writing file src/embedded_tools_nojdk.params; 0s local         [9 / 273] 4 actions, 3 running Compiling src/main/cpp/util/port.cc; 1s local Compiling src/main/tools/daemonize.c; 1s local @com_google_protobuf//:protoc; 0s local [Scann] Compiling src/main/cpp/util/strings.cc [for tool]     [10 / 334] 4 actions, 3 running Compiling src/main/cpp/util/port.cc; 1s local Compiling src/main/tools/daemonize.c; 1s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local [Scann] Compiling third_party/zlib/zutil.c [for tool]     [10 / 334] 5 actions, 4 running Compiling src/main/cpp/util/port.cc; 1s local Compiling src/main/tools/daemonize.c; 1s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local Compiling third_party/zlib/zutil.c [for tool]; 0s local [Sched] Compiling third_party/ijar/zlib_client.cc      [11 / 341] 5 actions running Compiling src/main/cpp/util/port.cc; 1s local Compiling src/main/tools/daemonize.c; 1s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local Compiling third_party/zlib/zutil.c [for tool]; 0s local Compiling third_party/ijar/zlib_client.cc; 0s local      [11 / 341] 6 actions running Compiling src/main/cpp/util/port.cc; 2s local Compiling src/main/tools/daemonize.c; 2s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local Compiling third_party/zlib/zutil.c [for tool]; 0s local Compiling third_party/ijar/zlib_client.cc; 0s local //third_party/ijar:ijar; 0s local       [12 / 347] 6 actions running Compiling src/main/cpp/util/port.cc; 2s local Compiling src/main/tools/daemonize.c; 2s local Compiling src/main/cpp/util/strings.cc [for tool]; 1s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling third_party/ijar/zlib_client.cc; 0s local Compiling third_party/ijar/zlib_client.cc [for tool]; 0s local       [12 / 348] 7 actions running Compiling src/main/cpp/util/port.cc; 2s local Compiling src/main/tools/daemonize.c; 2s local Compiling src/main/cpp/util/strings.cc [for tool]; 1s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling third_party/ijar/zlib_client.cc; 1s local Compiling third_party/ijar/zlib_client.cc [for tool]; 0s local Executing genrule //tools/cpp/runfiles:srcs_for_embedded_tools; 0s local        [13 / 348] 6 actions running Compiling src/main/cpp/util/port.cc; 2s local Compiling src/main/tools/daemonize.c; 2s local Compiling src/main/cpp/util/strings.cc [for tool]; 1s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling third_party/ijar/zlib_client.cc; 1s local Compiling third_party/ijar/zlib_client.cc [for tool]; 0s local       [13 / 348] 7 actions, 6 running Compiling src/main/cpp/util/port.cc; 3s local Compiling src/main/tools/daemonize.c; 3s local Compiling src/main/cpp/util/strings.cc [for tool]; 1s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling third_party/ijar/zlib_client.cc; 1s local Compiling third_party/ijar/zlib_client.cc [for tool]; 0s local [Scann] Compiling src/google/protobuf/wire_format_lite.cc [for tool]        [15 / 348] 7 actions, 5 running Compiling src/main/tools/daemonize.c; 3s local Compiling src/main/cpp/util/strings.cc [for tool]; 2s local Compiling third_party/ijar/zlib_client.cc; 1s local Compiling third_party/ijar/zlib_client.cc [for tool]; 1s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 0s local [Prepa] Linking src/main/cpp/util/libport.a [Prepa] Compiling third_party/zlib/uncompr.c [for tool]        [15 / 348] 8 actions, 7 running Compiling src/main/tools/daemonize.c; 3s local Compiling src/main/cpp/util/strings.cc [for tool]; 2s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/uncompr.c [for tool]; 0s local Executing genrule //tools/java:copy_java_stub_template; 0s local [Sched] Linking src/main/cpp/util/libport.a         [17 / 348] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 2s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/uncompr.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [Prepa] Linking src/main/tools/daemonize        [17 / 348] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 2s local Compiling third_party/ijar/zlib_client.cc; 2s local Compiling third_party/ijar/zlib_client.cc [for tool]; 2s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 0s local Compiling third_party/zlib/uncompr.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [Sched] Linking src/main/tools/daemonize        [18 / 348] 7 actions, 4 running Compiling src/main/cpp/util/strings.cc [for tool]; 3s local Compiling third_party/ijar/zlib_client.cc; 2s 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/cpp/util/libport.a [Sched] Linking src/main/tools/daemonize [Scann] Compiling third_party/zlib/trees.c [for tool]        [18 / 348] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 3s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/trees.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [Sched] Linking src/main/tools/daemonize        [18 / 348] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 4s local Compiling third_party/ijar/zlib_client.cc; 3s local Compiling third_party/ijar/zlib_client.cc [for tool]; 3s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 2s local Compiling third_party/zlib/trees.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [Sched] Linking src/main/tools/daemonize [Scann] Compiling third_party/zlib/adler32.c [for tool]         [18 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 4s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/trees.c [for tool]; 1s local Compiling third_party/zlib/adler32.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [Sched] Linking src/main/tools/daemonize         [18 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 5s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/trees.c [for tool]; 2s local Compiling third_party/zlib/adler32.c [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a [Sched] Linking src/main/tools/daemonize         [19 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 5s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/trees.c [for tool]; 2s local Compiling third_party/zlib/adler32.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [Sched] Linking src/main/tools/daemonize         [19 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 6s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/trees.c [for tool]; 3s local Compiling third_party/zlib/adler32.c; 1s local [Sched] Linking src/main/cpp/util/libport.a; 4s [Sched] Linking src/main/tools/daemonize; 4s         [20 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 7s local Compiling third_party/ijar/zlib_client.cc; 6s local Compiling third_party/ijar/zlib_client.cc [for tool]; 6s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 5s local Compiling third_party/zlib/trees.c [for tool]; 3s local Compiling third_party/zlib/compress.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 4s [Sched] Linking src/main/tools/daemonize; 4s         [21 / 348] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 7s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/trees.c [for tool]; 4s local [Sched] Linking src/main/cpp/util/libport.a; 5s [Sched] Linking src/main/tools/daemonize; 4s [Scann] Compiling third_party/zlib/compress.c         [22 / 348] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 8s local Compiling third_party/ijar/zlib_client.cc; 7s local Compiling third_party/ijar/zlib_client.cc [for tool]; 7s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 6s local Compiling third_party/zlib/compress.c; 0s local [Sched] Linking src/main/cpp/util/libport.a; 5s [Sched] Linking src/main/tools/daemonize; 5s [Scann] Compiling third_party/zlib/inftrees.c [for tool]         [22 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 8s local Compiling third_party/ijar/zlib_client.cc; 7s local Compiling third_party/ijar/zlib_client.cc [for tool]; 7s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 6s local Compiling third_party/zlib/compress.c; 0s local Compiling third_party/zlib/inftrees.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 5s [Sched] Linking src/main/tools/daemonize; 5s         [23 / 348] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 8s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/inftrees.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 6s [Sched] Linking src/main/tools/daemonize; 5s [Scann] Compiling third_party/zlib/crc32.c [for tool]         [23 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 8s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/inftrees.c [for tool]; 0s local Compiling third_party/zlib/crc32.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 6s [Sched] Linking src/main/tools/daemonize; 6s         [24 / 348] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 9s local Compiling third_party/ijar/zlib_client.cc; 8s local Compiling third_party/ijar/zlib_client.cc [for tool]; 8s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 7s local Compiling third_party/zlib/crc32.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 6s [Sched] Linking src/main/tools/daemonize; 6s        [24 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 9s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/crc32.c [for tool]; 0s local Compiling third_party/zlib/inflate.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 7s [Sched] Linking src/main/tools/daemonize; 6s         [25 / 348] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 10s local Compiling third_party/ijar/zlib_client.cc; 9s local Compiling third_party/ijar/zlib_client.cc [for tool]; 9s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 8s local Compiling third_party/zlib/inflate.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 7s [Sched] Linking src/main/tools/daemonize; 7s [Scann] Compiling third_party/zlib/crc32.c         [25 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 10s local Compiling third_party/ijar/zlib_client.cc; 9s local Compiling third_party/ijar/zlib_client.cc [for tool]; 9s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 8s local Compiling third_party/zlib/inflate.c [for tool]; 1s local Compiling third_party/zlib/crc32.c; 0s local [Sched] Linking src/main/cpp/util/libport.a; 7s [Sched] Linking src/main/tools/daemonize; 7s         [25 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 11s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/inflate.c [for tool]; 2s local Compiling third_party/zlib/crc32.c; 1s local [Sched] Linking src/main/cpp/util/libport.a; 9s [Sched] Linking src/main/tools/daemonize; 8s         [26 / 348] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 11s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/inflate.c [for tool]; 2s local [Sched] Linking src/main/cpp/util/libport.a; 9s [Sched] Linking src/main/tools/daemonize; 8s [Scann] Compiling third_party/zlib/deflate.c [for tool]         [26 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 12s local Compiling third_party/ijar/zlib_client.cc; 11s local Compiling third_party/ijar/zlib_client.cc [for tool]; 11s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 10s local Compiling third_party/zlib/inflate.c [for tool]; 2s local Compiling third_party/zlib/deflate.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 9s [Sched] Linking src/main/tools/daemonize; 9s         [26 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 13s local Compiling third_party/ijar/zlib_client.cc; 12s local Compiling third_party/ijar/zlib_client.cc [for tool]; 12s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 11s local Compiling third_party/zlib/inflate.c [for tool]; 3s local Compiling third_party/zlib/deflate.c [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a; 10s [Sched] Linking src/main/tools/daemonize; 10s         [26 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 14s local Compiling third_party/ijar/zlib_client.cc; 13s local Compiling third_party/ijar/zlib_client.cc [for tool]; 13s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 12s local Compiling third_party/zlib/inflate.c [for tool]; 4s local Compiling third_party/zlib/deflate.c [for tool]; 2s local [Sched] Linking src/main/cpp/util/libport.a; 11s [Sched] Linking src/main/tools/daemonize; 11s         [27 / 348] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 15s local Compiling third_party/ijar/zlib_client.cc; 14s local Compiling third_party/ijar/zlib_client.cc [for tool]; 14s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 13s local Compiling third_party/zlib/deflate.c [for tool]; 3s local [Sched] Linking src/main/cpp/util/libport.a; 12s [Sched] Linking src/main/tools/daemonize; 12s        [27 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 15s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/deflate.c [for tool]; 3s local Compiling third_party/zlib/inffast.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 13s [Sched] Linking src/main/tools/daemonize; 12s         [27 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 16s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/deflate.c [for tool]; 4s local Compiling third_party/zlib/inffast.c [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a; 14s [Sched] Linking src/main/tools/daemonize; 13s         [28 / 348] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 16s local Compiling third_party/ijar/zlib_client.cc; 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 Compiling third_party/zlib/deflate.c [for tool]; 5s local Compiling third_party/zlib/infback.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 14s [Sched] Linking src/main/tools/daemonize; 14s         [29 / 348] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 17s local Compiling third_party/ijar/zlib_client.cc; 16s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 15s local Compiling third_party/zlib/deflate.c [for tool]; 5s local Compiling third_party/zlib/infback.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 14s [Sched] Linking src/main/tools/daemonize; 14s [Prepa] Linking third_party/ijar/libzlib_client.a [for tool]         [29 / 348] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 17s local Compiling third_party/ijar/zlib_client.cc; 16s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 15s local Compiling third_party/zlib/deflate.c [for tool]; 5s local Compiling third_party/zlib/infback.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 14s [Sched] Linking src/main/tools/daemonize; 14s [Sched] Linking third_party/ijar/libzlib_client.a [for tool]         [31 / 348] 8 actions, 4 running Compiling src/main/cpp/util/strings.cc [for tool]; 17s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 15s local Compiling third_party/zlib/infback.c [for tool]; 1s local Compiling third_party/zlib/deflate.c; 0s local [Sched] Linking src/main/cpp/util/libport.a; 15s [Sched] Linking src/main/tools/daemonize; 14s [Sched] Linking third_party/ijar/libzlib_client.a [for tool] [Sched] Linking third_party/ijar/libzlib_client.a         [31 / 348] 8 actions, 4 running Compiling src/main/cpp/util/strings.cc [for tool]; 18s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 16s local Compiling third_party/zlib/infback.c [for tool]; 2s local Compiling third_party/zlib/deflate.c; 1s local [Sched] Linking src/main/cpp/util/libport.a; 16s [Sched] Linking src/main/tools/daemonize; 16s [Sched] Linking third_party/ijar/libzlib_client.a [for tool] [Sched] Linking third_party/ijar/libzlib_client.a         [32 / 348] 8 actions, 3 running Compiling src/main/cpp/util/strings.cc [for tool]; 19s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 17s local Compiling third_party/zlib/deflate.c; 1s local [Sched] Linking src/main/cpp/util/libport.a; 16s [Sched] Linking src/main/tools/daemonize; 16s [Sched] Linking third_party/ijar/libzlib_client.a [for tool] [Sched] Linking third_party/ijar/libzlib_client.a [Prepa] Compiling third_party/zlib/gzwrite.c [for tool]         [32 / 348] 8 actions, 4 running Compiling src/main/cpp/util/strings.cc [for tool]; 19s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 17s local Compiling third_party/zlib/deflate.c; 1s local Compiling third_party/zlib/gzwrite.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 16s [Sched] Linking src/main/tools/daemonize; 16s [Sched] Linking third_party/ijar/libzlib_client.a [for tool] [Sched] Linking third_party/ijar/libzlib_client.a         [32 / 348] 8 actions, 4 running Compiling src/main/cpp/util/strings.cc [for tool]; 20s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 18s local Compiling third_party/zlib/deflate.c; 2s local Compiling third_party/zlib/gzwrite.c [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a; 17s [Sched] Linking src/main/tools/daemonize; 17s [Sched] Linking third_party/ijar/libzlib_client.a [for tool] [Sched] Linking third_party/ijar/libzlib_client.a         [33 / 348] 8 actions, 3 running Compiling src/main/cpp/util/strings.cc [for tool]; 20s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 18s local Compiling third_party/zlib/deflate.c; 3s local [Sched] Linking src/main/cpp/util/libport.a; 18s [Sched] Linking src/main/tools/daemonize; 17s [Sched] Linking third_party/ijar/libzlib_client.a [for tool] [Sched] Linking third_party/ijar/libzlib_client.a [Scann] Compiling third_party/zlib/gzread.c [for tool]         [33 / 348] 8 actions, 4 running Compiling src/main/cpp/util/strings.cc [for tool]; 21s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 19s local Compiling third_party/zlib/deflate.c; 3s local Compiling third_party/zlib/gzread.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 18s [Sched] Linking src/main/tools/daemonize; 18s [Sched] Linking third_party/ijar/libzlib_client.a [for tool] [Sched] Linking third_party/ijar/libzlib_client.a         [33 / 348] 8 actions, 4 running Compiling src/main/cpp/util/strings.cc [for tool]; 22s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 20s local Compiling third_party/zlib/deflate.c; 4s local Compiling third_party/zlib/gzread.c [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a; 19s [Sched] Linking src/main/tools/daemonize; 19s [Sched] Linking third_party/ijar/libzlib_client.a [for tool]; 4s [Sched] Linking third_party/ijar/libzlib_client.a; 4s         [34 / 348] 8 actions, 4 running Compiling src/main/cpp/util/strings.cc [for tool]; 22s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 20s local Compiling third_party/zlib/deflate.c; 4s local Compiling third_party/zlib/gzlib.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 19s [Sched] Linking src/main/tools/daemonize; 19s [Sched] Linking third_party/ijar/libzlib_client.a [for tool]; 5s [Sched] Linking third_party/ijar/libzlib_client.a; 4s         [35 / 348] 8 actions, 4 running Compiling src/main/cpp/util/strings.cc [for tool]; 22s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 20s local Compiling third_party/zlib/gzlib.c [for tool]; 0s local Compiling third_party/zlib/gzclose.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 20s [Sched] Linking src/main/tools/daemonize; 19s [Sched] Linking third_party/ijar/libzlib_client.a [for tool]; 5s [Sched] Linking third_party/ijar/libzlib_client.a; 5s         [36 / 348] 8 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 21s local Compiling third_party/zlib/gzlib.c [for tool]; 0s local Compiling third_party/zlib/gzclose.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 20s [Sched] Linking src/main/tools/daemonize; 20s [Sched] Linking third_party/ijar/libzlib_client.a [for tool]; 5s [Sched] Linking third_party/ijar/libzlib_client.a; 5s [Prepa] Linking src/main/cpp/util/libstrings.a [for tool]         [37 / 348] 8 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 21s local Compiling third_party/zlib/gzlib.c [for tool]; 1s local Linking src/main/cpp/util/libport.a; 0s local [Sched] Linking src/main/tools/daemonize; 20s [Sched] Linking third_party/ijar/libzlib_client.a [for tool]; 6s [Sched] Linking third_party/ijar/libzlib_client.a; 5s [Sched] Linking src/main/cpp/util/libstrings.a [for tool] [Scann] Compiling third_party/zlib/gzclose.c         [37 / 348] 8 actions, 4 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 21s local Compiling third_party/zlib/gzlib.c [for tool]; 1s local Linking src/main/cpp/util/libport.a; 0s local Linking src/main/tools/daemonize; 0s local [Sched] Linking third_party/ijar/libzlib_client.a [for tool]; 6s [Sched] Linking third_party/ijar/libzlib_client.a; 6s [Sched] Linking src/main/cpp/util/libstrings.a [for tool] [Sched] Compiling third_party/zlib/gzclose.c         [38 / 388] 8 actions, 4 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 21s local Compiling third_party/zlib/gzlib.c [for tool]; 1s local Linking src/main/tools/daemonize; 0s local Compiling third_party/zlib/gzclose.c; 0s local [Sched] Linking third_party/ijar/libzlib_client.a [for tool]; 6s [Sched] Linking third_party/ijar/libzlib_client.a; 6s [Sched] Linking src/main/cpp/util/libstrings.a [for tool] [Sched] Compiling src/google/protobuf/wire_format_lite.cc         [39 / 388] 8 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 22s local Linking src/main/tools/daemonize; 0s local Compiling third_party/zlib/gzclose.c; 0s local [Sched] Linking third_party/ijar/libzlib_client.a [for tool]; 7s [Sched] Linking third_party/ijar/libzlib_client.a; 6s [Sched] Linking src/main/cpp/util/libstrings.a [for tool] [Sched] Compiling src/google/protobuf/wire_format_lite.cc [Sched] Compiling third_party/zlib/gzclose.c [for tool]         [40 / 388] 7 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 22s local Compiling third_party/zlib/gzclose.c; 0s local Linking third_party/ijar/libzlib_client.a [for tool]; 0s local [Sched] Linking third_party/ijar/libzlib_client.a; 6s [Sched] Linking src/main/cpp/util/libstrings.a [for tool] [Sched] Compiling src/google/protobuf/wire_format_lite.cc [Sched] Compiling third_party/zlib/gzclose.c [for tool]        [41 / 388] 7 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 22s local Compiling third_party/zlib/gzclose.c; 0s local Linking third_party/ijar/libzlib_client.a; 0s local [Sched] Linking src/main/cpp/util/libstrings.a [for tool] [Sched] Compiling src/google/protobuf/wire_format_lite.cc [Sched] Compiling third_party/zlib/gzclose.c [for tool] [Sched] Executing genrule //tools/osx:xcode-locator-genrule        [42 / 389] 7 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 22s local Compiling third_party/zlib/gzclose.c; 1s local Linking src/main/cpp/util/libstrings.a [for tool]; 0s local [Sched] Compiling src/google/protobuf/wire_format_lite.cc [Sched] Compiling third_party/zlib/gzclose.c [for tool] [Sched] Executing genrule //tools/osx:xcode-locator-genrule [Sched] Compiling third_party/ijar/platform_utils.cc [for tool]        [43 / 390] 7 actions running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 23s local Compiling third_party/zlib/gzclose.c; 1s local Compiling third_party/zlib/zutil.c [for tool]; 0s local Compiling src/google/protobuf/wire_format_lite.cc; 0s local Executing genrule //tools/osx:xcode-locator-genrule; 0s local Compiling third_party/zlib/gzclose.c [for tool]; 0s local Compiling third_party/ijar/platform_utils.cc [for tool]; 0s local        [43 / 390] 8 actions, 7 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 23s local Compiling third_party/zlib/gzclose.c; 1s local Compiling third_party/zlib/zutil.c [for tool]; 0s local Compiling src/google/protobuf/wire_format_lite.cc; 0s local Executing genrule //tools/osx:xcode-locator-genrule; 0s local Compiling third_party/zlib/gzclose.c [for tool]; 0s local Compiling third_party/ijar/platform_utils.cc [for tool]; 0s local [Sched] Compiling src/main/cpp/util/port.cc [for tool]         [43 / 390] 8 actions running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 23s local Compiling third_party/zlib/gzclose.c; 2s local Compiling third_party/zlib/zutil.c [for tool]; 0s local Compiling src/google/protobuf/wire_format_lite.cc; 0s local Executing genrule //tools/osx:xcode-locator-genrule; 0s local Compiling third_party/zlib/gzclose.c [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         [45 / 391] 8 actions running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 24s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling src/google/protobuf/wire_format_lite.cc; 1s local Compiling third_party/zlib/gzclose.c [for tool]; 1s local Compiling third_party/ijar/platform_utils.cc [for tool]; 1s local Compiling src/main/cpp/util/port.cc [for tool]; 0s local Compiling src/main/tools/dummy-sandbox.c; 0s local Compiling third_party/zlib/gzlib.c [for tool]; 0s local         [46 / 391] 8 actions, 7 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 24s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling src/google/protobuf/wire_format_lite.cc; 1s local Compiling third_party/zlib/gzclose.c [for tool]; 1s local Compiling third_party/ijar/platform_utils.cc [for tool]; 1s local Compiling src/main/tools/dummy-sandbox.c; 0s local Compiling third_party/zlib/gzlib.c [for tool]; 0s local [Prepa] Linking src/main/cpp/util/libport.a [for tool]         [48 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 24s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling src/google/protobuf/wire_format_lite.cc; 1s 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/cpp/util/libport.a [for tool] [Sched] Linking src/main/tools/linux-sandbox [Scann] Compiling third_party/zlib/deflate.c [for tool]         [49 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 24s local Compiling src/google/protobuf/wire_format_lite.cc; 1s 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/deflate.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool] [Sched] Linking src/main/tools/linux-sandbox [Prepa] Compiling third_party/zlib/zutil.c         [49 / 391] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 24s local Compiling src/google/protobuf/wire_format_lite.cc; 2s local Compiling third_party/ijar/platform_utils.cc [for tool]; 2s local Compiling third_party/zlib/gzlib.c [for tool]; 1s local Compiling third_party/zlib/deflate.c [for tool]; 0s local Compiling third_party/zlib/zutil.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool] [Sched] Linking src/main/tools/linux-sandbox         [50 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 25s local Compiling src/google/protobuf/wire_format_lite.cc; 2s local Compiling third_party/ijar/platform_utils.cc [for tool]; 2s local Compiling third_party/zlib/gzlib.c [for tool]; 1s local Compiling third_party/zlib/deflate.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool] [Sched] Linking src/main/tools/linux-sandbox [Scann] Compiling third_party/zlib/uncompr.c [for tool]         [51 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 25s local Compiling src/google/protobuf/wire_format_lite.cc; 2s local Compiling third_party/ijar/platform_utils.cc [for tool]; 2s local Compiling third_party/zlib/deflate.c [for tool]; 1s local Compiling third_party/zlib/uncompr.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool] [Sched] Linking src/main/tools/linux-sandbox [Scann] Compiling third_party/zlib/gzlib.c         [51 / 391] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 26s local Compiling src/google/protobuf/wire_format_lite.cc; 3s local Compiling third_party/ijar/platform_utils.cc [for tool]; 3s local Compiling third_party/zlib/deflate.c [for tool]; 1s local Compiling third_party/zlib/uncompr.c [for tool]; 0s local Compiling third_party/zlib/gzlib.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool] [Sched] Linking src/main/tools/linux-sandbox         [52 / 391] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 26s local Compiling src/google/protobuf/wire_format_lite.cc; 3s local Compiling third_party/ijar/platform_utils.cc [for tool]; 3s local Compiling third_party/zlib/deflate.c [for tool]; 1s local Compiling third_party/zlib/gzlib.c; 0s local Compiling third_party/zlib/uncompr.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool] [Sched] Linking src/main/tools/linux-sandbox         [53 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 26s local Compiling src/google/protobuf/wire_format_lite.cc; 3s local Compiling third_party/ijar/platform_utils.cc [for tool]; 3s local Compiling third_party/zlib/deflate.c [for tool]; 2s local Compiling third_party/zlib/gzlib.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool] [Sched] Linking src/main/tools/linux-sandbox [Scann] Compiling third_party/zlib/trees.c [for tool]         [53 / 391] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 27s local Compiling src/google/protobuf/wire_format_lite.cc; 4s local Compiling third_party/ijar/platform_utils.cc [for tool]; 4s local Compiling third_party/zlib/deflate.c [for tool]; 2s local Compiling third_party/zlib/gzlib.c; 1s local Compiling third_party/zlib/trees.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool] [Sched] Linking src/main/tools/linux-sandbox         [54 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 27s local Compiling src/google/protobuf/wire_format_lite.cc; 4s local Compiling third_party/ijar/platform_utils.cc [for tool]; 4s local Compiling third_party/zlib/deflate.c [for tool]; 2s local Compiling third_party/zlib/trees.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool] [Sched] Linking src/main/tools/linux-sandbox [Prepa] Compiling third_party/zlib/gzread.c [for tool]         [54 / 391] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 27s local Compiling src/google/protobuf/wire_format_lite.cc; 4s local Compiling third_party/ijar/platform_utils.cc [for tool]; 4s local Compiling third_party/zlib/deflate.c [for tool]; 2s local Compiling third_party/zlib/trees.c [for tool]; 0s local Compiling third_party/zlib/gzread.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool] [Sched] Linking src/main/tools/linux-sandbox         [54 / 391] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 28s local Compiling src/google/protobuf/wire_format_lite.cc; 5s local Compiling third_party/ijar/platform_utils.cc [for tool]; 5s local Compiling third_party/zlib/deflate.c [for tool]; 4s local Compiling third_party/zlib/trees.c [for tool]; 1s local Compiling third_party/zlib/gzread.c [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 4s [Sched] Linking src/main/tools/linux-sandbox; 4s         [55 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 29s local Compiling src/google/protobuf/wire_format_lite.cc; 6s local Compiling third_party/ijar/platform_utils.cc [for tool]; 6s local Compiling third_party/zlib/deflate.c [for tool]; 4s local Compiling third_party/zlib/trees.c [for tool]; 2s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 4s [Sched] Linking src/main/tools/linux-sandbox; 4s [Scann] Compiling third_party/zlib/gzread.c         [55 / 391] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 29s local Compiling src/google/protobuf/wire_format_lite.cc; 6s local Compiling third_party/ijar/platform_utils.cc [for tool]; 6s local Compiling third_party/zlib/deflate.c [for tool]; 4s local Compiling third_party/zlib/trees.c [for tool]; 2s local Compiling third_party/zlib/gzread.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 5s [Sched] Linking src/main/tools/linux-sandbox; 5s         [55 / 391] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 30s local Compiling src/google/protobuf/wire_format_lite.cc; 7s local Compiling third_party/ijar/platform_utils.cc [for tool]; 7s local Compiling third_party/zlib/deflate.c [for tool]; 5s local Compiling third_party/zlib/trees.c [for tool]; 3s local Compiling third_party/zlib/gzread.c; 1s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 6s [Sched] Linking src/main/tools/linux-sandbox; 6s         [56 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 30s local Compiling src/google/protobuf/wire_format_lite.cc; 7s local Compiling third_party/ijar/platform_utils.cc [for tool]; 7s local Compiling third_party/zlib/deflate.c [for tool]; 6s local Compiling third_party/zlib/gzread.c; 1s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 6s [Sched] Linking src/main/tools/linux-sandbox; 6s [Scann] Compiling third_party/zlib/trees.c         [57 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 31s local Compiling src/google/protobuf/wire_format_lite.cc; 8s local Compiling third_party/ijar/platform_utils.cc [for tool]; 8s local Compiling third_party/zlib/gzread.c; 1s local Compiling third_party/zlib/trees.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 6s [Sched] Linking src/main/tools/linux-sandbox; 6s [Scann] Compiling third_party/zlib/crc32.c [for tool]         [58 / 391] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 31s local Compiling src/google/protobuf/wire_format_lite.cc; 8s local Compiling third_party/ijar/platform_utils.cc [for tool]; 8s local Compiling third_party/zlib/trees.c; 0s local Compiling third_party/zlib/crc32.c [for tool]; 0s local Compiling third_party/zlib/gzwrite.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 7s [Sched] Linking src/main/tools/linux-sandbox; 7s         [58 / 391] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 32s local Compiling src/google/protobuf/wire_format_lite.cc; 9s local Compiling third_party/ijar/platform_utils.cc [for tool]; 9s local Compiling third_party/zlib/trees.c; 1s local Compiling third_party/zlib/crc32.c [for tool]; 1s local Compiling third_party/zlib/gzwrite.c [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 8s [Sched] Linking src/main/tools/linux-sandbox; 8s         [59 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 32s local Compiling src/google/protobuf/wire_format_lite.cc; 9s local Compiling third_party/ijar/platform_utils.cc [for tool]; 9s local Compiling third_party/zlib/trees.c; 1s local Compiling third_party/zlib/gzwrite.c [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 8s [Sched] Linking src/main/tools/linux-sandbox; 8s [Scann] Compiling third_party/zlib/compress.c [for tool]         [60 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 33s local Compiling src/google/protobuf/wire_format_lite.cc; 10s local Compiling third_party/ijar/platform_utils.cc [for tool]; 10s local Compiling third_party/zlib/trees.c; 2s local Compiling third_party/zlib/compress.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 8s [Sched] Linking src/main/tools/linux-sandbox; 8s [Scann] Compiling third_party/zlib/gzwrite.c         [61 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc; 10s local Compiling third_party/ijar/platform_utils.cc [for tool]; 10s local Compiling third_party/zlib/trees.c; 2s local Compiling third_party/zlib/compress.c [for tool]; 0s local Compiling third_party/zlib/gzwrite.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 8s [Sched] Linking src/main/tools/linux-sandbox; 8s [Prepa] Compiling src/google/protobuf/stubs/time.cc [for tool]         [61 / 391] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc; 10s local Compiling third_party/ijar/platform_utils.cc [for tool]; 10s local Compiling third_party/zlib/trees.c; 2s local Compiling third_party/zlib/compress.c [for tool]; 0s local Compiling third_party/zlib/gzwrite.c; 0s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 9s [Sched] Linking src/main/tools/linux-sandbox; 9s         [62 / 391] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc; 10s local Compiling third_party/ijar/platform_utils.cc [for tool]; 10s local Compiling third_party/zlib/trees.c; 2s local Compiling third_party/zlib/gzwrite.c; 0s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 0s local Compiling third_party/zlib/adler32.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 9s [Sched] Linking src/main/tools/linux-sandbox; 9s         [62 / 391] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc; 11s local Compiling third_party/ijar/platform_utils.cc [for tool]; 11s local Compiling third_party/zlib/trees.c; 3s local Compiling third_party/zlib/gzwrite.c; 1s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 1s local Compiling third_party/zlib/adler32.c [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 10s [Sched] Linking src/main/tools/linux-sandbox; 10s         [64 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc; 12s local Compiling third_party/ijar/platform_utils.cc [for tool]; 12s local Compiling third_party/zlib/trees.c; 4s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 1s local Compiling third_party/zlib/infback.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 10s [Sched] Linking src/main/tools/linux-sandbox; 10s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in         [65 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc; 12s local Compiling third_party/ijar/platform_utils.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 2s local Compiling third_party/zlib/infback.c [for tool]; 0s local Compiling third_party/zlib/inftrees.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 10s [Sched] Linking src/main/tools/linux-sandbox; 10s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in         [65 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc; 13s local Compiling third_party/ijar/platform_utils.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 3s local Compiling third_party/zlib/infback.c [for tool]; 1s local Compiling third_party/zlib/inftrees.c [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 12s [Sched] Linking src/main/tools/linux-sandbox; 12s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in         [66 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc; 13s local Compiling third_party/ijar/platform_utils.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 3s local Compiling third_party/zlib/infback.c [for tool]; 1s local Compiling third_party/zlib/inftrees.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 12s [Sched] Linking src/main/tools/linux-sandbox; 12s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in         [67 / 391] 8 actions, 4 running Compiling src/google/protobuf/wire_format_lite.cc; 14s local Compiling third_party/ijar/platform_utils.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 4s local Compiling third_party/zlib/inftrees.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 13s [Sched] Linking src/main/tools/linux-sandbox; 13s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in [Scann] Compiling third_party/zlib/infback.c         [67 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc; 14s local Compiling third_party/ijar/platform_utils.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 4s local Compiling third_party/zlib/inftrees.c; 1s local Compiling third_party/zlib/infback.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 13s [Sched] Linking src/main/tools/linux-sandbox; 13s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in         [68 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc; 14s local Compiling third_party/ijar/platform_utils.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 4s local Compiling third_party/zlib/infback.c; 0s local Compiling third_party/zlib/inflate.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 13s [Sched] Linking src/main/tools/linux-sandbox; 13s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in         [68 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc; 16s local Compiling third_party/ijar/platform_utils.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 5s local Compiling third_party/zlib/infback.c; 1s local Compiling third_party/zlib/inflate.c [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 14s [Sched] Linking src/main/tools/linux-sandbox; 14s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in         [68 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc; 17s local Compiling third_party/ijar/platform_utils.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 6s local Compiling third_party/zlib/infback.c; 2s local Compiling third_party/zlib/inflate.c [for tool]; 2s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 15s [Sched] Linking src/main/tools/linux-sandbox; 15s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 5s         [69 / 391] 8 actions, 4 running Compiling src/google/protobuf/wire_format_lite.cc; 17s local Compiling third_party/ijar/platform_utils.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 6s local Compiling third_party/zlib/inflate.c [for tool]; 2s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 15s [Sched] Linking src/main/tools/linux-sandbox; 15s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 5s [Scann] Compiling third_party/zlib/inffast.c [for tool]         [69 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc; 17s local Compiling third_party/ijar/platform_utils.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 7s local Compiling third_party/zlib/inflate.c [for tool]; 2s local Compiling third_party/zlib/inffast.c [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 16s [Sched] Linking src/main/tools/linux-sandbox; 16s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 5s         [70 / 391] 8 actions, 4 running Compiling src/google/protobuf/wire_format_lite.cc; 18s local Compiling third_party/ijar/platform_utils.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 8s local Compiling third_party/zlib/inflate.c [for tool]; 3s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 17s [Sched] Linking src/main/tools/linux-sandbox; 17s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 6s [Scann] Compiling third_party/zlib/inffast.c         [70 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc; 18s local Compiling third_party/ijar/platform_utils.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 8s local Compiling third_party/zlib/inflate.c [for tool]; 4s local Compiling third_party/zlib/inffast.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 17s [Sched] Linking src/main/tools/linux-sandbox; 17s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 6s         [71 / 391] 8 actions, 4 running Compiling src/google/protobuf/wire_format_lite.cc; 19s local Compiling third_party/ijar/platform_utils.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 9s local Compiling third_party/zlib/inflate.c [for tool]; 5s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 18s [Sched] Linking src/main/tools/linux-sandbox; 18s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 7s [Scann] Compiling third_party/zlib/inflate.c         [71 / 391] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc; 20s local Compiling third_party/ijar/platform_utils.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 9s local Compiling third_party/zlib/inflate.c [for tool]; 5s local Compiling third_party/zlib/inflate.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 18s [Sched] Linking src/main/tools/linux-sandbox; 18s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 8s         [72 / 391] 8 actions, 4 running Compiling src/google/protobuf/wire_format_lite.cc; 20s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 10s local Compiling third_party/zlib/inflate.c [for tool]; 5s local Compiling third_party/zlib/inflate.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 19s [Sched] Linking src/main/tools/linux-sandbox; 19s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 8s [Prepa] Linking third_party/ijar/libplatform_utils.a [for tool]         [73 / 391] 8 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc; 20s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 10s local Compiling third_party/zlib/inflate.c; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 19s [Sched] Linking src/main/tools/linux-sandbox; 19s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 8s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool] [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool]         [73 / 391] 8 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc; 21s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 11s local Compiling third_party/zlib/inflate.c; 2s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 20s [Sched] Linking src/main/tools/linux-sandbox; 20s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 9s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool] [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool]         [73 / 391] 8 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc; 22s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 12s local Compiling third_party/zlib/inflate.c; 3s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 21s [Sched] Linking src/main/tools/linux-sandbox; 21s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 10s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool] [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool]         [73 / 391] 8 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc; 23s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 13s local Compiling third_party/zlib/inflate.c; 4s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 22s [Sched] Linking src/main/tools/linux-sandbox; 22s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 11s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool] [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool]         [73 / 391] 8 actions, 4 running Compiling src/google/protobuf/wire_format_lite.cc; 24s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 14s local Compiling third_party/zlib/inflate.c; 4s local Linking src/main/cpp/util/libport.a [for tool]; 0s local [Sched] Linking src/main/tools/linux-sandbox; 23s [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 12s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool] [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool]         [75 / 392] 8 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc; 24s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 14s local Linking src/main/tools/linux-sandbox; 0s local [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 12s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool]; 4s [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool]; 4s [Sched] Linking third_party/zlib/libzlib_checked_in.a [Scann] Compiling src/main/cpp/util/numbers.cc [for tool]         [75 / 392] 8 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc; 25s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 14s local Linking src/main/tools/linux-sandbox; 0s local [Sched] @bazel_tools//third_party/zlib:zlib_checked_in; 13s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool]; 4s [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool]; 4s [Sched] Linking third_party/zlib/libzlib_checked_in.a [Sched] Compiling src/main/cpp/util/numbers.cc [for tool]         [76 / 392] 7 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc; 25s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 14s local @bazel_tools//third_party/zlib:zlib_checked_in; 0s local [Sched] Linking third_party/ijar/libplatform_utils.a [for tool]; 4s [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool]; 4s [Sched] Linking third_party/zlib/libzlib_checked_in.a [Sched] Compiling src/main/cpp/util/numbers.cc [for tool]        [76 / 399] 8 actions, 4 running Compiling src/google/protobuf/wire_format_lite.cc; 25s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 15s local Linking third_party/ijar/libplatform_utils.a [for tool]; 0s local [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool]; 5s [Sched] Linking third_party/zlib/libzlib_checked_in.a [Sched] Compiling src/main/cpp/util/numbers.cc [for tool] [Sched] Compiling src/main/tools/logging.cc        [78 / 402] 7 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc; 25s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 15s local Linking third_party/zlib/libzlib_checked_in.a [for tool]; 0s local [Sched] Linking third_party/zlib/libzlib_checked_in.a [Sched] Compiling src/main/cpp/util/numbers.cc [for tool] [Sched] Compiling src/main/tools/logging.cc [Prepa] Compiling third_party/ijar/zlib_client.cc [for tool]        [79 / 402] 7 actions, 3 running Compiling src/google/protobuf/wire_format_lite.cc; 26s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 15s local Linking third_party/zlib/libzlib_checked_in.a; 0s local [Sched] Compiling src/main/cpp/util/numbers.cc [for tool] [Sched] Compiling src/main/tools/logging.cc [Sched] Compiling third_party/ijar/zlib_client.cc [for tool] [Sched] Compiling third_party/ijar/mapped_file_unix.cc [for tool]        [81 / 405] 7 actions running Compiling src/google/protobuf/wire_format_lite.cc; 26s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 16s local Compiling src/main/cpp/util/numbers.cc [for tool]; 0s local Compiling third_party/ijar/zlib_client.cc [for tool]; 0s local Compiling src/main/tools/logging.cc; 0s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 0s local //src:create_embedded_tools; 0s local        [82 / 405] 6 actions running Compiling src/google/protobuf/wire_format_lite.cc; 26s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 16s local Compiling src/main/cpp/util/numbers.cc [for tool]; 0s local Compiling third_party/ijar/zlib_client.cc [for tool]; 0s local Compiling src/main/tools/logging.cc; 0s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 0s local       [82 / 405] 7 actions running Compiling src/google/protobuf/wire_format_lite.cc; 26s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 16s local Compiling src/main/cpp/util/numbers.cc [for tool]; 0s local Compiling third_party/ijar/zlib_client.cc [for tool]; 0s local Compiling src/main/tools/logging.cc; 0s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 0s local //src:create_embedded_tools; 0s local        [82 / 405] 8 actions running Compiling src/google/protobuf/wire_format_lite.cc; 27s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 16s local Compiling src/main/cpp/util/numbers.cc [for tool]; 0s local Compiling third_party/ijar/zlib_client.cc [for tool]; 0s local Compiling src/main/tools/logging.cc; 0s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 0s local //src:create_embedded_tools; 0s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 0s local         [84 / 406] 8 actions running Compiling src/google/protobuf/wire_format_lite.cc; 27s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 17s local Compiling src/main/cpp/util/numbers.cc [for tool]; 1s local Compiling third_party/ijar/zlib_client.cc [for tool]; 1s local Compiling src/main/tools/logging.cc; 1s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 1s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 0s local Compiling third_party/ijar/zip_main.cc [for tool]; 0s local         [85 / 406] 8 actions, 7 running Compiling src/google/protobuf/wire_format_lite.cc; 27s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 17s local Compiling src/main/cpp/util/numbers.cc [for tool]; 1s local Compiling third_party/ijar/zlib_client.cc [for tool]; 1s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 1s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 0s local Compiling third_party/ijar/zip_main.cc [for tool]; 0s local [Sched] Linking src/main/tools/liblogging.a         [85 / 406] 8 actions, 7 running Compiling src/google/protobuf/wire_format_lite.cc; 28s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 18s local Compiling src/main/cpp/util/numbers.cc [for tool]; 2s local Compiling third_party/ijar/zlib_client.cc [for tool]; 2s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 2s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 1s local Compiling third_party/ijar/zip_main.cc [for tool]; 1s local [Sched] Linking src/main/tools/liblogging.a         [85 / 406] 8 actions, 7 running Compiling src/google/protobuf/wire_format_lite.cc; 29s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 19s local Compiling src/main/cpp/util/numbers.cc [for tool]; 3s local Compiling third_party/ijar/zlib_client.cc [for tool]; 3s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 3s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 2s local Compiling third_party/ijar/zip_main.cc [for tool]; 2s local [Sched] Linking src/main/tools/liblogging.a         [85 / 406] 8 actions, 7 running Compiling src/google/protobuf/wire_format_lite.cc; 30s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 20s local Compiling src/main/cpp/util/numbers.cc [for tool]; 4s local Compiling third_party/ijar/zlib_client.cc [for tool]; 4s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 4s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 3s local Compiling third_party/ijar/zip_main.cc [for tool]; 3s local [Sched] Linking src/main/tools/liblogging.a         [86 / 406] 8 actions, 6 running Compiling src/google/protobuf/stubs/time.cc [for tool]; 20s local Compiling src/main/cpp/util/numbers.cc [for tool]; 5s local Compiling third_party/ijar/zlib_client.cc [for tool]; 5s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 5s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 4s local Compiling third_party/ijar/zip_main.cc [for tool]; 3s local [Sched] Linking src/main/tools/liblogging.a [Scann] Compiling src/google/protobuf/stubs/time.cc         [86 / 406] 8 actions, 7 running Compiling src/google/protobuf/stubs/time.cc [for tool]; 21s local Compiling src/main/cpp/util/numbers.cc [for tool]; 5s local Compiling third_party/ijar/zlib_client.cc [for tool]; 5s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 5s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 4s local Compiling third_party/ijar/zip_main.cc [for tool]; 4s local Compiling src/google/protobuf/stubs/time.cc; 0s local [Sched] Linking src/main/tools/liblogging.a         [87 / 406] 8 actions, 6 running Compiling src/main/cpp/util/numbers.cc [for tool]; 5s local Compiling third_party/ijar/zlib_client.cc [for tool]; 5s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 5s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 4s local Compiling third_party/ijar/zip_main.cc [for tool]; 4s local Compiling src/google/protobuf/stubs/time.cc; 0s local [Sched] Linking src/main/tools/liblogging.a; 4s [Scann] Compiling src/google/protobuf/stubs/strutil.cc [for tool]         [87 / 406] 8 actions, 7 running Compiling src/main/cpp/util/numbers.cc [for tool]; 6s local Compiling third_party/ijar/zlib_client.cc [for tool]; 6s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 6s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 5s local Compiling third_party/ijar/zip_main.cc [for tool]; 4s local Compiling src/google/protobuf/stubs/time.cc; 1s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 0s local [Sched] Linking src/main/tools/liblogging.a; 4s         [87 / 406] 8 actions, 7 running Compiling src/main/cpp/util/numbers.cc [for tool]; 7s local Compiling third_party/ijar/zlib_client.cc [for tool]; 7s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 7s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 6s local Compiling third_party/ijar/zip_main.cc [for tool]; 5s local Compiling src/google/protobuf/stubs/time.cc; 2s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 1s local [Sched] Linking src/main/tools/liblogging.a; 5s         [87 / 406] 8 actions, 7 running Compiling src/main/cpp/util/numbers.cc [for tool]; 8s local Compiling third_party/ijar/zlib_client.cc [for tool]; 8s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 8s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 7s local Compiling third_party/ijar/zip_main.cc [for tool]; 7s local Compiling src/google/protobuf/stubs/time.cc; 3s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 2s local [Sched] Linking src/main/tools/liblogging.a; 6s         [87 / 406] 8 actions, 7 running Compiling src/main/cpp/util/numbers.cc [for tool]; 9s local Compiling third_party/ijar/zlib_client.cc [for tool]; 9s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 9s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 8s local Compiling third_party/ijar/zip_main.cc [for tool]; 8s local Compiling src/google/protobuf/stubs/time.cc; 4s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 3s local [Sched] Linking src/main/tools/liblogging.a; 7s         [87 / 406] 8 actions, 7 running Compiling src/main/cpp/util/numbers.cc [for tool]; 10s local Compiling third_party/ijar/zlib_client.cc [for tool]; 10s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 10s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 9s local Compiling third_party/ijar/zip_main.cc [for tool]; 9s local Compiling src/google/protobuf/stubs/time.cc; 5s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 4s local [Sched] Linking src/main/tools/liblogging.a; 8s         [87 / 406] 8 actions, 7 running Compiling src/main/cpp/util/numbers.cc [for tool]; 11s local Compiling third_party/ijar/zlib_client.cc [for tool]; 11s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 11s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 10s local Compiling third_party/ijar/zip_main.cc [for tool]; 10s local Compiling src/google/protobuf/stubs/time.cc; 6s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 5s local [Sched] Linking src/main/tools/liblogging.a; 10s         [87 / 406] 8 actions, 7 running Compiling src/main/cpp/util/numbers.cc [for tool]; 12s local Compiling third_party/ijar/zlib_client.cc [for tool]; 12s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 12s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 11s local Compiling third_party/ijar/zip_main.cc [for tool]; 11s local Compiling src/google/protobuf/stubs/time.cc; 7s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 6s local [Sched] Linking src/main/tools/liblogging.a; 11s         [87 / 406] 8 actions, 7 running Compiling src/main/cpp/util/numbers.cc [for tool]; 13s local Compiling third_party/ijar/zlib_client.cc [for tool]; 13s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 13s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 12s local Compiling third_party/ijar/zip_main.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/time.cc; 8s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 7s local [Sched] Linking src/main/tools/liblogging.a; 12s         [87 / 406] 8 actions, 7 running Compiling src/main/cpp/util/numbers.cc [for tool]; 14s local Compiling third_party/ijar/zlib_client.cc [for tool]; 14s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 14s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 13s local Compiling third_party/ijar/zip_main.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/time.cc; 9s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 8s local [Sched] Linking src/main/tools/liblogging.a; 13s         [88 / 406] 7 actions, 6 running Compiling src/main/cpp/util/numbers.cc [for tool]; 15s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 15s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 14s local Compiling third_party/ijar/zip_main.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/time.cc; 10s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 9s local [Sched] Linking src/main/tools/liblogging.a; 14s        [89 / 406] 8 actions, 6 running Compiling src/main/cpp/util/numbers.cc [for tool]; 15s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 14s local Compiling third_party/ijar/zip_main.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/time.cc; 10s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 10s local Compiling third_party/ijar/zip.cc [for tool]; 0s local [Sched] Linking src/main/tools/liblogging.a; 14s [Sched] Linking external/bazel_tools/.../ijar/libzlib_client.a [for tool]         [89 / 406] 8 actions, 6 running Compiling src/main/cpp/util/numbers.cc [for tool]; 16s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 16s local Compiling third_party/ijar/zip_main.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/time.cc; 11s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 11s local Compiling third_party/ijar/zip.cc [for tool]; 1s local [Sched] Linking src/main/tools/liblogging.a; 15s [Sched] Linking external/bazel_tools/.../ijar/libzlib_client.a [for tool]         [90 / 406] 8 actions, 5 running Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 16s local Compiling third_party/ijar/zip_main.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/time.cc; 12s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 11s local Compiling third_party/ijar/zip.cc [for tool]; 1s local [Sched] Linking src/main/tools/liblogging.a; 16s [Sched] Linking external/bazel_tools/.../ijar/libzlib_client.a [for tool] [Prepa] Linking src/main/cpp/util/libnumbers.a [for tool]         [90 / 406] 8 actions, 5 running Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 17s local Compiling third_party/ijar/zip_main.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/time.cc; 12s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 12s local Compiling third_party/ijar/zip.cc [for tool]; 2s local [Sched] Linking src/main/tools/liblogging.a; 16s [Sched] Linking external/bazel_tools/.../ijar/libzlib_client.a [for tool] [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]         [90 / 406] 8 actions, 5 running Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 18s local Compiling third_party/ijar/zip_main.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/time.cc; 13s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 13s local Compiling third_party/ijar/zip.cc [for tool]; 3s local [Sched] Linking src/main/tools/liblogging.a; 17s [Sched] Linking external/bazel_tools/.../ijar/libzlib_client.a [for tool] [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]         [90 / 406] 8 actions, 5 running Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 19s local Compiling third_party/ijar/zip_main.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/time.cc; 14s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 14s local Compiling third_party/ijar/zip.cc [for tool]; 4s local [Sched] Linking src/main/tools/liblogging.a; 18s [Sched] @bazel_tools//third_party/ijar:zlib_client; 4s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]         [90 / 406] 8 actions, 5 running Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 20s local Compiling third_party/ijar/zip_main.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/time.cc; 15s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 15s local Compiling third_party/ijar/zip.cc [for tool]; 5s local [Sched] Linking src/main/tools/liblogging.a; 19s [Sched] @bazel_tools//third_party/ijar:zlib_client; 5s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]         [91 / 408] 8 actions, 5 running Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/time.cc; 16s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 15s local Compiling third_party/ijar/zip.cc [for tool]; 5s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 0s local [Sched] Linking src/main/tools/liblogging.a; 19s [Sched] @bazel_tools//third_party/ijar:zlib_client; 5s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]         [91 / 408] 8 actions, 5 running Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/time.cc; 17s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 16s local Compiling third_party/ijar/zip.cc [for tool]; 6s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 1s local [Sched] Linking src/main/tools/liblogging.a; 20s [Sched] @bazel_tools//third_party/ijar:zlib_client; 6s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 4s         [91 / 408] 8 actions, 5 running Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/time.cc; 18s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 17s local Compiling third_party/ijar/zip.cc [for tool]; 7s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 2s local [Sched] Linking src/main/tools/liblogging.a; 22s [Sched] @bazel_tools//third_party/ijar:zlib_client; 7s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 5s         [91 / 408] 8 actions, 5 running Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/time.cc; 19s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 18s local Compiling third_party/ijar/zip.cc [for tool]; 8s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 3s local [Sched] Linking src/main/tools/liblogging.a; 23s [Sched] @bazel_tools//third_party/ijar:zlib_client; 8s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 6s         [91 / 408] 8 actions, 5 running Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/time.cc; 20s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 19s local Compiling third_party/ijar/zip.cc [for tool]; 9s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 4s local [Sched] Linking src/main/tools/liblogging.a; 24s [Sched] @bazel_tools//third_party/ijar:zlib_client; 9s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 7s         [92 / 409] 8 actions, 4 running Compiling src/google/protobuf/stubs/time.cc; 21s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 20s local Compiling third_party/ijar/zip.cc [for tool]; 10s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 5s local [Sched] Linking src/main/tools/liblogging.a; 25s [Sched] @bazel_tools//third_party/ijar:zlib_client; 10s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 8s [Scann] Compiling src/tools/singlejar/output_jar.cc [for tool]         [92 / 409] 8 actions, 5 running Compiling src/google/protobuf/stubs/time.cc; 21s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 20s local Compiling third_party/ijar/zip.cc [for tool]; 11s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 5s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 0s local [Sched] Linking src/main/tools/liblogging.a; 25s [Sched] @bazel_tools//third_party/ijar:zlib_client; 11s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 9s         [93 / 409] 8 actions, 4 running Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 21s local Compiling third_party/ijar/zip.cc [for tool]; 11s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 6s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 0s local [Sched] Linking src/main/tools/liblogging.a; 25s [Sched] @bazel_tools//third_party/ijar:zlib_client; 11s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 9s [Scann] Compiling src/google/protobuf/stubs/strutil.cc         [93 / 409] 8 actions, 5 running Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 21s local Compiling third_party/ijar/zip.cc [for tool]; 11s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 6s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 1s local Compiling src/google/protobuf/stubs/strutil.cc; 0s local [Sched] Linking src/main/tools/liblogging.a; 26s [Sched] @bazel_tools//third_party/ijar:zlib_client; 12s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 10s         [93 / 409] 8 actions, 5 running Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 22s local Compiling third_party/ijar/zip.cc [for tool]; 13s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 7s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 2s local Compiling src/google/protobuf/stubs/strutil.cc; 1s local [Sched] Linking src/main/tools/liblogging.a; 27s [Sched] @bazel_tools//third_party/ijar:zlib_client; 13s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 11s         [93 / 409] 8 actions, 5 running Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 23s local Compiling third_party/ijar/zip.cc [for tool]; 14s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 8s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 3s local Compiling src/google/protobuf/stubs/strutil.cc; 2s local [Sched] Linking src/main/tools/liblogging.a; 28s [Sched] @bazel_tools//third_party/ijar:zlib_client; 14s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 12s         [93 / 409] 8 actions, 5 running Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 24s local Compiling third_party/ijar/zip.cc [for tool]; 15s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 9s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 4s local Compiling src/google/protobuf/stubs/strutil.cc; 3s local [Sched] Linking src/main/tools/liblogging.a; 29s [Sched] @bazel_tools//third_party/ijar:zlib_client; 15s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 13s         [93 / 409] 8 actions, 5 running Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 26s local Compiling third_party/ijar/zip.cc [for tool]; 16s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 10s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 5s local Compiling src/google/protobuf/stubs/strutil.cc; 4s local [Sched] Linking src/main/tools/liblogging.a; 30s [Sched] @bazel_tools//third_party/ijar:zlib_client; 16s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 14s         [93 / 409] 8 actions, 5 running Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 27s local Compiling third_party/ijar/zip.cc [for tool]; 17s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 11s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 6s local Compiling src/google/protobuf/stubs/strutil.cc; 5s local [Sched] Linking src/main/tools/liblogging.a; 31s [Sched] @bazel_tools//third_party/ijar:zlib_client; 17s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 15s         [94 / 409] 8 actions, 5 running Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 27s local Compiling third_party/ijar/zip.cc [for tool]; 17s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 6s local Compiling src/google/protobuf/stubs/strutil.cc; 5s local Compiling third_party/ijar/zip.cc [for tool]; 0s local [Sched] Linking src/main/tools/liblogging.a; 31s [Sched] @bazel_tools//third_party/ijar:zlib_client; 17s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 15s         [94 / 409] 8 actions, 5 running Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 28s local Compiling third_party/ijar/zip.cc [for tool]; 18s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 7s local Compiling src/google/protobuf/stubs/strutil.cc; 6s local Compiling third_party/ijar/zip.cc [for tool]; 1s local [Sched] Linking src/main/tools/liblogging.a; 32s [Sched] @bazel_tools//third_party/ijar:zlib_client; 18s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 16s         [94 / 409] 8 actions, 5 running Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 29s local Compiling third_party/ijar/zip.cc [for tool]; 19s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 8s local Compiling src/google/protobuf/stubs/strutil.cc; 7s local Compiling third_party/ijar/zip.cc [for tool]; 2s local [Sched] Linking src/main/tools/liblogging.a; 33s [Sched] @bazel_tools//third_party/ijar:zlib_client; 19s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 17s         [95 / 409] 8 actions, 4 running Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 30s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 9s local Compiling src/google/protobuf/stubs/strutil.cc; 8s local Compiling third_party/ijar/zip.cc [for tool]; 3s local [Sched] Linking src/main/tools/liblogging.a; 34s [Sched] @bazel_tools//third_party/ijar:zlib_client; 20s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 18s [Prepa] Linking third_party/ijar/libzip.a [for tool]         [95 / 409] 8 actions, 4 running Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 30s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 9s local Compiling src/google/protobuf/stubs/strutil.cc; 9s local Compiling third_party/ijar/zip.cc [for tool]; 3s local [Sched] Linking src/main/tools/liblogging.a; 35s [Sched] @bazel_tools//third_party/ijar:zlib_client; 20s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 18s [Sched] Linking third_party/ijar/libzip.a [for tool]         [96 / 409] 8 actions, 3 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 10s local Compiling src/google/protobuf/stubs/strutil.cc; 9s local Compiling third_party/ijar/zip.cc [for tool]; 4s local [Sched] Linking src/main/tools/liblogging.a; 35s [Sched] @bazel_tools//third_party/ijar:zlib_client; 21s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 19s [Sched] Linking third_party/ijar/libzip.a [for tool] [Scann] @com_google_protobuf//:protobuf_lite         [96 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 10s local Compiling src/google/protobuf/stubs/strutil.cc; 10s local Compiling third_party/ijar/zip.cc [for tool]; 4s local @com_google_protobuf//:protobuf_lite; 0s local [Sched] Linking src/main/tools/liblogging.a; 36s [Sched] @bazel_tools//third_party/ijar:zlib_client; 21s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 19s [Sched] Linking third_party/ijar/libzip.a [for tool]         [96 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/strutil.cc; 11s local Compiling third_party/ijar/zip.cc [for tool]; 5s local @com_google_protobuf//:protobuf_lite; 1s local [Sched] Linking src/main/tools/liblogging.a; 37s [Sched] @bazel_tools//third_party/ijar:zlib_client; 22s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 20s [Sched] Linking third_party/ijar/libzip.a [for tool]         [96 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/strutil.cc; 12s local Compiling third_party/ijar/zip.cc [for tool]; 6s local @com_google_protobuf//:protobuf_lite; 2s local [Sched] Linking src/main/tools/liblogging.a; 38s [Sched] @bazel_tools//third_party/ijar:zlib_client; 24s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 21s [Sched] Linking third_party/ijar/libzip.a [for tool]         [96 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/strutil.cc; 13s local Compiling third_party/ijar/zip.cc [for tool]; 7s local @com_google_protobuf//:protobuf_lite; 3s local [Sched] Linking src/main/tools/liblogging.a; 39s [Sched] @bazel_tools//third_party/ijar:zlib_client; 25s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 23s [Sched] Linking third_party/ijar/libzip.a [for tool]; 4s         [96 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/strutil.cc; 14s local Compiling third_party/ijar/zip.cc [for tool]; 8s local @com_google_protobuf//:protobuf_lite; 4s local [Sched] Linking src/main/tools/liblogging.a; 40s [Sched] @bazel_tools//third_party/ijar:zlib_client; 26s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 24s [Sched] Linking third_party/ijar/libzip.a [for tool]; 5s         [96 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/strutil.cc; 15s local Compiling third_party/ijar/zip.cc [for tool]; 9s local @com_google_protobuf//:protobuf_lite; 5s local [Sched] Linking src/main/tools/liblogging.a; 41s [Sched] @bazel_tools//third_party/ijar:zlib_client; 27s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 25s [Sched] Linking third_party/ijar/libzip.a [for tool]; 6s         [96 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/strutil.cc; 16s local Compiling third_party/ijar/zip.cc [for tool]; 10s local @com_google_protobuf//:protobuf_lite; 6s local [Sched] Linking src/main/tools/liblogging.a; 42s [Sched] @bazel_tools//third_party/ijar:zlib_client; 28s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 26s [Sched] Linking third_party/ijar/libzip.a [for tool]; 7s         [96 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/strutil.cc; 17s local Compiling third_party/ijar/zip.cc [for tool]; 11s local @com_google_protobuf//:protobuf_lite; 7s local [Sched] Linking src/main/tools/liblogging.a; 43s [Sched] @bazel_tools//third_party/ijar:zlib_client; 29s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 27s [Sched] Linking third_party/ijar/libzip.a [for tool]; 8s         [96 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/strutil.cc; 18s local Compiling third_party/ijar/zip.cc [for tool]; 12s local @com_google_protobuf//:protobuf_lite; 8s local [Sched] Linking src/main/tools/liblogging.a; 44s [Sched] @bazel_tools//third_party/ijar:zlib_client; 30s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 28s [Sched] Linking third_party/ijar/libzip.a [for tool]; 9s         [96 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/strutil.cc; 19s local Compiling third_party/ijar/zip.cc [for tool]; 14s local @com_google_protobuf//:protobuf_lite; 9s local [Sched] Linking src/main/tools/liblogging.a; 45s [Sched] @bazel_tools//third_party/ijar:zlib_client; 31s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 29s [Sched] Linking third_party/ijar/libzip.a [for tool]; 10s         [96 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/strutil.cc; 20s local Compiling third_party/ijar/zip.cc [for tool]; 14s local @com_google_protobuf//:protobuf_lite; 10s local [Sched] Linking src/main/tools/liblogging.a; 46s [Sched] @bazel_tools//third_party/ijar:zlib_client; 32s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 30s [Sched] Linking third_party/ijar/libzip.a [for tool]; 11s         [96 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/strutil.cc; 21s local Compiling third_party/ijar/zip.cc [for tool]; 15s local @com_google_protobuf//:protobuf_lite; 11s local [Sched] Linking src/main/tools/liblogging.a; 47s [Sched] @bazel_tools//third_party/ijar:zlib_client; 33s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 31s [Sched] Linking third_party/ijar/libzip.a [for tool]; 12s         [96 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/strutil.cc; 22s local Compiling third_party/ijar/zip.cc [for tool]; 16s local @com_google_protobuf//:protobuf_lite; 12s local [Sched] Linking src/main/tools/liblogging.a; 48s [Sched] @bazel_tools//third_party/ijar:zlib_client; 34s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 32s [Sched] Linking third_party/ijar/libzip.a [for tool]; 13s         [97 / 409] 8 actions, 3 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 23s local Compiling third_party/ijar/zip.cc [for tool]; 17s local @com_google_protobuf//:protobuf_lite; 13s local [Sched] Linking src/main/tools/liblogging.a; 49s [Sched] @bazel_tools//third_party/ijar:zlib_client; 34s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 32s [Sched] Linking third_party/ijar/libzip.a [for tool]; 14s [Scann] Compiling src/google/protobuf/stubs/structurally_valid.cc         [97 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 24s local Compiling third_party/ijar/zip.cc [for tool]; 17s local @com_google_protobuf//:protobuf_lite; 13s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 0s local [Sched] Linking src/main/tools/liblogging.a; 49s [Sched] @bazel_tools//third_party/ijar:zlib_client; 35s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 33s [Sched] Linking third_party/ijar/libzip.a [for tool]; 14s         [98 / 409] 8 actions, 3 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 24s local @com_google_protobuf//:protobuf_lite; 14s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 0s local [Sched] Linking src/main/tools/liblogging.a; 50s [Sched] @bazel_tools//third_party/ijar:zlib_client; 35s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 33s [Sched] Linking third_party/ijar/libzip.a [for tool]; 15s [Prepa] Linking external/bazel_tools/third_party/ijar/libzip.a [for tool]         [98 / 409] 8 actions, 3 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 25s local @com_google_protobuf//:protobuf_lite; 14s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 1s local [Sched] Linking src/main/tools/liblogging.a; 50s [Sched] @bazel_tools//third_party/ijar:zlib_client; 36s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 34s [Sched] Linking third_party/ijar/libzip.a [for tool]; 15s [Sched] Linking external/bazel_tools/third_party/ijar/libzip.a [for tool]         [98 / 409] 8 actions, 3 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 26s local @com_google_protobuf//:protobuf_lite; 15s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 2s local [Sched] Linking src/main/tools/liblogging.a; 51s [Sched] @bazel_tools//third_party/ijar:zlib_client; 37s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 35s [Sched] Linking third_party/ijar/libzip.a [for tool]; 16s [Sched] Linking external/bazel_tools/third_party/ijar/libzip.a [for tool]         [98 / 409] 8 actions, 3 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 27s local @com_google_protobuf//:protobuf_lite; 16s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 3s local [Sched] Linking src/main/tools/liblogging.a; 52s [Sched] @bazel_tools//third_party/ijar:zlib_client; 38s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 36s [Sched] Linking third_party/ijar/libzip.a [for tool]; 17s [Sched] Linking external/bazel_tools/third_party/ijar/libzip.a [for tool]         [98 / 409] 8 actions, 4 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 28s local @com_google_protobuf//:protobuf_lite; 17s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 4s local Linking src/main/tools/liblogging.a; 0s local [Sched] @bazel_tools//third_party/ijar:zlib_client; 39s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 37s [Sched] Linking third_party/ijar/libzip.a [for tool]; 18s [Sched] Linking external/bazel_tools/third_party/ijar/libzip.a [for tool]         [100 / 409] 7 actions, 3 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 28s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 4s local @bazel_tools//third_party/ijar:zlib_client; 0s local [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 37s [Sched] Linking third_party/ijar/libzip.a [for tool]; 18s [Sched] Linking external/bazel_tools/third_party/ijar/libzip.a [for tool] [Prepa] Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]        [101 / 417] 6 actions, 3 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 28s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 4s local Linking src/main/cpp/util/libnumbers.a [for tool]; 0s local [Sched] Linking third_party/ijar/libzip.a [for tool]; 19s [Sched] Linking external/bazel_tools/third_party/ijar/libzip.a [for tool] [Sched] Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]       [102 / 419] 6 actions, 3 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 5s local Linking third_party/ijar/libzip.a [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/libzip.a [for tool]; 4s [Sched] Compiling src/google/protobuf/stubs/stringprintf.cc [for tool] [Sched] Compiling src/main/cpp/util/strings.cc [for tool] [Scann] Compiling src/main/cpp/util/md5.cc [for tool]        [103 / 419] 6 actions, 3 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 5s local Linking external/bazel_tools/.../ijar/libzip.a [for tool]; 0s local [Sched] Compiling src/google/protobuf/stubs/stringprintf.cc [for tool] [Sched] Compiling src/main/cpp/util/strings.cc [for tool] [Sched] Compiling src/main/cpp/util/md5.cc [for tool]       [104 / 419] 6 actions running Compiling src/tools/singlejar/output_jar.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 5s local Compiling src/main/cpp/util/md5.cc [for tool]; 0s local Compiling third_party/ijar/classfile.cc [for tool]; 0s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 0s local       [104 / 420] 7 actions running Compiling src/tools/singlejar/output_jar.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 5s local Compiling src/main/cpp/util/md5.cc [for tool]; 0s local Compiling third_party/ijar/classfile.cc [for tool]; 0s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 0s local Compiling third_party/ijar/platform_utils.cc [for tool]; 0s local        [104 / 420] 7 actions running Compiling src/tools/singlejar/output_jar.cc [for tool]; 30s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 6s local Compiling src/main/cpp/util/md5.cc [for tool]; 0s local Compiling third_party/ijar/classfile.cc [for tool]; 0s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 0s local Compiling third_party/ijar/platform_utils.cc [for tool]; 0s local        [104 / 420] 7 actions running Compiling src/tools/singlejar/output_jar.cc [for tool]; 31s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 7s local Compiling src/main/cpp/util/md5.cc [for tool]; 1s local Compiling third_party/ijar/classfile.cc [for tool]; 1s local Compiling src/main/cpp/util/strings.cc [for tool]; 1s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 1s local Compiling third_party/ijar/platform_utils.cc [for tool]; 1s local        [104 / 420] 7 actions running Compiling src/tools/singlejar/output_jar.cc [for tool]; 32s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 8s local Compiling src/main/cpp/util/md5.cc [for tool]; 2s local Compiling third_party/ijar/classfile.cc [for tool]; 2s local Compiling src/main/cpp/util/strings.cc [for tool]; 2s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 2s local Compiling third_party/ijar/platform_utils.cc [for tool]; 2s local        [104 / 420] 7 actions running Compiling src/tools/singlejar/output_jar.cc [for tool]; 33s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 9s local Compiling src/main/cpp/util/md5.cc [for tool]; 3s local Compiling third_party/ijar/classfile.cc [for tool]; 3s local Compiling src/main/cpp/util/strings.cc [for tool]; 3s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 3s local Compiling third_party/ijar/platform_utils.cc [for tool]; 3s local        [104 / 420] 7 actions running Compiling src/tools/singlejar/output_jar.cc [for tool]; 34s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 10s local Compiling src/main/cpp/util/md5.cc [for tool]; 4s local Compiling third_party/ijar/classfile.cc [for tool]; 4s local Compiling src/main/cpp/util/strings.cc [for tool]; 4s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 4s local Compiling third_party/ijar/platform_utils.cc [for tool]; 4s local        [104 / 420] 7 actions running Compiling src/tools/singlejar/output_jar.cc [for tool]; 35s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 11s local Compiling src/main/cpp/util/md5.cc [for tool]; 5s local Compiling third_party/ijar/classfile.cc [for tool]; 5s local Compiling src/main/cpp/util/strings.cc [for tool]; 5s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 5s local Compiling third_party/ijar/platform_utils.cc [for tool]; 5s local        [104 / 420] 7 actions running Compiling src/tools/singlejar/output_jar.cc [for tool]; 36s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 12s local Compiling src/main/cpp/util/md5.cc [for tool]; 6s local Compiling third_party/ijar/classfile.cc [for tool]; 6s local Compiling src/main/cpp/util/strings.cc [for tool]; 6s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 6s local Compiling third_party/ijar/platform_utils.cc [for tool]; 6s local        [104 / 420] 7 actions running Compiling src/tools/singlejar/output_jar.cc [for tool]; 37s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 13s local Compiling src/main/cpp/util/md5.cc [for tool]; 8s local Compiling third_party/ijar/classfile.cc [for tool]; 8s local Compiling src/main/cpp/util/strings.cc [for tool]; 8s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 8s local Compiling third_party/ijar/platform_utils.cc [for tool]; 7s local        [104 / 420] 7 actions running Compiling src/tools/singlejar/output_jar.cc [for tool]; 38s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 14s local Compiling src/main/cpp/util/md5.cc [for tool]; 9s local Compiling third_party/ijar/classfile.cc [for tool]; 9s local Compiling src/main/cpp/util/strings.cc [for tool]; 9s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 9s local Compiling third_party/ijar/platform_utils.cc [for tool]; 8s local        [104 / 420] 7 actions running Compiling src/tools/singlejar/output_jar.cc [for tool]; 39s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 15s local Compiling src/main/cpp/util/md5.cc [for tool]; 10s local Compiling third_party/ijar/classfile.cc [for tool]; 10s local Compiling src/main/cpp/util/strings.cc [for tool]; 10s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 10s local Compiling third_party/ijar/platform_utils.cc [for tool]; 9s local        [104 / 420] 8 actions, 7 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 39s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 15s local Compiling src/main/cpp/util/md5.cc [for tool]; 10s local Compiling third_party/ijar/classfile.cc [for tool]; 10s local Compiling src/main/cpp/util/strings.cc [for tool]; 10s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 10s local Compiling third_party/ijar/platform_utils.cc [for tool]; 9s local [Prepa] @bazel_tools//tools/jdk:gen_include/openbsd/jni_md.h         [105 / 420] 8 actions, 7 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 40s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 16s local Compiling src/main/cpp/util/md5.cc [for tool]; 10s local Compiling third_party/ijar/classfile.cc [for tool]; 10s local Compiling src/main/cpp/util/strings.cc [for tool]; 10s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 10s local Compiling third_party/ijar/platform_utils.cc [for tool]; 10s local [Prepa] Executing genrule @bazel_tools//tools/jdk:gen_include/jni.h         [106 / 420] 8 actions, 7 running Compiling src/tools/singlejar/output_jar.cc [for tool]; 40s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 16s local Compiling src/main/cpp/util/md5.cc [for tool]; 10s local Compiling third_party/ijar/classfile.cc [for tool]; 10s local Compiling src/main/cpp/util/strings.cc [for tool]; 10s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 10s local Compiling third_party/ijar/platform_utils.cc [for tool]; 10s local [Scann] Compiling .../java/net/starlark/java/eval/cpu_profiler_unimpl.cc         [106 / 420] 8 actions running Compiling src/tools/singlejar/output_jar.cc [for tool]; 40s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 16s local Compiling src/main/cpp/util/md5.cc [for tool]; 11s local Compiling third_party/ijar/classfile.cc [for tool]; 11s local Compiling src/main/cpp/util/strings.cc [for tool]; 11s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 11s local Compiling third_party/ijar/platform_utils.cc [for tool]; 10s local Compiling .../java/net/starlark/java/eval/cpu_profiler_unimpl.cc; 0s local         [107 / 420] 8 actions, 7 running Compiling src/google/protobuf/stubs/structurally_valid.cc; 16s local Compiling src/main/cpp/util/md5.cc [for tool]; 11s local Compiling third_party/ijar/classfile.cc [for tool]; 11s local Compiling src/main/cpp/util/strings.cc [for tool]; 11s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 11s local Compiling third_party/ijar/platform_utils.cc [for tool]; 10s local Compiling .../java/net/starlark/java/eval/cpu_profiler_unimpl.cc; 0s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]         [108 / 420] 8 actions, 6 running Compiling src/google/protobuf/stubs/structurally_valid.cc; 17s local Compiling src/main/cpp/util/md5.cc [for tool]; 12s local Compiling third_party/ijar/classfile.cc [for tool]; 12s local Compiling src/main/cpp/util/strings.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 12s local Compiling third_party/ijar/platform_utils.cc [for tool]; 11s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool] [Prepa] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so         [108 / 420] 8 actions, 6 running Compiling src/google/protobuf/stubs/structurally_valid.cc; 17s local Compiling src/main/cpp/util/md5.cc [for tool]; 12s local Compiling third_party/ijar/classfile.cc [for tool]; 12s local Compiling src/main/cpp/util/strings.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 12s local Compiling third_party/ijar/platform_utils.cc [for tool]; 12s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool] [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so         [108 / 420] 8 actions, 6 running Compiling src/google/protobuf/stubs/structurally_valid.cc; 19s local Compiling src/main/cpp/util/md5.cc [for tool]; 13s local Compiling third_party/ijar/classfile.cc [for tool]; 13s local Compiling src/main/cpp/util/strings.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 13s local Compiling third_party/ijar/platform_utils.cc [for tool]; 13s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool] [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so         [108 / 420] 8 actions, 6 running Compiling src/google/protobuf/stubs/structurally_valid.cc; 20s local Compiling src/main/cpp/util/md5.cc [for tool]; 14s local Compiling third_party/ijar/classfile.cc [for tool]; 14s local Compiling src/main/cpp/util/strings.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 14s local Compiling third_party/ijar/platform_utils.cc [for tool]; 14s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool] [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so         [108 / 420] 8 actions, 6 running Compiling src/google/protobuf/stubs/structurally_valid.cc; 21s local Compiling src/main/cpp/util/md5.cc [for tool]; 15s local Compiling third_party/ijar/classfile.cc [for tool]; 15s local Compiling src/main/cpp/util/strings.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 15s local Compiling third_party/ijar/platform_utils.cc [for tool]; 15s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 4s [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so         [108 / 420] 8 actions, 6 running Compiling src/google/protobuf/stubs/structurally_valid.cc; 22s local Compiling src/main/cpp/util/md5.cc [for tool]; 16s local Compiling third_party/ijar/classfile.cc [for tool]; 16s local Compiling src/main/cpp/util/strings.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 16s local Compiling third_party/ijar/platform_utils.cc [for tool]; 16s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 5s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 4s         [109 / 420] 8 actions, 5 running Compiling src/main/cpp/util/md5.cc [for tool]; 17s local Compiling third_party/ijar/classfile.cc [for tool]; 17s local Compiling src/main/cpp/util/strings.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 17s local Compiling third_party/ijar/platform_utils.cc [for tool]; 16s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 5s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 4s [Scann] Compiling src/google/protobuf/stubs/stringprintf.cc         [109 / 420] 8 actions, 6 running Compiling src/main/cpp/util/md5.cc [for tool]; 17s local Compiling third_party/ijar/classfile.cc [for tool]; 17s local Compiling src/main/cpp/util/strings.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 17s local Compiling third_party/ijar/platform_utils.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/stringprintf.cc; 0s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 6s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 5s         [109 / 420] 8 actions, 6 running Compiling src/main/cpp/util/md5.cc [for tool]; 18s local Compiling third_party/ijar/classfile.cc [for tool]; 18s local Compiling src/main/cpp/util/strings.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 18s local Compiling third_party/ijar/platform_utils.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/stringprintf.cc; 1s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 7s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 6s         [110 / 420] 8 actions, 5 running Compiling third_party/ijar/classfile.cc [for tool]; 18s local Compiling src/main/cpp/util/strings.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 18s local Compiling third_party/ijar/platform_utils.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/stringprintf.cc; 1s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 7s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 6s [Prepa] Linking src/main/cpp/util/libmd5.a [for tool]         [110 / 420] 8 actions, 5 running Compiling third_party/ijar/classfile.cc [for tool]; 18s local Compiling src/main/cpp/util/strings.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 18s local Compiling third_party/ijar/platform_utils.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/stringprintf.cc; 1s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 7s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 6s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]         [110 / 420] 8 actions, 5 running Compiling third_party/ijar/classfile.cc [for tool]; 20s local Compiling src/main/cpp/util/strings.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 20s local Compiling third_party/ijar/platform_utils.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/stringprintf.cc; 2s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 8s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 7s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]         [110 / 420] 8 actions, 5 running Compiling third_party/ijar/classfile.cc [for tool]; 21s local Compiling src/main/cpp/util/strings.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 21s local Compiling third_party/ijar/platform_utils.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/stringprintf.cc; 3s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 9s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 8s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]         [111 / 420] 8 actions, 4 running Compiling third_party/ijar/classfile.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 21s local Compiling third_party/ijar/platform_utils.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/stringprintf.cc; 4s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 10s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 9s [Sched] Linking src/main/cpp/util/libmd5.a [for tool] [Prepa] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool]         [112 / 420] 8 actions, 3 running Compiling third_party/ijar/classfile.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/stringprintf.cc; 4s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 10s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 9s [Sched] Linking src/main/cpp/util/libmd5.a [for tool] [Sched] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool] [Sched] @bazel_tools//third_party/ijar:platform_utils         [112 / 420] 8 actions, 4 running Compiling third_party/ijar/classfile.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/stringprintf.cc; 5s local Linking src/tools/singlejar/liboutput_jar.a [for tool]; 0s local [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 10s [Sched] Linking src/main/cpp/util/libmd5.a [for tool] [Sched] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool] [Sched] @bazel_tools//third_party/ijar:platform_utils         [113 / 420] 8 actions, 3 running Compiling third_party/ijar/classfile.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/stringprintf.cc; 5s local Linking src/tools/singlejar/liboutput_jar.a [for tool]; 0s local [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 10s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 4s [Sched] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool] [Sched] @bazel_tools//third_party/ijar:platform_utils [Scann] Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]         [114 / 420] 7 actions, 3 running Compiling third_party/ijar/classfile.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/stringprintf.cc; 5s local Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so; 0s local [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 4s [Sched] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool] [Sched] @bazel_tools//third_party/ijar:platform_utils [Sched] Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]        [114 / 421] 8 actions, 3 running Compiling third_party/ijar/classfile.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/stringprintf.cc; 6s local Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so; 0s local [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 4s [Sched] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool] [Sched] @bazel_tools//third_party/ijar:platform_utils [Sched] Compiling src/google/protobuf/stubs/stringpiece.cc [for tool] [Sched] Compiling src/tools/singlejar/combiners.cc [for tool]         [114 / 421] 8 actions, 4 running Compiling third_party/ijar/classfile.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/stringprintf.cc; 6s local Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so; 0s local Linking src/main/cpp/util/libmd5.a [for tool]; 0s local [Sched] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool] [Sched] @bazel_tools//third_party/ijar:platform_utils [Sched] Compiling src/google/protobuf/stubs/stringpiece.cc [for tool] [Sched] Compiling src/tools/singlejar/combiners.cc [for tool]         [115 / 421] 7 actions, 3 running Compiling third_party/ijar/classfile.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/stringprintf.cc; 6s local Linking src/main/cpp/util/libmd5.a [for tool]; 0s local [Sched] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool] [Sched] @bazel_tools//third_party/ijar:platform_utils [Sched] Compiling src/google/protobuf/stubs/stringpiece.cc [for tool] [Sched] Compiling src/tools/singlejar/combiners.cc [for tool]        [116 / 421] 7 actions, 3 running Compiling third_party/ijar/classfile.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/stringprintf.cc; 6s local Linking external/bazel_tools/.../util/libstrings.a [for tool]; 0s local [Sched] @bazel_tools//third_party/ijar:platform_utils [Sched] Compiling src/google/protobuf/stubs/stringpiece.cc [for tool] [Sched] Compiling src/tools/singlejar/combiners.cc [for tool] [Sched] Executing genrule //src:platforms_archive        [117 / 422] 7 actions, 3 running Compiling third_party/ijar/classfile.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/stringprintf.cc; 7s local @bazel_tools//third_party/ijar:platform_utils; 0s local [Sched] Compiling src/google/protobuf/stubs/stringpiece.cc [for tool] [Sched] Compiling src/tools/singlejar/combiners.cc [for tool] [Sched] Executing genrule //src:platforms_archive [Sched] Compiling src/main/cpp/util/logging.cc [for tool]        [118 / 427] 8 actions, 7 running Compiling third_party/ijar/classfile.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/stringprintf.cc; 7s local Compiling src/main/cpp/util/logging.cc [for tool]; 0s local Executing genrule //src:platforms_archive; 0s local Compiling src/main/cpp/util/logging.cc [for tool]; 0s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 0s local Compiling src/tools/singlejar/combiners.cc [for tool]; 0s local [Prepa] Compiling src/main/cpp/util/path_posix.cc [for tool]         [118 / 427] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/stringprintf.cc; 7s local Compiling src/main/cpp/util/logging.cc [for tool]; 0s local Executing genrule //src:platforms_archive; 0s local Compiling src/main/cpp/util/logging.cc [for tool]; 0s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 0s local Compiling src/tools/singlejar/combiners.cc [for tool]; 0s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 0s local         [119 / 437] 8 actions, 7 running Compiling third_party/ijar/classfile.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/stringprintf.cc; 7s local Compiling src/main/cpp/util/logging.cc [for tool]; 0s local Compiling src/main/cpp/util/logging.cc [for tool]; 0s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 0s local Compiling src/tools/singlejar/combiners.cc [for tool]; 0s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 0s local [Prepa] .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder         [123 / 440] 7 actions running Compiling third_party/ijar/classfile.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/stringprintf.cc; 8s local Compiling src/main/cpp/util/logging.cc [for tool]; 1s local Compiling src/main/cpp/util/logging.cc [for tool]; 1s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 1s local Compiling src/tools/singlejar/combiners.cc [for tool]; 1s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 0s local        [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/stringprintf.cc; 8s local Compiling src/main/cpp/util/logging.cc [for tool]; 1s local Compiling src/main/cpp/util/logging.cc [for tool]; 1s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 1s local Compiling src/tools/singlejar/combiners.cc [for tool]; 1s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 1s local Compiling src/main/cpp/util/file.cc [for tool]; 0s local         [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/stringprintf.cc; 9s local Compiling src/main/cpp/util/logging.cc [for tool]; 2s local Compiling src/main/cpp/util/logging.cc [for tool]; 2s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 2s local Compiling src/tools/singlejar/combiners.cc [for tool]; 2s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 2s local Compiling src/main/cpp/util/file.cc [for tool]; 1s local         [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 27s local Compiling src/google/protobuf/stubs/stringprintf.cc; 10s local Compiling src/main/cpp/util/logging.cc [for tool]; 3s local Compiling src/main/cpp/util/logging.cc [for tool]; 3s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 3s local Compiling src/tools/singlejar/combiners.cc [for tool]; 3s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 3s local Compiling src/main/cpp/util/file.cc [for tool]; 2s local         [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 28s local Compiling src/google/protobuf/stubs/stringprintf.cc; 11s local Compiling src/main/cpp/util/logging.cc [for tool]; 4s local Compiling src/main/cpp/util/logging.cc [for tool]; 4s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 4s local Compiling src/tools/singlejar/combiners.cc [for tool]; 4s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 4s local Compiling src/main/cpp/util/file.cc [for tool]; 3s local         [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/stringprintf.cc; 12s local Compiling src/main/cpp/util/logging.cc [for tool]; 5s local Compiling src/main/cpp/util/logging.cc [for tool]; 5s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 5s local Compiling src/tools/singlejar/combiners.cc [for tool]; 5s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 5s local Compiling src/main/cpp/util/file.cc [for tool]; 4s local         [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 30s local Compiling src/google/protobuf/stubs/stringprintf.cc; 13s local Compiling src/main/cpp/util/logging.cc [for tool]; 6s local Compiling src/main/cpp/util/logging.cc [for tool]; 6s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 6s local Compiling src/tools/singlejar/combiners.cc [for tool]; 6s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 6s local Compiling src/main/cpp/util/file.cc [for tool]; 5s local         [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 31s local Compiling src/google/protobuf/stubs/stringprintf.cc; 14s local Compiling src/main/cpp/util/logging.cc [for tool]; 7s local Compiling src/main/cpp/util/logging.cc [for tool]; 7s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 7s local Compiling src/tools/singlejar/combiners.cc [for tool]; 7s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 7s local Compiling src/main/cpp/util/file.cc [for tool]; 6s local         [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 32s local Compiling src/google/protobuf/stubs/stringprintf.cc; 15s local Compiling src/main/cpp/util/logging.cc [for tool]; 8s local Compiling src/main/cpp/util/logging.cc [for tool]; 8s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 8s local Compiling src/tools/singlejar/combiners.cc [for tool]; 8s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 8s local Compiling src/main/cpp/util/file.cc [for tool]; 7s local         [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 33s local Compiling src/google/protobuf/stubs/stringprintf.cc; 16s local Compiling src/main/cpp/util/logging.cc [for tool]; 9s local Compiling src/main/cpp/util/logging.cc [for tool]; 9s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 9s local Compiling src/tools/singlejar/combiners.cc [for tool]; 9s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 9s local Compiling src/main/cpp/util/file.cc [for tool]; 8s local         [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 34s local Compiling src/google/protobuf/stubs/stringprintf.cc; 17s local Compiling src/main/cpp/util/logging.cc [for tool]; 10s local Compiling src/main/cpp/util/logging.cc [for tool]; 10s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 10s local Compiling src/tools/singlejar/combiners.cc [for tool]; 10s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 10s local Compiling src/main/cpp/util/file.cc [for tool]; 9s local         [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 35s local Compiling src/google/protobuf/stubs/stringprintf.cc; 18s local Compiling src/main/cpp/util/logging.cc [for tool]; 11s local Compiling src/main/cpp/util/logging.cc [for tool]; 11s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 11s local Compiling src/tools/singlejar/combiners.cc [for tool]; 11s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 10s local Compiling src/main/cpp/util/file.cc [for tool]; 9s local         [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 36s local Compiling src/google/protobuf/stubs/stringprintf.cc; 19s local Compiling src/main/cpp/util/logging.cc [for tool]; 12s local Compiling src/main/cpp/util/logging.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 12s local Compiling src/tools/singlejar/combiners.cc [for tool]; 12s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 11s local Compiling src/main/cpp/util/file.cc [for tool]; 11s local         [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 37s local Compiling src/google/protobuf/stubs/stringprintf.cc; 20s local Compiling src/main/cpp/util/logging.cc [for tool]; 13s local Compiling src/main/cpp/util/logging.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 13s local Compiling src/tools/singlejar/combiners.cc [for tool]; 13s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 13s local Compiling src/main/cpp/util/file.cc [for tool]; 12s local         [123 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 38s local Compiling src/google/protobuf/stubs/stringprintf.cc; 21s local Compiling src/main/cpp/util/logging.cc [for tool]; 14s local Compiling src/main/cpp/util/logging.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 14s local Compiling src/tools/singlejar/combiners.cc [for tool]; 14s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 14s local Compiling src/main/cpp/util/file.cc [for tool]; 13s local         [124 / 440] 8 actions, 7 running Compiling third_party/ijar/classfile.cc [for tool]; 39s local Compiling src/main/cpp/util/logging.cc [for tool]; 15s local Compiling src/main/cpp/util/logging.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 15s local Compiling src/tools/singlejar/combiners.cc [for tool]; 15s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 14s local Compiling src/main/cpp/util/file.cc [for tool]; 13s local [Scann] Compiling src/google/protobuf/stubs/stringpiece.cc         [124 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 39s local Compiling src/main/cpp/util/logging.cc [for tool]; 15s local Compiling src/main/cpp/util/logging.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 15s local Compiling src/tools/singlejar/combiners.cc [for tool]; 15s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 15s local Compiling src/main/cpp/util/file.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/stringpiece.cc; 0s local         [124 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 40s local Compiling src/main/cpp/util/logging.cc [for tool]; 16s local Compiling src/main/cpp/util/logging.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 16s local Compiling src/tools/singlejar/combiners.cc [for tool]; 16s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 16s local Compiling src/main/cpp/util/file.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/stringpiece.cc; 1s local         [124 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 41s local Compiling src/main/cpp/util/logging.cc [for tool]; 17s local Compiling src/main/cpp/util/logging.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 17s local Compiling src/tools/singlejar/combiners.cc [for tool]; 17s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 17s local Compiling src/main/cpp/util/file.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/stringpiece.cc; 2s local         [124 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 42s local Compiling src/main/cpp/util/logging.cc [for tool]; 18s local Compiling src/main/cpp/util/logging.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 18s local Compiling src/tools/singlejar/combiners.cc [for tool]; 18s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 18s local Compiling src/main/cpp/util/file.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/stringpiece.cc; 3s local         [124 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 43s local Compiling src/main/cpp/util/logging.cc [for tool]; 19s local Compiling src/main/cpp/util/logging.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 19s local Compiling src/tools/singlejar/combiners.cc [for tool]; 19s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 19s local Compiling src/main/cpp/util/file.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/stringpiece.cc; 4s local         [125 / 440] 7 actions running Compiling third_party/ijar/classfile.cc [for tool]; 44s local Compiling src/main/cpp/util/logging.cc [for tool]; 20s local Compiling src/main/cpp/util/logging.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 20s local Compiling src/tools/singlejar/combiners.cc [for tool]; 20s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/stringpiece.cc; 5s local        [125 / 440] 7 actions running Compiling third_party/ijar/classfile.cc [for tool]; 45s local Compiling src/main/cpp/util/logging.cc [for tool]; 21s local Compiling src/main/cpp/util/logging.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 21s local Compiling src/tools/singlejar/combiners.cc [for tool]; 21s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/stringpiece.cc; 6s local        [125 / 440] 8 actions, 7 running Compiling third_party/ijar/classfile.cc [for tool]; 46s local Compiling src/main/cpp/util/logging.cc [for tool]; 22s local Compiling src/main/cpp/util/logging.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 22s local Compiling src/tools/singlejar/combiners.cc [for tool]; 22s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/stringpiece.cc; 7s local [Prepa] JavacBootstrap .../build/buildjar/libstarlark-deps.jar [for tool]         [125 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 46s local Compiling src/main/cpp/util/logging.cc [for tool]; 22s local Compiling src/main/cpp/util/logging.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 22s local Compiling src/tools/singlejar/combiners.cc [for tool]; 22s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/stringpiece.cc; 7s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 0s local         [125 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 47s local Compiling src/main/cpp/util/logging.cc [for tool]; 23s local Compiling src/main/cpp/util/logging.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 23s local Compiling src/tools/singlejar/combiners.cc [for tool]; 23s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/stringpiece.cc; 8s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 1s local         [125 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 48s local Compiling src/main/cpp/util/logging.cc [for tool]; 24s local Compiling src/main/cpp/util/logging.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 24s local Compiling src/tools/singlejar/combiners.cc [for tool]; 24s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/stringpiece.cc; 9s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 2s local         [125 / 440] 8 actions running Compiling third_party/ijar/classfile.cc [for tool]; 49s local Compiling src/main/cpp/util/logging.cc [for tool]; 25s local Compiling src/main/cpp/util/logging.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 25s local Compiling src/tools/singlejar/combiners.cc [for tool]; 25s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/stringpiece.cc; 10s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 3s local         [126 / 440] 8 actions, 7 running Compiling third_party/ijar/classfile.cc [for tool]; 50s local Compiling src/main/cpp/util/logging.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 26s local Compiling src/tools/singlejar/combiners.cc [for tool]; 26s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/stringpiece.cc; 10s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 3s local [Prepa] Linking src/main/cpp/util/liblogging.a [for tool]         [126 / 440] 8 actions, 7 running Compiling third_party/ijar/classfile.cc [for tool]; 50s local Compiling src/main/cpp/util/logging.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 26s local Compiling src/tools/singlejar/combiners.cc [for tool]; 26s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/stringpiece.cc; 11s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 4s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]         [127 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 50s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 26s local Compiling src/tools/singlejar/combiners.cc [for tool]; 26s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/stringpiece.cc; 11s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 4s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool] [Prepa] Linking external/bazel_tools/.../cpp/util/liblogging.a [for tool]         [127 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 51s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 26s local Compiling src/tools/singlejar/combiners.cc [for tool]; 26s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/stringpiece.cc; 11s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 4s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool] [Sched] Linking external/bazel_tools/.../cpp/util/liblogging.a [for tool]         [128 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 51s local Compiling src/tools/singlejar/combiners.cc [for tool]; 27s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/stringpiece.cc; 12s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 5s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool] [Sched] Linking external/bazel_tools/.../cpp/util/liblogging.a [for tool]         [129 / 440] 8 actions, 5 running Compiling third_party/ijar/classfile.cc [for tool]; 51s local Compiling src/tools/singlejar/combiners.cc [for tool]; 27s local Compiling src/google/protobuf/stubs/stringpiece.cc; 12s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 5s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool] [Sched] Linking external/bazel_tools/.../cpp/util/liblogging.a [for tool] [Scann] Compiling src/main/cpp/util/file_posix.cc [for tool]         [129 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 52s local Compiling src/tools/singlejar/combiners.cc [for tool]; 27s local Compiling src/google/protobuf/stubs/stringpiece.cc; 12s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 5s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 0s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool] [Sched] Linking external/bazel_tools/.../cpp/util/liblogging.a [for tool]         [129 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 53s local Compiling src/tools/singlejar/combiners.cc [for tool]; 28s local Compiling src/google/protobuf/stubs/stringpiece.cc; 13s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 6s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 1s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 1s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool] [Sched] Linking external/bazel_tools/.../cpp/util/liblogging.a [for tool]         [129 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 54s local Compiling src/tools/singlejar/combiners.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/stringpiece.cc; 14s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 7s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 2s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 2s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool] [Sched] Linking external/bazel_tools/.../cpp/util/liblogging.a [for tool]         [129 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 55s local Compiling src/tools/singlejar/combiners.cc [for tool]; 30s local Compiling src/google/protobuf/stubs/stringpiece.cc; 15s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 8s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 3s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 3s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 4s [Sched] Linking external/bazel_tools/.../util/liblogging.a [for tool]; 4s         [129 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 56s local Compiling src/tools/singlejar/combiners.cc [for tool]; 32s local Compiling src/google/protobuf/stubs/stringpiece.cc; 16s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 9s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 4s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 4s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 6s [Sched] Linking external/bazel_tools/.../util/liblogging.a [for tool]; 5s         [129 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 57s local Compiling src/tools/singlejar/combiners.cc [for tool]; 33s local Compiling src/google/protobuf/stubs/stringpiece.cc; 17s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 10s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 5s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 5s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 7s [Sched] Linking external/bazel_tools/.../util/liblogging.a [for tool]; 6s         [129 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 58s local Compiling src/tools/singlejar/combiners.cc [for tool]; 34s local Compiling src/google/protobuf/stubs/stringpiece.cc; 19s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 11s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 7s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 6s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 8s [Sched] Linking external/bazel_tools/.../util/liblogging.a [for tool]; 7s         [129 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 59s local Compiling src/tools/singlejar/combiners.cc [for tool]; 35s local Compiling src/google/protobuf/stubs/stringpiece.cc; 20s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 12s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 8s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 7s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 9s [Sched] Linking external/bazel_tools/.../util/liblogging.a [for tool]; 8s         [129 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 60s local Compiling src/tools/singlejar/combiners.cc [for tool]; 36s local Compiling src/google/protobuf/stubs/stringpiece.cc; 21s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 14s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 9s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 8s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 10s [Sched] Linking external/bazel_tools/.../util/liblogging.a [for tool]; 9s         [129 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 61s local Compiling src/tools/singlejar/combiners.cc [for tool]; 37s local Compiling src/google/protobuf/stubs/stringpiece.cc; 22s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 15s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 10s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 9s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 11s [Sched] @bazel_tools//src/main/cpp/util:logging; 10s         [130 / 440] 8 actions, 5 running Compiling third_party/ijar/classfile.cc [for tool]; 62s local Compiling src/tools/singlejar/combiners.cc [for tool]; 38s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 16s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 11s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 10s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 12s [Sched] @bazel_tools//src/main/cpp/util:logging; 11s [Scann] Compiling src/google/protobuf/stubs/statusor.cc         [130 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 62s local Compiling src/tools/singlejar/combiners.cc [for tool]; 38s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 16s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 11s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 11s local Compiling src/google/protobuf/stubs/statusor.cc; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 12s [Sched] @bazel_tools//src/main/cpp/util:logging; 11s         [130 / 440] 8 actions, 6 running Compiling third_party/ijar/classfile.cc [for tool]; 63s local Compiling src/tools/singlejar/combiners.cc [for tool]; 39s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 17s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 12s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/statusor.cc; 1s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 13s [Sched] @bazel_tools//src/main/cpp/util:logging; 12s         [131 / 440] 8 actions, 5 running Compiling third_party/ijar/classfile.cc [for tool]; 64s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 17s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 13s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/statusor.cc; 1s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 14s [Sched] @bazel_tools//src/main/cpp/util:logging; 13s [Prepa] Linking src/tools/singlejar/libcombiners.a [for tool]         [131 / 440] 8 actions, 5 running Compiling third_party/ijar/classfile.cc [for tool]; 64s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 18s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 13s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/statusor.cc; 2s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 14s [Sched] @bazel_tools//src/main/cpp/util:logging; 13s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]         [132 / 440] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 19s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 14s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/statusor.cc; 2s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 15s [Sched] @bazel_tools//src/main/cpp/util:logging; 14s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool] [Scann] Compiling third_party/ijar/ijar.cc [for tool]         [132 / 440] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 19s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 14s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/statusor.cc; 3s local Compiling third_party/ijar/ijar.cc [for tool]; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 15s [Sched] @bazel_tools//src/main/cpp/util:logging; 14s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]         [132 / 440] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 20s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 15s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/statusor.cc; 4s local Compiling third_party/ijar/ijar.cc [for tool]; 1s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 16s [Sched] @bazel_tools//src/main/cpp/util:logging; 15s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]         [132 / 440] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 21s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 16s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/statusor.cc; 5s local Compiling third_party/ijar/ijar.cc [for tool]; 2s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 17s [Sched] @bazel_tools//src/main/cpp/util:logging; 16s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]         [133 / 440] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 21s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/statusor.cc; 5s local Compiling third_party/ijar/ijar.cc [for tool]; 2s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 18s [Sched] @bazel_tools//src/main/cpp/util:logging; 17s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 4s [Scann] Compiling src/google/protobuf/stubs/status.cc [for tool]         [133 / 440] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 22s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/statusor.cc; 6s local Compiling third_party/ijar/ijar.cc [for tool]; 3s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 18s [Sched] @bazel_tools//src/main/cpp/util:logging; 17s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 4s         [133 / 440] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 23s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/statusor.cc; 7s local Compiling third_party/ijar/ijar.cc [for tool]; 4s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 1s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 19s [Sched] @bazel_tools//src/main/cpp/util:logging; 18s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 5s         [133 / 440] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 24s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/statusor.cc; 8s local Compiling third_party/ijar/ijar.cc [for tool]; 5s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 2s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 20s [Sched] @bazel_tools//src/main/cpp/util:logging; 19s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 6s         [133 / 440] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 25s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/statusor.cc; 9s local Compiling third_party/ijar/ijar.cc [for tool]; 6s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 3s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 21s [Sched] @bazel_tools//src/main/cpp/util:logging; 20s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 7s         [133 / 440] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 26s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/statusor.cc; 10s local Compiling third_party/ijar/ijar.cc [for tool]; 7s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 4s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 22s [Sched] @bazel_tools//src/main/cpp/util:logging; 22s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 8s         [133 / 440] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 27s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/statusor.cc; 11s local Compiling third_party/ijar/ijar.cc [for tool]; 8s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 5s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 23s [Sched] @bazel_tools//src/main/cpp/util:logging; 23s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 9s         [134 / 442] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 28s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/statusor.cc; 12s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 6s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 24s [Sched] @bazel_tools//src/main/cpp/util:logging; 24s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 10s        [134 / 460] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 28s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/statusor.cc; 12s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 6s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 25s [Sched] @bazel_tools//src/main/cpp/util:logging; 24s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 11s [Prepa] @com_google_protobuf//:source_context_proto         [139 / 465] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 29s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/statusor.cc; 13s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 7s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 25s [Sched] @bazel_tools//src/main/cpp/util:logging; 24s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 11s [Prepa] @com_google_protobuf//:api_proto         [144 / 470] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 29s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/statusor.cc; 13s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 7s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 25s [Sched] @bazel_tools//src/main/cpp/util:logging; 24s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 11s [Prepa] @com_google_protobuf//:empty_proto         [146 / 480] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 29s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/statusor.cc; 13s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 7s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 25s [Sched] @bazel_tools//src/main/cpp/util:logging; 25s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 11s        [146 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 29s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/statusor.cc; 13s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 7s local @bazel_tools//tools/jdk:platformclasspath; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 26s [Sched] @bazel_tools//src/main/cpp/util:logging; 25s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 12s         [146 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 31s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/statusor.cc; 14s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 9s local @bazel_tools//tools/jdk:platformclasspath; 1s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 27s [Sched] @bazel_tools//src/main/cpp/util:logging; 26s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 13s         [147 / 514] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 31s local Compiling src/google/protobuf/stubs/statusor.cc; 15s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 9s local @bazel_tools//tools/jdk:platformclasspath; 1s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 27s [Sched] @bazel_tools//src/main/cpp/util:logging; 27s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 13s [Scann] Compiling src/main/cpp/util/path.cc [for tool]         [148 / 514] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 32s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 10s local @bazel_tools//tools/jdk:platformclasspath; 2s local Compiling src/main/cpp/util/path.cc [for tool]; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 28s [Sched] @bazel_tools//src/main/cpp/util:logging; 27s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 14s [Scann] Compiling src/google/protobuf/stubs/status.cc         [148 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 32s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 10s local @bazel_tools//tools/jdk:platformclasspath; 2s local Compiling src/main/cpp/util/path.cc [for tool]; 0s local Compiling src/google/protobuf/stubs/status.cc; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 28s [Sched] @bazel_tools//src/main/cpp/util:logging; 27s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 14s         [148 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 33s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 11s local @bazel_tools//tools/jdk:platformclasspath; 3s local Compiling src/main/cpp/util/path.cc [for tool]; 1s local Compiling src/google/protobuf/stubs/status.cc; 1s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 29s [Sched] @bazel_tools//src/main/cpp/util:logging; 28s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 15s         [148 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 34s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 12s local @bazel_tools//tools/jdk:platformclasspath; 4s local Compiling src/main/cpp/util/path.cc [for tool]; 2s local Compiling src/google/protobuf/stubs/status.cc; 2s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 30s [Sched] @bazel_tools//src/main/cpp/util:logging; 30s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 16s         [148 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 35s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 13s local @bazel_tools//tools/jdk:platformclasspath; 5s local Compiling src/main/cpp/util/path.cc [for tool]; 3s local Compiling src/google/protobuf/stubs/status.cc; 3s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 31s [Sched] @bazel_tools//src/main/cpp/util:logging; 31s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 17s         [148 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 36s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 14s local @bazel_tools//tools/jdk:platformclasspath; 6s local Compiling src/main/cpp/util/path.cc [for tool]; 4s local Compiling src/google/protobuf/stubs/status.cc; 4s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 32s [Sched] @bazel_tools//src/main/cpp/util:logging; 32s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 18s         [148 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 37s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 15s local @bazel_tools//tools/jdk:platformclasspath; 7s local Compiling src/main/cpp/util/path.cc [for tool]; 5s local Compiling src/google/protobuf/stubs/status.cc; 5s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 33s [Sched] @bazel_tools//src/main/cpp/util:logging; 33s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 19s         [148 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 38s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 16s local @bazel_tools//tools/jdk:platformclasspath; 8s local Compiling src/main/cpp/util/path.cc [for tool]; 6s local Compiling src/google/protobuf/stubs/status.cc; 6s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 34s [Sched] @bazel_tools//src/main/cpp/util:logging; 34s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 20s         [148 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 39s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 17s local @bazel_tools//tools/jdk:platformclasspath; 9s local Compiling src/main/cpp/util/path.cc [for tool]; 7s local Compiling src/google/protobuf/stubs/status.cc; 7s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 35s [Sched] @bazel_tools//src/main/cpp/util:logging; 35s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 21s         [148 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 40s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 18s local @bazel_tools//tools/jdk:platformclasspath; 10s local Compiling src/main/cpp/util/path.cc [for tool]; 8s local Compiling src/google/protobuf/stubs/status.cc; 8s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 36s [Sched] @bazel_tools//src/main/cpp/util:logging; 36s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 22s         [148 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 41s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 19s local @bazel_tools//tools/jdk:platformclasspath; 12s local Compiling src/main/cpp/util/path.cc [for tool]; 10s local Compiling src/google/protobuf/stubs/status.cc; 9s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 38s [Sched] @bazel_tools//src/main/cpp/util:logging; 37s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 23s         [149 / 514] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 42s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 20s local Compiling src/main/cpp/util/path.cc [for tool]; 11s local Compiling src/google/protobuf/stubs/status.cc; 10s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 39s [Sched] @bazel_tools//src/main/cpp/util:logging; 38s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 24s        [149 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 43s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 21s local Compiling src/main/cpp/util/path.cc [for tool]; 11s local Compiling src/google/protobuf/stubs/status.cc; 10s local @bazel_tools//tools/jdk:platformclasspath; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 39s [Sched] @bazel_tools//src/main/cpp/util:logging; 38s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 25s         [149 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 44s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 22s local Compiling src/main/cpp/util/path.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/status.cc; 12s local @bazel_tools//tools/jdk:platformclasspath; 1s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 40s [Sched] @bazel_tools//src/main/cpp/util:logging; 39s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 26s         [149 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 45s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 23s local Compiling src/main/cpp/util/path.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/status.cc; 13s local @bazel_tools//tools/jdk:platformclasspath; 2s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 41s [Sched] @bazel_tools//src/main/cpp/util:logging; 40s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 27s         [150 / 514] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 46s local Compiling src/main/cpp/util/path.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/status.cc; 14s local @bazel_tools//tools/jdk:platformclasspath; 3s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 42s [Sched] @bazel_tools//src/main/cpp/util:logging; 41s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 28s [Scann] Compiling src/google/protobuf/stubs/int128.cc [for tool]         [150 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 46s local Compiling src/main/cpp/util/path.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/status.cc; 14s local @bazel_tools//tools/jdk:platformclasspath; 3s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 42s [Sched] @bazel_tools//src/main/cpp/util:logging; 42s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 28s         [150 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 47s local Compiling src/main/cpp/util/path.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/status.cc; 15s local @bazel_tools//tools/jdk:platformclasspath; 4s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 1s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 43s [Sched] @bazel_tools//src/main/cpp/util:logging; 43s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 29s         [150 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 48s local Compiling src/main/cpp/util/path.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/status.cc; 16s local @bazel_tools//tools/jdk:platformclasspath; 5s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 2s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 44s [Sched] @bazel_tools//src/main/cpp/util:logging; 44s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 30s         [150 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 49s local Compiling src/main/cpp/util/path.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/status.cc; 17s local @bazel_tools//tools/jdk:platformclasspath; 6s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 3s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 45s [Sched] @bazel_tools//src/main/cpp/util:logging; 45s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 31s         [150 / 514] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 50s local Compiling src/main/cpp/util/path.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/status.cc; 18s local @bazel_tools//tools/jdk:platformclasspath; 7s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 4s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 46s [Sched] @bazel_tools//src/main/cpp/util:logging; 46s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 32s         [151 / 514] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 50s local Compiling src/google/protobuf/stubs/status.cc; 18s local @bazel_tools//tools/jdk:platformclasspath; 7s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 4s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 47s [Sched] @bazel_tools//src/main/cpp/util:logging; 46s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 32s [Prepa] Linking external/bazel_tools/.../util/libfilesystem.a [for tool]         [151 / 514] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 51s local Compiling src/google/protobuf/stubs/status.cc; 19s local @bazel_tools//tools/jdk:platformclasspath; 8s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 4s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 47s [Sched] @bazel_tools//src/main/cpp/util:logging; 46s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 33s [Sched] Linking external/bazel_tools/.../util/libfilesystem.a [for tool]         [151 / 514] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 52s local Compiling src/google/protobuf/stubs/status.cc; 20s local @bazel_tools//tools/jdk:platformclasspath; 9s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 5s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 48s [Sched] @bazel_tools//src/main/cpp/util:logging; 47s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 34s [Sched] Linking external/bazel_tools/.../util/libfilesystem.a [for tool]         [151 / 514] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 53s local Compiling src/google/protobuf/stubs/status.cc; 21s local @bazel_tools//tools/jdk:platformclasspath; 10s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 7s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 49s [Sched] @bazel_tools//src/main/cpp/util:logging; 48s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 35s [Sched] Linking external/bazel_tools/.../util/libfilesystem.a [for tool]         [151 / 514] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 54s local Compiling src/google/protobuf/stubs/status.cc; 22s local @bazel_tools//tools/jdk:platformclasspath; 11s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 8s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 50s [Sched] @bazel_tools//src/main/cpp/util:logging; 49s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 36s [Sched] Linking external/bazel_tools/.../util/libfilesystem.a [for tool]         [151 / 514] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 55s local Compiling src/google/protobuf/stubs/status.cc; 23s local @bazel_tools//tools/jdk:platformclasspath; 12s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 9s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 51s [Sched] @bazel_tools//src/main/cpp/util:logging; 50s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 37s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 4s         [151 / 514] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 56s local Compiling src/google/protobuf/stubs/status.cc; 24s local @bazel_tools//tools/jdk:platformclasspath; 13s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 10s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 52s [Sched] @bazel_tools//src/main/cpp/util:logging; 51s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 38s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 5s         [152 / 514] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 57s local @bazel_tools//tools/jdk:platformclasspath; 14s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 10s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 53s [Sched] @bazel_tools//src/main/cpp/util:logging; 52s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 39s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 6s [Scann] Compiling src/google/protobuf/stubs/int128.cc         [152 / 514] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 57s local @bazel_tools//tools/jdk:platformclasspath; 14s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 11s local Compiling src/google/protobuf/stubs/int128.cc; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 53s [Sched] @bazel_tools//src/main/cpp/util:logging; 53s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 39s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 6s         [152 / 514] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 58s local @bazel_tools//tools/jdk:platformclasspath; 15s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/int128.cc; 1s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 54s [Sched] @bazel_tools//src/main/cpp/util:logging; 54s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 40s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 7s         [152 / 514] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 59s local @bazel_tools//tools/jdk:platformclasspath; 16s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/int128.cc; 2s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 55s [Sched] @bazel_tools//src/main/cpp/util:logging; 55s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 41s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 8s         [153 / 536] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 60s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/int128.cc; 3s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 56s [Sched] @bazel_tools//src/main/cpp/util:logging; 55s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 42s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 9s [Scann] Compiling src/main/cpp/util/port.cc         [153 / 536] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 60s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/int128.cc; 3s local Compiling src/main/cpp/util/port.cc; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 56s [Sched] @bazel_tools//src/main/cpp/util:logging; 56s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 42s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 9s         [154 / 536] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 61s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/int128.cc; 3s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 57s [Sched] @bazel_tools//src/main/cpp/util:logging; 56s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 43s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 10s [Prepa] Linking src/main/cpp/util/libport.pic.a         [154 / 536] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 61s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/int128.cc; 4s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 57s [Sched] @bazel_tools//src/main/cpp/util:logging; 56s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 43s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 10s [Sched] Linking src/main/cpp/util/libport.pic.a         [154 / 536] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 62s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/int128.cc; 5s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 58s [Sched] @bazel_tools//src/main/cpp/util:logging; 57s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 44s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 11s [Sched] Linking src/main/cpp/util/libport.pic.a         [154 / 536] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 63s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/int128.cc; 6s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 59s [Sched] @bazel_tools//src/main/cpp/util:logging; 58s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 45s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 12s [Sched] Linking src/main/cpp/util/libport.pic.a         [154 / 536] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 64s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/int128.cc; 7s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 60s [Sched] @bazel_tools//src/main/cpp/util:logging; 60s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 46s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 13s [Sched] Linking src/main/cpp/util/libport.pic.a         [154 / 536] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 65s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/int128.cc; 8s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 61s [Sched] @bazel_tools//src/main/cpp/util:logging; 61s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 47s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 14s [Sched] Linking src/main/cpp/util/libport.pic.a; 4s         [154 / 536] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 65s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/int128.cc; 8s local Linking src/main/cpp/util/liblogging.a [for tool]; 0s local [Sched] @bazel_tools//src/main/cpp/util:logging; 61s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 47s [Sched] @bazel_tools//src/main/cpp/util:filesystem; 14s [Sched] Linking src/main/cpp/util/libport.pic.a; 4s         [156 / 537] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 66s local Compiling src/google/protobuf/stubs/int128.cc; 8s local Linking external/bazel_tools/.../util/liblogging.a [for tool]; 0s local Linking src/tools/singlejar/libcombiners.a [for tool]; 0s local [Sched] @bazel_tools//src/main/cpp/util:filesystem; 15s [Sched] Linking src/main/cpp/util/libport.pic.a; 4s [Sched] Compiling src/google/protobuf/stubs/common.cc [for tool] [Sched] Compiling src/main/cpp/util/errors_posix.cc [for tool]         [158 / 538] 7 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 66s local Compiling src/google/protobuf/stubs/int128.cc; 9s local @bazel_tools//src/main/cpp/util:filesystem; 0s local [Sched] Linking src/main/cpp/util/libport.pic.a; 5s [Sched] Compiling src/google/protobuf/stubs/common.cc [for tool] [Sched] Compiling src/main/cpp/util/errors_posix.cc [for tool] [Sched] Compiling src/main/cpp/util/port.cc [for tool]        [159 / 540] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 66s local Compiling src/google/protobuf/stubs/int128.cc; 9s local Linking src/main/cpp/util/libport.pic.a; 0s local [Sched] Compiling src/google/protobuf/stubs/common.cc [for tool] [Sched] Compiling src/main/cpp/util/errors_posix.cc [for tool] [Sched] Compiling src/main/cpp/util/port.cc [for tool] [Sched] Compiling src/tools/singlejar/input_jar.cc [for tool] [Scann] Compiling src/main/cpp/util/errors_posix.cc [for tool]         [160 / 541] 7 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 66s local Compiling src/google/protobuf/stubs/int128.cc; 9s local Compiling src/main/cpp/util/errors_posix.cc [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/main/cpp/util/port.cc [for tool]; 0s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 0s local        [160 / 541] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 66s local Compiling src/google/protobuf/stubs/int128.cc; 9s local Compiling src/main/cpp/util/errors_posix.cc [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/main/cpp/util/port.cc [for tool]; 0s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 0s local Compiling src/main/cpp/util/md5.cc; 0s local         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 67s local Compiling src/google/protobuf/stubs/int128.cc; 10s local Compiling src/main/cpp/util/errors_posix.cc [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/input_jar.cc [for tool]; 0s local Compiling src/main/cpp/util/md5.cc; 0s local [Prepa] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 67s local Compiling src/google/protobuf/stubs/int128.cc; 10s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 1s 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/input_jar.cc [for tool]; 1s local Compiling src/main/cpp/util/md5.cc; 0s local [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 68s local Compiling src/google/protobuf/stubs/int128.cc; 11s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 2s 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/input_jar.cc [for tool]; 2s local Compiling src/main/cpp/util/md5.cc; 2s local [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 69s local Compiling src/google/protobuf/stubs/int128.cc; 12s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 3s 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/input_jar.cc [for tool]; 3s local Compiling src/main/cpp/util/md5.cc; 3s local [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 70s local Compiling src/google/protobuf/stubs/int128.cc; 13s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 4s 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/input_jar.cc [for tool]; 4s local Compiling src/main/cpp/util/md5.cc; 4s local [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 71s local Compiling src/google/protobuf/stubs/int128.cc; 14s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 5s 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/input_jar.cc [for tool]; 5s local Compiling src/main/cpp/util/md5.cc; 5s local [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 4s         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 73s local Compiling src/google/protobuf/stubs/int128.cc; 15s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 6s 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/input_jar.cc [for tool]; 6s local Compiling src/main/cpp/util/md5.cc; 6s local [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 5s         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 74s local Compiling src/google/protobuf/stubs/int128.cc; 16s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 7s 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/input_jar.cc [for tool]; 7s local Compiling src/main/cpp/util/md5.cc; 7s local [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 6s         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 75s local Compiling src/google/protobuf/stubs/int128.cc; 17s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 8s 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/input_jar.cc [for tool]; 8s local Compiling src/main/cpp/util/md5.cc; 8s local [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 7s         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 76s local Compiling src/google/protobuf/stubs/int128.cc; 18s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 9s 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/input_jar.cc [for tool]; 9s local Compiling src/main/cpp/util/md5.cc; 9s local [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 8s         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 77s local Compiling src/google/protobuf/stubs/int128.cc; 20s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 10s 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/input_jar.cc [for tool]; 10s local Compiling src/main/cpp/util/md5.cc; 10s local [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 9s         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 77s local Compiling src/google/protobuf/stubs/int128.cc; 20s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 11s 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/input_jar.cc [for tool]; 11s local Compiling src/main/cpp/util/md5.cc; 10s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 10s         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 78s local Compiling src/google/protobuf/stubs/int128.cc; 21s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 12s 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/input_jar.cc [for tool]; 12s local Compiling src/main/cpp/util/md5.cc; 12s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 11s         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 79s local Compiling src/google/protobuf/stubs/int128.cc; 22s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 13s 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/input_jar.cc [for tool]; 13s local Compiling src/main/cpp/util/md5.cc; 13s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 12s         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 81s local Compiling src/google/protobuf/stubs/int128.cc; 23s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 14s 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/input_jar.cc [for tool]; 14s local Compiling src/main/cpp/util/md5.cc; 14s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 13s         [161 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 82s local Compiling src/google/protobuf/stubs/int128.cc; 24s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 15s 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/input_jar.cc [for tool]; 15s local Compiling src/main/cpp/util/md5.cc; 15s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 14s         [162 / 541] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 82s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 16s 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/input_jar.cc [for tool]; 16s local Compiling src/main/cpp/util/md5.cc; 15s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 15s        [162 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 82s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 16s 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/input_jar.cc [for tool]; 16s local Compiling src/main/cpp/util/md5.cc; 15s local Compiling src/google/protobuf/stubs/common.cc; 0s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 15s         [162 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 83s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 17s 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/input_jar.cc [for tool]; 17s local Compiling src/main/cpp/util/md5.cc; 16s local Compiling src/google/protobuf/stubs/common.cc; 1s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 16s         [162 / 541] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 84s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 18s 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/input_jar.cc [for tool]; 18s local Compiling src/main/cpp/util/md5.cc; 17s local Compiling src/google/protobuf/stubs/common.cc; 2s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 17s         [163 / 541] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 85s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 18s 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/main/cpp/util/md5.cc; 18s local Compiling src/google/protobuf/stubs/common.cc; 2s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 17s [Prepa] Linking src/tools/singlejar/libinput_jar.a [for tool]         [163 / 541] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 85s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 18s 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/main/cpp/util/md5.cc; 18s local Compiling src/google/protobuf/stubs/common.cc; 2s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 17s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]         [163 / 541] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 86s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 20s 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/main/cpp/util/md5.cc; 19s local Compiling src/google/protobuf/stubs/common.cc; 3s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 19s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]         [163 / 541] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 87s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 21s 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/main/cpp/util/md5.cc; 20s local Compiling src/google/protobuf/stubs/common.cc; 5s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 20s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]         [163 / 541] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 88s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 22s 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/main/cpp/util/md5.cc; 21s local Compiling src/google/protobuf/stubs/common.cc; 6s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 21s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]         [163 / 541] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 89s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 23s 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/main/cpp/util/md5.cc; 22s local Compiling src/google/protobuf/stubs/common.cc; 7s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 22s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 4s         [164 / 541] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 89s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 23s 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/google/protobuf/stubs/common.cc; 7s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 22s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 4s [Sched] Linking src/main/cpp/util/libmd5.pic.a         [165 / 541] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 90s 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/google/protobuf/stubs/common.cc; 7s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 22s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 4s [Sched] Linking src/main/cpp/util/libmd5.pic.a [Sched] Linking external/bazel_tools/.../cpp/util/liberrors.a [for tool]         [165 / 541] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 91s 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/google/protobuf/stubs/common.cc; 8s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 23s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 5s [Sched] Linking src/main/cpp/util/libmd5.pic.a [Sched] Linking external/bazel_tools/.../cpp/util/liberrors.a [for tool]         [166 / 541] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 91s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/common.cc; 9s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 24s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 6s [Sched] Linking src/main/cpp/util/libmd5.pic.a [Sched] Linking external/bazel_tools/.../cpp/util/liberrors.a [for tool] [Prepa] Linking src/main/cpp/util/liberrors.a [for tool]         [166 / 541] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 91s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/common.cc; 9s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 24s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 6s [Sched] Linking src/main/cpp/util/libmd5.pic.a [Sched] Linking external/bazel_tools/.../cpp/util/liberrors.a [for tool] [Sched] Linking src/main/cpp/util/liberrors.a [for tool]         [166 / 541] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 92s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/common.cc; 9s local Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 0s local [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 7s [Sched] Linking src/main/cpp/util/libmd5.pic.a [Sched] Linking external/bazel_tools/.../cpp/util/liberrors.a [for tool] [Sched] Linking src/main/cpp/util/liberrors.a [for tool]         [168 / 542] 7 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 92s local Compiling src/google/protobuf/stubs/common.cc; 10s local Linking src/tools/singlejar/libinput_jar.a [for tool]; 0s local [Sched] Linking src/main/cpp/util/libmd5.pic.a [Sched] Linking external/bazel_tools/.../cpp/util/liberrors.a [for tool] [Sched] Linking src/main/cpp/util/liberrors.a [for tool] [Sched] Compiling src/google/protobuf/stubs/bytestream.cc [for tool]        [170 / 544] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 93s local Compiling src/google/protobuf/stubs/common.cc; 10s local Creating source manifest for //.../build/lib/bazel:BazelServer; 0s local Linking external/bazel_tools/.../cpp/util/liberrors.a [for tool]; 0s local [Sched] Linking src/main/cpp/util/liberrors.a [for tool] [Sched] Compiling src/google/protobuf/stubs/bytestream.cc [for tool] [Sched] Compiling src/tools/singlejar/mapped_file.cc [for tool]        [171 / 548] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 93s local Compiling src/google/protobuf/stubs/common.cc; 10s local Creating source manifest for //.../build/lib/bazel:BazelServer; 0s local Linking src/main/cpp/util/liberrors.a [for tool]; 0s local [Sched] Compiling src/google/protobuf/stubs/bytestream.cc [for tool] [Sched] Compiling src/tools/singlejar/mapped_file.cc [for tool] [Sched] Executing genrule //src/main/native:copy_link_jni_md_header        [173 / 548] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 93s local Compiling src/google/protobuf/stubs/common.cc; 11s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 0s local Executing genrule //src/main/native:copy_link_jni_md_header; 0s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 0s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 0s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool]        [173 / 552] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 94s local Compiling src/google/protobuf/stubs/common.cc; 11s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 0s local Executing genrule //src/main/native:copy_link_jni_md_header; 0s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 0s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 0s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool]         [174 / 552] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 94s local Compiling src/google/protobuf/stubs/common.cc; 11s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 0s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 0s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 0s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 0s local Executing genrule //src/main/native:copy_link_jni_header; 0s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool]         [175 / 552] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 94s local Compiling src/google/protobuf/stubs/common.cc; 11s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 1s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 1s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 0s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 0s local Compiling src/main/native/latin1_jni_path.cc; 0s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool]         [175 / 552] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 95s local Compiling src/google/protobuf/stubs/common.cc; 13s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 2s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 2s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 1s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 1s local Compiling src/main/native/latin1_jni_path.cc; 1s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool]         [176 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 95s local Compiling src/google/protobuf/stubs/common.cc; 13s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 2s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 2s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 2s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool] [Prepa] Linking src/main/native/liblatin1_jni_path.pic.a         [176 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 96s local Compiling src/google/protobuf/stubs/common.cc; 13s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 2s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 2s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 2s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool] [Sched] Linking src/main/native/liblatin1_jni_path.pic.a         [176 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 97s local Compiling src/google/protobuf/stubs/common.cc; 14s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 3s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 3s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 3s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool] [Sched] Linking src/main/native/liblatin1_jni_path.pic.a         [176 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 98s local Compiling src/google/protobuf/stubs/common.cc; 15s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 4s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 4s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 4s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 4s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a         [176 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 99s local Compiling src/google/protobuf/stubs/common.cc; 16s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 5s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 5s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 5s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 5s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a         [176 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 100s local Compiling src/google/protobuf/stubs/common.cc; 17s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 6s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 6s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 6s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 6s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 4s         [176 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 101s local Compiling src/google/protobuf/stubs/common.cc; 18s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 7s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 7s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 7s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 8s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 5s         [176 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 102s local Compiling src/google/protobuf/stubs/common.cc; 19s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 9s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 9s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 8s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 9s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 6s         [176 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 103s local Compiling src/google/protobuf/stubs/common.cc; 20s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 10s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 10s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 9s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 10s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 7s         [176 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 104s local Compiling src/google/protobuf/stubs/common.cc; 22s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 11s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 11s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 10s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 11s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 8s         [176 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 105s local Compiling src/google/protobuf/stubs/common.cc; 23s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 12s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 12s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 11s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 12s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 9s         [177 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 105s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 12s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 12s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 12s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 12s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 10s [Scann] Compiling src/google/protobuf/stubs/bytestream.cc         [177 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 106s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 12s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 12s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 12s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/bytestream.cc; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 12s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 10s         [177 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 107s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 13s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 13s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 13s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/bytestream.cc; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 13s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 11s         [177 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 108s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 14s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 14s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 14s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/bytestream.cc; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 15s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 12s         [177 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 109s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 16s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 16s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 15s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/bytestream.cc; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 16s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 13s         [177 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 110s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 17s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 17s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 16s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/bytestream.cc; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 17s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 14s         [177 / 552] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 111s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 18s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 18s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 17s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/bytestream.cc; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 18s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 15s         [178 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 112s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 18s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 18s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/bytestream.cc; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 18s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 16s [Prepa] Linking src/tools/singlejar/libmapped_file.a [for tool]         [178 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 112s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 19s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 18s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/bytestream.cc; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 19s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 16s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]         [178 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 113s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 20s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 20s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/bytestream.cc; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 20s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 17s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]         [178 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 114s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 21s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 21s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/bytestream.cc; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 21s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 18s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]         [178 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 115s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 22s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 22s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/bytestream.cc; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 22s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 19s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]         [178 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 116s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 23s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 23s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/bytestream.cc; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 23s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 21s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 4s         [179 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 117s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 23s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/bytestream.cc; 11s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 23s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 21s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 4s         [179 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 118s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 24s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/bytestream.cc; 12s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 24s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 22s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 5s         [179 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 119s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 25s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/bytestream.cc; 13s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 25s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 23s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 6s         [179 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 120s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 26s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/bytestream.cc; 14s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 26s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 24s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 7s         [180 / 552] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 120s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 26s local Compiling src/google/protobuf/stubs/bytestream.cc; 14s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 27s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 24s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 8s [Sched] Compiling src/main/cpp/util/file_posix.cc [for tool]         [180 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 120s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 27s local Compiling src/google/protobuf/stubs/bytestream.cc; 14s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 3s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 27s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 24s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 8s         [180 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 121s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 28s local Compiling src/google/protobuf/stubs/bytestream.cc; 15s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 4s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 28s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 25s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 9s         [180 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 122s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 29s local Compiling src/google/protobuf/stubs/bytestream.cc; 16s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 5s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 29s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 26s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 10s         [180 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 123s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 30s local Compiling src/google/protobuf/stubs/bytestream.cc; 17s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 6s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 30s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 27s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 11s         [180 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 124s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 31s local Compiling src/google/protobuf/stubs/bytestream.cc; 18s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 7s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 31s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 29s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 12s         [180 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 125s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 32s local Compiling src/google/protobuf/stubs/bytestream.cc; 19s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 9s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 32s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 30s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 13s         [181 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 126s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 32s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 9s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 5s local Compiling src/google/protobuf/repeated_ptr_field.cc; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 32s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 30s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 13s         [181 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 127s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 33s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 10s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 6s local Compiling src/google/protobuf/repeated_ptr_field.cc; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 33s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 31s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 14s         [181 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 128s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 34s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 11s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 7s local Compiling src/google/protobuf/repeated_ptr_field.cc; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 34s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 32s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 16s         [181 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 129s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 35s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 12s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 8s local Compiling src/google/protobuf/repeated_ptr_field.cc; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 35s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 33s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 17s         [181 / 552] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 130s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 36s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 13s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 9s local Compiling src/google/protobuf/repeated_ptr_field.cc; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 37s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 34s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 18s         [182 / 554] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 130s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 13s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 10s local Compiling src/google/protobuf/repeated_ptr_field.cc; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 37s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 34s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 18s [Prepa] Expanding template .../google/devtools/build/lib/bazel/BazelServer         [183 / 595] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 131s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 14s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 10s local Compiling src/google/protobuf/repeated_ptr_field.cc; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 37s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 35s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 18s        [184 / 681] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 131s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 14s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 10s local Compiling src/google/protobuf/repeated_ptr_field.cc; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 37s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 35s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 18s [Prepa] @com_google_protobuf//:any_proto         [190 / 688] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 131s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 14s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 11s local Compiling src/google/protobuf/repeated_ptr_field.cc; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 38s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 35s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 19s [Prepa] @com_google_protobuf//:timestamp_proto         [195 / 708] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 131s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 14s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 11s local Compiling src/google/protobuf/repeated_ptr_field.cc; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 38s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 35s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 19s        [195 / 820] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 132s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 15s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 12s local Compiling src/google/protobuf/repeated_ptr_field.cc; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 39s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 36s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 20s        [195 / 1,064] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 133s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 16s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 13s local Compiling src/google/protobuf/repeated_ptr_field.cc; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 40s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 37s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 21s        [195 / 1,351] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 134s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 17s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 14s local Compiling src/google/protobuf/repeated_ptr_field.cc; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 41s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 38s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 22s        [195 / 1,351] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 135s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 18s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 14s local Compiling src/google/protobuf/repeated_ptr_field.cc; 9s local Executing genrule @zstd-jni//:version-java; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 41s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 39s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 22s         [196 / 1,356] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 135s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 18s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 14s local Compiling src/google/protobuf/repeated_ptr_field.cc; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 41s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 39s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 23s        [196 / 1,612] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 135s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 18s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 15s local Compiling src/google/protobuf/repeated_ptr_field.cc; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 42s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 39s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 23s [Prepa] //third_party/grpc-java:grpc-java-plugin_checked_in         [198 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 136s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 19s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 15s local Compiling src/google/protobuf/repeated_ptr_field.cc; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 42s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 40s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 23s [Scann] //third_party/grpc-java:grpc-java-plugin_checked_in         [198 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 136s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 19s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 15s local Compiling src/google/protobuf/repeated_ptr_field.cc; 10s local //third_party/grpc-java:grpc-java-plugin_checked_in; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 42s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 40s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 24s         [198 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 137s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 20s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 16s local Compiling src/google/protobuf/repeated_ptr_field.cc; 11s local //third_party/grpc-java:grpc-java-plugin_checked_in; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 43s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 41s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 25s         [198 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 138s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 21s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 18s local Compiling src/google/protobuf/repeated_ptr_field.cc; 12s local //third_party/grpc-java:grpc-java-plugin_checked_in; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 45s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 42s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 26s         [198 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 139s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 22s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 19s local Compiling src/google/protobuf/repeated_ptr_field.cc; 13s local //third_party/grpc-java:grpc-java-plugin_checked_in; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 46s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 43s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 27s         [198 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 140s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 23s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 20s local Compiling src/google/protobuf/repeated_ptr_field.cc; 14s local //third_party/grpc-java:grpc-java-plugin_checked_in; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 47s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 44s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 28s         [198 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 141s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 24s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 21s local Compiling src/google/protobuf/repeated_ptr_field.cc; 15s local //third_party/grpc-java:grpc-java-plugin_checked_in; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 48s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 45s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 29s         [199 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 141s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 21s local Compiling src/google/protobuf/repeated_ptr_field.cc; 15s local //third_party/grpc-java:grpc-java-plugin_checked_in; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 48s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 46s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 29s [Scann] Compiling src/google/protobuf/repeated_field.cc [for tool]         [199 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 142s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 21s local Compiling src/google/protobuf/repeated_ptr_field.cc; 16s local //third_party/grpc-java:grpc-java-plugin_checked_in; 6s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 48s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 46s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 29s         [199 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 143s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 22s local Compiling src/google/protobuf/repeated_ptr_field.cc; 17s local //third_party/grpc-java:grpc-java-plugin_checked_in; 7s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 49s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 47s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 30s         [199 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 144s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 23s local Compiling src/google/protobuf/repeated_ptr_field.cc; 18s local //third_party/grpc-java:grpc-java-plugin_checked_in; 8s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 50s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 48s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 32s         [200 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 144s local Compiling src/google/protobuf/repeated_ptr_field.cc; 18s local //third_party/grpc-java:grpc-java-plugin_checked_in; 8s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 51s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 49s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 32s [Scann] Compiling src/main/cpp/util/path.cc [for tool]         [200 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 145s local Compiling src/google/protobuf/repeated_ptr_field.cc; 19s local //third_party/grpc-java:grpc-java-plugin_checked_in; 9s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 3s local Compiling src/main/cpp/util/path.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 51s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 49s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 32s         [200 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 146s local Compiling src/google/protobuf/repeated_ptr_field.cc; 20s local //third_party/grpc-java:grpc-java-plugin_checked_in; 10s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 4s local Compiling src/main/cpp/util/path.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 52s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 50s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 33s         [200 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 147s local Compiling src/google/protobuf/repeated_ptr_field.cc; 21s local //third_party/grpc-java:grpc-java-plugin_checked_in; 11s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 5s local Compiling src/main/cpp/util/path.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 53s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 51s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 34s         [200 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 148s local Compiling src/google/protobuf/repeated_ptr_field.cc; 22s local //third_party/grpc-java:grpc-java-plugin_checked_in; 12s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 6s local Compiling src/main/cpp/util/path.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 54s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 52s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 36s         [200 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 149s local Compiling src/google/protobuf/repeated_ptr_field.cc; 23s local //third_party/grpc-java:grpc-java-plugin_checked_in; 13s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 7s local Compiling src/main/cpp/util/path.cc [for tool]; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 55s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 53s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 37s         [200 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 150s local Compiling src/google/protobuf/repeated_ptr_field.cc; 24s local //third_party/grpc-java:grpc-java-plugin_checked_in; 14s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 8s local Compiling src/main/cpp/util/path.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 57s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 54s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 38s         [201 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 150s local //third_party/grpc-java:grpc-java-plugin_checked_in; 14s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 8s local Compiling src/main/cpp/util/path.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 57s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 54s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 38s [Scann] Compiling src/google/protobuf/repeated_field.cc         [201 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 151s local //third_party/grpc-java:grpc-java-plugin_checked_in; 14s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 9s local Compiling src/main/cpp/util/path.cc [for tool]; 6s local Compiling src/google/protobuf/repeated_field.cc; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 57s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 55s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 38s         [201 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 152s local //third_party/grpc-java:grpc-java-plugin_checked_in; 16s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 10s local Compiling src/main/cpp/util/path.cc [for tool]; 7s local Compiling src/google/protobuf/repeated_field.cc; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 58s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 56s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 39s         [201 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 153s local //third_party/grpc-java:grpc-java-plugin_checked_in; 17s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 11s local Compiling src/main/cpp/util/path.cc [for tool]; 8s local Compiling src/google/protobuf/repeated_field.cc; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 59s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 57s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 40s         [201 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 154s local //third_party/grpc-java:grpc-java-plugin_checked_in; 18s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 12s local Compiling src/main/cpp/util/path.cc [for tool]; 9s local Compiling src/google/protobuf/repeated_field.cc; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 60s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 58s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 41s         [201 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 155s local //third_party/grpc-java:grpc-java-plugin_checked_in; 19s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 13s local Compiling src/main/cpp/util/path.cc [for tool]; 10s local Compiling src/google/protobuf/repeated_field.cc; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 61s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 59s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 43s         [201 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 156s local //third_party/grpc-java:grpc-java-plugin_checked_in; 20s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 14s local Compiling src/main/cpp/util/path.cc [for tool]; 11s local Compiling src/google/protobuf/repeated_field.cc; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 62s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 60s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 44s         [201 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 157s local //third_party/grpc-java:grpc-java-plugin_checked_in; 21s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 15s local Compiling src/main/cpp/util/path.cc [for tool]; 12s local Compiling src/google/protobuf/repeated_field.cc; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 64s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 61s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 45s         [201 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 158s local //third_party/grpc-java:grpc-java-plugin_checked_in; 22s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 16s local Compiling src/main/cpp/util/path.cc [for tool]; 13s local Compiling src/google/protobuf/repeated_field.cc; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 65s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 62s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 46s         [201 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 159s local //third_party/grpc-java:grpc-java-plugin_checked_in; 23s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 17s local Compiling src/main/cpp/util/path.cc [for tool]; 14s local Compiling src/google/protobuf/repeated_field.cc; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 66s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 63s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 47s         [201 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 160s local //third_party/grpc-java:grpc-java-plugin_checked_in; 24s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 18s local Compiling src/main/cpp/util/path.cc [for tool]; 15s local Compiling src/google/protobuf/repeated_field.cc; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 67s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 64s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 48s         [202 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 161s local //third_party/grpc-java:grpc-java-plugin_checked_in; 25s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 19s local Compiling src/google/protobuf/repeated_field.cc; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 67s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 65s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 48s [Scann] Compiling src/main/cpp/util/file.cc [for tool]         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 161s local //third_party/grpc-java:grpc-java-plugin_checked_in; 25s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 19s local Compiling src/google/protobuf/repeated_field.cc; 10s local Compiling src/main/cpp/util/file.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 68s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 65s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 49s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 162s local //third_party/grpc-java:grpc-java-plugin_checked_in; 26s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 20s local Compiling src/google/protobuf/repeated_field.cc; 11s local Compiling src/main/cpp/util/file.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 69s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 66s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 50s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 163s local //third_party/grpc-java:grpc-java-plugin_checked_in; 27s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 21s local Compiling src/google/protobuf/repeated_field.cc; 12s local Compiling src/main/cpp/util/file.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 70s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 67s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 51s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 164s local //third_party/grpc-java:grpc-java-plugin_checked_in; 28s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 22s local Compiling src/google/protobuf/repeated_field.cc; 13s local Compiling src/main/cpp/util/file.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 71s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 68s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 52s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 165s local //third_party/grpc-java:grpc-java-plugin_checked_in; 29s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 23s local Compiling src/google/protobuf/repeated_field.cc; 14s local Compiling src/main/cpp/util/file.cc [for tool]; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 72s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 69s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 53s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 166s local //third_party/grpc-java:grpc-java-plugin_checked_in; 30s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 24s local Compiling src/google/protobuf/repeated_field.cc; 15s local Compiling src/main/cpp/util/file.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 73s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 70s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 54s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 167s local //third_party/grpc-java:grpc-java-plugin_checked_in; 31s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 25s local Compiling src/google/protobuf/repeated_field.cc; 16s local Compiling src/main/cpp/util/file.cc [for tool]; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 74s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 71s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 55s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 168s local //third_party/grpc-java:grpc-java-plugin_checked_in; 32s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 26s local Compiling src/google/protobuf/repeated_field.cc; 17s local Compiling src/main/cpp/util/file.cc [for tool]; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 75s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 72s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 56s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 169s local //third_party/grpc-java:grpc-java-plugin_checked_in; 33s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 27s local Compiling src/google/protobuf/repeated_field.cc; 19s local Compiling src/main/cpp/util/file.cc [for tool]; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 76s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 73s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 57s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 170s local //third_party/grpc-java:grpc-java-plugin_checked_in; 34s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 29s local Compiling src/google/protobuf/repeated_field.cc; 20s local Compiling src/main/cpp/util/file.cc [for tool]; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 77s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 75s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 58s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 171s local //third_party/grpc-java:grpc-java-plugin_checked_in; 35s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 30s local Compiling src/google/protobuf/repeated_field.cc; 21s local Compiling src/main/cpp/util/file.cc [for tool]; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 78s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 76s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 59s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 172s local //third_party/grpc-java:grpc-java-plugin_checked_in; 36s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 31s local Compiling src/google/protobuf/repeated_field.cc; 22s local Compiling src/main/cpp/util/file.cc [for tool]; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 79s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 77s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 60s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 173s local //third_party/grpc-java:grpc-java-plugin_checked_in; 37s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 32s local Compiling src/google/protobuf/repeated_field.cc; 23s local Compiling src/main/cpp/util/file.cc [for tool]; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 80s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 78s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 61s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 175s local //third_party/grpc-java:grpc-java-plugin_checked_in; 38s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 33s local Compiling src/google/protobuf/repeated_field.cc; 24s local Compiling src/main/cpp/util/file.cc [for tool]; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 81s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 79s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 62s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 176s local //third_party/grpc-java:grpc-java-plugin_checked_in; 40s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 34s local Compiling src/google/protobuf/repeated_field.cc; 25s local Compiling src/main/cpp/util/file.cc [for tool]; 14s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 82s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 80s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 63s         [202 / 1,614] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 177s local //third_party/grpc-java:grpc-java-plugin_checked_in; 41s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 35s local Compiling src/google/protobuf/repeated_field.cc; 26s local Compiling src/main/cpp/util/file.cc [for tool]; 16s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 83s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 81s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 64s         [203 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 177s local //third_party/grpc-java:grpc-java-plugin_checked_in; 41s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 36s local Compiling src/google/protobuf/repeated_field.cc; 27s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 84s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 82s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 65s [Prepa] Linking src/main/cpp/util/libfilesystem.a [for tool]         [203 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 178s local //third_party/grpc-java:grpc-java-plugin_checked_in; 42s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 36s local Compiling src/google/protobuf/repeated_field.cc; 27s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 84s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 82s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 65s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]         [203 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 179s local //third_party/grpc-java:grpc-java-plugin_checked_in; 43s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 37s local Compiling src/google/protobuf/repeated_field.cc; 28s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 85s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 83s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 66s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]         [203 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 180s local //third_party/grpc-java:grpc-java-plugin_checked_in; 44s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 38s local Compiling src/google/protobuf/repeated_field.cc; 29s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 86s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 84s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 68s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]         [203 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 181s local //third_party/grpc-java:grpc-java-plugin_checked_in; 45s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 39s local Compiling src/google/protobuf/repeated_field.cc; 30s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 87s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 85s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 69s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]         [203 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 182s local //third_party/grpc-java:grpc-java-plugin_checked_in; 46s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 40s local Compiling src/google/protobuf/repeated_field.cc; 31s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 89s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 86s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 70s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 4s         [204 / 1,614] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 182s local //third_party/grpc-java:grpc-java-plugin_checked_in; 46s local Compiling src/google/protobuf/repeated_field.cc; 32s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 89s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 87s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 70s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 5s [Scann] Compiling src/google/protobuf/parse_context.cc [for tool]         [204 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 183s local //third_party/grpc-java:grpc-java-plugin_checked_in; 47s local Compiling src/google/protobuf/repeated_field.cc; 32s local Compiling src/google/protobuf/parse_context.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 89s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 87s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 70s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 5s         [204 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 184s local //third_party/grpc-java:grpc-java-plugin_checked_in; 48s local Compiling src/google/protobuf/repeated_field.cc; 33s local Compiling src/google/protobuf/parse_context.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 90s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 88s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 72s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 6s         [204 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 185s local //third_party/grpc-java:grpc-java-plugin_checked_in; 49s local Compiling src/google/protobuf/repeated_field.cc; 34s local Compiling src/google/protobuf/parse_context.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 91s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 89s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 73s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 7s         [204 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 186s local //third_party/grpc-java:grpc-java-plugin_checked_in; 50s local Compiling src/google/protobuf/repeated_field.cc; 35s local Compiling src/google/protobuf/parse_context.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 93s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 90s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 74s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 8s         [204 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 187s local //third_party/grpc-java:grpc-java-plugin_checked_in; 51s local Compiling src/google/protobuf/repeated_field.cc; 36s local Compiling src/google/protobuf/parse_context.cc [for tool]; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 94s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 91s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 75s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 9s         [204 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 188s local //third_party/grpc-java:grpc-java-plugin_checked_in; 52s local Compiling src/google/protobuf/repeated_field.cc; 37s local Compiling src/google/protobuf/parse_context.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 95s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 92s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 76s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 10s         [204 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 189s local //third_party/grpc-java:grpc-java-plugin_checked_in; 53s local Compiling src/google/protobuf/repeated_field.cc; 38s local Compiling src/google/protobuf/parse_context.cc [for tool]; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 96s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 93s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 77s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 11s         [204 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 190s local //third_party/grpc-java:grpc-java-plugin_checked_in; 54s local Compiling src/google/protobuf/repeated_field.cc; 39s local Compiling src/google/protobuf/parse_context.cc [for tool]; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 97s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 94s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 78s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 12s         [204 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 191s local //third_party/grpc-java:grpc-java-plugin_checked_in; 55s local Compiling src/google/protobuf/repeated_field.cc; 40s local Compiling src/google/protobuf/parse_context.cc [for tool]; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 98s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 95s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 79s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 13s         [205 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 191s local //third_party/grpc-java:grpc-java-plugin_checked_in; 55s local Compiling src/google/protobuf/parse_context.cc [for tool]; 9s local Compiling src/google/protobuf/parse_context.cc; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 98s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 96s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 79s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 14s         [205 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 193s local //third_party/grpc-java:grpc-java-plugin_checked_in; 56s local Compiling src/google/protobuf/parse_context.cc [for tool]; 10s local Compiling src/google/protobuf/parse_context.cc; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 99s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 97s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 80s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 15s         [205 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 194s local //third_party/grpc-java:grpc-java-plugin_checked_in; 57s local Compiling src/google/protobuf/parse_context.cc [for tool]; 11s local Compiling src/google/protobuf/parse_context.cc; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 100s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 98s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 81s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 16s         [205 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 195s local //third_party/grpc-java:grpc-java-plugin_checked_in; 59s local Compiling src/google/protobuf/parse_context.cc [for tool]; 12s local Compiling src/google/protobuf/parse_context.cc; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 101s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 99s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 82s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 17s         [205 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 196s local //third_party/grpc-java:grpc-java-plugin_checked_in; 60s local Compiling src/google/protobuf/parse_context.cc [for tool]; 13s local Compiling src/google/protobuf/parse_context.cc; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 102s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 100s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 83s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 18s         [205 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 197s local //third_party/grpc-java:grpc-java-plugin_checked_in; 61s local Compiling src/google/protobuf/parse_context.cc [for tool]; 14s local Compiling src/google/protobuf/parse_context.cc; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 103s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 101s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 84s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 19s         [206 / 1,614] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 198s local Compiling src/google/protobuf/parse_context.cc [for tool]; 15s local Compiling src/google/protobuf/parse_context.cc; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 104s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 102s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 85s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 20s [Scann] //third_party/grpc-java:grpc-java-plugin_checked_in         [206 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 198s local Compiling src/google/protobuf/parse_context.cc [for tool]; 15s local Compiling src/google/protobuf/parse_context.cc; 6s local //third_party/grpc-java:grpc-java-plugin_checked_in; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 105s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 102s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 86s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 20s         [206 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 199s local Compiling src/google/protobuf/parse_context.cc [for tool]; 16s local Compiling src/google/protobuf/parse_context.cc; 7s local //third_party/grpc-java:grpc-java-plugin_checked_in; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 106s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 103s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 87s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 21s         [206 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 200s local Compiling src/google/protobuf/parse_context.cc [for tool]; 17s local Compiling src/google/protobuf/parse_context.cc; 8s local //third_party/grpc-java:grpc-java-plugin_checked_in; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 107s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 104s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 88s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 22s         [206 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 201s local Compiling src/google/protobuf/parse_context.cc [for tool]; 18s local Compiling src/google/protobuf/parse_context.cc; 10s local //third_party/grpc-java:grpc-java-plugin_checked_in; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 108s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 105s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 89s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 23s         [206 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 202s local Compiling src/google/protobuf/parse_context.cc [for tool]; 19s local Compiling src/google/protobuf/parse_context.cc; 11s local //third_party/grpc-java:grpc-java-plugin_checked_in; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 109s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 107s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 90s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 24s         [206 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 203s local Compiling src/google/protobuf/parse_context.cc [for tool]; 20s local Compiling src/google/protobuf/parse_context.cc; 12s local //third_party/grpc-java:grpc-java-plugin_checked_in; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 110s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 108s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 91s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 25s         [206 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 204s local Compiling src/google/protobuf/parse_context.cc [for tool]; 22s local Compiling src/google/protobuf/parse_context.cc; 13s local //third_party/grpc-java:grpc-java-plugin_checked_in; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 111s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 109s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 92s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 27s         [206 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 205s local Compiling src/google/protobuf/parse_context.cc [for tool]; 23s local Compiling src/google/protobuf/parse_context.cc; 14s local //third_party/grpc-java:grpc-java-plugin_checked_in; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 112s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 110s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 93s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 28s         [206 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 207s local Compiling src/google/protobuf/parse_context.cc [for tool]; 24s local Compiling src/google/protobuf/parse_context.cc; 15s local //third_party/grpc-java:grpc-java-plugin_checked_in; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 113s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 111s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 94s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 29s         [207 / 1,614] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 207s local Compiling src/google/protobuf/parse_context.cc; 15s local //third_party/grpc-java:grpc-java-plugin_checked_in; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 113s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 111s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 95s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 29s [Scann] Compiling src/google/protobuf/message_lite.cc [for tool]         [207 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 207s local Compiling src/google/protobuf/parse_context.cc; 15s local //third_party/grpc-java:grpc-java-plugin_checked_in; 9s local Compiling src/google/protobuf/message_lite.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 114s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 111s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 95s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 29s         [207 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 208s local Compiling src/google/protobuf/parse_context.cc; 16s local //third_party/grpc-java:grpc-java-plugin_checked_in; 10s local Compiling src/google/protobuf/message_lite.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 115s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 112s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 96s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 30s         [207 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 209s local Compiling src/google/protobuf/parse_context.cc; 17s local //third_party/grpc-java:grpc-java-plugin_checked_in; 11s local Compiling src/google/protobuf/message_lite.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 116s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 113s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 97s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 31s         [207 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 210s local Compiling src/google/protobuf/parse_context.cc; 18s local //third_party/grpc-java:grpc-java-plugin_checked_in; 12s local Compiling src/google/protobuf/message_lite.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 117s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 114s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 98s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 32s         [207 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 211s local Compiling src/google/protobuf/parse_context.cc; 19s local //third_party/grpc-java:grpc-java-plugin_checked_in; 13s local Compiling src/google/protobuf/message_lite.cc [for tool]; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 118s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 115s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 99s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 33s         [207 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 212s local Compiling src/google/protobuf/parse_context.cc; 20s local //third_party/grpc-java:grpc-java-plugin_checked_in; 14s local Compiling src/google/protobuf/message_lite.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 119s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 116s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 100s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 34s         [207 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 213s local Compiling src/google/protobuf/parse_context.cc; 22s local //third_party/grpc-java:grpc-java-plugin_checked_in; 15s local Compiling src/google/protobuf/message_lite.cc [for tool]; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 120s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 117s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 101s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 35s         [207 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 214s local Compiling src/google/protobuf/parse_context.cc; 23s local //third_party/grpc-java:grpc-java-plugin_checked_in; 16s local Compiling src/google/protobuf/message_lite.cc [for tool]; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 121s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 119s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 102s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 36s         [207 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 215s local Compiling src/google/protobuf/parse_context.cc; 24s local //third_party/grpc-java:grpc-java-plugin_checked_in; 17s local Compiling src/google/protobuf/message_lite.cc [for tool]; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 122s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 120s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 103s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 38s         [207 / 1,614] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 216s local Compiling src/google/protobuf/parse_context.cc; 25s local //third_party/grpc-java:grpc-java-plugin_checked_in; 18s local Compiling src/google/protobuf/message_lite.cc [for tool]; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 123s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 121s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 104s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 39s         [208 / 1,622] 7 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 217s local Compiling src/google/protobuf/parse_context.cc; 25s local Compiling src/google/protobuf/message_lite.cc [for tool]; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 123s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 121s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 105s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 39s        [208 / 1,951] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 218s local Compiling src/google/protobuf/parse_context.cc; 26s local Compiling src/google/protobuf/message_lite.cc [for tool]; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 124s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 122s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 105s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 40s [Prepa] Executing genrule @zstd-jni//:copy_link_jni_header         [208 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 218s local Compiling src/google/protobuf/parse_context.cc; 26s local Compiling src/google/protobuf/message_lite.cc [for tool]; 11s local Executing genrule @zstd-jni//:copy_link_jni_header; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 124s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 122s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 106s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 40s         [209 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 218s local Compiling src/google/protobuf/parse_context.cc; 26s local Compiling src/google/protobuf/message_lite.cc [for tool]; 11s local Executing genrule @zstd-jni//:copy_link_jni_md_header; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 125s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 122s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 106s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 40s         [210 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 218s local Compiling src/google/protobuf/parse_context.cc; 27s local Compiling src/google/protobuf/message_lite.cc [for tool]; 11s local Compiling src/main/native/common/debug.c; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 125s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 123s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 106s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 41s         [211 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 219s local Compiling src/google/protobuf/message_lite.cc [for tool]; 12s local Compiling src/main/native/common/debug.c; 0s local Compiling src/google/protobuf/message_lite.cc; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 125s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 123s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 107s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 41s         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. [211 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 219s local Compiling src/google/protobuf/message_lite.cc [for tool]; 12s local Compiling src/main/native/common/debug.c; 0s local Compiling src/google/protobuf/message_lite.cc; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 126s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 123s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 107s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 41s         [212 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 219s local Compiling src/google/protobuf/message_lite.cc [for tool]; 12s local Compiling src/google/protobuf/message_lite.cc; 0s local Compiling src/main/native/common/entropy_common.c; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 126s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 123s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 107s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 41s         [212 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 220s local Compiling src/google/protobuf/message_lite.cc [for tool]; 13s local Compiling src/google/protobuf/message_lite.cc; 1s local Compiling src/main/native/common/entropy_common.c; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 127s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 125s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 108s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 42s         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. [212 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 221s local Compiling src/google/protobuf/message_lite.cc [for tool]; 13s local Compiling src/google/protobuf/message_lite.cc; 1s local Compiling src/main/native/common/entropy_common.c; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 127s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 125s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 108s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 43s         [213 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 221s local Compiling src/google/protobuf/message_lite.cc [for tool]; 14s local Compiling src/google/protobuf/message_lite.cc; 2s local Compiling src/main/native/common/error_private.c; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 127s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 125s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 109s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 43s         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. [213 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 221s local Compiling src/google/protobuf/message_lite.cc [for tool]; 14s local Compiling src/google/protobuf/message_lite.cc; 2s local Compiling src/main/native/common/error_private.c; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 128s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 125s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 109s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 43s         [214 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 221s local Compiling src/google/protobuf/message_lite.cc [for tool]; 14s local Compiling src/google/protobuf/message_lite.cc; 2s local Compiling src/main/native/common/fse_decompress.c; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 128s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 126s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 109s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 44s         [214 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 222s local Compiling src/google/protobuf/message_lite.cc [for tool]; 15s local Compiling src/google/protobuf/message_lite.cc; 3s local Compiling src/main/native/common/fse_decompress.c; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 129s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 127s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 110s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 45s         [214 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 224s local Compiling src/google/protobuf/message_lite.cc [for tool]; 16s local Compiling src/google/protobuf/message_lite.cc; 4s local Compiling src/main/native/common/fse_decompress.c; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 130s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 128s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 111s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 46s         [214 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 225s local Compiling src/google/protobuf/message_lite.cc [for tool]; 17s local Compiling src/google/protobuf/message_lite.cc; 5s local Compiling src/main/native/common/fse_decompress.c; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 131s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 129s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 112s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 47s         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. [214 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 225s local Compiling src/google/protobuf/message_lite.cc [for tool]; 17s local Compiling src/google/protobuf/message_lite.cc; 6s local Compiling src/main/native/common/fse_decompress.c; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 131s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 129s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 112s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 47s         [215 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 225s local Compiling src/google/protobuf/message_lite.cc [for tool]; 18s local Compiling src/google/protobuf/message_lite.cc; 6s local Compiling src/main/native/common/pool.c; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 132s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 129s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 113s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 47s         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. [215 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 226s local Compiling src/google/protobuf/message_lite.cc [for tool]; 19s local Compiling src/google/protobuf/message_lite.cc; 7s local Compiling src/main/native/common/pool.c; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 133s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 130s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 114s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 48s         [216 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 226s local Compiling src/google/protobuf/message_lite.cc [for tool]; 19s local Compiling src/google/protobuf/message_lite.cc; 7s local Compiling src/main/native/common/threading.c; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 133s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 131s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 114s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 49s         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. [216 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 227s local Compiling src/google/protobuf/message_lite.cc [for tool]; 19s local Compiling src/google/protobuf/message_lite.cc; 7s local Compiling src/main/native/common/threading.c; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 133s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 131s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 114s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 49s         [217 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 227s local Compiling src/google/protobuf/message_lite.cc [for tool]; 20s local Compiling src/google/protobuf/message_lite.cc; 8s local Compiling src/main/native/common/xxhash.c; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 133s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 131s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 115s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 49s         [217 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 228s local Compiling src/google/protobuf/message_lite.cc [for tool]; 21s local Compiling src/google/protobuf/message_lite.cc; 9s local Compiling src/main/native/common/xxhash.c; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 134s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 132s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 116s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 50s         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. [217 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 228s local Compiling src/google/protobuf/message_lite.cc [for tool]; 21s local Compiling src/google/protobuf/message_lite.cc; 9s local Compiling src/main/native/common/xxhash.c; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 135s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 133s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 116s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 51s         [218 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 229s local Compiling src/google/protobuf/message_lite.cc [for tool]; 21s local Compiling src/google/protobuf/message_lite.cc; 10s local Compiling src/main/native/common/zstd_common.c; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 135s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 133s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 116s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 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. [218 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 230s local Compiling src/google/protobuf/message_lite.cc [for tool]; 22s local Compiling src/google/protobuf/message_lite.cc; 10s local Compiling src/main/native/common/zstd_common.c; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 136s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 134s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 117s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 52s         [219 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 230s local Compiling src/google/protobuf/message_lite.cc [for tool]; 23s local Compiling src/google/protobuf/message_lite.cc; 11s local Compiling src/main/native/compress/fse_compress.c; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 137s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 134s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 118s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 52s         [219 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 231s local Compiling src/google/protobuf/message_lite.cc [for tool]; 24s local Compiling src/google/protobuf/message_lite.cc; 12s local Compiling src/main/native/compress/fse_compress.c; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 138s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 135s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 119s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 53s         [219 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 232s local Compiling src/google/protobuf/message_lite.cc [for tool]; 25s local Compiling src/google/protobuf/message_lite.cc; 13s local Compiling src/main/native/compress/fse_compress.c; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 139s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 136s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 120s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 54s         [220 / 1,951] 7 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 233s local Compiling src/google/protobuf/message_lite.cc; 14s local Compiling src/main/native/compress/fse_compress.c; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 139s [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 137s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 120s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 55s        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. [220 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 233s local Compiling src/google/protobuf/message_lite.cc; 14s local Compiling src/main/native/compress/fse_compress.c; 3s local Linking external/bazel_tools/third_party/ijar/zipper [for tool]; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 137s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 120s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 55s [Prepa] Compiling src/google/protobuf/map.cc [for tool]         [220 / 1,951] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 233s local Compiling src/google/protobuf/message_lite.cc; 14s local Compiling src/main/native/compress/fse_compress.c; 3s local Linking external/bazel_tools/third_party/ijar/zipper [for tool]; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 137s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 121s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 55s [Sched] Compiling src/google/protobuf/map.cc [for tool]         [221 / 1,951] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 233s local Compiling src/google/protobuf/message_lite.cc; 14s local Linking external/bazel_tools/third_party/ijar/zipper [for tool]; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 138s [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 121s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 55s [Sched] Compiling src/google/protobuf/map.cc [for tool] [Sched] Compiling src/main/native/compress/hist.c         [222 / 1,951] 7 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 234s local Compiling src/google/protobuf/message_lite.cc; 14s local Linking src/main/native/liblatin1_jni_path.pic.a; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 121s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 56s [Sched] Compiling src/google/protobuf/map.cc [for tool] [Sched] Compiling src/main/native/compress/hist.c        [223 / 1,951] 7 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 234s local Compiling src/google/protobuf/message_lite.cc; 15s local Linking src/tools/singlejar/libmapped_file.a [for tool]; 0s local [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 56s [Sched] Compiling src/google/protobuf/map.cc [for tool] [Sched] Compiling src/main/native/compress/hist.c [Prepa] PythonZipper src/create_embedded_tools.zip [for tool]        [224 / 1,952] 6 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 234s local Compiling src/google/protobuf/message_lite.cc; 15s local Linking src/main/cpp/util/libfilesystem.a [for tool]; 0s local [Sched] Compiling src/google/protobuf/map.cc [for tool] [Sched] Compiling src/main/native/compress/hist.c [Sched] PythonZipper src/create_embedded_tools.zip [for tool]       [224 / 1,952] 7 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 234s local Compiling src/google/protobuf/message_lite.cc; 15s local Linking src/main/cpp/util/libfilesystem.a [for tool]; 0s local Compiling src/google/protobuf/map.cc [for tool]; 0s local Compiling src/tools/singlejar/options.cc [for tool]; 0s local PythonZipper src/create_embedded_tools.zip [for tool]; 0s local Compiling src/main/native/compress/hist.c; 0s local        [225 / 1,952] 6 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 235s local Compiling src/google/protobuf/message_lite.cc; 15s local Compiling src/google/protobuf/map.cc [for tool]; 0s local Compiling src/tools/singlejar/options.cc [for tool]; 0s local PythonZipper src/create_embedded_tools.zip [for tool]; 0s local Compiling src/main/native/compress/hist.c; 0s local       [225 / 1,952] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 235s local Compiling src/google/protobuf/message_lite.cc; 16s local Compiling src/google/protobuf/map.cc [for tool]; 0s local Compiling src/tools/singlejar/options.cc [for tool]; 0s local PythonZipper src/create_embedded_tools.zip [for tool]; 0s local Compiling src/main/native/compress/hist.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]        [226 / 1,952] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 235s local Compiling src/google/protobuf/message_lite.cc; 16s local Compiling src/google/protobuf/map.cc [for tool]; 0s local Compiling src/tools/singlejar/options.cc [for tool]; 0s local Compiling src/main/native/compress/hist.c; 0s local BuildBinary src/create_embedded_tools [for tool]; 0s local [Sched] Linking third_party/ijar/ijar [for tool]        [227 / 1,980] 6 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 235s local Compiling src/google/protobuf/message_lite.cc; 16s local Compiling src/google/protobuf/map.cc [for tool]; 1s local Compiling src/tools/singlejar/options.cc [for tool]; 1s local Compiling src/main/native/compress/hist.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]       [227 / 1,980] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 236s local Compiling src/google/protobuf/message_lite.cc; 16s local Compiling src/google/protobuf/map.cc [for tool]; 1s local Compiling src/tools/singlejar/options.cc [for tool]; 1s local Compiling src/main/native/compress/hist.c; 1s local Action .../devtools/build/lib/runtime/commands/license/LICENSE; 0s local [Sched] Linking third_party/ijar/ijar [for tool]        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. [227 / 2,015] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 236s local Compiling src/google/protobuf/message_lite.cc; 17s local Compiling src/google/protobuf/map.cc [for tool]; 2s local Compiling src/tools/singlejar/options.cc [for tool]; 2s local Compiling src/main/native/compress/hist.c; 2s local Action .../devtools/build/lib/runtime/commands/license/LICENSE; 0s local [Sched] Linking third_party/ijar/ijar [for tool]        [228 / 2,032] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 237s local Compiling src/google/protobuf/message_lite.cc; 17s local Compiling src/google/protobuf/map.cc [for tool]; 2s local Compiling src/tools/singlejar/options.cc [for tool]; 2s local Action .../devtools/build/lib/runtime/commands/license/LICENSE; 1s local Compiling src/main/native/compress/huf_compress.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]        [229 / 2,113] 6 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 237s local Compiling src/google/protobuf/message_lite.cc; 18s local Compiling src/google/protobuf/map.cc [for tool]; 3s local Compiling src/tools/singlejar/options.cc [for tool]; 3s local Compiling src/main/native/compress/huf_compress.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]       [231 / 2,141] 6 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 237s local Compiling src/google/protobuf/message_lite.cc; 18s local Compiling src/google/protobuf/map.cc [for tool]; 3s local Compiling src/tools/singlejar/options.cc [for tool]; 3s local Compiling src/main/native/compress/huf_compress.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]       [232 / 2,180] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 238s local Compiling src/google/protobuf/message_lite.cc; 19s local Compiling src/google/protobuf/map.cc [for tool]; 3s local Compiling src/tools/singlejar/options.cc [for tool]; 3s local Compiling src/main/native/compress/huf_compress.c; 1s local Writing file .../build/lib/bazel/rules/coverage.WORKSPACE; 0s local [Sched] Linking third_party/ijar/ijar [for tool]        [235 / 2,204] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 238s local Compiling src/google/protobuf/message_lite.cc; 19s local Compiling src/google/protobuf/map.cc [for tool]; 3s local Compiling src/tools/singlejar/options.cc [for tool]; 3s local Compiling src/main/native/compress/huf_compress.c; 1s local //src:zip_builtins; 0s local [Sched] Linking third_party/ijar/ijar [for tool]        [236 / 2,209] 6 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 238s local Compiling src/google/protobuf/message_lite.cc; 19s local Compiling src/google/protobuf/map.cc [for tool]; 4s local Compiling src/tools/singlejar/options.cc [for tool]; 4s local Compiling src/main/native/compress/huf_compress.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]       [236 / 2,216] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 239s local Compiling src/google/protobuf/message_lite.cc; 20s local Compiling src/google/protobuf/map.cc [for tool]; 4s local Compiling src/tools/singlejar/options.cc [for tool]; 4s local Compiling src/main/native/compress/huf_compress.c; 2s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 0s local [Sched] Linking third_party/ijar/ijar [for tool]        [236 / 2,219] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 240s local Compiling src/google/protobuf/message_lite.cc; 21s local Compiling src/google/protobuf/map.cc [for tool]; 5s local Compiling src/tools/singlejar/options.cc [for tool]; 5s local Compiling src/main/native/compress/huf_compress.c; 3s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 4s        [236 / 2,305] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 241s local Compiling src/google/protobuf/message_lite.cc; 22s local Compiling src/google/protobuf/map.cc [for tool]; 6s local Compiling src/tools/singlejar/options.cc [for tool]; 6s local Compiling src/main/native/compress/huf_compress.c; 4s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 5s        [236 / 2,306] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 241s local Compiling src/google/protobuf/message_lite.cc; 22s local Compiling src/google/protobuf/map.cc [for tool]; 7s local Compiling src/tools/singlejar/options.cc [for tool]; 7s local Compiling src/main/native/compress/huf_compress.c; 5s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 6s [Scann] Compiling src/main/native/decompress/huf_decompress_amd64.S         [237 / 2,306] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 242s local Compiling src/google/protobuf/message_lite.cc; 23s local Compiling src/google/protobuf/map.cc [for tool]; 7s local Compiling src/tools/singlejar/options.cc [for tool]; 7s local Compiling src/main/native/compress/huf_compress.c; 5s local Compiling src/main/native/decompress/huf_decompress_amd64.S; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 6s [Prepa] Executing genrule //.../build/lib/bazel/rules:builtins_bzl_zip         [238 / 2,306] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 242s local Compiling src/google/protobuf/message_lite.cc; 23s local Compiling src/google/protobuf/map.cc [for tool]; 7s local Compiling src/tools/singlejar/options.cc [for tool]; 7s local Compiling src/main/native/compress/huf_compress.c; 5s local Compiling src/main/native/decompress/huf_decompress_amd64.S; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 7s [Prepa] Writing file build-info-volatile.properties         [239 / 2,306] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 242s local Compiling src/google/protobuf/message_lite.cc; 23s local Compiling src/google/protobuf/map.cc [for tool]; 8s local Compiling src/tools/singlejar/options.cc [for tool]; 8s local Compiling src/main/native/compress/huf_compress.c; 5s local Compiling src/main/native/decompress/huf_decompress_amd64.S; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 7s [Prepa] Writing file build-info-nonvolatile.properties         [240 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 242s local Compiling src/google/protobuf/message_lite.cc; 23s local Compiling src/google/protobuf/map.cc [for tool]; 8s local Compiling src/tools/singlejar/options.cc [for tool]; 8s local Compiling src/main/native/compress/huf_compress.c; 6s local Compiling src/main/native/decompress/huf_decompress_amd64.S; 0s local @bazel_tools//tools/jdk:platformclasspath; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 7s         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. [240 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 242s local Compiling src/google/protobuf/message_lite.cc; 23s local Compiling src/google/protobuf/map.cc [for tool]; 8s local Compiling src/tools/singlejar/options.cc [for tool]; 8s local Compiling src/main/native/compress/huf_compress.c; 6s local Compiling src/main/native/decompress/huf_decompress_amd64.S; 1s local @bazel_tools//tools/jdk:platformclasspath; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 7s         [241 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 243s local Compiling src/google/protobuf/message_lite.cc; 24s local Compiling src/google/protobuf/map.cc [for tool]; 8s local Compiling src/tools/singlejar/options.cc [for tool]; 8s local Compiling src/main/native/compress/huf_compress.c; 6s local @bazel_tools//tools/jdk:platformclasspath; 0s local Compiling src/main/native/legacy/zstd_v07.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 8s         [241 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 244s local Compiling src/google/protobuf/message_lite.cc; 25s local Compiling src/google/protobuf/map.cc [for tool]; 9s local Compiling src/tools/singlejar/options.cc [for tool]; 9s local Compiling src/main/native/compress/huf_compress.c; 7s local @bazel_tools//tools/jdk:platformclasspath; 1s local Compiling src/main/native/legacy/zstd_v07.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 9s         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. [241 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 244s local Compiling src/google/protobuf/message_lite.cc; 25s local Compiling src/google/protobuf/map.cc [for tool]; 9s local Compiling src/tools/singlejar/options.cc [for tool]; 9s local Compiling src/main/native/compress/huf_compress.c; 7s local @bazel_tools//tools/jdk:platformclasspath; 1s local Compiling src/main/native/legacy/zstd_v07.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 9s         [242 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 244s local Compiling src/google/protobuf/message_lite.cc; 25s local Compiling src/google/protobuf/map.cc [for tool]; 10s local Compiling src/tools/singlejar/options.cc [for tool]; 10s local @bazel_tools//tools/jdk:platformclasspath; 2s local Compiling src/main/native/legacy/zstd_v07.c; 1s local Compiling src/main/native/compress/zstd_compress.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 9s         [242 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 245s local Compiling src/google/protobuf/message_lite.cc; 26s local Compiling src/google/protobuf/map.cc [for tool]; 11s local Compiling src/tools/singlejar/options.cc [for tool]; 11s local @bazel_tools//tools/jdk:platformclasspath; 3s local Compiling src/main/native/legacy/zstd_v07.c; 2s local Compiling src/main/native/compress/zstd_compress.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 10s         [242 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 246s local Compiling src/google/protobuf/message_lite.cc; 27s local Compiling src/google/protobuf/map.cc [for tool]; 12s local Compiling src/tools/singlejar/options.cc [for tool]; 12s local @bazel_tools//tools/jdk:platformclasspath; 4s local Compiling src/main/native/legacy/zstd_v07.c; 3s local Compiling src/main/native/compress/zstd_compress.c; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 11s         [243 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 247s local Compiling src/google/protobuf/map.cc [for tool]; 12s local Compiling src/tools/singlejar/options.cc [for tool]; 12s local @bazel_tools//tools/jdk:platformclasspath; 4s local Compiling src/main/native/legacy/zstd_v07.c; 4s local Compiling src/main/native/compress/zstd_compress.c; 2s local Compiling src/google/protobuf/map.cc; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 11s         [243 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 248s local Compiling src/google/protobuf/map.cc [for tool]; 13s local Compiling src/tools/singlejar/options.cc [for tool]; 13s local @bazel_tools//tools/jdk:platformclasspath; 5s local Compiling src/main/native/legacy/zstd_v07.c; 5s local Compiling src/main/native/compress/zstd_compress.c; 3s local Compiling src/google/protobuf/map.cc; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 12s         [243 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 249s local Compiling src/google/protobuf/map.cc [for tool]; 14s local Compiling src/tools/singlejar/options.cc [for tool]; 14s local @bazel_tools//tools/jdk:platformclasspath; 6s local Compiling src/main/native/legacy/zstd_v07.c; 6s local Compiling src/main/native/compress/zstd_compress.c; 4s local Compiling src/google/protobuf/map.cc; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 14s         [243 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 250s local Compiling src/google/protobuf/map.cc [for tool]; 15s local Compiling src/tools/singlejar/options.cc [for tool]; 15s local @bazel_tools//tools/jdk:platformclasspath; 7s local Compiling src/main/native/legacy/zstd_v07.c; 7s local Compiling src/main/native/compress/zstd_compress.c; 5s local Compiling src/google/protobuf/map.cc; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 15s         [243 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 251s local Compiling src/google/protobuf/map.cc [for tool]; 16s local Compiling src/tools/singlejar/options.cc [for tool]; 16s local @bazel_tools//tools/jdk:platformclasspath; 8s local Compiling src/main/native/legacy/zstd_v07.c; 8s local Compiling src/main/native/compress/zstd_compress.c; 6s local Compiling src/google/protobuf/map.cc; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 16s         [243 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 252s local Compiling src/google/protobuf/map.cc [for tool]; 17s local Compiling src/tools/singlejar/options.cc [for tool]; 17s local @bazel_tools//tools/jdk:platformclasspath; 9s local Compiling src/main/native/legacy/zstd_v07.c; 9s local Compiling src/main/native/compress/zstd_compress.c; 7s local Compiling src/google/protobuf/map.cc; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 17s         [243 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 253s local Compiling src/google/protobuf/map.cc [for tool]; 18s local Compiling src/tools/singlejar/options.cc [for tool]; 18s local @bazel_tools//tools/jdk:platformclasspath; 10s local Compiling src/main/native/legacy/zstd_v07.c; 10s local Compiling src/main/native/compress/zstd_compress.c; 8s local Compiling src/google/protobuf/map.cc; 6s local [Sched] Linking third_party/ijar/ijar [for tool]; 18s         [243 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 254s local Compiling src/google/protobuf/map.cc [for tool]; 19s local Compiling src/tools/singlejar/options.cc [for tool]; 19s local @bazel_tools//tools/jdk:platformclasspath; 11s local Compiling src/main/native/legacy/zstd_v07.c; 11s local Compiling src/main/native/compress/zstd_compress.c; 9s local Compiling src/google/protobuf/map.cc; 7s local [Sched] Linking third_party/ijar/ijar [for tool]; 19s         [244 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 254s local Compiling src/google/protobuf/map.cc [for tool]; 20s local Compiling src/tools/singlejar/options.cc [for tool]; 20s local Compiling src/main/native/legacy/zstd_v07.c; 11s local Compiling src/main/native/compress/zstd_compress.c; 10s local Compiling src/google/protobuf/map.cc; 7s local @bazel_tools//tools/jdk:platformclasspath; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 19s         [244 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 255s local Compiling src/google/protobuf/map.cc [for tool]; 21s local Compiling src/tools/singlejar/options.cc [for tool]; 21s local Compiling src/main/native/legacy/zstd_v07.c; 12s local Compiling src/main/native/compress/zstd_compress.c; 11s local Compiling src/google/protobuf/map.cc; 8s local @bazel_tools//tools/jdk:platformclasspath; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 20s         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. [244 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 256s local Compiling src/google/protobuf/map.cc [for tool]; 21s local Compiling src/tools/singlejar/options.cc [for tool]; 21s local Compiling src/main/native/legacy/zstd_v07.c; 13s local Compiling src/main/native/compress/zstd_compress.c; 11s local Compiling src/google/protobuf/map.cc; 9s local @bazel_tools//tools/jdk:platformclasspath; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 21s         [245 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 256s local Compiling src/google/protobuf/map.cc [for tool]; 22s local Compiling src/tools/singlejar/options.cc [for tool]; 22s local Compiling src/main/native/compress/zstd_compress.c; 12s local Compiling src/google/protobuf/map.cc; 9s local @bazel_tools//tools/jdk:platformclasspath; 2s local Compiling src/main/native/legacy/zstd_v06.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 21s         [245 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 257s local Compiling src/google/protobuf/map.cc [for tool]; 23s local Compiling src/tools/singlejar/options.cc [for tool]; 23s local Compiling src/main/native/compress/zstd_compress.c; 13s local Compiling src/google/protobuf/map.cc; 10s local @bazel_tools//tools/jdk:platformclasspath; 3s local Compiling src/main/native/legacy/zstd_v06.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 22s         [246 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 258s local Compiling src/google/protobuf/map.cc [for tool]; 23s local Compiling src/main/native/compress/zstd_compress.c; 13s local Compiling src/google/protobuf/map.cc; 11s local @bazel_tools//tools/jdk:platformclasspath; 3s local Compiling src/main/native/legacy/zstd_v06.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 23s [Prepa] Linking src/tools/singlejar/liboptions.a [for tool]         [246 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 258s local Compiling src/google/protobuf/map.cc [for tool]; 23s local Compiling src/main/native/compress/zstd_compress.c; 13s local Compiling src/google/protobuf/map.cc; 11s local @bazel_tools//tools/jdk:platformclasspath; 3s local Compiling src/main/native/legacy/zstd_v06.c; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 23s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]         [246 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 259s local Compiling src/google/protobuf/map.cc [for tool]; 24s local Compiling src/main/native/compress/zstd_compress.c; 15s local Compiling src/google/protobuf/map.cc; 12s local @bazel_tools//tools/jdk:platformclasspath; 5s local Compiling src/main/native/legacy/zstd_v06.c; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 24s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]         [246 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 260s local Compiling src/google/protobuf/map.cc [for tool]; 26s local Compiling src/main/native/compress/zstd_compress.c; 16s local Compiling src/google/protobuf/map.cc; 13s local @bazel_tools//tools/jdk:platformclasspath; 6s local Compiling src/main/native/legacy/zstd_v06.c; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 25s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]         [246 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 261s local Compiling src/google/protobuf/map.cc [for tool]; 27s local Compiling src/main/native/compress/zstd_compress.c; 17s local Compiling src/google/protobuf/map.cc; 14s local @bazel_tools//tools/jdk:platformclasspath; 7s local Compiling src/main/native/legacy/zstd_v06.c; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 26s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]         [246 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 262s local Compiling src/google/protobuf/map.cc [for tool]; 28s local Compiling src/main/native/compress/zstd_compress.c; 18s local Compiling src/google/protobuf/map.cc; 15s local @bazel_tools//tools/jdk:platformclasspath; 8s local Compiling src/main/native/legacy/zstd_v06.c; 6s local [Sched] Linking third_party/ijar/ijar [for tool]; 27s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 4s         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. [246 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 263s local Compiling src/google/protobuf/map.cc [for tool]; 29s local Compiling src/main/native/compress/zstd_compress.c; 19s local Compiling src/google/protobuf/map.cc; 16s local @bazel_tools//tools/jdk:platformclasspath; 9s local Compiling src/main/native/legacy/zstd_v06.c; 7s local [Sched] Linking third_party/ijar/ijar [for tool]; 28s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 5s         [247 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 263s local Compiling src/google/protobuf/map.cc [for tool]; 29s local Compiling src/google/protobuf/map.cc; 16s local @bazel_tools//tools/jdk:platformclasspath; 9s local Compiling src/main/native/legacy/zstd_v06.c; 7s local Compiling src/main/native/compress/zstd_compress_literals.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 28s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 5s         [248 / 2,308] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 264s local Compiling src/google/protobuf/map.cc; 17s local @bazel_tools//tools/jdk:platformclasspath; 10s local Compiling src/main/native/legacy/zstd_v06.c; 8s local Compiling src/main/native/compress/zstd_compress_literals.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 29s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 6s [Scann] @com_google_protobuf//:protobuf_lite         [248 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 264s local Compiling src/google/protobuf/map.cc; 17s local @bazel_tools//tools/jdk:platformclasspath; 10s local Compiling src/main/native/legacy/zstd_v06.c; 8s local Compiling src/main/native/compress/zstd_compress_literals.c; 1s local @com_google_protobuf//:protobuf_lite; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 29s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 6s         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. [248 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 265s local Compiling src/google/protobuf/map.cc; 18s local @bazel_tools//tools/jdk:platformclasspath; 10s local Compiling src/main/native/legacy/zstd_v06.c; 8s local Compiling src/main/native/compress/zstd_compress_literals.c; 1s local @com_google_protobuf//:protobuf_lite; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 30s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 6s         [249 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 265s local Compiling src/google/protobuf/map.cc; 18s local @bazel_tools//tools/jdk:platformclasspath; 10s local Compiling src/main/native/legacy/zstd_v06.c; 9s local @com_google_protobuf//:protobuf_lite; 0s local Compiling src/main/native/compress/zstd_compress_sequences.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 30s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 7s         [249 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 266s local Compiling src/google/protobuf/map.cc; 19s local @bazel_tools//tools/jdk:platformclasspath; 12s local Compiling src/main/native/legacy/zstd_v06.c; 10s local @com_google_protobuf//:protobuf_lite; 2s local Compiling src/main/native/compress/zstd_compress_sequences.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 31s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 8s         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. [249 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 267s local Compiling src/google/protobuf/map.cc; 19s local @bazel_tools//tools/jdk:platformclasspath; 12s local Compiling src/main/native/legacy/zstd_v06.c; 10s local @com_google_protobuf//:protobuf_lite; 2s local Compiling src/main/native/compress/zstd_compress_sequences.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 31s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 8s         [250 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 267s local Compiling src/google/protobuf/map.cc; 20s local @bazel_tools//tools/jdk:platformclasspath; 12s local @com_google_protobuf//:protobuf_lite; 2s local Compiling src/main/native/compress/zstd_compress_sequences.c; 2s local Compiling src/main/native/legacy/zstd_v05.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 32s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 9s         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. [250 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 267s local Compiling src/google/protobuf/map.cc; 20s local @bazel_tools//tools/jdk:platformclasspath; 13s local @com_google_protobuf//:protobuf_lite; 3s local Compiling src/main/native/compress/zstd_compress_sequences.c; 2s local Compiling src/main/native/legacy/zstd_v05.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 32s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 9s         [251 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 268s local Compiling src/google/protobuf/map.cc; 21s local @bazel_tools//tools/jdk:platformclasspath; 13s local @com_google_protobuf//:protobuf_lite; 3s local Compiling src/main/native/legacy/zstd_v05.c; 0s local Compiling src/main/native/compress/zstd_compress_superblock.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 32s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 9s         [251 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 269s local Compiling src/google/protobuf/map.cc; 22s local @bazel_tools//tools/jdk:platformclasspath; 14s local @com_google_protobuf//:protobuf_lite; 4s local Compiling src/main/native/legacy/zstd_v05.c; 2s local Compiling src/main/native/compress/zstd_compress_superblock.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 33s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 10s         [251 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 270s local Compiling src/google/protobuf/map.cc; 23s local @bazel_tools//tools/jdk:platformclasspath; 15s local @com_google_protobuf//:protobuf_lite; 5s local Compiling src/main/native/legacy/zstd_v05.c; 3s local Compiling src/main/native/compress/zstd_compress_superblock.c; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 34s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 11s         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. [251 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 270s local Compiling src/google/protobuf/map.cc; 23s local @bazel_tools//tools/jdk:platformclasspath; 16s local @com_google_protobuf//:protobuf_lite; 6s local Compiling src/main/native/legacy/zstd_v05.c; 3s local Compiling src/main/native/compress/zstd_compress_superblock.c; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 35s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 12s         [252 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 270s local Compiling src/google/protobuf/map.cc; 23s local @bazel_tools//tools/jdk:platformclasspath; 16s local @com_google_protobuf//:protobuf_lite; 6s local Compiling src/main/native/legacy/zstd_v05.c; 3s local Compiling src/main/native/compress/zstd_double_fast.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 35s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 12s         [253 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 271s local Compiling src/google/protobuf/map.cc; 24s local @com_google_protobuf//:protobuf_lite; 7s local Compiling src/main/native/legacy/zstd_v05.c; 4s local Compiling src/main/native/compress/zstd_double_fast.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 36s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 13s [Scann] Compiling src/main/cpp/util/md5.cc         [253 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 272s local Compiling src/google/protobuf/map.cc; 25s local @com_google_protobuf//:protobuf_lite; 7s local Compiling src/main/native/legacy/zstd_v05.c; 5s local Compiling src/main/native/compress/zstd_double_fast.c; 1s local Compiling src/main/cpp/util/md5.cc; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 36s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 13s         [253 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 273s local Compiling src/google/protobuf/map.cc; 26s local @com_google_protobuf//:protobuf_lite; 8s local Compiling src/main/native/legacy/zstd_v05.c; 6s local Compiling src/main/native/compress/zstd_double_fast.c; 2s local Compiling src/main/cpp/util/md5.cc; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 37s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 14s         [254 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 273s local @com_google_protobuf//:protobuf_lite; 8s local Compiling src/main/native/legacy/zstd_v05.c; 6s local Compiling src/main/native/compress/zstd_double_fast.c; 2s local Compiling src/main/cpp/util/md5.cc; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 38s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 15s [Scann] Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc         [254 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 273s local @com_google_protobuf//:protobuf_lite; 9s local Compiling src/main/native/legacy/zstd_v05.c; 6s local Compiling src/main/native/compress/zstd_double_fast.c; 3s local Compiling src/main/cpp/util/md5.cc; 2s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 38s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 15s         [254 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 274s local @com_google_protobuf//:protobuf_lite; 10s local Compiling src/main/native/legacy/zstd_v05.c; 7s local Compiling src/main/native/compress/zstd_double_fast.c; 4s local Compiling src/main/cpp/util/md5.cc; 3s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 39s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 16s         [254 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 275s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/main/native/legacy/zstd_v05.c; 8s local Compiling src/main/native/compress/zstd_double_fast.c; 5s local Compiling src/main/cpp/util/md5.cc; 4s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 40s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 17s         [254 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 277s local @com_google_protobuf//:protobuf_lite; 12s local Compiling src/main/native/legacy/zstd_v05.c; 9s local Compiling src/main/native/compress/zstd_double_fast.c; 6s local Compiling src/main/cpp/util/md5.cc; 5s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 41s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 18s         [254 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 278s local @com_google_protobuf//:protobuf_lite; 13s local Compiling src/main/native/legacy/zstd_v05.c; 10s local Compiling src/main/native/compress/zstd_double_fast.c; 7s local Compiling src/main/cpp/util/md5.cc; 6s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 42s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 19s         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. [254 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 278s local @com_google_protobuf//:protobuf_lite; 13s local Compiling src/main/native/legacy/zstd_v05.c; 11s local Compiling src/main/native/compress/zstd_double_fast.c; 7s local Compiling src/main/cpp/util/md5.cc; 6s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 43s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 20s         [255 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 278s local @com_google_protobuf//:protobuf_lite; 14s local Compiling src/main/native/compress/zstd_double_fast.c; 7s local Compiling src/main/cpp/util/md5.cc; 6s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 5s local Compiling src/main/native/legacy/zstd_v04.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 43s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 20s         [255 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 279s local @com_google_protobuf//:protobuf_lite; 15s local Compiling src/main/native/compress/zstd_double_fast.c; 8s local Compiling src/main/cpp/util/md5.cc; 7s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 6s local Compiling src/main/native/legacy/zstd_v04.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 44s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 21s         [255 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 280s local @com_google_protobuf//:protobuf_lite; 16s local Compiling src/main/native/compress/zstd_double_fast.c; 10s local Compiling src/main/cpp/util/md5.cc; 9s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 7s local Compiling src/main/native/legacy/zstd_v04.c; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 45s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 22s         [255 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 281s local @com_google_protobuf//:protobuf_lite; 17s local Compiling src/main/native/compress/zstd_double_fast.c; 11s local Compiling src/main/cpp/util/md5.cc; 10s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 8s local Compiling src/main/native/legacy/zstd_v04.c; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 46s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 23s         [255 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 282s local @com_google_protobuf//:protobuf_lite; 18s local Compiling src/main/native/compress/zstd_double_fast.c; 12s local Compiling src/main/cpp/util/md5.cc; 11s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 9s local Compiling src/main/native/legacy/zstd_v04.c; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 47s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 24s         [255 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 283s local @com_google_protobuf//:protobuf_lite; 19s local Compiling src/main/native/compress/zstd_double_fast.c; 13s local Compiling src/main/cpp/util/md5.cc; 12s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 10s local Compiling src/main/native/legacy/zstd_v04.c; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 48s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 25s         [255 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 285s local @com_google_protobuf//:protobuf_lite; 20s local Compiling src/main/native/compress/zstd_double_fast.c; 14s local Compiling src/main/cpp/util/md5.cc; 13s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 11s local Compiling src/main/native/legacy/zstd_v04.c; 6s local [Sched] Linking third_party/ijar/ijar [for tool]; 49s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 26s         [255 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 286s local @com_google_protobuf//:protobuf_lite; 21s local Compiling src/main/native/compress/zstd_double_fast.c; 15s local Compiling src/main/cpp/util/md5.cc; 14s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 12s local Compiling src/main/native/legacy/zstd_v04.c; 7s local [Sched] Linking third_party/ijar/ijar [for tool]; 50s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 27s         [256 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 286s local Compiling src/main/native/compress/zstd_double_fast.c; 15s local Compiling src/main/cpp/util/md5.cc; 15s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 13s local Compiling src/main/native/legacy/zstd_v04.c; 8s local [Sched] Linking third_party/ijar/ijar [for tool]; 51s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 28s [Scann] @com_google_protobuf//:protobuf_lite         [256 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 287s local Compiling src/main/native/compress/zstd_double_fast.c; 16s local Compiling src/main/cpp/util/md5.cc; 15s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 13s local Compiling src/main/native/legacy/zstd_v04.c; 8s local @com_google_protobuf//:protobuf_lite; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 51s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 28s         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. [256 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 287s local Compiling src/main/native/compress/zstd_double_fast.c; 16s local Compiling src/main/cpp/util/md5.cc; 15s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 13s local Compiling src/main/native/legacy/zstd_v04.c; 8s local @com_google_protobuf//:protobuf_lite; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 52s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 28s         [257 / 2,318] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 287s local Compiling src/main/native/compress/zstd_double_fast.c; 16s local Compiling src/main/cpp/util/md5.cc; 15s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 13s local @com_google_protobuf//:protobuf_lite; 0s local Compiling src/main/native/jni_zstd.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 52s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 29s         [258 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 287s local Compiling src/main/native/compress/zstd_double_fast.c; 17s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 14s local @com_google_protobuf//:protobuf_lite; 1s local Compiling src/main/native/jni_zstd.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 52s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 29s [Prepa] Linking src/main/cpp/util/libmd5.a         [258 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 288s local Compiling src/main/native/compress/zstd_double_fast.c; 17s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 14s local @com_google_protobuf//:protobuf_lite; 1s local Compiling src/main/native/jni_zstd.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 53s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 30s [Sched] Linking src/main/cpp/util/libmd5.a         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. [258 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 288s local Compiling src/main/native/compress/zstd_double_fast.c; 17s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 14s local @com_google_protobuf//:protobuf_lite; 1s local Compiling src/main/native/jni_zstd.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 53s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 30s [Sched] Linking src/main/cpp/util/libmd5.a         [259 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 288s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 15s local @com_google_protobuf//:protobuf_lite; 1s local Compiling src/main/native/jni_zstd.c; 1s local Compiling src/main/native/compress/zstd_fast.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 53s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 30s [Sched] Linking src/main/cpp/util/libmd5.a         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. [259 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 289s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 15s local @com_google_protobuf//:protobuf_lite; 2s local Compiling src/main/native/jni_zstd.c; 1s local Compiling src/main/native/compress/zstd_fast.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 53s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 30s [Sched] Linking src/main/cpp/util/libmd5.a         [260 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 289s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 15s local @com_google_protobuf//:protobuf_lite; 2s local Compiling src/main/native/compress/zstd_fast.c; 0s local Compiling src/main/native/jni_zdict.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 54s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 31s [Sched] Linking src/main/cpp/util/libmd5.a         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. [260 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 289s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 16s local @com_google_protobuf//:protobuf_lite; 3s local Compiling src/main/native/compress/zstd_fast.c; 1s local Compiling src/main/native/jni_zdict.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 54s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 31s [Sched] Linking src/main/cpp/util/libmd5.a         [261 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 290s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 16s local @com_google_protobuf//:protobuf_lite; 3s local Compiling src/main/native/compress/zstd_fast.c; 1s local Compiling src/main/native/jni_outputstream_zstd.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 55s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 32s [Sched] Linking src/main/cpp/util/libmd5.a         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. [261 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 291s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 17s local @com_google_protobuf//:protobuf_lite; 4s local Compiling src/main/native/compress/zstd_fast.c; 2s local Compiling src/main/native/jni_outputstream_zstd.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 56s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 33s [Sched] Linking src/main/cpp/util/libmd5.a         [262 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 291s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 18s local @com_google_protobuf//:protobuf_lite; 4s local Compiling src/main/native/compress/zstd_fast.c; 3s local Compiling src/main/native/jni_inputstream_zstd.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 56s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 33s [Sched] Linking src/main/cpp/util/libmd5.a         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. [262 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 292s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 18s local @com_google_protobuf//:protobuf_lite; 5s local Compiling src/main/native/compress/zstd_fast.c; 3s local Compiling src/main/native/jni_inputstream_zstd.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 57s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 34s [Sched] Linking src/main/cpp/util/libmd5.a; 4s         [263 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 292s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 19s local @com_google_protobuf//:protobuf_lite; 5s local Compiling src/main/native/compress/zstd_fast.c; 4s local Compiling src/main/native/jni_fast_zstd.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 57s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 34s [Sched] Linking src/main/cpp/util/libmd5.a; 4s         [264 / 2,318] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 293s local @com_google_protobuf//:protobuf_lite; 6s local Compiling src/main/native/compress/zstd_fast.c; 4s local Compiling src/main/native/jni_fast_zstd.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 58s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 35s [Sched] Linking src/main/cpp/util/libmd5.a; 5s [Scann] Compiling src/google/protobuf/io/zero_copy_stream_impl.cc         [264 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 293s local @com_google_protobuf//:protobuf_lite; 6s local Compiling src/main/native/compress/zstd_fast.c; 5s local Compiling src/main/native/jni_fast_zstd.c; 1s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 58s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 35s [Sched] Linking src/main/cpp/util/libmd5.a; 5s         [264 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 294s local @com_google_protobuf//:protobuf_lite; 7s local Compiling src/main/native/compress/zstd_fast.c; 6s local Compiling src/main/native/jni_fast_zstd.c; 2s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 59s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 36s [Sched] Linking src/main/cpp/util/libmd5.a; 6s         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. [264 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 294s local @com_google_protobuf//:protobuf_lite; 7s local Compiling src/main/native/compress/zstd_fast.c; 6s local Compiling src/main/native/jni_fast_zstd.c; 2s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 59s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 36s [Sched] Linking src/main/cpp/util/libmd5.a; 6s         [265 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 294s local @com_google_protobuf//:protobuf_lite; 8s local Compiling src/main/native/compress/zstd_fast.c; 6s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 1s local Compiling src/main/native/jni_directbufferdecompress_zstd.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 59s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 36s [Sched] Linking src/main/cpp/util/libmd5.a; 7s         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. [265 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 295s local @com_google_protobuf//:protobuf_lite; 9s local Compiling src/main/native/compress/zstd_fast.c; 7s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 2s local Compiling src/main/native/jni_directbufferdecompress_zstd.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 60s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 37s [Sched] Linking src/main/cpp/util/libmd5.a; 8s         [266 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 296s local @com_google_protobuf//:protobuf_lite; 9s local Compiling src/main/native/compress/zstd_fast.c; 7s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 3s local Compiling src/main/native/jni_directbuffercompress_zstd.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 61s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 38s [Sched] Linking src/main/cpp/util/libmd5.a; 8s         [266 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 297s local @com_google_protobuf//:protobuf_lite; 10s local Compiling src/main/native/compress/zstd_fast.c; 8s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 4s local Compiling src/main/native/jni_directbuffercompress_zstd.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 62s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 39s [Sched] Linking src/main/cpp/util/libmd5.a; 9s         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. [266 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 297s local @com_google_protobuf//:protobuf_lite; 10s local Compiling src/main/native/compress/zstd_fast.c; 8s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 4s local Compiling src/main/native/jni_directbuffercompress_zstd.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 62s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 39s [Sched] Linking src/main/cpp/util/libmd5.a; 9s         [267 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 297s local @com_google_protobuf//:protobuf_lite; 10s local Compiling src/main/native/compress/zstd_fast.c; 9s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 4s local Compiling src/main/native/dictBuilder/zdict.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 62s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 39s [Sched] Linking src/main/cpp/util/libmd5.a; 9s         [267 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 298s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/main/native/compress/zstd_fast.c; 10s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 5s local Compiling src/main/native/dictBuilder/zdict.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 63s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 40s [Sched] Linking src/main/cpp/util/libmd5.a; 10s         [267 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 299s local @com_google_protobuf//:protobuf_lite; 12s local Compiling src/main/native/compress/zstd_fast.c; 11s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 6s local Compiling src/main/native/dictBuilder/zdict.c; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 64s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 41s [Sched] Linking src/main/cpp/util/libmd5.a; 11s         [267 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 300s local @com_google_protobuf//:protobuf_lite; 13s local Compiling src/main/native/compress/zstd_fast.c; 12s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 7s local Compiling src/main/native/dictBuilder/zdict.c; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 65s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 42s [Sched] Linking src/main/cpp/util/libmd5.a; 12s         [267 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 301s local @com_google_protobuf//:protobuf_lite; 14s local Compiling src/main/native/compress/zstd_fast.c; 13s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 8s local Compiling src/main/native/dictBuilder/zdict.c; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 66s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 43s [Sched] Linking src/main/cpp/util/libmd5.a; 13s         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. [267 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 302s local @com_google_protobuf//:protobuf_lite; 15s local Compiling src/main/native/compress/zstd_fast.c; 13s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 8s local Compiling src/main/native/dictBuilder/zdict.c; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 67s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 44s [Sched] Linking src/main/cpp/util/libmd5.a; 14s         [268 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 302s local @com_google_protobuf//:protobuf_lite; 15s local Compiling src/main/native/compress/zstd_fast.c; 14s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 9s local Compiling src/main/native/dictBuilder/fastcover.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 67s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 44s [Sched] Linking src/main/cpp/util/libmd5.a; 14s         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. [268 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 303s local @com_google_protobuf//:protobuf_lite; 16s local Compiling src/main/native/compress/zstd_fast.c; 14s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 9s local Compiling src/main/native/dictBuilder/fastcover.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 68s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 45s [Sched] Linking src/main/cpp/util/libmd5.a; 15s         [269 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 303s local @com_google_protobuf//:protobuf_lite; 16s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 10s local Compiling src/main/native/dictBuilder/fastcover.c; 1s local Compiling src/main/native/compress/zstd_lazy.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 68s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 45s [Sched] Linking src/main/cpp/util/libmd5.a; 15s         [269 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 304s local @com_google_protobuf//:protobuf_lite; 17s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 11s local Compiling src/main/native/dictBuilder/fastcover.c; 2s local Compiling src/main/native/compress/zstd_lazy.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 69s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 46s [Sched] Linking src/main/cpp/util/libmd5.a; 16s         [270 / 2,318] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 304s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 11s local Compiling src/main/native/dictBuilder/fastcover.c; 2s local Compiling src/main/native/compress/zstd_lazy.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 69s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 46s [Sched] Linking src/main/cpp/util/libmd5.a; 16s [Scann] Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]         [270 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 305s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 11s local Compiling src/main/native/dictBuilder/fastcover.c; 2s local Compiling src/main/native/compress/zstd_lazy.c; 1s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 69s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 46s [Sched] Linking src/main/cpp/util/libmd5.a; 17s         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. [270 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 305s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 12s local Compiling src/main/native/dictBuilder/fastcover.c; 3s local Compiling src/main/native/compress/zstd_lazy.c; 2s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 70s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 47s [Sched] Linking src/main/cpp/util/libmd5.a; 17s         [271 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 305s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 12s local Compiling src/main/native/compress/zstd_lazy.c; 2s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 0s local Compiling src/main/native/dictBuilder/divsufsort.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 70s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 47s [Sched] Linking src/main/cpp/util/libmd5.a; 17s         [271 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 306s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 13s local Compiling src/main/native/compress/zstd_lazy.c; 3s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 1s local Compiling src/main/native/dictBuilder/divsufsort.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 71s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 48s [Sched] Linking src/main/cpp/util/libmd5.a; 18s         [271 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 307s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 14s local Compiling src/main/native/compress/zstd_lazy.c; 4s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 2s local Compiling src/main/native/dictBuilder/divsufsort.c; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 72s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 49s [Sched] Linking src/main/cpp/util/libmd5.a; 19s         [271 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 308s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 15s local Compiling src/main/native/compress/zstd_lazy.c; 5s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 3s local Compiling src/main/native/dictBuilder/divsufsort.c; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 73s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 50s [Sched] Linking src/main/cpp/util/libmd5.a; 20s         [271 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 309s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 16s local Compiling src/main/native/compress/zstd_lazy.c; 6s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 4s local Compiling src/main/native/dictBuilder/divsufsort.c; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 74s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 51s [Sched] Linking src/main/cpp/util/libmd5.a; 21s         [271 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 310s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 17s local Compiling src/main/native/compress/zstd_lazy.c; 7s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 6s local Compiling src/main/native/dictBuilder/divsufsort.c; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 75s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 52s [Sched] Linking src/main/cpp/util/libmd5.a; 22s         [272 / 2,318] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 311s local Compiling src/main/native/compress/zstd_lazy.c; 8s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 6s local Compiling src/main/native/dictBuilder/divsufsort.c; 6s local [Sched] Linking third_party/ijar/ijar [for tool]; 76s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 53s [Sched] Linking src/main/cpp/util/libmd5.a; 23s [Scann] Compiling src/google/protobuf/io/zero_copy_stream.cc         [272 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 312s local Compiling src/main/native/compress/zstd_lazy.c; 8s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 7s local Compiling src/main/native/dictBuilder/divsufsort.c; 6s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 76s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 53s [Sched] Linking src/main/cpp/util/libmd5.a; 24s         [272 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 313s local Compiling src/main/native/compress/zstd_lazy.c; 9s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 8s local Compiling src/main/native/dictBuilder/divsufsort.c; 7s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 77s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 54s [Sched] Linking src/main/cpp/util/libmd5.a; 25s         [272 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 314s local Compiling src/main/native/compress/zstd_lazy.c; 10s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 9s local Compiling src/main/native/dictBuilder/divsufsort.c; 8s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 78s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 55s [Sched] Linking src/main/cpp/util/libmd5.a; 26s         [272 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 315s local Compiling src/main/native/compress/zstd_lazy.c; 11s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 10s local Compiling src/main/native/dictBuilder/divsufsort.c; 9s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 80s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 57s [Sched] Linking src/main/cpp/util/libmd5.a; 27s         [272 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 316s local Compiling src/main/native/compress/zstd_lazy.c; 13s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 11s local Compiling src/main/native/dictBuilder/divsufsort.c; 10s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 81s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 58s [Sched] Linking src/main/cpp/util/libmd5.a; 28s         [272 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 317s local Compiling src/main/native/compress/zstd_lazy.c; 14s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 12s local Compiling src/main/native/dictBuilder/divsufsort.c; 11s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 82s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 59s [Sched] Linking src/main/cpp/util/libmd5.a; 29s         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. [272 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 318s local Compiling src/main/native/compress/zstd_lazy.c; 14s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 13s local Compiling src/main/native/dictBuilder/divsufsort.c; 12s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 6s local [Sched] Linking third_party/ijar/ijar [for tool]; 82s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 59s [Sched] Linking src/main/cpp/util/libmd5.a; 30s         [273 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 318s local Compiling src/main/native/compress/zstd_lazy.c; 15s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 13s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 6s local Compiling src/main/native/dictBuilder/cover.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 83s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 60s [Sched] Linking src/main/cpp/util/libmd5.a; 30s         [273 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 319s local Compiling src/main/native/compress/zstd_lazy.c; 16s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 14s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 7s local Compiling src/main/native/dictBuilder/cover.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 84s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 61s [Sched] Linking src/main/cpp/util/libmd5.a; 31s         [273 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 320s local Compiling src/main/native/compress/zstd_lazy.c; 17s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 15s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 8s local Compiling src/main/native/dictBuilder/cover.c; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 85s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 62s [Sched] Linking src/main/cpp/util/libmd5.a; 32s         [274 / 2,318] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 320s local Compiling src/main/native/compress/zstd_lazy.c; 17s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 9s local Compiling src/main/native/dictBuilder/cover.c; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 85s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 62s [Sched] Linking src/main/cpp/util/libmd5.a; 32s [Scann] Compiling src/google/protobuf/io/strtod.cc [for tool]         [274 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 321s local Compiling src/main/native/compress/zstd_lazy.c; 18s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 9s local Compiling src/main/native/dictBuilder/cover.c; 3s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 86s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 63s [Sched] Linking src/main/cpp/util/libmd5.a; 33s         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. [274 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 322s local Compiling src/main/native/compress/zstd_lazy.c; 18s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 10s local Compiling src/main/native/dictBuilder/cover.c; 4s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 86s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 63s [Sched] Linking src/main/cpp/util/libmd5.a; 34s         [275 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 322s local Compiling src/main/native/compress/zstd_lazy.c; 19s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 10s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 1s local Compiling src/main/native/decompress/zstd_decompress_block.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 87s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 64s [Sched] Linking src/main/cpp/util/libmd5.a; 34s         [275 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 323s local Compiling src/main/native/compress/zstd_lazy.c; 20s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 11s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 2s local Compiling src/main/native/decompress/zstd_decompress_block.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 88s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 65s [Sched] Linking src/main/cpp/util/libmd5.a; 35s         [275 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 324s local Compiling src/main/native/compress/zstd_lazy.c; 21s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 12s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 3s local Compiling src/main/native/decompress/zstd_decompress_block.c; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 89s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 66s [Sched] Linking src/main/cpp/util/libmd5.a; 36s         [275 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 325s local Compiling src/main/native/compress/zstd_lazy.c; 22s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 13s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 4s local Compiling src/main/native/decompress/zstd_decompress_block.c; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 90s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 67s [Sched] Linking src/main/cpp/util/libmd5.a; 37s         [275 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 326s local Compiling src/main/native/compress/zstd_lazy.c; 23s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 15s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 5s local Compiling src/main/native/decompress/zstd_decompress_block.c; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 91s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 68s [Sched] Linking src/main/cpp/util/libmd5.a; 38s         [276 / 2,318] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 327s local Compiling src/main/native/compress/zstd_lazy.c; 24s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 6s local Compiling src/main/native/decompress/zstd_decompress_block.c; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 92s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 69s [Sched] Linking src/main/cpp/util/libmd5.a; 39s [Scann] Compiling src/google/protobuf/io/strtod.cc         [276 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 328s local Compiling src/main/native/compress/zstd_lazy.c; 24s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 7s local Compiling src/main/native/decompress/zstd_decompress_block.c; 5s local Compiling src/google/protobuf/io/strtod.cc; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 92s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 69s [Sched] Linking src/main/cpp/util/libmd5.a; 40s         [276 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 329s local Compiling src/main/native/compress/zstd_lazy.c; 25s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 8s local Compiling src/main/native/decompress/zstd_decompress_block.c; 6s local Compiling src/google/protobuf/io/strtod.cc; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 94s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 70s [Sched] Linking src/main/cpp/util/libmd5.a; 41s         [276 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 330s local Compiling src/main/native/compress/zstd_lazy.c; 26s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 9s local Compiling src/main/native/decompress/zstd_decompress_block.c; 8s local Compiling src/google/protobuf/io/strtod.cc; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 95s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 72s [Sched] Linking src/main/cpp/util/libmd5.a; 42s         [276 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 331s local Compiling src/main/native/compress/zstd_lazy.c; 28s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 10s local Compiling src/main/native/decompress/zstd_decompress_block.c; 9s local Compiling src/google/protobuf/io/strtod.cc; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 96s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 73s [Sched] Linking src/main/cpp/util/libmd5.a; 43s         [276 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 332s local Compiling src/main/native/compress/zstd_lazy.c; 29s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 11s local Compiling src/main/native/decompress/zstd_decompress_block.c; 10s local Compiling src/google/protobuf/io/strtod.cc; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 97s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 74s [Sched] Linking src/main/cpp/util/libmd5.a; 44s         [276 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 333s local Compiling src/main/native/compress/zstd_lazy.c; 30s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 12s local Compiling src/main/native/decompress/zstd_decompress_block.c; 11s local Compiling src/google/protobuf/io/strtod.cc; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 98s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 75s [Sched] Linking src/main/cpp/util/libmd5.a; 45s         [276 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 334s local Compiling src/main/native/compress/zstd_lazy.c; 31s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 13s local Compiling src/main/native/decompress/zstd_decompress_block.c; 12s local Compiling src/google/protobuf/io/strtod.cc; 6s local [Sched] Linking third_party/ijar/ijar [for tool]; 99s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 76s [Sched] Linking src/main/cpp/util/libmd5.a; 46s         [276 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 335s local Compiling src/main/native/compress/zstd_lazy.c; 32s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 14s local Compiling src/main/native/decompress/zstd_decompress_block.c; 13s local Compiling src/google/protobuf/io/strtod.cc; 7s local [Sched] Linking third_party/ijar/ijar [for tool]; 100s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 77s [Sched] Linking src/main/cpp/util/libmd5.a; 47s         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. [276 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 336s local Compiling src/main/native/compress/zstd_lazy.c; 32s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 15s local Compiling src/main/native/decompress/zstd_decompress_block.c; 13s local Compiling src/google/protobuf/io/strtod.cc; 8s local [Sched] Linking third_party/ijar/ijar [for tool]; 100s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 77s [Sched] Linking src/main/cpp/util/libmd5.a; 48s         [277 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 336s local Compiling src/main/native/compress/zstd_lazy.c; 33s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 15s local Compiling src/google/protobuf/io/strtod.cc; 8s local Compiling src/main/native/decompress/zstd_decompress.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 101s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 78s [Sched] Linking src/main/cpp/util/libmd5.a; 48s         [277 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 337s local Compiling src/main/native/compress/zstd_lazy.c; 34s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 16s local Compiling src/google/protobuf/io/strtod.cc; 9s local Compiling src/main/native/decompress/zstd_decompress.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 102s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 79s [Sched] Linking src/main/cpp/util/libmd5.a; 49s         [278 / 2,318] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 337s local Compiling src/main/native/compress/zstd_lazy.c; 34s local Compiling src/google/protobuf/io/strtod.cc; 10s local Compiling src/main/native/decompress/zstd_decompress.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 102s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 79s [Sched] Linking src/main/cpp/util/libmd5.a; 50s [Scann] Compiling src/google/protobuf/io/io_win32.cc [for tool]         [278 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 338s local Compiling src/main/native/compress/zstd_lazy.c; 35s local Compiling src/google/protobuf/io/strtod.cc; 10s local Compiling src/main/native/decompress/zstd_decompress.c; 2s local Compiling src/google/protobuf/io/io_win32.cc [for tool]; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 103s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 80s [Sched] Linking src/main/cpp/util/libmd5.a; 50s         [279 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 338s local Compiling src/main/native/compress/zstd_lazy.c; 35s local Compiling src/google/protobuf/io/strtod.cc; 10s local Compiling src/main/native/decompress/zstd_decompress.c; 2s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 103s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 80s [Sched] Linking src/main/cpp/util/libmd5.a; 50s         [279 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 339s local Compiling src/main/native/compress/zstd_lazy.c; 36s local Compiling src/google/protobuf/io/strtod.cc; 11s local Compiling src/main/native/decompress/zstd_decompress.c; 3s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 104s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 81s [Sched] Linking src/main/cpp/util/libmd5.a; 51s         [279 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 340s local Compiling src/main/native/compress/zstd_lazy.c; 37s local Compiling src/google/protobuf/io/strtod.cc; 12s local Compiling src/main/native/decompress/zstd_decompress.c; 4s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 105s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 82s [Sched] Linking src/main/cpp/util/libmd5.a; 52s         [279 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 341s local Compiling src/main/native/compress/zstd_lazy.c; 38s local Compiling src/google/protobuf/io/strtod.cc; 14s local Compiling src/main/native/decompress/zstd_decompress.c; 5s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 106s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 83s [Sched] Linking src/main/cpp/util/libmd5.a; 53s         [279 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 342s local Compiling src/main/native/compress/zstd_lazy.c; 39s local Compiling src/google/protobuf/io/strtod.cc; 15s local Compiling src/main/native/decompress/zstd_decompress.c; 6s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 107s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 84s [Sched] Linking src/main/cpp/util/libmd5.a; 54s         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. [279 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 343s local Compiling src/main/native/compress/zstd_lazy.c; 40s local Compiling src/google/protobuf/io/strtod.cc; 15s local Compiling src/main/native/decompress/zstd_decompress.c; 7s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 108s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 85s [Sched] Linking src/main/cpp/util/libmd5.a; 55s         [280 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 343s local Compiling src/main/native/compress/zstd_lazy.c; 40s local Compiling src/google/protobuf/io/strtod.cc; 16s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 5s local Compiling src/main/native/decompress/zstd_ddict.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 108s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 85s [Sched] Linking src/main/cpp/util/libmd5.a; 56s         [281 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 344s local Compiling src/main/native/compress/zstd_lazy.c; 40s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 5s local Compiling src/main/native/decompress/zstd_ddict.c; 0s local Compiling src/google/protobuf/io/io_win32.cc; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 109s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 86s [Sched] Linking src/main/cpp/util/libmd5.a; 56s         [282 / 2,318] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 344s local Compiling src/main/native/compress/zstd_lazy.c; 41s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 5s local Compiling src/main/native/decompress/zstd_ddict.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 109s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 86s [Sched] Linking src/main/cpp/util/libmd5.a; 56s [Scann] Compiling src/google/protobuf/io/coded_stream.cc         [282 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 344s local Compiling src/main/native/compress/zstd_lazy.c; 41s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 6s local Compiling src/main/native/decompress/zstd_ddict.c; 1s local Compiling src/google/protobuf/io/coded_stream.cc; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 109s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 86s [Sched] Linking src/main/cpp/util/libmd5.a; 56s         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. [282 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 345s local Compiling src/main/native/compress/zstd_lazy.c; 42s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 6s local Compiling src/main/native/decompress/zstd_ddict.c; 1s local Compiling src/google/protobuf/io/coded_stream.cc; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 110s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 87s [Sched] Linking src/main/cpp/util/libmd5.a; 57s         [283 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 345s local Compiling src/main/native/compress/zstd_lazy.c; 42s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 7s local Compiling src/google/protobuf/io/coded_stream.cc; 1s local Compiling src/main/native/decompress/huf_decompress.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 110s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 87s [Sched] Linking src/main/cpp/util/libmd5.a; 57s         [283 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 346s local Compiling src/main/native/compress/zstd_lazy.c; 43s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 8s local Compiling src/google/protobuf/io/coded_stream.cc; 2s local Compiling src/main/native/decompress/huf_decompress.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 111s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 88s [Sched] Linking src/main/cpp/util/libmd5.a; 58s         [283 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 347s local Compiling src/main/native/compress/zstd_lazy.c; 44s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 9s local Compiling src/google/protobuf/io/coded_stream.cc; 3s local Compiling src/main/native/decompress/huf_decompress.c; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 112s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 89s [Sched] Linking src/main/cpp/util/libmd5.a; 59s         [283 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 348s local Compiling src/main/native/compress/zstd_lazy.c; 45s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 10s local Compiling src/google/protobuf/io/coded_stream.cc; 4s local Compiling src/main/native/decompress/huf_decompress.c; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 113s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 90s [Sched] Linking src/main/cpp/util/libmd5.a; 60s         [283 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 349s local Compiling src/main/native/compress/zstd_lazy.c; 46s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 11s local Compiling src/google/protobuf/io/coded_stream.cc; 5s local Compiling src/main/native/decompress/huf_decompress.c; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 114s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 91s [Sched] Linking src/main/cpp/util/libmd5.a; 61s         [283 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 350s local Compiling src/main/native/compress/zstd_lazy.c; 47s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 12s local Compiling src/google/protobuf/io/coded_stream.cc; 6s local Compiling src/main/native/decompress/huf_decompress.c; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 115s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 92s [Sched] Linking src/main/cpp/util/libmd5.a; 63s         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 [283 / 2,318] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 351s local Compiling src/main/native/compress/zstd_lazy.c; 47s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 12s local Compiling src/google/protobuf/io/coded_stream.cc; 6s local Compiling src/main/native/decompress/huf_decompress.c; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 115s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 92s [Sched] Linking src/main/cpp/util/libmd5.a; 63s         [284 / 2,318] 8 actions, 5 running Compiling src/main/native/compress/zstd_lazy.c; 48s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 12s local Compiling src/google/protobuf/io/coded_stream.cc; 6s local Compiling src/main/native/decompress/huf_decompress.c; 5s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 116s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 93s [Sched] Linking src/main/cpp/util/libmd5.a; 63s         [284 / 2,318] 8 actions, 5 running Compiling src/main/native/compress/zstd_lazy.c; 49s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 13s local Compiling src/google/protobuf/io/coded_stream.cc; 7s local Compiling src/main/native/decompress/huf_decompress.c; 7s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 117s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 94s [Sched] Linking src/main/cpp/util/libmd5.a; 64s         [284 / 2,318] 8 actions, 5 running Compiling src/main/native/compress/zstd_lazy.c; 50s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 15s local Compiling src/google/protobuf/io/coded_stream.cc; 9s local Compiling src/main/native/decompress/huf_decompress.c; 8s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 118s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 95s [Sched] Linking src/main/cpp/util/libmd5.a; 65s         [284 / 2,318] 8 actions, 5 running Compiling src/main/native/compress/zstd_lazy.c; 51s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 16s local Compiling src/google/protobuf/io/coded_stream.cc; 10s local Compiling src/main/native/decompress/huf_decompress.c; 9s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 119s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 96s [Sched] Linking src/main/cpp/util/libmd5.a; 66s         [284 / 2,318] 8 actions, 5 running Compiling src/main/native/compress/zstd_lazy.c; 52s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 17s local Compiling src/google/protobuf/io/coded_stream.cc; 11s local Compiling src/main/native/decompress/huf_decompress.c; 10s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 120s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 97s [Sched] Linking src/main/cpp/util/libmd5.a; 67s         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. [284 / 2,318] 8 actions, 5 running Compiling src/main/native/compress/zstd_lazy.c; 52s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 17s local Compiling src/google/protobuf/io/coded_stream.cc; 11s local Compiling src/main/native/decompress/huf_decompress.c; 10s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 120s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 97s [Sched] Linking src/main/cpp/util/libmd5.a; 67s         [285 / 2,318] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 17s local Compiling src/google/protobuf/io/coded_stream.cc; 11s local Compiling src/main/native/decompress/huf_decompress.c; 10s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 4s local Compiling src/main/native/compress/zstd_ldm.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 120s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 97s [Sched] Linking src/main/cpp/util/libmd5.a; 67s         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. [285 / 2,318] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 17s local Compiling src/google/protobuf/io/coded_stream.cc; 11s local Compiling src/main/native/decompress/huf_decompress.c; 10s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 4s local Compiling src/main/native/compress/zstd_ldm.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 120s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 97s [Sched] Linking src/main/cpp/util/libmd5.a; 68s         [286 / 2,318] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 17s local Compiling src/google/protobuf/io/coded_stream.cc; 11s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 5s local Compiling src/main/native/compress/zstd_ldm.c; 0s local Compiling src/main/native/compress/zstdmt_compress.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 121s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 98s [Sched] Linking src/main/cpp/util/libmd5.a; 68s         [286 / 2,318] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 18s local Compiling src/google/protobuf/io/coded_stream.cc; 12s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 6s local Compiling src/main/native/compress/zstd_ldm.c; 1s local Compiling src/main/native/compress/zstdmt_compress.c; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 122s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 99s [Sched] Linking src/main/cpp/util/libmd5.a; 69s         [286 / 2,318] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 19s local Compiling src/google/protobuf/io/coded_stream.cc; 13s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 7s local Compiling src/main/native/compress/zstd_ldm.c; 2s local Compiling src/main/native/compress/zstdmt_compress.c; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 123s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 100s [Sched] Linking src/main/cpp/util/libmd5.a; 70s         [286 / 2,318] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 20s local Compiling src/google/protobuf/io/coded_stream.cc; 14s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 8s local Compiling src/main/native/compress/zstd_ldm.c; 3s local Compiling src/main/native/compress/zstdmt_compress.c; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 124s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 101s [Sched] Linking src/main/cpp/util/libmd5.a; 71s         [286 / 2,318] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 21s local Compiling src/google/protobuf/io/coded_stream.cc; 16s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 9s local Compiling src/main/native/compress/zstd_ldm.c; 4s local Compiling src/main/native/compress/zstdmt_compress.c; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 125s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 102s [Sched] Linking src/main/cpp/util/libmd5.a; 72s         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. [286 / 2,318] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 22s local Compiling src/google/protobuf/io/coded_stream.cc; 16s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 9s local Compiling src/main/native/compress/zstd_ldm.c; 4s local Compiling src/main/native/compress/zstdmt_compress.c; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 125s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 102s [Sched] Linking src/main/cpp/util/libmd5.a; 72s         [287 / 2,318] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 22s local Compiling src/google/protobuf/io/coded_stream.cc; 16s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 9s local Compiling src/main/native/compress/zstdmt_compress.c; 4s local Compiling src/main/native/compress/zstd_opt.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 125s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 102s [Sched] Linking src/main/cpp/util/libmd5.a; 72s         [288 / 2,318] 8 actions, 4 running Compiling src/google/protobuf/io/coded_stream.cc; 16s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 10s local Compiling src/main/native/compress/zstdmt_compress.c; 5s local Compiling src/main/native/compress/zstd_opt.c; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 126s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 103s [Sched] Linking src/main/cpp/util/libmd5.a; 73s [Scann] Compiling src/google/protobuf/inlined_string_field.cc [for tool]         [288 / 2,318] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc; 17s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 10s local Compiling src/main/native/compress/zstdmt_compress.c; 5s local Compiling src/main/native/compress/zstd_opt.c; 1s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 126s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 103s [Sched] Linking src/main/cpp/util/libmd5.a; 73s         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. [288 / 2,318] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc; 17s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 10s local Compiling src/main/native/compress/zstdmt_compress.c; 6s local Compiling src/main/native/compress/zstd_opt.c; 1s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 126s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 103s [Sched] Linking src/main/cpp/util/libmd5.a; 74s         [291 / 2,334] 7 actions, 4 running Compiling src/google/protobuf/io/coded_stream.cc; 17s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 11s local Compiling src/main/native/compress/zstd_opt.c; 1s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 127s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 104s [Sched] Linking src/main/cpp/util/libmd5.a; 74s        [291 / 2,334] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc; 18s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 11s local Compiling src/main/native/compress/zstd_opt.c; 2s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 1s local Compiling src/compiler/ruby_generator.cc [for tool]; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 127s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 104s [Sched] Linking src/main/cpp/util/libmd5.a; 74s         [291 / 2,334] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc; 19s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 12s local Compiling src/main/native/compress/zstd_opt.c; 3s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 2s local Compiling src/compiler/ruby_generator.cc [for tool]; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 128s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 105s [Sched] Linking src/main/cpp/util/libmd5.a; 75s         [291 / 2,334] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc; 20s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 13s local Compiling src/main/native/compress/zstd_opt.c; 4s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 3s local Compiling src/compiler/ruby_generator.cc [for tool]; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 129s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 106s [Sched] Linking src/main/cpp/util/libmd5.a; 76s         [292 / 2,334] 8 actions, 4 running Compiling src/google/protobuf/io/coded_stream.cc; 20s local Compiling src/main/native/compress/zstd_opt.c; 4s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 4s local Compiling src/compiler/ruby_generator.cc [for tool]; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 130s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 107s [Sched] Linking src/main/cpp/util/libmd5.a; 77s [Prepa] .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder         [292 / 2,334] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc; 21s local Compiling src/main/native/compress/zstd_opt.c; 5s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 4s local Compiling src/compiler/ruby_generator.cc [for tool]; 3s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 130s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 107s [Sched] Linking src/main/cpp/util/libmd5.a; 77s         [292 / 2,334] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc; 22s local Compiling src/main/native/compress/zstd_opt.c; 6s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 5s local Compiling src/compiler/ruby_generator.cc [for tool]; 4s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 131s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 108s [Sched] Linking src/main/cpp/util/libmd5.a; 78s         [292 / 2,334] 8 actions, 5 running Compiling src/google/protobuf/io/coded_stream.cc; 23s local Compiling src/main/native/compress/zstd_opt.c; 7s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 6s local Compiling src/compiler/ruby_generator.cc [for tool]; 5s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 132s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 109s [Sched] Linking src/main/cpp/util/libmd5.a; 79s         [293 / 2,334] 8 actions, 4 running Compiling src/main/native/compress/zstd_opt.c; 7s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 6s local Compiling src/compiler/ruby_generator.cc [for tool]; 5s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 132s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 109s [Sched] Linking src/main/cpp/util/libmd5.a; 80s [Scann] Compiling src/google/protobuf/inlined_string_field.cc         [293 / 2,334] 8 actions, 5 running Compiling src/main/native/compress/zstd_opt.c; 8s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 7s local Compiling src/compiler/ruby_generator.cc [for tool]; 6s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 3s local Compiling src/google/protobuf/inlined_string_field.cc; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 133s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 110s [Sched] Linking src/main/cpp/util/libmd5.a; 80s         [293 / 2,334] 8 actions, 5 running Compiling src/main/native/compress/zstd_opt.c; 9s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 8s local Compiling src/compiler/ruby_generator.cc [for tool]; 7s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 4s local Compiling src/google/protobuf/inlined_string_field.cc; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 134s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 111s [Sched] Linking src/main/cpp/util/libmd5.a; 81s         [293 / 2,334] 8 actions, 5 running Compiling src/main/native/compress/zstd_opt.c; 10s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 9s local Compiling src/compiler/ruby_generator.cc [for tool]; 8s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 5s local Compiling src/google/protobuf/inlined_string_field.cc; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 135s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 112s [Sched] Linking src/main/cpp/util/libmd5.a; 82s         [293 / 2,334] 8 actions, 5 running Compiling src/main/native/compress/zstd_opt.c; 11s local @com_google_protobuf//:protobuf_lite; 10s local Compiling src/compiler/ruby_generator.cc [for tool]; 9s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 6s local Compiling src/google/protobuf/inlined_string_field.cc; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 136s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 113s [Sched] Linking src/main/cpp/util/libmd5.a; 83s         [293 / 2,334] 8 actions, 5 running Compiling src/main/native/compress/zstd_opt.c; 12s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/compiler/ruby_generator.cc [for tool]; 10s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 7s local Compiling src/google/protobuf/inlined_string_field.cc; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 137s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 114s [Sched] Linking src/main/cpp/util/libmd5.a; 84s         [293 / 2,334] 8 actions, 5 running Compiling src/main/native/compress/zstd_opt.c; 13s local @com_google_protobuf//:protobuf_lite; 12s local Compiling src/compiler/ruby_generator.cc [for tool]; 11s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 8s local Compiling src/google/protobuf/inlined_string_field.cc; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 138s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 115s [Sched] Linking src/main/cpp/util/libmd5.a; 85s         [293 / 2,334] 8 actions, 5 running Compiling src/main/native/compress/zstd_opt.c; 14s local @com_google_protobuf//:protobuf_lite; 13s local Compiling src/compiler/ruby_generator.cc [for tool]; 12s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 9s local Compiling src/google/protobuf/inlined_string_field.cc; 6s local [Sched] Linking third_party/ijar/ijar [for tool]; 139s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 116s [Sched] Linking src/main/cpp/util/libmd5.a; 86s         [293 / 2,334] 8 actions, 5 running Compiling src/main/native/compress/zstd_opt.c; 15s local @com_google_protobuf//:protobuf_lite; 14s local Compiling src/compiler/ruby_generator.cc [for tool]; 13s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 10s local Compiling src/google/protobuf/inlined_string_field.cc; 7s local [Sched] Linking third_party/ijar/ijar [for tool]; 140s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 117s [Sched] Linking src/main/cpp/util/libmd5.a; 87s         [293 / 2,334] 8 actions, 5 running Compiling src/main/native/compress/zstd_opt.c; 16s local @com_google_protobuf//:protobuf_lite; 15s local Compiling src/compiler/ruby_generator.cc [for tool]; 14s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 11s local Compiling src/google/protobuf/inlined_string_field.cc; 8s local [Sched] Linking third_party/ijar/ijar [for tool]; 141s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 118s [Sched] Linking src/main/cpp/util/libmd5.a; 89s         [293 / 2,334] 8 actions, 5 running Compiling src/main/native/compress/zstd_opt.c; 17s local @com_google_protobuf//:protobuf_lite; 16s local Compiling src/compiler/ruby_generator.cc [for tool]; 15s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 12s local Compiling src/google/protobuf/inlined_string_field.cc; 9s local [Sched] Linking third_party/ijar/ijar [for tool]; 142s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 119s [Sched] Linking src/main/cpp/util/libmd5.a; 90s         [293 / 2,334] 8 actions, 5 running Compiling src/main/native/compress/zstd_opt.c; 18s local @com_google_protobuf//:protobuf_lite; 17s local Compiling src/compiler/ruby_generator.cc [for tool]; 16s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 13s local Compiling src/google/protobuf/inlined_string_field.cc; 10s local [Sched] Linking third_party/ijar/ijar [for tool]; 143s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 120s [Sched] Linking src/main/cpp/util/libmd5.a; 91s         [293 / 2,334] 8 actions, 5 running Compiling src/main/native/compress/zstd_opt.c; 18s local @com_google_protobuf//:protobuf_lite; 18s local Compiling src/compiler/ruby_generator.cc [for tool]; 16s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 13s local Compiling src/google/protobuf/inlined_string_field.cc; 11s local [Sched] Linking third_party/ijar/ijar [for tool]; 144s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 121s [Sched] Linking src/main/cpp/util/libmd5.a; 91s         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. [293 / 2,334] 8 actions, 5 running Compiling src/main/native/compress/zstd_opt.c; 19s local @com_google_protobuf//:protobuf_lite; 18s local Compiling src/compiler/ruby_generator.cc [for tool]; 17s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 14s local Compiling src/google/protobuf/inlined_string_field.cc; 12s local [Sched] Linking third_party/ijar/ijar [for tool]; 144s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 121s [Sched] Linking src/main/cpp/util/libmd5.a; 92s         [294 / 2,334] 8 actions, 4 running @com_google_protobuf//:protobuf_lite; 19s local Compiling src/compiler/ruby_generator.cc [for tool]; 18s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 15s local Compiling src/google/protobuf/inlined_string_field.cc; 12s local [Sched] Linking third_party/ijar/ijar [for tool]; 145s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 122s [Sched] Linking src/main/cpp/util/libmd5.a; 92s [Sched] Linking external/zstd-jni/libzstd-jni.so         [294 / 2,334] 8 actions, 4 running @com_google_protobuf//:protobuf_lite; 20s local Compiling src/compiler/ruby_generator.cc [for tool]; 19s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 16s local Compiling src/google/protobuf/inlined_string_field.cc; 13s local [Sched] Linking third_party/ijar/ijar [for tool]; 146s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 123s [Sched] Linking src/main/cpp/util/libmd5.a; 93s [Sched] Linking external/zstd-jni/libzstd-jni.so         [294 / 2,334] 8 actions, 4 running @com_google_protobuf//:protobuf_lite; 21s local Compiling src/compiler/ruby_generator.cc [for tool]; 20s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 17s local Compiling src/google/protobuf/inlined_string_field.cc; 14s local [Sched] Linking third_party/ijar/ijar [for tool]; 147s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 124s [Sched] Linking src/main/cpp/util/libmd5.a; 94s [Sched] Linking external/zstd-jni/libzstd-jni.so         [294 / 2,334] 8 actions, 4 running @com_google_protobuf//:protobuf_lite; 22s local Compiling src/compiler/ruby_generator.cc [for tool]; 21s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 18s local Compiling src/google/protobuf/inlined_string_field.cc; 15s local [Sched] Linking third_party/ijar/ijar [for tool]; 148s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 125s [Sched] Linking src/main/cpp/util/libmd5.a; 95s [Sched] Linking external/zstd-jni/libzstd-jni.so         [294 / 2,334] 8 actions, 4 running @com_google_protobuf//:protobuf_lite; 23s local Compiling src/compiler/ruby_generator.cc [for tool]; 22s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 19s local Compiling src/google/protobuf/inlined_string_field.cc; 16s local [Sched] Linking third_party/ijar/ijar [for tool]; 149s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 126s [Sched] Linking src/main/cpp/util/libmd5.a; 96s [Sched] Linking external/zstd-jni/libzstd-jni.so; 4s         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 [294 / 2,334] 8 actions, 4 running @com_google_protobuf//:protobuf_lite; 23s local Compiling src/compiler/ruby_generator.cc [for tool]; 22s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 19s local Compiling src/google/protobuf/inlined_string_field.cc; 16s local [Sched] Linking third_party/ijar/ijar [for tool]; 149s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 126s [Sched] Linking src/main/cpp/util/libmd5.a; 96s [Sched] Linking external/zstd-jni/libzstd-jni.so; 4s         [295 / 2,334] 8 actions, 4 running @com_google_protobuf//:protobuf_lite; 23s local Compiling src/compiler/ruby_generator.cc [for tool]; 22s local Compiling src/google/protobuf/inlined_string_field.cc; 16s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 149s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 126s [Sched] Linking src/main/cpp/util/libmd5.a; 97s [Sched] Linking external/zstd-jni/libzstd-jni.so; 4s         [296 / 2,334] 8 actions, 3 running Compiling src/compiler/ruby_generator.cc [for tool]; 23s local Compiling src/google/protobuf/inlined_string_field.cc; 17s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 150s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 127s [Sched] Linking src/main/cpp/util/libmd5.a; 97s [Sched] Linking external/zstd-jni/libzstd-jni.so; 5s [Scann] Compiling src/google/protobuf/implicit_weak_message.cc [for tool]         [296 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 23s local Compiling src/google/protobuf/inlined_string_field.cc; 17s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 1s local @com_google_protobuf//:protobuf_lite; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 150s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 127s [Sched] Linking src/main/cpp/util/libmd5.a; 97s [Sched] Linking external/zstd-jni/libzstd-jni.so; 5s         [296 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 24s local Compiling src/google/protobuf/inlined_string_field.cc; 18s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 2s local @com_google_protobuf//:protobuf_lite; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 151s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 128s [Sched] Linking src/main/cpp/util/libmd5.a; 99s [Sched] Linking external/zstd-jni/libzstd-jni.so; 6s         [296 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 25s local Compiling src/google/protobuf/inlined_string_field.cc; 19s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 3s local @com_google_protobuf//:protobuf_lite; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 152s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 129s [Sched] Linking src/main/cpp/util/libmd5.a; 100s [Sched] Linking external/zstd-jni/libzstd-jni.so; 7s         [296 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 26s local Compiling src/google/protobuf/inlined_string_field.cc; 20s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 4s local @com_google_protobuf//:protobuf_lite; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 153s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 130s [Sched] Linking src/main/cpp/util/libmd5.a; 101s [Sched] Linking external/zstd-jni/libzstd-jni.so; 8s         [297 / 2,334] 8 actions, 3 running Compiling src/compiler/ruby_generator.cc [for tool]; 27s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 5s local @com_google_protobuf//:protobuf_lite; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 154s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 131s [Sched] Linking src/main/cpp/util/libmd5.a; 101s [Sched] Linking external/zstd-jni/libzstd-jni.so; 9s [Scann] Compiling src/google/protobuf/implicit_weak_message.cc         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 27s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 5s local @com_google_protobuf//:protobuf_lite; 4s local Compiling src/google/protobuf/implicit_weak_message.cc; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 154s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 131s [Sched] Linking src/main/cpp/util/libmd5.a; 102s [Sched] Linking external/zstd-jni/libzstd-jni.so; 9s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 28s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 6s local @com_google_protobuf//:protobuf_lite; 5s local Compiling src/google/protobuf/implicit_weak_message.cc; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 155s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 132s [Sched] Linking src/main/cpp/util/libmd5.a; 103s [Sched] Linking external/zstd-jni/libzstd-jni.so; 10s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 29s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 7s local @com_google_protobuf//:protobuf_lite; 6s local Compiling src/google/protobuf/implicit_weak_message.cc; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 156s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 133s [Sched] Linking src/main/cpp/util/libmd5.a; 104s [Sched] Linking external/zstd-jni/libzstd-jni.so; 11s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 30s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 8s local @com_google_protobuf//:protobuf_lite; 7s local Compiling src/google/protobuf/implicit_weak_message.cc; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 157s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 134s [Sched] Linking src/main/cpp/util/libmd5.a; 105s [Sched] Linking external/zstd-jni/libzstd-jni.so; 12s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 31s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 9s local @com_google_protobuf//:protobuf_lite; 8s local Compiling src/google/protobuf/implicit_weak_message.cc; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 159s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 136s [Sched] Linking src/main/cpp/util/libmd5.a; 106s [Sched] Linking external/zstd-jni/libzstd-jni.so; 13s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 32s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 10s local @com_google_protobuf//:protobuf_lite; 9s local Compiling src/google/protobuf/implicit_weak_message.cc; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 160s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 137s [Sched] Linking src/main/cpp/util/libmd5.a; 107s [Sched] Linking external/zstd-jni/libzstd-jni.so; 15s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 33s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 11s local @com_google_protobuf//:protobuf_lite; 10s local Compiling src/google/protobuf/implicit_weak_message.cc; 6s local [Sched] Linking third_party/ijar/ijar [for tool]; 161s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 138s [Sched] Linking src/main/cpp/util/libmd5.a; 108s [Sched] Linking external/zstd-jni/libzstd-jni.so; 16s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 34s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 12s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/google/protobuf/implicit_weak_message.cc; 7s local [Sched] Linking third_party/ijar/ijar [for tool]; 162s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 139s [Sched] Linking src/main/cpp/util/libmd5.a; 109s [Sched] Linking external/zstd-jni/libzstd-jni.so; 17s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 36s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 13s local @com_google_protobuf//:protobuf_lite; 12s local Compiling src/google/protobuf/implicit_weak_message.cc; 8s local [Sched] Linking third_party/ijar/ijar [for tool]; 163s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 140s [Sched] Linking src/main/cpp/util/libmd5.a; 110s [Sched] Linking external/zstd-jni/libzstd-jni.so; 18s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 37s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 14s local @com_google_protobuf//:protobuf_lite; 13s local Compiling src/google/protobuf/implicit_weak_message.cc; 9s local [Sched] Linking third_party/ijar/ijar [for tool]; 164s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 141s [Sched] Linking src/main/cpp/util/libmd5.a; 111s [Sched] Linking external/zstd-jni/libzstd-jni.so; 19s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 38s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 15s local @com_google_protobuf//:protobuf_lite; 14s local Compiling src/google/protobuf/implicit_weak_message.cc; 10s local [Sched] Linking third_party/ijar/ijar [for tool]; 165s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 142s [Sched] Linking src/main/cpp/util/libmd5.a; 112s [Sched] Linking external/zstd-jni/libzstd-jni.so; 20s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 39s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 16s local @com_google_protobuf//:protobuf_lite; 15s local Compiling src/google/protobuf/implicit_weak_message.cc; 11s local [Sched] Linking third_party/ijar/ijar [for tool]; 166s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 143s [Sched] Linking src/main/cpp/util/libmd5.a; 113s [Sched] Linking external/zstd-jni/libzstd-jni.so; 21s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 40s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 17s local @com_google_protobuf//:protobuf_lite; 16s local Compiling src/google/protobuf/implicit_weak_message.cc; 12s local [Sched] Linking third_party/ijar/ijar [for tool]; 167s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 144s [Sched] Linking src/main/cpp/util/libmd5.a; 114s [Sched] Linking external/zstd-jni/libzstd-jni.so; 22s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/ruby_generator.cc [for tool]; 41s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 18s local @com_google_protobuf//:protobuf_lite; 17s local Compiling src/google/protobuf/implicit_weak_message.cc; 13s local [Sched] Linking third_party/ijar/ijar [for tool]; 168s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 145s [Sched] Linking src/main/cpp/util/libmd5.a; 115s [Sched] Linking external/zstd-jni/libzstd-jni.so; 23s         [298 / 2,334] 8 actions, 3 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 19s local @com_google_protobuf//:protobuf_lite; 18s local Compiling src/google/protobuf/implicit_weak_message.cc; 14s local [Sched] Linking third_party/ijar/ijar [for tool]; 168s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 145s [Sched] Linking src/main/cpp/util/libmd5.a; 116s [Sched] Linking external/zstd-jni/libzstd-jni.so; 23s [Scann] Compiling src/compiler/python_generator.cc [for tool]         [298 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 19s local @com_google_protobuf//:protobuf_lite; 18s local Compiling src/google/protobuf/implicit_weak_message.cc; 14s local Compiling src/compiler/python_generator.cc [for tool]; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 169s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 146s [Sched] Linking src/main/cpp/util/libmd5.a; 116s [Sched] Linking external/zstd-jni/libzstd-jni.so; 24s         [298 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 20s local @com_google_protobuf//:protobuf_lite; 19s local Compiling src/google/protobuf/implicit_weak_message.cc; 15s local Compiling src/compiler/python_generator.cc [for tool]; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 170s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 147s [Sched] Linking src/main/cpp/util/libmd5.a; 117s [Sched] Linking external/zstd-jni/libzstd-jni.so; 25s         [299 / 2,334] 7 actions, 3 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 21s local Compiling src/google/protobuf/implicit_weak_message.cc; 16s local Compiling src/compiler/python_generator.cc [for tool]; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 170s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 147s [Sched] Linking src/main/cpp/util/libmd5.a; 118s [Sched] Linking external/zstd-jni/libzstd-jni.so; 25s        [299 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 21s local Compiling src/google/protobuf/implicit_weak_message.cc; 16s local Compiling src/compiler/python_generator.cc [for tool]; 2s local @com_google_protobuf//:protobuf_lite; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 171s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 148s [Sched] Linking src/main/cpp/util/libmd5.a; 118s [Sched] Linking external/zstd-jni/libzstd-jni.so; 26s         [299 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 22s local Compiling src/google/protobuf/implicit_weak_message.cc; 17s local Compiling src/compiler/python_generator.cc [for tool]; 3s local @com_google_protobuf//:protobuf_lite; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 172s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 149s [Sched] Linking src/main/cpp/util/libmd5.a; 119s [Sched] Linking external/zstd-jni/libzstd-jni.so; 27s         [300 / 2,334] 8 actions, 3 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 23s local Compiling src/compiler/python_generator.cc [for tool]; 4s local @com_google_protobuf//:protobuf_lite; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 173s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 150s [Sched] Linking src/main/cpp/util/libmd5.a; 120s [Sched] Linking external/zstd-jni/libzstd-jni.so; 28s [Scann] Compiling src/google/protobuf/generated_message_util.cc         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 23s local Compiling src/compiler/python_generator.cc [for tool]; 4s local @com_google_protobuf//:protobuf_lite; 2s local Compiling src/google/protobuf/generated_message_util.cc; 0s local [Sched] Linking third_party/ijar/ijar [for tool]; 173s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 150s [Sched] Linking src/main/cpp/util/libmd5.a; 120s [Sched] Linking external/zstd-jni/libzstd-jni.so; 28s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 24s local Compiling src/compiler/python_generator.cc [for tool]; 5s local @com_google_protobuf//:protobuf_lite; 3s local Compiling src/google/protobuf/generated_message_util.cc; 1s local [Sched] Linking third_party/ijar/ijar [for tool]; 174s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 151s [Sched] Linking src/main/cpp/util/libmd5.a; 121s [Sched] Linking external/zstd-jni/libzstd-jni.so; 29s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 25s local Compiling src/compiler/python_generator.cc [for tool]; 6s local @com_google_protobuf//:protobuf_lite; 4s local Compiling src/google/protobuf/generated_message_util.cc; 2s local [Sched] Linking third_party/ijar/ijar [for tool]; 175s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 152s [Sched] Linking src/main/cpp/util/libmd5.a; 122s [Sched] Linking external/zstd-jni/libzstd-jni.so; 30s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 27s local Compiling src/compiler/python_generator.cc [for tool]; 7s local @com_google_protobuf//:protobuf_lite; 5s local Compiling src/google/protobuf/generated_message_util.cc; 3s local [Sched] Linking third_party/ijar/ijar [for tool]; 176s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 153s [Sched] Linking src/main/cpp/util/libmd5.a; 123s [Sched] Linking external/zstd-jni/libzstd-jni.so; 31s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 28s local Compiling src/compiler/python_generator.cc [for tool]; 8s local @com_google_protobuf//:protobuf_lite; 6s local Compiling src/google/protobuf/generated_message_util.cc; 4s local [Sched] Linking third_party/ijar/ijar [for tool]; 177s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 154s [Sched] Linking src/main/cpp/util/libmd5.a; 124s [Sched] Linking external/zstd-jni/libzstd-jni.so; 32s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 29s local Compiling src/compiler/python_generator.cc [for tool]; 9s local @com_google_protobuf//:protobuf_lite; 7s local Compiling src/google/protobuf/generated_message_util.cc; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 178s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 155s [Sched] Linking src/main/cpp/util/libmd5.a; 125s [Sched] Linking external/zstd-jni/libzstd-jni.so; 33s         [301 / 2,334] 8 actions, 3 running Compiling src/compiler/python_generator.cc [for tool]; 10s local @com_google_protobuf//:protobuf_lite; 8s local Compiling src/google/protobuf/generated_message_util.cc; 5s local [Sched] Linking third_party/ijar/ijar [for tool]; 178s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 155s [Sched] Linking src/main/cpp/util/libmd5.a; 126s [Sched] Linking external/zstd-jni/libzstd-jni.so; 33s [Prepa] Building .../devtools/build/lib/util/libos.jar (1 source file)         [301 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 10s local @com_google_protobuf//:protobuf_lite; 8s local Compiling src/google/protobuf/generated_message_util.cc; 6s local Building .../build/lib/util/libos.jar (1 source file); 0s multiplex-worker [Sched] Linking third_party/ijar/ijar [for tool]; 179s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 156s [Sched] Linking src/main/cpp/util/libmd5.a; 126s [Sched] Linking external/zstd-jni/libzstd-jni.so; 34s         [301 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 11s local @com_google_protobuf//:protobuf_lite; 9s local Compiling src/google/protobuf/generated_message_util.cc; 7s local Building .../build/lib/util/libos.jar (1 source file); 1s multiplex-worker [Sched] Linking third_party/ijar/ijar [for tool]; 180s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 157s [Sched] Linking src/main/cpp/util/libmd5.a; 127s [Sched] Linking external/zstd-jni/libzstd-jni.so; 35s         [301 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 12s local @com_google_protobuf//:protobuf_lite; 10s local Compiling src/google/protobuf/generated_message_util.cc; 8s local Building .../build/lib/util/libos.jar (1 source file); 2s multiplex-worker [Sched] Linking third_party/ijar/ijar [for tool]; 181s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 158s [Sched] Linking src/main/cpp/util/libmd5.a; 128s [Sched] Linking external/zstd-jni/libzstd-jni.so; 36s         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_xKH7iLF9/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/python_generator.cc [for tool]; 13s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/google/protobuf/generated_message_util.cc; 8s local [Sched] Linking third_party/ijar/ijar [for tool]; 181s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 158s [Sched] Linking src/main/cpp/util/libmd5.a; 129s [Sched] Linking external/zstd-jni/libzstd-jni.so; 36s        [308 / 2,334] Compiling src/compiler/python_generator.cc [for tool]; 13s local [309 / 2,334] checking cached actions Target //src:bazel_nojdk failed to build [309 / 2,334] checking cached actions INFO: Elapsed time: 664.482s, Critical Path: 417.14s [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 1717893833.59 max_stuck=219.73/depends=62.50/show-prepare-results=10.92/patch=60.54/configure=1.57/build=1552.74 Error: job failed with 512 on sparc64-0b at 1717893833