Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

compiling bazel from source; compile.sh terminates instantaneously #1275

Closed
jinhoonbang opened this issue May 18, 2016 · 16 comments
Closed

compiling bazel from source; compile.sh terminates instantaneously #1275

jinhoonbang opened this issue May 18, 2016 · 16 comments

Comments

@jinhoonbang
Copy link

jinhoonbang commented May 18, 2016

I am trying to compile bazel from source but when I run ./compile.sh, it terminates right away without giving any error messages:

./compile.sh
INFO: You can skip this first step by providing a path to the bazel binary as second argument:
INFO: ./compile.sh compile /path/to/bazel
🍃 Building Bazel from scratch

I suspected maybe my system was running out of memory, but that wasn't the case. Any suggestions on why compile.sh would terminate right away? or perhaps anyone having the same issue with current build?

@hermione521
Copy link
Contributor

@damienmg Do you have any idea?

@damienmg
Copy link
Contributor

I think it might run using a non bash shell. Can you try adding set -x at the top of compile.sh?

@jinhoonbang
Copy link
Author

jinhoonbang commented May 24, 2016

@damienmg This is the output I get after adding set -x and running compile.sh

+ set -o errexit
++ dirname ./compile.sh
+ cd .
+ : no
+ source scripts/bootstrap/buildenv.sh
++ set -o errexit
++++ dirname scripts/bootstrap/buildenv.sh
+++ cd scripts/bootstrap
+++ pwd
++ DIR=/home/dkl524/jbang/bazel/scripts/bootstrap
++++ dirname /home/dkl524/jbang/bazel/scripts/bootstrap
+++ dirname /home/dkl524/jbang/bazel/scripts
++ WORKSPACE_DIR=/home/dkl524/jbang/bazel
++ JAVA_VERSION=1.8
++ BAZELRC=/dev/null
+++ uname -s
+++ tr A-Z a-z
++ PLATFORM=linux
+++ uname -m
++ MACHINE_TYPE=x86_64
++ MACHINE_IS_64BIT=no
++ '[' x86_64 = amd64 -o x86_64 = x86_64 ']'
++ MACHINE_IS_64BIT=yes
++ MACHINE_IS_ARM=no
++ '[' x86_64 = arm -o x86_64 = armv7l -o x86_64 = aarch64 ']'
++ EXE_EXT=
++ case "${PLATFORM}" in
++ : no
++ ATEXIT_HANDLERS=
++ tempdir
++ local tmp=/tmp
+++ mktemp -d /tmp/bazel.XXXXXXXX
++ local DIR=/tmp/bazel.wMOlkzUB
++ mkdir -p /tmp/bazel.wMOlkzUB
++ eval 'cleanup_tempdir() { rm -rf '\''/tmp/bazel.wMOlkzUB'\''; }'
++ atexit cleanup_tempdir
++ local handler=cleanup_tempdir
++ shift
++ '[' -n '' ']'
++ trap 'run_atexit_handlers $?' EXIT
++ ATEXIT_HANDLERS=' cleanup_tempdir'
++ NEW_TMPDIR=/tmp/bazel.wMOlkzUB
++ OUTPUT_DIR=/tmp/bazel.wMOlkzUB
++ errfile=/tmp/bazel.wMOlkzUB/errors
++ eval 'cleanup_errfile() {
        if [ -f '\''/tmp/bazel.wMOlkzUB/errors'\'' ]; then
          cat '\''/tmp/bazel.wMOlkzUB/errors'\'' 1>&2;
        fi;
      }'
++ atexit cleanup_errfile
++ local handler=cleanup_errfile
++ shift
++ '[' -n ' cleanup_tempdir' ']'
++ ATEXIT_HANDLERS=' cleanup_tempdir cleanup_errfile'
++ phasefile=/tmp/bazel.wMOlkzUB/phase
++ eval 'cleanup_phasefile() {
        if [ -f '\''/tmp/bazel.wMOlkzUB/phase'\'' ]; then
          echo 1>&2;
          cat '\''/tmp/bazel.wMOlkzUB/phase'\'' 1>&2;
        fi;
      }'
++ atexit cleanup_phasefile
++ local handler=cleanup_phasefile
++ shift
++ '[' -n ' cleanup_tempdir cleanup_errfile' ']'
++ ATEXIT_HANDLERS=' cleanup_tempdir cleanup_errfile cleanup_phasefile'
++ LEAVES='\xF0\x9F\x8D\x83'
++ INFO='\033[32mINFO\033[0m:'
++ WARNING='\033[31mWARN\033[0m:'
++ first_step=1
++ [[ linux == \d\a\r\w\i\n ]]
+ parse_options
+ local 'keywords=(compile|all|determinism|bootstrap|test)'
+ COMMANDS=compile
+ [[ compile =~ ^(compile|all|determinism|bootstrap|test)(,(compile|all|determinism|bootstrap|test))*$ ]]
+ DO_COMPILE=
+ DO_CHECKSUM=
+ DO_FULL_CHECKSUM=1
+ DO_TESTS=
+ [[ compile =~ (compile|all) ]]
+ DO_COMPILE=1
+ [[ compile =~ (bootstrap|determinism|all) ]]
+ [[ compile =~ (bootstrap) ]]
+ [[ compile =~ (test|all) ]]
+ BAZEL_BIN=bazel-bin/src/bazel
+ BAZEL_SUM=x
+ mkdir -p output
+ :
+ '[' '!' -x '' ']'
+ display '\033[32mINFO\033[0m: You can skip this first step by providing a path to the bazel binary as second argument:'
+ [[ -z '' ]]
+ echo -e '\033[32mINFO\033[0m: You can skip this first step by providing a path to the bazel binary as second argument:'
INFO: You can skip this first step by providing a path to the bazel binary as second argument:
+ display '\033[32mINFO\033[0m:    ./compile.sh compile /path/to/bazel'
+ [[ -z '' ]]
+ echo -e '\033[32mINFO\033[0m:    ./compile.sh compile /path/to/bazel'
INFO:    ./compile.sh compile /path/to/bazel
+ new_step 'Building Bazel from scratch'
+ rm -f /tmp/bazel.wMOlkzUB/phase
+ local new_line=
+ '[' -n 1 ']'
+ first_step=
+ display -n '\xF0\x9F\x8D\x83  Building Bazel from scratch'
+ [[ -z '' ]]
+ echo -e -n '\xF0\x9F\x8D\x83  Building Bazel from scratch'
🍃  Building Bazel from scratch+ source scripts/bootstrap/compile.sh
+++ ls src/main/protobuf/android_deploy_info.proto src/main/protobuf/android_studio_ide_info.proto src/main/protobuf/apk_manifest.proto src/main/protobuf/build.proto src/main/protobuf/bundlemerge.proto src/main/protobuf/command_server.proto src/main/protobuf/crosstool_config.proto src/main/protobuf/dash.proto src/main/protobuf/deps.proto src/main/protobuf/extra_actions_base.proto src/main/protobuf/invocation_policy.proto src/main/protobuf/java_compilation.proto src/main/protobuf/package_manifest.proto src/main/protobuf/plmerge.proto src/main/protobuf/remote_protocol.proto src/main/protobuf/test_status.proto src/main/protobuf/worker_protocol.proto src/main/protobuf/xcodegen.proto
++ PROTO_FILES='src/main/protobuf/android_deploy_info.proto
src/main/protobuf/android_studio_ide_info.proto
src/main/protobuf/apk_manifest.proto
src/main/protobuf/build.proto
src/main/protobuf/bundlemerge.proto
src/main/protobuf/command_server.proto
src/main/protobuf/crosstool_config.proto
src/main/protobuf/dash.proto
src/main/protobuf/deps.proto
src/main/protobuf/extra_actions_base.proto
src/main/protobuf/invocation_policy.proto
src/main/protobuf/java_compilation.proto
src/main/protobuf/package_manifest.proto
src/main/protobuf/plmerge.proto
src/main/protobuf/remote_protocol.proto
src/main/protobuf/test_status.proto
src/main/protobuf/worker_protocol.proto
src/main/protobuf/xcodegen.proto'
+++ find third_party -name '*.jar'
+++ grep -Fv /javac.jar
+++ grep -Fv /javac7.jar
+++ grep -Fv JavaBuilder
+++ tr '\n' ' '
++ LIBRARY_JARS='third_party/aether/aether-api-1.0.0.v20140518.jar third_party/aether/aether-connector-basic-1.0.0.v20140518.jar third_party/aether/aether-impl-1.0.0.v20140518.jar third_party/aether/aether-spi-1.0.0.v20140518.jar third_party/aether/aether-transport-classpath-1.0.0.v20140518.jar third_party/aether/aether-transport-file-1.0.0.v20140518.jar third_party/aether/aether-transport-http-1.0.0.v20140518.jar third_party/aether/aether-transport-wagon-1.0.0.v20140518.jar third_party/aether/aether-util-1.0.0.v20140518.jar third_party/android_common/com.android.jack_api_0.9.0.jar third_party/android_common/com.android.jill_api_0.9.0.jar third_party/android_common/com.android.tools.build_builder-model_0.13.3.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_0.13.3.jar third_party/android_common/com.android.tools.build_builder_2.0.0.jar third_party/android_common/com.android.tools.build_manifest-merger_23.1.3.jar third_party/android_common/com.android.tools.build_manifest-merger_25.0.0.jar third_party/android_common/com.android.tools.layoutlib_layoutlib_23.1.3.jar third_party/android_common/com.android.tools.layoutlib_layoutlib_25.0.0.jar third_party/android_common/com.android.tools_common_23.1.3.jar third_party/android_common/com.android.tools_common_25.0.0.jar third_party/android_common/com.android.tools_ddmlib_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_23.1.3.jar third_party/android_common/com.android.tools_sdk-common_25.0.0.jar third_party/android_common/com.android.tools_sdklib_23.1.3.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/apache_commons_codec/commons-codec-1.9.jar third_party/apache_commons_collections/commons-collections-3.2.2.jar third_party/apache_commons_compress/apache-commons-compress-1.9.jar third_party/apache_commons_lang/commons-lang-2.6.jar third_party/apache_commons_logging/commons-logging-1.1.1.jar third_party/apache_commons_pool2/commons-pool2-2.3.jar third_party/apache_httpclient/httpclient-4.2.5.jar third_party/apache_httpcore/httpcore-4.2.4.jar third_party/apache_velocity/velocity-1.7.jar third_party/asm/asm-5.0.3.jar third_party/asm/asm-5.0.4.jar third_party/asm/asm-commons-5.0.4.jar third_party/asm/asm-util-5.0.4.jar third_party/auto/auto-common-0.3.jar third_party/auto/auto-service-1.0-rc2.jar third_party/auto/auto-value-1.2.jar third_party/bytebuddy/byte-buddy-dep-0.7-rc6.jar third_party/checker_framework_dataflow/dataflow-1.8.10.jar third_party/dagger/dagger-2.4.jar third_party/dagger/dagger-compiler-2.4.jar third_party/dagger/dagger-producers-2.4.jar third_party/error_prone/error_prone_annotation-2.0.9-20160129.jar third_party/error_prone/error_prone_annotations-2.0.9-20160129.jar third_party/error_prone/error_prone_core-2.0.9-20160129.jar third_party/grpc/grpc-all-0.13.2.jar third_party/gson/gson-2.2.4.jar third_party/guava/guava-19.0.jar third_party/guava/guava-testlib.jar third_party/guice/guice-4.0-no_aop.jar third_party/guice/guice-multibindings-4.0.jar third_party/hamcrest/hamcrest-core-1.3.jar third_party/hazelcast/hazelcast-3.5.4.jar third_party/hazelcast/hazelcast-client-3.5.4.jar third_party/ijar/test/libwrongcentraldir.jar third_party/java/dd_plist/libdd_plist.jar third_party/java/jarjar/jarjar-1.4.jar third_party/jcip_annotations/jcip-annotations-1.0-1.jar third_party/jformatstring/jFormatString-3.0.0.jar third_party/jgit/org.eclipse.jgit-4.0.1.201506240215-r.jar third_party/jimfs/jimfs-1.1-rc1.jar third_party/joda_time/joda-time-2.3.jar third_party/jsch/jsch-0.1.51.jar third_party/jsr305/jsr-305.jar third_party/jsr330_inject/javax.inject.jar third_party/junit/junit-4.11.jar third_party/maven/maven-builder-support-3.3.3.jar third_party/maven/maven-settings-3.3.3.jar third_party/maven/maven-settings-builder-3.3.3.jar third_party/maven_model/maven-aether-provider-3.2.3.jar third_party/maven_model/maven-model-3.2.3.jar third_party/maven_model/maven-model-builder-3.2.3.jar third_party/maven_model/maven-repository-metadata-3.2.3.jar third_party/mockito/mockito-all-1.10.19.jar third_party/netty/netty-all-4.1.0.CR6.jar third_party/pcollections/pcollections-2.1.2.jar third_party/plexus_component_annotations/plexus-component-annotations-1.6.jar third_party/plexus_interpolation/plexus-interpolation-1.22.jar third_party/plexus_utils/plexus-utils-3.0.21.jar third_party/protobuf/protobuf-java-3.0.0-beta-1.jar third_party/slf4j/slf4j-api-1.7.7.jar third_party/slf4j/slf4j-jdk14-1.7.7.jar third_party/tomcat_annotations_api/tomcat-annotations-api-8.0.5.jar third_party/truth/truth-0.28.jar third_party/xz/xz-1.5.jar '
+++ echo src/java_tools/singlejar/java/com/google/devtools/build/zip src/main/java src/tools/xcode-common/java/com/google/devtools/build/xcode/common src/tools/xcode-common/java/com/google/devtools/build/xcode/util /tmp/bazel.wMOlkzUB/src
++ DIRS='src/java_tools/singlejar/java/com/google/devtools/build/zip src/main/java src/tools/xcode-common/java/com/google/devtools/build/xcode/common src/tools/xcode-common/java/com/google/devtools/build/xcode/util /tmp/bazel.wMOlkzUB/src'
++ EXCLUDE_FILES=src/main/java/com/google/devtools/build/lib/server/GrpcServerImpl.java
++ mkdir -p /tmp/bazel.wMOlkzUB/classes
++ mkdir -p /tmp/bazel.wMOlkzUB/src
++ ZIPOPTS=
++ unset JAVA_TOOL_OPTIONS
++ unset _JAVA_OPTIONS
++ LDFLAGS=
++ MSYS_DLLS=
++ PATHSEP=:
++ case "${PLATFORM}" in
++ JAVA_HOME=/home/dkl524/jbang/jdk1.8.0_91
++ '[' yes = yes ']'
++ PROTOC=third_party/protobuf/protoc-linux-x86_64.exe
++ GRPC_JAVA_PLUGIN=third_party/grpc/protoc-gen-grpc-java-0.13.2-linux-x86_64.exe
++ [[ -x third_party/protobuf/protoc-linux-x86_64.exe ]]
++ [[ -x third_party/grpc/protoc-gen-grpc-java-0.13.2-linux-x86_64.exe ]]
++ get_java_version
++ test -z /home/dkl524/jbang/jdk1.8.0_91
++ JAVAC=/home/dkl524/jbang/jdk1.8.0_91/bin/javac
++ [[ -x /home/dkl524/jbang/jdk1.8.0_91/bin/javac ]]
+++ /home/dkl524/jbang/jdk1.8.0_91/bin/javac -version
++ JAVAC_VERSION=
+ run_atexit_handlers 139
+ local exit_code=139
+ local failed=no
+ for handler in '${ATEXIT_HANDLERS}'
+ eval cleanup_tempdir
++ cleanup_tempdir
++ rm -rf /tmp/bazel.wMOlkzUB
+ for handler in '${ATEXIT_HANDLERS}'
+ eval cleanup_errfile
++ cleanup_errfile
++ '[' -f /tmp/bazel.wMOlkzUB/errors ']'
+ for handler in '${ATEXIT_HANDLERS}'
+ eval cleanup_phasefile
++ cleanup_phasefile
++ '[' -f /tmp/bazel.wMOlkzUB/phase ']'
+ trap - EXIT
+ '[' 139 -ne 0 ']'
+ exit 139

@damienmg
Copy link
Contributor

It's failing when calling javac -version

What does which javac gives you? What does javac -version gives you and /home/dkl524/jbang/jdk1.8.0_91/bin/javac -version?

@damienmg
Copy link
Contributor

No answer since 18 days, closing.

@jk1510karti
Copy link

jk1510karti commented Jul 18, 2016

Hi @damienmg , I am also getting same error, while running ./compile.sh,

#which javac
/usr/bin/javac

#javac -version
javac 1.8.0_91

Could you help me on this.? Pl let me know if you need any further information. Thanks in Advance.!

@kchodorow
Copy link
Contributor

What does it give you if you add set -x and run compile.sh?

@jk1510karti
Copy link

jk1510karti commented Jul 18, 2016

++ for f in '$PROTO_FILES'
++ run third_party/protobuf/protoc-linux-x86_64.exe -Isrc/main/protobuf/ --java_out=/tmp/bazel_CXdLVtf3/src --plugin=protoc-gen-grpc=third_party/grpc/protoc-gen-grpc-java-0.14.1-linux-x86_64.exe --grpc_out=/tmp/bazel_CXdLVtf3/src src/main/protobuf/remote_protocol.proto
++ '[' no = yes ']'
++ echo third_party/protobuf/protoc-linux-x86_64.exe -Isrc/main/protobuf/ --java_out=/tmp/bazel_CXdLVtf3/src --plugin=protoc-gen-grpc=third_party/grpc/protoc-gen-grpc-java-0.14.1-linux-x86_64.exe --grpc_out=/tmp/bazel_CXdLVtf3/src src/main/protobuf/remote_protocol.proto
++ third_party/protobuf/protoc-linux-x86_64.exe -Isrc/main/protobuf/ --java_out=/tmp/bazel_CXdLVtf3/src --plugin=protoc-gen-grpc=third_party/grpc/protoc-gen-grpc-java-0.14.1-linux-x86_64.exe --grpc_out=/tmp/bazel_CXdLVtf3/src src/main/protobuf/remote_protocol.proto
++ rm /tmp/bazel_CXdLVtf3/errors
++ for f in '$PROTO_FILES'
++ run third_party/protobuf/protoc-linux-x86_64.exe -Isrc/main/protobuf/ --java_out=/tmp/bazel_CXdLVtf3/src --plugin=protoc-gen-grpc=third_party/grpc/protoc-gen-grpc-java-0.14.1-linux-x86_64.exe --grpc_out=/tmp/bazel_CXdLVtf3/src src/main/protobuf/test_status.proto
++ '[' no = yes ']'
++ echo third_party/protobuf/protoc-linux-x86_64.exe -Isrc/main/protobuf/ --java_out=/tmp/bazel_CXdLVtf3/src --plugin=protoc-gen-grpc=third_party/grpc/protoc-gen-grpc-java-0.14.1-linux-x86_64.exe --grpc_out=/tmp/bazel_CXdLVtf3/src src/main/protobuf/test_status.proto
++ third_party/protobuf/protoc-linux-x86_64.exe -Isrc/main/protobuf/ --java_out=/tmp/bazel_CXdLVtf3/src --plugin=protoc-gen-grpc=third_party/grpc/protoc-gen-grpc-java-0.14.1-linux-x86_64.exe --grpc_out=/tmp/bazel_CXdLVtf3/src src/main/protobuf/test_status.proto
++ rm /tmp/bazel_CXdLVtf3/errors
++ for f in '$PROTO_FILES'
++ run third_party/protobuf/protoc-linux-x86_64.exe -Isrc/main/protobuf/ --java_out=/tmp/bazel_CXdLVtf3/src --plugin=protoc-gen-grpc=third_party/grpc/protoc-gen-grpc-java-0.14.1-linux-x86_64.exe --grpc_out=/tmp/bazel_CXdLVtf3/src src/main/protobuf/worker_protocol.proto
++ '[' no = yes ']'
++ echo third_party/protobuf/protoc-linux-x86_64.exe -Isrc/main/protobuf/ --java_out=/tmp/bazel_CXdLVtf3/src --plugin=protoc-gen-grpc=third_party/grpc/protoc-gen-grpc-java-0.14.1-linux-x86_64.exe --grpc_out=/tmp/bazel_CXdLVtf3/src src/main/protobuf/worker_protocol.proto
++ third_party/protobuf/protoc-linux-x86_64.exe -Isrc/main/protobuf/ --java_out=/tmp/bazel_CXdLVtf3/src --plugin=protoc-gen-grpc=third_party/grpc/protoc-gen-grpc-java-0.14.1-linux-x86_64.exe --grpc_out=/tmp/bazel_CXdLVtf3/src src/main/protobuf/worker_protocol.proto
++ rm /tmp/bazel_CXdLVtf3/errors
++ for f in '$PROTO_FILES'
++ run third_party/protobuf/protoc-linux-x86_64.exe -Isrc/main/protobuf/ --java_out=/tmp/bazel_CXdLVtf3/src --plugin=protoc-gen-grpc=third_party/grpc/protoc-gen-grpc-java-0.14.1-linux-x86_64.exe --grpc_out=/tmp/bazel_CXdLVtf3/src src/main/protobuf/xcodegen.proto
++ '[' no = yes ']'
++ echo third_party/protobuf/protoc-linux-x86_64.exe -Isrc/main/protobuf/ --java_out=/tmp/bazel_CXdLVtf3/src --plugin=protoc-gen-grpc=third_party/grpc/protoc-gen-grpc-java-0.14.1-linux-x86_64.exe --grpc_out=/tmp/bazel_CXdLVtf3/src src/main/protobuf/xcodegen.proto
++ third_party/protobuf/protoc-linux-x86_64.exe -Isrc/main/protobuf/ --java_out=/tmp/bazel_CXdLVtf3/src --plugin=protoc-gen-grpc=third_party/grpc/protoc-gen-grpc-java-0.14.1-linux-x86_64.exe --grpc_out=/tmp/bazel_CXdLVtf3/src src/main/protobuf/xcodegen.proto
++ rm /tmp/bazel_CXdLVtf3/errors
++ java_compilation 'Bazel Java' 'src/java_tools/singlejar/java/com/google/devtools/build/zip src/main/java src/tools/xcode-common/java/com/google/devtools/build/xcode/common src/tools/xcode-common/java/com/google/devtools/build/xcode/util third_party/java/dd_plist/java /tmp/bazel_CXdLVtf3/src' src/main/java/com/google/devtools/build/lib/server/GrpcServerImpl.java 'third_party/aether/aether-transport-classpath-1.0.0.v20140518.jar third_party/aether/aether-impl-1.0.0.v20140518.jar third_party/aether/aether-spi-1.0.0.v20140518.jar third_party/aether/aether-transport-file-1.0.0.v20140518.jar third_party/aether/aether-transport-http-1.0.0.v20140518.jar third_party/aether/aether-connector-basic-1.0.0.v20140518.jar third_party/aether/aether-api-1.0.0.v20140518.jar third_party/aether/aether-transport-wagon-1.0.0.v20140518.jar third_party/aether/aether-util-1.0.0.v20140518.jar third_party/bytebuddy/byte-buddy-dep-0.7-rc6.jar third_party/auto/auto-service-1.0-rc2.jar third_party/auto/auto-common-0.3.jar third_party/auto/auto-value-1.2.jar third_party/jimfs/jimfs-1.1-rc1.jar third_party/apache_httpclient/httpclient-4.2.5.jar third_party/error_prone/error_prone_annotation-2.0.9-20160129.jar third_party/error_prone/error_prone_annotations-2.0.9-20160129.jar third_party/error_prone/error_prone_core-2.0.9-20160129.jar third_party/maven/maven-settings-3.3.3.jar third_party/maven/maven-settings-builder-3.3.3.jar third_party/maven/maven-builder-support-3.3.3.jar third_party/apache_commons_logging/commons-logging-1.1.1.jar third_party/plexus_utils/plexus-utils-3.0.21.jar third_party/truth/truth-0.28.jar third_party/mockito/mockito-all-1.10.19.jar third_party/apache_commons_codec/commons-codec-1.9.jar third_party/gson/gson-2.2.4.jar third_party/jgit/org.eclipse.jgit-4.0.1.201506240215-r.jar third_party/asm/asm-util-5.0.4.jar third_party/asm/asm-commons-5.0.4.jar third_party/asm/asm-5.0.3.jar third_party/asm/asm-5.0.4.jar third_party/maven_model/maven-repository-metadata-3.2.3.jar third_party/maven_model/maven-model-builder-3.2.3.jar third_party/maven_model/maven-aether-provider-3.2.3.jar third_party/maven_model/maven-model-3.2.3.jar third_party/apache_httpcore/httpcore-4.2.4.jar third_party/android_common/com.android.tools.layoutlib_layoutlib_25.0.0.jar third_party/android_common/com.android.jill_api_0.9.0.jar third_party/android_common/com.android.tools.build_builder-model_0.13.3.jar third_party/android_common/com.android.tools_sdklib_23.1.3.jar third_party/android_common/com.android.tools_sdk-common_25.0.0.jar third_party/android_common/com.android.tools_sdklib_25.0.0.jar third_party/android_common/com.android.tools_common_23.1.3.jar third_party/android_common/com.android_annotations_25.0.0.jar third_party/android_common/com.android.tools_common_25.0.0.jar third_party/android_common/com.android.jack_api_0.9.0.jar third_party/android_common/com.android.tools.build_manifest-merger_25.0.0.jar third_party/android_common/com.android.tools_repository_25.0.0.jar third_party/android_common/com.android.tools_ddmlib_25.0.0.jar third_party/android_common/com.android.tools.layoutlib_layoutlib_23.1.3.jar third_party/android_common/com.android.tools_sdk-common_23.1.3.jar third_party/android_common/com.android.tools_dvlib_25.0.0.jar third_party/android_common/com.android.tools.build_builder_2.0.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_0.13.3.jar third_party/android_common/com.android.tools.build_builder-test-api_2.0.0.jar third_party/android_common/com.android.tools.build_manifest-merger_23.1.3.jar third_party/java/jarjar/jarjar-1.4.jar third_party/plexus_component_annotations/plexus-component-annotations-1.6.jar third_party/tomcat_annotations_api/tomcat-annotations-api-8.0.5.jar third_party/checker_framework_dataflow/dataflow-1.8.10.jar third_party/jsch/jsch-0.1.51.jar third_party/jsr330_inject/javax.inject.jar third_party/apache_commons_pool2/commons-pool2-2.3.jar third_party/hamcrest/hamcrest-core-1.3.jar third_party/apache_commons_collections/commons-collections-3.2.2.jar third_party/slf4j/slf4j-jdk14-1.7.7.jar third_party/slf4j/slf4j-api-1.7.7.jar third_party/junit/junit-4.11.jar third_party/protobuf/protobuf-java-3.0.0-beta-1.jar third_party/apache_commons_lang/commons-lang-2.6.jar third_party/pcollections/pcollections-2.1.2.jar third_party/xz/xz-1.5.jar third_party/grpc/grpc-stub-0.14.1.jar third_party/grpc/grpc-core-0.14.1.jar third_party/grpc/grpc-netty-0.14.1.jar third_party/grpc/grpc-protobuf-lite-0.14.1.jar third_party/grpc/grpc-protobuf-0.14.1.jar third_party/hazelcast/hazelcast-3.6.4.jar third_party/hazelcast/hazelcast-client-3.6.4.jar third_party/hazelcast/hazelcast-3.5.4.jar third_party/hazelcast/hazelcast-client-3.5.4.jar third_party/apache_velocity/velocity-1.7.jar third_party/jsr305/jsr-305.jar third_party/apache_commons_compress/apache-commons-compress-1.9.jar third_party/jcip_annotations/jcip-annotations-1.0-1.jar third_party/netty/netty-all-4.1.0.CR6.jar third_party/joda_time/joda-time-2.3.jar third_party/ijar/test/libwrongcentraldir.jar third_party/dagger/dagger-2.5.jar third_party/dagger/dagger-producers-2.5.jar third_party/dagger/dagger-compiler-2.5.jar third_party/plexus_interpolation/plexus-interpolation-1.22.jar third_party/guava/guava-testlib.jar third_party/guava/guava-19.0.jar ' /tmp/bazel_CXdLVtf3
++ local 'name=Bazel Java'
++ local 'directories=src/java_tools/singlejar/java/com/google/devtools/build/zip src/main/java src/tools/xcode-common/java/com/google/devtools/build/xcode/common src/tools/xcode-common/java/com/google/devtools/build/xcode/util third_party/java/dd_plist/java /tmp/bazel_CXdLVtf3/src'
++ local excludes=src/main/java/com/google/devtools/build/lib/server/GrpcServerImpl.java
++ local 'library_jars=third_party/aether/aether-transport-classpath-1.0.0.v20140518.jar third_party/aether/aether-impl-1.0.0.v20140518.jar third_party/aether/aether-spi-1.0.0.v20140518.jar third_party/aether/aether-transport-file-1.0.0.v20140518.jar third_party/aether/aether-transport-http-1.0.0.v20140518.jar third_party/aether/aether-connector-basic-1.0.0.v20140518.jar third_party/aether/aether-api-1.0.0.v20140518.jar third_party/aether/aether-transport-wagon-1.0.0.v20140518.jar third_party/aether/aether-util-1.0.0.v20140518.jar third_party/bytebuddy/byte-buddy-dep-0.7-rc6.jar third_party/auto/auto-service-1.0-rc2.jar third_party/auto/auto-common-0.3.jar third_party/auto/auto-value-1.2.jar third_party/jimfs/jimfs-1.1-rc1.jar third_party/apache_httpclient/httpclient-4.2.5.jar third_party/error_prone/error_prone_annotation-2.0.9-20160129.jar third_party/error_prone/error_prone_annotations-2.0.9-20160129.jar third_party/error_prone/error_prone_core-2.0.9-20160129.jar third_party/maven/maven-settings-3.3.3.jar third_party/maven/maven-settings-builder-3.3.3.jar third_party/maven/maven-builder-support-3.3.3.jar third_party/apache_commons_logging/commons-logging-1.1.1.jar third_party/plexus_utils/plexus-utils-3.0.21.jar third_party/truth/truth-0.28.jar third_party/mockito/mockito-all-1.10.19.jar third_party/apache_commons_codec/commons-codec-1.9.jar third_party/gson/gson-2.2.4.jar third_party/jgit/org.eclipse.jgit-4.0.1.201506240215-r.jar third_party/asm/asm-util-5.0.4.jar third_party/asm/asm-commons-5.0.4.jar third_party/asm/asm-5.0.3.jar third_party/asm/asm-5.0.4.jar third_party/maven_model/maven-repository-metadata-3.2.3.jar third_party/maven_model/maven-model-builder-3.2.3.jar third_party/maven_model/maven-aether-provider-3.2.3.jar third_party/maven_model/maven-model-3.2.3.jar third_party/apache_httpcore/httpcore-4.2.4.jar third_party/android_common/com.android.tools.layoutlib_layoutlib_25.0.0.jar third_party/android_common/com.android.jill_api_0.9.0.jar third_party/android_common/com.android.tools.build_builder-model_0.13.3.jar third_party/android_common/com.android.tools_sdklib_23.1.3.jar third_party/android_common/com.android.tools_sdk-common_25.0.0.jar third_party/android_common/com.android.tools_sdklib_25.0.0.jar third_party/android_common/com.android.tools_common_23.1.3.jar third_party/android_common/com.android_annotations_25.0.0.jar third_party/android_common/com.android.tools_common_25.0.0.jar third_party/android_common/com.android.jack_api_0.9.0.jar third_party/android_common/com.android.tools.build_manifest-merger_25.0.0.jar third_party/android_common/com.android.tools_repository_25.0.0.jar third_party/android_common/com.android.tools_ddmlib_25.0.0.jar third_party/android_common/com.android.tools.layoutlib_layoutlib_23.1.3.jar third_party/android_common/com.android.tools_sdk-common_23.1.3.jar third_party/android_common/com.android.tools_dvlib_25.0.0.jar third_party/android_common/com.android.tools.build_builder_2.0.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_0.13.3.jar third_party/android_common/com.android.tools.build_builder-test-api_2.0.0.jar third_party/android_common/com.android.tools.build_manifest-merger_23.1.3.jar third_party/java/jarjar/jarjar-1.4.jar third_party/plexus_component_annotations/plexus-component-annotations-1.6.jar third_party/tomcat_annotations_api/tomcat-annotations-api-8.0.5.jar third_party/checker_framework_dataflow/dataflow-1.8.10.jar third_party/jsch/jsch-0.1.51.jar third_party/jsr330_inject/javax.inject.jar third_party/apache_commons_pool2/commons-pool2-2.3.jar third_party/hamcrest/hamcrest-core-1.3.jar third_party/apache_commons_collections/commons-collections-3.2.2.jar third_party/slf4j/slf4j-jdk14-1.7.7.jar third_party/slf4j/slf4j-api-1.7.7.jar third_party/junit/junit-4.11.jar third_party/protobuf/protobuf-java-3.0.0-beta-1.jar third_party/apache_commons_lang/commons-lang-2.6.jar third_party/pcollections/pcollections-2.1.2.jar third_party/xz/xz-1.5.jar third_party/grpc/grpc-stub-0.14.1.jar third_party/grpc/grpc-core-0.14.1.jar third_party/grpc/grpc-netty-0.14.1.jar third_party/grpc/grpc-protobuf-lite-0.14.1.jar third_party/grpc/grpc-protobuf-0.14.1.jar third_party/hazelcast/hazelcast-3.6.4.jar third_party/hazelcast/hazelcast-client-3.6.4.jar third_party/hazelcast/hazelcast-3.5.4.jar third_party/hazelcast/hazelcast-client-3.5.4.jar third_party/apache_velocity/velocity-1.7.jar third_party/jsr305/jsr-305.jar third_party/apache_commons_compress/apache-commons-compress-1.9.jar third_party/jcip_annotations/jcip-annotations-1.0-1.jar third_party/netty/netty-all-4.1.0.CR6.jar third_party/joda_time/joda-time-2.3.jar third_party/ijar/test/libwrongcentraldir.jar third_party/dagger/dagger-2.5.jar third_party/dagger/dagger-producers-2.5.jar third_party/dagger/dagger-compiler-2.5.jar third_party/plexus_interpolation/plexus-interpolation-1.22.jar third_party/guava/guava-testlib.jar third_party/guava/guava-19.0.jar '
++ local output=/tmp/bazel_CXdLVtf3
++ local classpath=third_party/aether/aether-transport-classpath-1.0.0.v20140518.jar:third_party/aether/aether-impl-1.0.0.v20140518.jar:third_party/aether/aether-spi-1.0.0.v20140518.jar:third_party/aether/aether-transport-file-1.0.0.v20140518.jar:third_party/aether/aether-transport-http-1.0.0.v20140518.jar:third_party/aether/aether-connector-basic-1.0.0.v20140518.jar:third_party/aether/aether-api-1.0.0.v20140518.jar:third_party/aether/aether-transport-wagon-1.0.0.v20140518.jar:third_party/aether/aether-util-1.0.0.v20140518.jar:third_party/bytebuddy/byte-buddy-dep-0.7-rc6.jar:third_party/auto/auto-service-1.0-rc2.jar:third_party/auto/auto-common-0.3.jar:third_party/auto/auto-value-1.2.jar:third_party/jimfs/jimfs-1.1-rc1.jar:third_party/apache_httpclient/httpclient-4.2.5.jar:third_party/error_prone/error_prone_annotation-2.0.9-20160129.jar:third_party/error_prone/error_prone_annotations-2.0.9-20160129.jar:third_party/error_prone/error_prone_core-2.0.9-20160129.jar:third_party/maven/maven-settings-3.3.3.jar:third_party/maven/maven-settings-builder-3.3.3.jar:third_party/maven/maven-builder-support-3.3.3.jar:third_party/apache_commons_logging/commons-logging-1.1.1.jar:third_party/plexus_utils/plexus-utils-3.0.21.jar:third_party/truth/truth-0.28.jar:third_party/mockito/mockito-all-1.10.19.jar:third_party/apache_commons_codec/commons-codec-1.9.jar:third_party/gson/gson-2.2.4.jar:third_party/jgit/org.eclipse.jgit-4.0.1.201506240215-r.jar:third_party/asm/asm-util-5.0.4.jar:third_party/asm/asm-commons-5.0.4.jar:third_party/asm/asm-5.0.3.jar:third_party/asm/asm-5.0.4.jar:third_party/maven_model/maven-repository-metadata-3.2.3.jar:third_party/maven_model/maven-model-builder-3.2.3.jar:third_party/maven_model/maven-aether-provider-3.2.3.jar:third_party/maven_model/maven-model-3.2.3.jar:third_party/apache_httpcore/httpcore-4.2.4.jar:third_party/android_common/com.android.tools.layoutlib_layoutlib_25.0.0.jar:third_party/android_common/com.android.jill_api_0.9.0.jar:third_party/android_common/com.android.tools.build_builder-model_0.13.3.jar:third_party/android_common/com.android.tools_sdklib_23.1.3.jar:third_party/android_common/com.android.tools_sdk-common_25.0.0.jar:third_party/android_common/com.android.tools_sdklib_25.0.0.jar:third_party/android_common/com.android.tools_common_23.1.3.jar:third_party/android_common/com.android_annotations_25.0.0.jar:third_party/android_common/com.android.tools_common_25.0.0.jar:third_party/android_common/com.android.jack_api_0.9.0.jar:third_party/android_common/com.android.tools.build_manifest-merger_25.0.0.jar:third_party/android_common/com.android.tools_repository_25.0.0.jar:third_party/android_common/com.android.tools_ddmlib_25.0.0.jar:third_party/android_common/com.android.tools.layoutlib_layoutlib_23.1.3.jar:third_party/android_common/com.android.tools_sdk-common_23.1.3.jar:third_party/android_common/com.android.tools_dvlib_25.0.0.jar:third_party/android_common/com.android.tools.build_builder_2.0.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_0.13.3.jar:third_party/android_common/com.android.tools.build_builder-test-api_2.0.0.jar:third_party/android_common/com.android.tools.build_manifest-merger_23.1.3.jar:third_party/java/jarjar/jarjar-1.4.jar:third_party/plexus_component_annotations/plexus-component-annotations-1.6.jar:third_party/tomcat_annotations_api/tomcat-annotations-api-8.0.5.jar:third_party/checker_framework_dataflow/dataflow-1.8.10.jar:third_party/jsch/jsch-0.1.51.jar:third_party/jsr330_inject/javax.inject.jar:third_party/apache_commons_pool2/commons-pool2-2.3.jar:third_party/hamcrest/hamcrest-core-1.3.jar:third_party/apache_commons_collections/commons-collections-3.2.2.jar:third_party/slf4j/slf4j-jdk14-1.7.7.jar:third_party/slf4j/slf4j-api-1.7.7.jar:third_party/junit/junit-4.11.jar:third_party/protobuf/protobuf-java-3.0.0-beta-1.jar:third_party/apache_commons_lang/commons-lang-2.6.jar:third_party/pcollections/pcollections-2.1.2.jar:third_party/xz/xz-1.5.jar:third_party/grpc/grpc-stub-0.14.1.jar:third_party/grpc/grpc-core-0.14.1.jar:third_party/grpc/grpc-netty-0.14.1.jar:third_party/grpc/grpc-protobuf-lite-0.14.1.jar:third_party/grpc/grpc-protobuf-0.14.1.jar:third_party/hazelcast/hazelcast-3.6.4.jar:third_party/hazelcast/hazelcast-client-3.6.4.jar:third_party/hazelcast/hazelcast-3.5.4.jar:third_party/hazelcast/hazelcast-client-3.5.4.jar:third_party/apache_velocity/velocity-1.7.jar:third_party/jsr305/jsr-305.jar:third_party/apache_commons_compress/apache-commons-compress-1.9.jar:third_party/jcip_annotations/jcip-annotations-1.0-1.jar:third_party/netty/netty-all-4.1.0.CR6.jar:third_party/joda_time/joda-time-2.3.jar:third_party/ijar/test/libwrongcentraldir.jar:third_party/dagger/dagger-2.5.jar:third_party/dagger/dagger-producers-2.5.jar:third_party/dagger/dagger-compiler-2.5.jar:third_party/plexus_interpolation/plexus-interpolation-1.22.jar:third_party/guava/guava-testlib.jar:third_party/guava/guava-19.0.jar::/tmp/bazel_CXdLVtf3
++ local sourcepath=src/java_tools/singlejar/java/com/google/devtools/build/zip:src/main/java:src/tools/xcode-common/java/com/google/devtools/build/xcode/common:src/tools/xcode-common/java/com/google/devtools/build/xcode/util:third_party/java/dd_plist/java:/tmp/bazel_CXdLVtf3/src
++ tempdir
++ local tmp=/tmp
+++ mktemp -d /tmp/bazel_XXXXXXXX
++ local DIR=/tmp/bazel_oOSwbig7
++ mkdir -p /tmp/bazel_oOSwbig7
+++ basename /tmp/bazel_oOSwbig7
++ local DIRBASE=bazel_oOSwbig7
++ eval 'cleanup_tempdir_bazel_oOSwbig7() { rm -rf '\''/tmp/bazel_oOSwbig7'\''; }'
++ atexit cleanup_tempdir_bazel_oOSwbig7
++ local handler=cleanup_tempdir_bazel_oOSwbig7
++ shift
++ '[' -n ' cleanup_tempdir_bazel_CXdLVtf3 cleanup_errfile cleanup_phasefile' ']'
++ ATEXIT_HANDLERS=' cleanup_tempdir_bazel_CXdLVtf3 cleanup_errfile cleanup_phasefile cleanup_tempdir_bazel_oOSwbig7'
++ NEW_TMPDIR=/tmp/bazel_oOSwbig7
++ local tmp=/tmp/bazel_oOSwbig7
++ local paramfile=/tmp/bazel_oOSwbig7/param
++ local filelist=/tmp/bazel_oOSwbig7/filelist
++ local excludefile=/tmp/bazel_oOSwbig7/excludefile
++ touch /tmp/bazel_oOSwbig7/param
++ mkdir -p /tmp/bazel_CXdLVtf3/classes
++ log 'Compiling Bazel Java code...'
++ echo -n .
.++ echo 'Compiling Bazel Java code...'
++ sort
++ find src/java_tools/singlejar/java/com/google/devtools/build/zip src/main/java src/tools/xcode-common/java/com/google/devtools/build/xcode/common src/tools/xcode-common/java/com/google/devtools/build/xcode/util third_party/java/dd_plist/java /tmp/bazel_CXdLVtf3/src -name '*.java'
++ sort
++ for i in '$excludes'
++ echo src/main/java/com/google/devtools/build/lib/server/GrpcServerImpl.java
++ comm -23 /tmp/bazel_oOSwbig7/filelist /tmp/bazel_oOSwbig7/excludefile
++ '[' '!' -z '' ']'
++ run /opt/jdk1.8.0_91//bin/javac -J-Xms256m -J-Xmx384m -classpath third_party/aether/aether-transport-classpath-1.0.0.v20140518.jar:third_party/aether/aether-impl-1.0.0.v20140518.jar:third_party/aether/aether-spi-1.0.0.v20140518.jar:third_party/aether/aether-transport-file-1.0.0.v20140518.jar:third_party/aether/aether-transport-http-1.0.0.v20140518.jar:third_party/aether/aether-connector-basic-1.0.0.v20140518.jar:third_party/aether/aether-api-1.0.0.v20140518.jar:third_party/aether/aether-transport-wagon-1.0.0.v20140518.jar:third_party/aether/aether-util-1.0.0.v20140518.jar:third_party/bytebuddy/byte-buddy-dep-0.7-rc6.jar:third_party/auto/auto-service-1.0-rc2.jar:third_party/auto/auto-common-0.3.jar:third_party/auto/auto-value-1.2.jar:third_party/jimfs/jimfs-1.1-rc1.jar:third_party/apache_httpclient/httpclient-4.2.5.jar:third_party/error_prone/error_prone_annotation-2.0.9-20160129.jar:third_party/error_prone/error_prone_annotations-2.0.9-20160129.jar:third_party/error_prone/error_prone_core-2.0.9-20160129.jar:third_party/maven/maven-settings-3.3.3.jar:third_party/maven/maven-settings-builder-3.3.3.jar:third_party/maven/maven-builder-support-3.3.3.jar:third_party/apache_commons_logging/commons-logging-1.1.1.jar:third_party/plexus_utils/plexus-utils-3.0.21.jar:third_party/truth/truth-0.28.jar:third_party/mockito/mockito-all-1.10.19.jar:third_party/apache_commons_codec/commons-codec-1.9.jar:third_party/gson/gson-2.2.4.jar:third_party/jgit/org.eclipse.jgit-4.0.1.201506240215-r.jar:third_party/asm/asm-util-5.0.4.jar:third_party/asm/asm-commons-5.0.4.jar:third_party/asm/asm-5.0.3.jar:third_party/asm/asm-5.0.4.jar:third_party/maven_model/maven-repository-metadata-3.2.3.jar:third_party/maven_model/maven-model-builder-3.2.3.jar:third_party/maven_model/maven-aether-provider-3.2.3.jar:third_party/maven_model/maven-model-3.2.3.jar:third_party/apache_httpcore/httpcore-4.2.4.jar:third_party/android_common/com.android.tools.layoutlib_layoutlib_25.0.0.jar:third_party/android_common/com.android.jill_api_0.9.0.jar:third_party/android_common/com.android.tools.build_builder-model_0.13.3.jar:third_party/android_common/com.android.tools_sdklib_23.1.3.jar:third_party/android_common/com.android.tools_sdk-common_25.0.0.jar:third_party/android_common/com.android.tools_sdklib_25.0.0.jar:third_party/android_common/com.android.tools_common_23.1.3.jar:third_party/android_common/com.android_annotations_25.0.0.jar:third_party/android_common/com.android.tools_common_25.0.0.jar:third_party/android_common/com.android.jack_api_0.9.0.jar:third_party/android_common/com.android.tools.build_manifest-merger_25.0.0.jar:third_party/android_common/com.android.tools_repository_25.0.0.jar:third_party/android_common/com.android.tools_ddmlib_25.0.0.jar:third_party/android_common/com.android.tools.layoutlib_layoutlib_23.1.3.jar:third_party/android_common/com.android.tools_sdk-common_23.1.3.jar:third_party/android_common/com.android.tools_dvlib_25.0.0.jar:third_party/android_common/com.android.tools.build_builder_2.0.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_0.13.3.jar:third_party/android_common/com.android.tools.build_builder-test-api_2.0.0.jar:third_party/android_common/com.android.tools.build_manifest-merger_23.1.3.jar:third_party/java/jarjar/jarjar-1.4.jar:third_party/plexus_component_annotations/plexus-component-annotations-1.6.jar:third_party/tomcat_annotations_api/tomcat-annotations-api-8.0.5.jar:third_party/checker_framework_dataflow/dataflow-1.8.10.jar:third_party/jsch/jsch-0.1.51.jar:third_party/jsr330_inject/javax.inject.jar:third_party/apache_commons_pool2/commons-pool2-2.3.jar:third_party/hamcrest/hamcrest-core-1.3.jar:third_party/apache_commons_collections/commons-collections-3.2.2.jar:third_party/slf4j/slf4j-jdk14-1.7.7.jar:third_party/slf4j/slf4j-api-1.7.7.jar:third_party/junit/junit-4.11.jar:third_party/protobuf/protobuf-java-3.0.0-beta-1.jar:third_party/apache_commons_lang/commons-lang-2.6.jar:third_party/pcollections/pcollections-2.1.2.jar:third_party/xz/xz-1.5.jar:third_party/grpc/grpc-stub-0.14.1.jar:third_party/grpc/grpc-core-0.14.1.jar:third_party/grpc/grpc-netty-0.14.1.jar:third_party/grpc/grpc-protobuf-lite-0.14.1.jar:third_party/grpc/grpc-protobuf-0.14.1.jar:third_party/hazelcast/hazelcast-3.6.4.jar:third_party/hazelcast/hazelcast-client-3.6.4.jar:third_party/hazelcast/hazelcast-3.5.4.jar:third_party/hazelcast/hazelcast-client-3.5.4.jar:third_party/apache_velocity/velocity-1.7.jar:third_party/jsr305/jsr-305.jar:third_party/apache_commons_compress/apache-commons-compress-1.9.jar:third_party/jcip_annotations/jcip-annotations-1.0-1.jar:third_party/netty/netty-all-4.1.0.CR6.jar:third_party/joda_time/joda-time-2.3.jar:third_party/ijar/test/libwrongcentraldir.jar:third_party/dagger/dagger-2.5.jar:third_party/dagger/dagger-producers-2.5.jar:third_party/dagger/dagger-compiler-2.5.jar:third_party/plexus_interpolation/plexus-interpolation-1.22.jar:third_party/guava/guava-testlib.jar:third_party/guava/guava-19.0.jar::/tmp/bazel_CXdLVtf3 -sourcepath src/java_tools/singlejar/java/com/google/devtools/build/zip:src/main/java:src/tools/xcode-common/java/com/google/devtools/build/xcode/common:src/tools/xcode-common/java/com/google/devtools/build/xcode/util:third_party/java/dd_plist/java:/tmp/bazel_CXdLVtf3/src -d /tmp/bazel_CXdLVtf3/classes -source 1.8 -target 1.8 -encoding UTF-8 @/tmp/bazel_oOSwbig7/param
++ '[' no = yes ']'
++ echo /opt/jdk1.8.0_91//bin/javac -J-Xms256m -J-Xmx384m -classpath third_party/aether/aether-transport-classpath-1.0.0.v20140518.jar:third_party/aether/aether-impl-1.0.0.v20140518.jar:third_party/aether/aether-spi-1.0.0.v20140518.jar:third_party/aether/aether-transport-file-1.0.0.v20140518.jar:third_party/aether/aether-transport-http-1.0.0.v20140518.jar:third_party/aether/aether-connector-basic-1.0.0.v20140518.jar:third_party/aether/aether-api-1.0.0.v20140518.jar:third_party/aether/aether-transport-wagon-1.0.0.v20140518.jar:third_party/aether/aether-util-1.0.0.v20140518.jar:third_party/bytebuddy/byte-buddy-dep-0.7-rc6.jar:third_party/auto/auto-service-1.0-rc2.jar:third_party/auto/auto-common-0.3.jar:third_party/auto/auto-value-1.2.jar:third_party/jimfs/jimfs-1.1-rc1.jar:third_party/apache_httpclient/httpclient-4.2.5.jar:third_party/error_prone/error_prone_annotation-2.0.9-20160129.jar:third_party/error_prone/error_prone_annotations-2.0.9-20160129.jar:third_party/error_prone/error_prone_core-2.0.9-20160129.jar:third_party/maven/maven-settings-3.3.3.jar:third_party/maven/maven-settings-builder-3.3.3.jar:third_party/maven/maven-builder-support-3.3.3.jar:third_party/apache_commons_logging/commons-logging-1.1.1.jar:third_party/plexus_utils/plexus-utils-3.0.21.jar:third_party/truth/truth-0.28.jar:third_party/mockito/mockito-all-1.10.19.jar:third_party/apache_commons_codec/commons-codec-1.9.jar:third_party/gson/gson-2.2.4.jar:third_party/jgit/org.eclipse.jgit-4.0.1.201506240215-r.jar:third_party/asm/asm-util-5.0.4.jar:third_party/asm/asm-commons-5.0.4.jar:third_party/asm/asm-5.0.3.jar:third_party/asm/asm-5.0.4.jar:third_party/maven_model/maven-repository-metadata-3.2.3.jar:third_party/maven_model/maven-model-builder-3.2.3.jar:third_party/maven_model/maven-aether-provider-3.2.3.jar:third_party/maven_model/maven-model-3.2.3.jar:third_party/apache_httpcore/httpcore-4.2.4.jar:third_party/android_common/com.android.tools.layoutlib_layoutlib_25.0.0.jar:third_party/android_common/com.android.jill_api_0.9.0.jar:third_party/android_common/com.android.tools.build_builder-model_0.13.3.jar:third_party/android_common/com.android.tools_sdklib_23.1.3.jar:third_party/android_common/com.android.tools_sdk-common_25.0.0.jar:third_party/android_common/com.android.tools_sdklib_25.0.0.jar:third_party/android_common/com.android.tools_common_23.1.3.jar:third_party/android_common/com.android_annotations_25.0.0.jar:third_party/android_common/com.android.tools_common_25.0.0.jar:third_party/android_common/com.android.jack_api_0.9.0.jar:third_party/android_common/com.android.tools.build_manifest-merger_25.0.0.jar:third_party/android_common/com.android.tools_repository_25.0.0.jar:third_party/android_common/com.android.tools_ddmlib_25.0.0.jar:third_party/android_common/com.android.tools.layoutlib_layoutlib_23.1.3.jar:third_party/android_common/com.android.tools_sdk-common_23.1.3.jar:third_party/android_common/com.android.tools_dvlib_25.0.0.jar:third_party/android_common/com.android.tools.build_builder_2.0.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_0.13.3.jar:third_party/android_common/com.android.tools.build_builder-test-api_2.0.0.jar:third_party/android_common/com.android.tools.build_manifest-merger_23.1.3.jar:third_party/java/jarjar/jarjar-1.4.jar:third_party/plexus_component_annotations/plexus-component-annotations-1.6.jar:third_party/tomcat_annotations_api/tomcat-annotations-api-8.0.5.jar:third_party/checker_framework_dataflow/dataflow-1.8.10.jar:third_party/jsch/jsch-0.1.51.jar:third_party/jsr330_inject/javax.inject.jar:third_party/apache_commons_pool2/commons-pool2-2.3.jar:third_party/hamcrest/hamcrest-core-1.3.jar:third_party/apache_commons_collections/commons-collections-3.2.2.jar:third_party/slf4j/slf4j-jdk14-1.7.7.jar:third_party/slf4j/slf4j-api-1.7.7.jar:third_party/junit/junit-4.11.jar:third_party/protobuf/protobuf-java-3.0.0-beta-1.jar:third_party/apache_commons_lang/commons-lang-2.6.jar:third_party/pcollections/pcollections-2.1.2.jar:third_party/xz/xz-1.5.jar:third_party/grpc/grpc-stub-0.14.1.jar:third_party/grpc/grpc-core-0.14.1.jar:third_party/grpc/grpc-netty-0.14.1.jar:third_party/grpc/grpc-protobuf-lite-0.14.1.jar:third_party/grpc/grpc-protobuf-0.14.1.jar:third_party/hazelcast/hazelcast-3.6.4.jar:third_party/hazelcast/hazelcast-client-3.6.4.jar:third_party/hazelcast/hazelcast-3.5.4.jar:third_party/hazelcast/hazelcast-client-3.5.4.jar:third_party/apache_velocity/velocity-1.7.jar:third_party/jsr305/jsr-305.jar:third_party/apache_commons_compress/apache-commons-compress-1.9.jar:third_party/jcip_annotations/jcip-annotations-1.0-1.jar:third_party/netty/netty-all-4.1.0.CR6.jar:third_party/joda_time/joda-time-2.3.jar:third_party/ijar/test/libwrongcentraldir.jar:third_party/dagger/dagger-2.5.jar:third_party/dagger/dagger-producers-2.5.jar:third_party/dagger/dagger-compiler-2.5.jar:third_party/plexus_interpolation/plexus-interpolation-1.22.jar:third_party/guava/guava-testlib.jar:third_party/guava/guava-19.0.jar::/tmp/bazel_CXdLVtf3 -sourcepath src/java_tools/singlejar/java/com/google/devtools/build/zip:src/main/java:src/tools/xcode-common/java/com/google/devtools/build/xcode/common:src/tools/xcode-common/java/com/google/devtools/build/xcode/util:third_party/java/dd_plist/java:/tmp/bazel_CXdLVtf3/src -d /tmp/bazel_CXdLVtf3/classes -source 1.8 -target 1.8 -encoding UTF-8 @/tmp/bazel_oOSwbig7/param
++ /opt/jdk1.8.0_91//bin/javac -J-Xms256m -J-Xmx384m -classpath third_party/aether/aether-transport-classpath-1.0.0.v20140518.jar:third_party/aether/aether-impl-1.0.0.v20140518.jar:third_party/aether/aether-spi-1.0.0.v20140518.jar:third_party/aether/aether-transport-file-1.0.0.v20140518.jar:third_party/aether/aether-transport-http-1.0.0.v20140518.jar:third_party/aether/aether-connector-basic-1.0.0.v20140518.jar:third_party/aether/aether-api-1.0.0.v20140518.jar:third_party/aether/aether-transport-wagon-1.0.0.v20140518.jar:third_party/aether/aether-util-1.0.0.v20140518.jar:third_party/bytebuddy/byte-buddy-dep-0.7-rc6.jar:third_party/auto/auto-service-1.0-rc2.jar:third_party/auto/auto-common-0.3.jar:third_party/auto/auto-value-1.2.jar:third_party/jimfs/jimfs-1.1-rc1.jar:third_party/apache_httpclient/httpclient-4.2.5.jar:third_party/error_prone/error_prone_annotation-2.0.9-20160129.jar:third_party/error_prone/error_prone_annotations-2.0.9-20160129.jar:third_party/error_prone/error_prone_core-2.0.9-20160129.jar:third_party/maven/maven-settings-3.3.3.jar:third_party/maven/maven-settings-builder-3.3.3.jar:third_party/maven/maven-builder-support-3.3.3.jar:third_party/apache_commons_logging/commons-logging-1.1.1.jar:third_party/plexus_utils/plexus-utils-3.0.21.jar:third_party/truth/truth-0.28.jar:third_party/mockito/mockito-all-1.10.19.jar:third_party/apache_commons_codec/commons-codec-1.9.jar:third_party/gson/gson-2.2.4.jar:third_party/jgit/org.eclipse.jgit-4.0.1.201506240215-r.jar:third_party/asm/asm-util-5.0.4.jar:third_party/asm/asm-commons-5.0.4.jar:third_party/asm/asm-5.0.3.jar:third_party/asm/asm-5.0.4.jar:third_party/maven_model/maven-repository-metadata-3.2.3.jar:third_party/maven_model/maven-model-builder-3.2.3.jar:third_party/maven_model/maven-aether-provider-3.2.3.jar:third_party/maven_model/maven-model-3.2.3.jar:third_party/apache_httpcore/httpcore-4.2.4.jar:third_party/android_common/com.android.tools.layoutlib_layoutlib_25.0.0.jar:third_party/android_common/com.android.jill_api_0.9.0.jar:third_party/android_common/com.android.tools.build_builder-model_0.13.3.jar:third_party/android_common/com.android.tools_sdklib_23.1.3.jar:third_party/android_common/com.android.tools_sdk-common_25.0.0.jar:third_party/android_common/com.android.tools_sdklib_25.0.0.jar:third_party/android_common/com.android.tools_common_23.1.3.jar:third_party/android_common/com.android_annotations_25.0.0.jar:third_party/android_common/com.android.tools_common_25.0.0.jar:third_party/android_common/com.android.jack_api_0.9.0.jar:third_party/android_common/com.android.tools.build_manifest-merger_25.0.0.jar:third_party/android_common/com.android.tools_repository_25.0.0.jar:third_party/android_common/com.android.tools_ddmlib_25.0.0.jar:third_party/android_common/com.android.tools.layoutlib_layoutlib_23.1.3.jar:third_party/android_common/com.android.tools_sdk-common_23.1.3.jar:third_party/android_common/com.android.tools_dvlib_25.0.0.jar:third_party/android_common/com.android.tools.build_builder_2.0.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_0.13.3.jar:third_party/android_common/com.android.tools.build_builder-test-api_2.0.0.jar:third_party/android_common/com.android.tools.build_manifest-merger_23.1.3.jar:third_party/java/jarjar/jarjar-1.4.jar:third_party/plexus_component_annotations/plexus-component-annotations-1.6.jar:third_party/tomcat_annotations_api/tomcat-annotations-api-8.0.5.jar:third_party/checker_framework_dataflow/dataflow-1.8.10.jar:third_party/jsch/jsch-0.1.51.jar:third_party/jsr330_inject/javax.inject.jar:third_party/apache_commons_pool2/commons-pool2-2.3.jar:third_party/hamcrest/hamcrest-core-1.3.jar:third_party/apache_commons_collections/commons-collections-3.2.2.jar:third_party/slf4j/slf4j-jdk14-1.7.7.jar:third_party/slf4j/slf4j-api-1.7.7.jar:third_party/junit/junit-4.11.jar:third_party/protobuf/protobuf-java-3.0.0-beta-1.jar:third_party/apache_commons_lang/commons-lang-2.6.jar:third_party/pcollections/pcollections-2.1.2.jar:third_party/xz/xz-1.5.jar:third_party/grpc/grpc-stub-0.14.1.jar:third_party/grpc/grpc-core-0.14.1.jar:third_party/grpc/grpc-netty-0.14.1.jar:third_party/grpc/grpc-protobuf-lite-0.14.1.jar:third_party/grpc/grpc-protobuf-0.14.1.jar:third_party/hazelcast/hazelcast-3.6.4.jar:third_party/hazelcast/hazelcast-client-3.6.4.jar:third_party/hazelcast/hazelcast-3.5.4.jar:third_party/hazelcast/hazelcast-client-3.5.4.jar:third_party/apache_velocity/velocity-1.7.jar:third_party/jsr305/jsr-305.jar:third_party/apache_commons_compress/apache-commons-compress-1.9.jar:third_party/jcip_annotations/jcip-annotations-1.0-1.jar:third_party/netty/netty-all-4.1.0.CR6.jar:third_party/joda_time/joda-time-2.3.jar:third_party/ijar/test/libwrongcentraldir.jar:third_party/dagger/dagger-2.5.jar:third_party/dagger/dagger-producers-2.5.jar:third_party/dagger/dagger-compiler-2.5.jar:third_party/plexus_interpolation/plexus-interpolation-1.22.jar:third_party/guava/guava-testlib.jar:third_party/guava/guava-19.0.jar::/tmp/bazel_CXdLVtf3 -sourcepath src/java_tools/singlejar/java/com/google/devtools/build/zip:src/main/java:src/tools/xcode-common/java/com/google/devtools/build/xcode/common:src/tools/xcode-common/java/com/google/devtools/build/xcode/util:third_party/java/dd_plist/java:/tmp/bazel_CXdLVtf3/src -d /tmp/bazel_CXdLVtf3/classes -source 1.8 -target 1.8 -encoding UTF-8 @/tmp/bazel_oOSwbig7/param

ast-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-download.properties -C /tmp/bazel_CXdLVtf3/classes hazelcast-full-example.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-runtime.properties -C /tmp/bazel_CXdLVtf3/classes hookconfigurators.properties -C /tmp/bazel_CXdLVtf3/classes io -C /tmp/bazel_CXdLVtf3/classes J2SE-1.2.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.3.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.4.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.5.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.6.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.7.profile -C /tmp/bazel_CXdLVtf3/classes javax -C /tmp/bazel_CXdLVtf3/classes jdtCompilerAdapter.jar -C /tmp/bazel_CXdLVtf3/classes JRE-1.1.profile -C /tmp/bazel_CXdLVtf3/classes junit -C /tmp/bazel_CXdLVtf3/classes LICENSE -C /tmp/bazel_CXdLVtf3/classes licenses -C /tmp/bazel_CXdLVtf3/classes LICENSE.txt -C /tmp/bazel_CXdLVtf3/classes net -C /tmp/bazel_CXdLVtf3/classes NOTICE -C /tmp/bazel_CXdLVtf3/classes objenesis-license.txt -C /tmp/bazel_CXdLVtf3/classes org -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.0.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.1.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.2.profile'
++ for i in '$output/classes/*'
+++ basename /tmp/bazel_CXdLVtf3/classes/plugin.properties
++ local package=plugin.properties
++ [[ plugin.properties != \M\E\T\A\-\I\N\F ]]
++ packages=' -C /tmp/bazel_CXdLVtf3/classes about_files -C /tmp/bazel_CXdLVtf3/classes about.html -C /tmp/bazel_CXdLVtf3/classes A.class -C /tmp/bazel_CXdLVtf3/classes ant_tasks -C /tmp/bazel_CXdLVtf3/classes asm-license.txt -C /tmp/bazel_CXdLVtf3/classes autovalue -C /tmp/bazel_CXdLVtf3/classes B.class -C /tmp/bazel_CXdLVtf3/classes CDC-1.0_Foundation-1.0.profile -C /tmp/bazel_CXdLVtf3/classes CDC-1.1_Foundation-1.1.profile -C /tmp/bazel_CXdLVtf3/classes cglib-license.txt -C /tmp/bazel_CXdLVtf3/classes changelog.txt -C /tmp/bazel_CXdLVtf3/classes com -C /tmp/bazel_CXdLVtf3/classes dagger -C /tmp/bazel_CXdLVtf3/classes google -C /tmp/bazel_CXdLVtf3/classes hamcrest-license.txt -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-full.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-download.properties -C /tmp/bazel_CXdLVtf3/classes hazelcast-full-example.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-runtime.properties -C /tmp/bazel_CXdLVtf3/classes hookconfigurators.properties -C /tmp/bazel_CXdLVtf3/classes io -C /tmp/bazel_CXdLVtf3/classes J2SE-1.2.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.3.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.4.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.5.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.6.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.7.profile -C /tmp/bazel_CXdLVtf3/classes javax -C /tmp/bazel_CXdLVtf3/classes jdtCompilerAdapter.jar -C /tmp/bazel_CXdLVtf3/classes JRE-1.1.profile -C /tmp/bazel_CXdLVtf3/classes junit -C /tmp/bazel_CXdLVtf3/classes LICENSE -C /tmp/bazel_CXdLVtf3/classes licenses -C /tmp/bazel_CXdLVtf3/classes LICENSE.txt -C /tmp/bazel_CXdLVtf3/classes net -C /tmp/bazel_CXdLVtf3/classes NOTICE -C /tmp/bazel_CXdLVtf3/classes objenesis-license.txt -C /tmp/bazel_CXdLVtf3/classes org -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.0.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.1.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.2.profile -C /tmp/bazel_CXdLVtf3/classes plugin.properties'
++ for i in '$output/classes/*'
+++ basename /tmp/bazel_CXdLVtf3/classes/plugin.xml
++ local package=plugin.xml
++ [[ plugin.xml != \M\E\T\A\-\I\N\F ]]
++ packages=' -C /tmp/bazel_CXdLVtf3/classes about_files -C /tmp/bazel_CXdLVtf3/classes about.html -C /tmp/bazel_CXdLVtf3/classes A.class -C /tmp/bazel_CXdLVtf3/classes ant_tasks -C /tmp/bazel_CXdLVtf3/classes asm-license.txt -C /tmp/bazel_CXdLVtf3/classes autovalue -C /tmp/bazel_CXdLVtf3/classes B.class -C /tmp/bazel_CXdLVtf3/classes CDC-1.0_Foundation-1.0.profile -C /tmp/bazel_CXdLVtf3/classes CDC-1.1_Foundation-1.1.profile -C /tmp/bazel_CXdLVtf3/classes cglib-license.txt -C /tmp/bazel_CXdLVtf3/classes changelog.txt -C /tmp/bazel_CXdLVtf3/classes com -C /tmp/bazel_CXdLVtf3/classes dagger -C /tmp/bazel_CXdLVtf3/classes google -C /tmp/bazel_CXdLVtf3/classes hamcrest-license.txt -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-full.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-download.properties -C /tmp/bazel_CXdLVtf3/classes hazelcast-full-example.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-runtime.properties -C /tmp/bazel_CXdLVtf3/classes hookconfigurators.properties -C /tmp/bazel_CXdLVtf3/classes io -C /tmp/bazel_CXdLVtf3/classes J2SE-1.2.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.3.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.4.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.5.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.6.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.7.profile -C /tmp/bazel_CXdLVtf3/classes javax -C /tmp/bazel_CXdLVtf3/classes jdtCompilerAdapter.jar -C /tmp/bazel_CXdLVtf3/classes JRE-1.1.profile -C /tmp/bazel_CXdLVtf3/classes junit -C /tmp/bazel_CXdLVtf3/classes LICENSE -C /tmp/bazel_CXdLVtf3/classes licenses -C /tmp/bazel_CXdLVtf3/classes LICENSE.txt -C /tmp/bazel_CXdLVtf3/classes net -C /tmp/bazel_CXdLVtf3/classes NOTICE -C /tmp/bazel_CXdLVtf3/classes objenesis-license.txt -C /tmp/bazel_CXdLVtf3/classes org -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.0.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.1.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.2.profile -C /tmp/bazel_CXdLVtf3/classes plugin.properties -C /tmp/bazel_CXdLVtf3/classes plugin.xml'
++ for i in '$output/classes/*'
+++ basename /tmp/bazel_CXdLVtf3/classes/profile.list
++ local package=profile.list
++ [[ profile.list != \M\E\T\A\-\I\N\F ]]
++ packages=' -C /tmp/bazel_CXdLVtf3/classes about_files -C /tmp/bazel_CXdLVtf3/classes about.html -C /tmp/bazel_CXdLVtf3/classes A.class -C /tmp/bazel_CXdLVtf3/classes ant_tasks -C /tmp/bazel_CXdLVtf3/classes asm-license.txt -C /tmp/bazel_CXdLVtf3/classes autovalue -C /tmp/bazel_CXdLVtf3/classes B.class -C /tmp/bazel_CXdLVtf3/classes CDC-1.0_Foundation-1.0.profile -C /tmp/bazel_CXdLVtf3/classes CDC-1.1_Foundation-1.1.profile -C /tmp/bazel_CXdLVtf3/classes cglib-license.txt -C /tmp/bazel_CXdLVtf3/classes changelog.txt -C /tmp/bazel_CXdLVtf3/classes com -C /tmp/bazel_CXdLVtf3/classes dagger -C /tmp/bazel_CXdLVtf3/classes google -C /tmp/bazel_CXdLVtf3/classes hamcrest-license.txt -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-full.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-download.properties -C /tmp/bazel_CXdLVtf3/classes hazelcast-full-example.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-runtime.properties -C /tmp/bazel_CXdLVtf3/classes hookconfigurators.properties -C /tmp/bazel_CXdLVtf3/classes io -C /tmp/bazel_CXdLVtf3/classes J2SE-1.2.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.3.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.4.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.5.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.6.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.7.profile -C /tmp/bazel_CXdLVtf3/classes javax -C /tmp/bazel_CXdLVtf3/classes jdtCompilerAdapter.jar -C /tmp/bazel_CXdLVtf3/classes JRE-1.1.profile -C /tmp/bazel_CXdLVtf3/classes junit -C /tmp/bazel_CXdLVtf3/classes LICENSE -C /tmp/bazel_CXdLVtf3/classes licenses -C /tmp/bazel_CXdLVtf3/classes LICENSE.txt -C /tmp/bazel_CXdLVtf3/classes net -C /tmp/bazel_CXdLVtf3/classes NOTICE -C /tmp/bazel_CXdLVtf3/classes objenesis-license.txt -C /tmp/bazel_CXdLVtf3/classes org -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.0.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.1.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.2.profile -C /tmp/bazel_CXdLVtf3/classes plugin.properties -C /tmp/bazel_CXdLVtf3/classes plugin.xml -C /tmp/bazel_CXdLVtf3/classes profile.list'
++ for i in '$output/classes/*'
+++ basename /tmp/bazel_CXdLVtf3/classes/release_notes.txt
++ local package=release_notes.txt
++ [[ release_notes.txt != \M\E\T\A\-\I\N\F ]]
++ packages=' -C /tmp/bazel_CXdLVtf3/classes about_files -C /tmp/bazel_CXdLVtf3/classes about.html -C /tmp/bazel_CXdLVtf3/classes A.class -C /tmp/bazel_CXdLVtf3/classes ant_tasks -C /tmp/bazel_CXdLVtf3/classes asm-license.txt -C /tmp/bazel_CXdLVtf3/classes autovalue -C /tmp/bazel_CXdLVtf3/classes B.class -C /tmp/bazel_CXdLVtf3/classes CDC-1.0_Foundation-1.0.profile -C /tmp/bazel_CXdLVtf3/classes CDC-1.1_Foundation-1.1.profile -C /tmp/bazel_CXdLVtf3/classes cglib-license.txt -C /tmp/bazel_CXdLVtf3/classes changelog.txt -C /tmp/bazel_CXdLVtf3/classes com -C /tmp/bazel_CXdLVtf3/classes dagger -C /tmp/bazel_CXdLVtf3/classes google -C /tmp/bazel_CXdLVtf3/classes hamcrest-license.txt -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-full.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-download.properties -C /tmp/bazel_CXdLVtf3/classes hazelcast-full-example.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-runtime.properties -C /tmp/bazel_CXdLVtf3/classes hookconfigurators.properties -C /tmp/bazel_CXdLVtf3/classes io -C /tmp/bazel_CXdLVtf3/classes J2SE-1.2.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.3.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.4.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.5.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.6.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.7.profile -C /tmp/bazel_CXdLVtf3/classes javax -C /tmp/bazel_CXdLVtf3/classes jdtCompilerAdapter.jar -C /tmp/bazel_CXdLVtf3/classes JRE-1.1.profile -C /tmp/bazel_CXdLVtf3/classes junit -C /tmp/bazel_CXdLVtf3/classes LICENSE -C /tmp/bazel_CXdLVtf3/classes licenses -C /tmp/bazel_CXdLVtf3/classes LICENSE.txt -C /tmp/bazel_CXdLVtf3/classes net -C /tmp/bazel_CXdLVtf3/classes NOTICE -C /tmp/bazel_CXdLVtf3/classes objenesis-license.txt -C /tmp/bazel_CXdLVtf3/classes org -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.0.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.1.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.2.profile -C /tmp/bazel_CXdLVtf3/classes plugin.properties -C /tmp/bazel_CXdLVtf3/classes plugin.xml -C /tmp/bazel_CXdLVtf3/classes profile.list -C /tmp/bazel_CXdLVtf3/classes release_notes.txt'
++ for i in '$output/classes/*'
+++ basename /tmp/bazel_CXdLVtf3/classes/systembundle.properties
++ local package=systembundle.properties
++ [[ systembundle.properties != \M\E\T\A\-\I\N\F ]]
++ packages=' -C /tmp/bazel_CXdLVtf3/classes about_files -C /tmp/bazel_CXdLVtf3/classes about.html -C /tmp/bazel_CXdLVtf3/classes A.class -C /tmp/bazel_CXdLVtf3/classes ant_tasks -C /tmp/bazel_CXdLVtf3/classes asm-license.txt -C /tmp/bazel_CXdLVtf3/classes autovalue -C /tmp/bazel_CXdLVtf3/classes B.class -C /tmp/bazel_CXdLVtf3/classes CDC-1.0_Foundation-1.0.profile -C /tmp/bazel_CXdLVtf3/classes CDC-1.1_Foundation-1.1.profile -C /tmp/bazel_CXdLVtf3/classes cglib-license.txt -C /tmp/bazel_CXdLVtf3/classes changelog.txt -C /tmp/bazel_CXdLVtf3/classes com -C /tmp/bazel_CXdLVtf3/classes dagger -C /tmp/bazel_CXdLVtf3/classes google -C /tmp/bazel_CXdLVtf3/classes hamcrest-license.txt -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-full.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-download.properties -C /tmp/bazel_CXdLVtf3/classes hazelcast-full-example.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-runtime.properties -C /tmp/bazel_CXdLVtf3/classes hookconfigurators.properties -C /tmp/bazel_CXdLVtf3/classes io -C /tmp/bazel_CXdLVtf3/classes J2SE-1.2.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.3.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.4.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.5.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.6.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.7.profile -C /tmp/bazel_CXdLVtf3/classes javax -C /tmp/bazel_CXdLVtf3/classes jdtCompilerAdapter.jar -C /tmp/bazel_CXdLVtf3/classes JRE-1.1.profile -C /tmp/bazel_CXdLVtf3/classes junit -C /tmp/bazel_CXdLVtf3/classes LICENSE -C /tmp/bazel_CXdLVtf3/classes licenses -C /tmp/bazel_CXdLVtf3/classes LICENSE.txt -C /tmp/bazel_CXdLVtf3/classes net -C /tmp/bazel_CXdLVtf3/classes NOTICE -C /tmp/bazel_CXdLVtf3/classes objenesis-license.txt -C /tmp/bazel_CXdLVtf3/classes org -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.0.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.1.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.2.profile -C /tmp/bazel_CXdLVtf3/classes plugin.properties -C /tmp/bazel_CXdLVtf3/classes plugin.xml -C /tmp/bazel_CXdLVtf3/classes profile.list -C /tmp/bazel_CXdLVtf3/classes release_notes.txt -C /tmp/bazel_CXdLVtf3/classes systembundle.properties'
++ log 'Creating libblaze.jar...'
++ echo -n .
.++ echo 'Creating libblaze.jar...'
++ echo 'Main-Class: com.google.devtools.build.lib.bazel.BazelMain'
++ run /opt/jdk1.8.0_91//bin/jar cmf /tmp/bazel_CXdLVtf3/MANIFEST.MF /tmp/bazel_CXdLVtf3/libblaze.jar -C /tmp/bazel_CXdLVtf3/classes about_files -C /tmp/bazel_CXdLVtf3/classes about.html -C /tmp/bazel_CXdLVtf3/classes A.class -C /tmp/bazel_CXdLVtf3/classes ant_tasks -C /tmp/bazel_CXdLVtf3/classes asm-license.txt -C /tmp/bazel_CXdLVtf3/classes autovalue -C /tmp/bazel_CXdLVtf3/classes B.class -C /tmp/bazel_CXdLVtf3/classes CDC-1.0_Foundation-1.0.profile -C /tmp/bazel_CXdLVtf3/classes CDC-1.1_Foundation-1.1.profile -C /tmp/bazel_CXdLVtf3/classes cglib-license.txt -C /tmp/bazel_CXdLVtf3/classes changelog.txt -C /tmp/bazel_CXdLVtf3/classes com -C /tmp/bazel_CXdLVtf3/classes dagger -C /tmp/bazel_CXdLVtf3/classes google -C /tmp/bazel_CXdLVtf3/classes hamcrest-license.txt -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-full.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-download.properties -C /tmp/bazel_CXdLVtf3/classes hazelcast-full-example.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-runtime.properties -C /tmp/bazel_CXdLVtf3/classes hookconfigurators.properties -C /tmp/bazel_CXdLVtf3/classes io -C /tmp/bazel_CXdLVtf3/classes J2SE-1.2.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.3.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.4.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.5.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.6.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.7.profile -C /tmp/bazel_CXdLVtf3/classes javax -C /tmp/bazel_CXdLVtf3/classes jdtCompilerAdapter.jar -C /tmp/bazel_CXdLVtf3/classes JRE-1.1.profile -C /tmp/bazel_CXdLVtf3/classes junit -C /tmp/bazel_CXdLVtf3/classes LICENSE -C /tmp/bazel_CXdLVtf3/classes licenses -C /tmp/bazel_CXdLVtf3/classes LICENSE.txt -C /tmp/bazel_CXdLVtf3/classes net -C /tmp/bazel_CXdLVtf3/classes NOTICE -C /tmp/bazel_CXdLVtf3/classes objenesis-license.txt -C /tmp/bazel_CXdLVtf3/classes org -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.0.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.1.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.2.profile -C /tmp/bazel_CXdLVtf3/classes plugin.properties -C /tmp/bazel_CXdLVtf3/classes plugin.xml -C /tmp/bazel_CXdLVtf3/classes profile.list -C /tmp/bazel_CXdLVtf3/classes release_notes.txt -C /tmp/bazel_CXdLVtf3/classes systembundle.properties
++ '[' no = yes ']'
++ echo /opt/jdk1.8.0_91//bin/jar cmf /tmp/bazel_CXdLVtf3/MANIFEST.MF /tmp/bazel_CXdLVtf3/libblaze.jar -C /tmp/bazel_CXdLVtf3/classes about_files -C /tmp/bazel_CXdLVtf3/classes about.html -C /tmp/bazel_CXdLVtf3/classes A.class -C /tmp/bazel_CXdLVtf3/classes ant_tasks -C /tmp/bazel_CXdLVtf3/classes asm-license.txt -C /tmp/bazel_CXdLVtf3/classes autovalue -C /tmp/bazel_CXdLVtf3/classes B.class -C /tmp/bazel_CXdLVtf3/classes CDC-1.0_Foundation-1.0.profile -C /tmp/bazel_CXdLVtf3/classes CDC-1.1_Foundation-1.1.profile -C /tmp/bazel_CXdLVtf3/classes cglib-license.txt -C /tmp/bazel_CXdLVtf3/classes changelog.txt -C /tmp/bazel_CXdLVtf3/classes com -C /tmp/bazel_CXdLVtf3/classes dagger -C /tmp/bazel_CXdLVtf3/classes google -C /tmp/bazel_CXdLVtf3/classes hamcrest-license.txt -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-full.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-download.properties -C /tmp/bazel_CXdLVtf3/classes hazelcast-full-example.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-runtime.properties -C /tmp/bazel_CXdLVtf3/classes hookconfigurators.properties -C /tmp/bazel_CXdLVtf3/classes io -C /tmp/bazel_CXdLVtf3/classes J2SE-1.2.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.3.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.4.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.5.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.6.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.7.profile -C /tmp/bazel_CXdLVtf3/classes javax -C /tmp/bazel_CXdLVtf3/classes jdtCompilerAdapter.jar -C /tmp/bazel_CXdLVtf3/classes JRE-1.1.profile -C /tmp/bazel_CXdLVtf3/classes junit -C /tmp/bazel_CXdLVtf3/classes LICENSE -C /tmp/bazel_CXdLVtf3/classes licenses -C /tmp/bazel_CXdLVtf3/classes LICENSE.txt -C /tmp/bazel_CXdLVtf3/classes net -C /tmp/bazel_CXdLVtf3/classes NOTICE -C /tmp/bazel_CXdLVtf3/classes objenesis-license.txt -C /tmp/bazel_CXdLVtf3/classes org -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.0.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.1.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.2.profile -C /tmp/bazel_CXdLVtf3/classes plugin.properties -C /tmp/bazel_CXdLVtf3/classes plugin.xml -C /tmp/bazel_CXdLVtf3/classes profile.list -C /tmp/bazel_CXdLVtf3/classes release_notes.txt -C /tmp/bazel_CXdLVtf3/classes systembundle.properties
++ /opt/jdk1.8.0_91//bin/jar cmf /tmp/bazel_CXdLVtf3/MANIFEST.MF /tmp/bazel_CXdLVtf3/libblaze.jar -C /tmp/bazel_CXdLVtf3/classes about_files -C /tmp/bazel_CXdLVtf3/classes about.html -C /tmp/bazel_CXdLVtf3/classes A.class -C /tmp/bazel_CXdLVtf3/classes ant_tasks -C /tmp/bazel_CXdLVtf3/classes asm-license.txt -C /tmp/bazel_CXdLVtf3/classes autovalue -C /tmp/bazel_CXdLVtf3/classes B.class -C /tmp/bazel_CXdLVtf3/classes CDC-1.0_Foundation-1.0.profile -C /tmp/bazel_CXdLVtf3/classes CDC-1.1_Foundation-1.1.profile -C /tmp/bazel_CXdLVtf3/classes cglib-license.txt -C /tmp/bazel_CXdLVtf3/classes changelog.txt -C /tmp/bazel_CXdLVtf3/classes com -C /tmp/bazel_CXdLVtf3/classes dagger -C /tmp/bazel_CXdLVtf3/classes google -C /tmp/bazel_CXdLVtf3/classes hamcrest-license.txt -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-client-full.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-common-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.0.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.1.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.2.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.3.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.4.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.5.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-config-3.6.xsd -C /tmp/bazel_CXdLVtf3/classes hazelcast-default.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-download.properties -C /tmp/bazel_CXdLVtf3/classes hazelcast-full-example.xml -C /tmp/bazel_CXdLVtf3/classes hazelcast-runtime.properties -C /tmp/bazel_CXdLVtf3/classes hookconfigurators.properties -C /tmp/bazel_CXdLVtf3/classes io -C /tmp/bazel_CXdLVtf3/classes J2SE-1.2.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.3.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.4.profile -C /tmp/bazel_CXdLVtf3/classes J2SE-1.5.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.6.profile -C /tmp/bazel_CXdLVtf3/classes JavaSE-1.7.profile -C /tmp/bazel_CXdLVtf3/classes javax -C /tmp/bazel_CXdLVtf3/classes jdtCompilerAdapter.jar -C /tmp/bazel_CXdLVtf3/classes JRE-1.1.profile -C /tmp/bazel_CXdLVtf3/classes junit -C /tmp/bazel_CXdLVtf3/classes LICENSE -C /tmp/bazel_CXdLVtf3/classes licenses -C /tmp/bazel_CXdLVtf3/classes LICENSE.txt -C /tmp/bazel_CXdLVtf3/classes net -C /tmp/bazel_CXdLVtf3/classes NOTICE -C /tmp/bazel_CXdLVtf3/classes objenesis-license.txt -C /tmp/bazel_CXdLVtf3/classes org -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.0.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.1.profile -C /tmp/bazel_CXdLVtf3/classes OSGi_Minimum-1.2.profile -C /tmp/bazel_CXdLVtf3/classes plugin.properties -C /tmp/bazel_CXdLVtf3/classes plugin.xml -C /tmp/bazel_CXdLVtf3/classes profile.list -C /tmp/bazel_CXdLVtf3/classes release_notes.txt -C /tmp/bazel_CXdLVtf3/classes systembundle.properties
++ rm /tmp/bazel_CXdLVtf3/errors
++ log 'Creating Bazel install base...'
++ echo -n .
.++ echo 'Creating Bazel install base...'
++ ARCHIVE_DIR=/tmp/bazel_CXdLVtf3/archive
++ mkdir -p /tmp/bazel_CXdLVtf3/archive/_embedded_binaries
++ cat
++ chmod 0755 /tmp/bazel_CXdLVtf3/archive/_embedded_binaries/build-runfiles
++ log 'Creating process-wrapper...'
++ echo -n .
.++ echo 'Creating process-wrapper...'
++ cat
++ chmod 0755 /tmp/bazel_CXdLVtf3/archive/_embedded_binaries/process-wrapper
++ cp src/main/tools/build_interface_so /tmp/bazel_CXdLVtf3/archive/_embedded_binaries/build_interface_so
++ cp src/main/tools/jdk.BUILD /tmp/bazel_CXdLVtf3/archive/_embedded_binaries/jdk.BUILD
++ cp /tmp/bazel_CXdLVtf3/libblaze.jar /tmp/bazel_CXdLVtf3/archive
++ cp src/tools/xcode/xcodelocator/xcode_locator_stub.sh /tmp/bazel_CXdLVtf3/archive/_embedded_binaries/xcode-locator
+ DO_COMPILE=1
+ '[' x = x ']'
++ git_sha1
+++ which git
++ '[' -x /usr/bin/git ']'
++ '[' -d .git ']'
++ git rev-parse --short HEAD
+ git_sha1=e3dc62f
++ get_last_version
++ '[' -f CHANGELOG.md ']'
+++ sed -E 's|.*Release (.*) \(.*\)|\1|'
+++ fgrep -m 1 '## Release' CHANGELOG.md
++ local version=0.3.0
+++ git_date
++++ which git
+++ '[' -x /usr/bin/git ']'
+++ '[' -d .git ']'
+++ cut -d ' ' -f 1
+++ git log -1 --pretty=%ai
++ local date=2016-07-14
++ '[' -z 0.3.0 ']'
++ '[' -n 2016-07-14 ']'
+++ date +%Y-%m-%d
++ date=2016-07-18
++ echo 0.3.0-2016-07-18
+ EMBED_LABEL='0.3.0-2016-07-18 (@e3dc62f)'
+ [[ linux == \d\a\r\w\i\n ]]
+ source scripts/bootstrap/bootstrap.sh
++ : /dev/null
++ : 0.3.0-2016-07-18 '(@e3dc62f)'
++ EMBED_LABEL_ARG=()
++ '[' -n '0.3.0-2016-07-18 (@e3dc62f)' ']'
++ EMBED_LABEL_ARG=(--stamp --embed_label "${EMBED_LABEL}")
++ : 1.8
++ '[' 1.8 = 1.7 ']'
++ : --java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain --host_java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain --strategy=Javac=worker --worker_quit_after_build --genrule_strategy=standalone --spawn_strategy=standalone
++ '[' -z '' ']'
+ '[' 1 ']'
+ new_step 'Building Bazel with Bazel'
+ rm -f /tmp/bazel_CXdLVtf3/phase
+ local new_line=
+ '[' -n '' ']'
+ new_line='\n'
+ display -n '\n\xF0\x9F\x8D\x83  Building Bazel with Bazel'
+ [[ -z '' ]]
+ echo -e -n '\n\xF0\x9F\x8D\x83  Building Bazel with Bazel'

🍃  Building Bazel with Bazel+ display .
+ [[ -z '' ]]
+ echo -e .
.
+ log 'Building output/bazel'
+ echo -n .
.+ echo 'Building output/bazel'
+ bazel_build src:bazel
+ bootstrap_build --java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain --host_java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain --strategy=Javac=worker --worker_quit_after_build --genrule_strategy=standalone --spawn_strategy=standalone --verbose_failures '--javacopt=-source 1.8 -target 1.8' --stamp --embed_label '0.3.0-2016-07-18 (@e3dc62f)' src:bazel
+ /opt/jdk1.8.0_91//bin/java -client -Xms256m -XX:NewRatio=4 -XX:+HeapDumpOnOutOfMemoryError -Xverify:none -Dfile.encoding=ISO-8859-1 -XX:HeapDumpPath=/tmp/bazel_CXdLVtf3 -Djava.util.logging.config.file=/tmp/bazel_CXdLVtf3/javalog.properties -Dio.bazel.EnableJni=0 -jar /tmp/bazel_CXdLVtf3/archive/libblaze.jar --batch --install_base=/tmp/bazel_CXdLVtf3/archive --output_base=/tmp/bazel_CXdLVtf3/out --install_md5= --workspace_directory=/root/bazel --nofatal_event_bus_exceptions build --ignore_unsupported_sandboxing --startup_time=329 --extract_data_time=523 --rc_source=/dev/null --isatty=1 --ignore_client_env --client_cwd=/root/bazel --java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain --host_java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain --strategy=Javac=worker --worker_quit_after_build --genrule_strategy=standalone --spawn_strategy=standalone --verbose_failures '--javacopt=-source 1.8 -target 1.8' --stamp --embed_label '0.3.0-2016-07-18 (@e3dc62f)' src:bazel
WARNING: /tmp/bazel_CXdLVtf3/out/external/bazel_tools/WORKSPACE:1: Workspace name in /tmp/bazel_CXdLVtf3/out/external/bazel_tools/WORKSPACE (@io_bazel) does not match the name given in the repository's definition (@bazel_tools); this will cause a build error in future versions.
WARNING: /root/bazel/src/main/native/BUILD:52:16: in includes attribute of cc_binary rule //src/main/native:libunix.so: '.' resolves to 'src/main/native' not in 'third_party'. This will be an error in the future.
WARNING: /root/bazel/src/main/protobuf/BUILD:36:1: in includes attribute of cc_library rule //src/main/protobuf:command_server_cc_proto: '.' resolves to 'src/main/protobuf' not in 'third_party'. This will be an error in the future. Since this rule was created by the macro 'cc_grpc_library', the error might have been caused by the macro implementation in /root/bazel/tools/build_rules/genproto.bzl:104:18.
INFO: Found 1 target...
ERROR: /root/bazel/src/main/tools/BUILD:26:1: C++ compilation of rule '//src/main/tools:build-runfiles' failed: gcc failed: error executing command 
  (cd /tmp/bazel_CXdLVtf3/out/execroot/bazel && \
  exec env - \
    PATH=/opt/jdk1.8.0_91/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/karthik/bin \
  /usr/bin/gcc -U_FORTIFY_SOURCE '-D_FORTIFY_SOURCE=1' -fstack-protector -Wall -Wl,-z,-relro,-z,now -B/usr/bin -B/usr/bin -Wunused-but-set-parameter -Wno-free-nonheap-object -fcolor-diagnostics -fno-omit-frame-pointer '-std=c++0x' -MD -MF bazel-out/local-fastbuild/bin/src/main/tools/_objs/build-runfiles/src/main/tools/build-runfiles.pic.d '-frandom-seed=bazel-out/local-fastbuild/bin/src/main/tools/_objs/build-runfiles/src/main/tools/build-runfiles.pic.o' -fPIC -iquote . -iquote bazel-out/local-fastbuild/genfiles -iquote external/bazel_tools -iquote bazel-out/local-fastbuild/genfiles/external/bazel_tools -isystem external/bazel_tools/tools/cpp/gcc3 -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c src/main/tools/build-runfiles.cc -o bazel-out/local-fastbuild/bin/src/main/tools/_objs/build-runfiles/src/main/tools/build-runfiles.pic.o): com.google.devtools.build.lib.shell.BadExitStatusException: Process exited with status 1.
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
Target //src:bazel failed to build
INFO: Elapsed time: 21.035s, Critical Path: 1.11s
+ run_atexit_handlers 1
+ local exit_code=1
+ local failed=no
+ for handler in '${ATEXIT_HANDLERS}'
+ eval cleanup_tempdir_bazel_CXdLVtf3
++ cleanup_tempdir_bazel_CXdLVtf3
++ rm -rf /tmp/bazel_CXdLVtf3
+ for handler in '${ATEXIT_HANDLERS}'
+ eval cleanup_errfile
++ cleanup_errfile
++ '[' -f /tmp/bazel_CXdLVtf3/errors ']'
+ for handler in '${ATEXIT_HANDLERS}'
+ eval cleanup_phasefile
++ cleanup_phasefile
++ '[' -f /tmp/bazel_CXdLVtf3/phase ']'
+ for handler in '${ATEXIT_HANDLERS}'
+ eval cleanup_tempdir_bazel_oOSwbig7
++ cleanup_tempdir_bazel_oOSwbig7
++ rm -rf /tmp/bazel_oOSwbig7
+ trap - EXIT
+ '[' 1 -ne 0 ']'
+ exit 1

@jk1510karti
Copy link

I have also tried with bazel .2.2b and got the below error.

cd /opt/bazel-0.2.2b/
[root@localhost bazel-0.2.2b]# ./compile.sh
INFO: You can skip this first step by providing a path to the bazel binary as second argument:
INFO: ./compile.sh compile /path/to/bazel
🍃 Building Bazel from scratch......
🍃 Building Bazel with Bazel.
INFO: Found 1 target...
ERROR: /opt/bazel-0.2.2b/src/main/cpp/BUILD:53:1: C++ compilation of rule '//src/main/cpp:blaze_abrupt_exit' failed: gcc failed: error executing command
(cd /tmp/bazel.up5KILoO/out/bazel-0.2.2b &&
exec env -
PATH=/opt/jdk1.8.0_91/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/karthik/bin
/usr/bin/gcc -U_FORTIFY_SOURCE '-D_FORTIFY_SOURCE=1' -fstack-protector -Wall -Wl,-z,-relro,-z,now -B/usr/bin -B/usr/bin -Wunused-but-set-parameter -Wno-free-nonheap-object -fcolor-diagnostics -fno-omit-frame-pointer '-std=c++0x' -iquote . -iquote bazel-out/local-fastbuild/genfiles -iquote external/bazel_tools -iquote bazel-out/local-fastbuild/genfiles/external/bazel_tools -isystem external/bazel_tools/tools/cpp/gcc3 -no-canonical-prefixes -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' '-frandom-seed=bazel-out/local-fastbuild/bin/src/main/cpp/_objs/blaze_abrupt_exit/src/main/cpp/blaze_abrupt_exit.pic.o' -MD -MF bazel-out/local-fastbuild/bin/src/main/cpp/_objs/blaze_abrupt_exit/src/main/cpp/blaze_abrupt_exit.pic.d -fPIC -c src/main/cpp/blaze_abrupt_exit.cc -o bazel-out/local-fastbuild/bin/src/main/cpp/_objs/blaze_abrupt_exit/src/main/cpp/blaze_abrupt_exit.pic.o): com.google.devtools.build.lib.shell.BadExitStatusException: Process exited with status 1.
gcc: unrecognized option '-no-canonical-prefixes'
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
Target //src:bazel failed to build
INFO: Elapsed time: 14.507s, Critical Path: 1.12s

Building output/bazel
[root@localhost bazel-0.2.2b]#

@katre
Copy link
Member

katre commented Jul 18, 2016

Looks like you don't have cc1plus, the c++ backend compiler for gcc, installed. What environment are you building on, and can you try re-installing GCC with all of the C++ extensions included?

@jk1510karti
Copy link

Hi, The package already installed it seems

[root@localhost Desktop]# yum install gcc gcc-c++
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile

  • base: centos.excellmedia.net
  • extras: centos-hcm.viettelidc.com.vn
  • updates: centos-hn.viettelidc.com.vn
    Package gcc-4.4.7-17.el6.x86_64 already installed and latest version
    Package gcc-c++-4.4.7-17.el6.x86_64 already installed and latest version
    Nothing to do

@jk1510karti
Copy link

I have tried yum groupinstall 'Development Tools' , After that below error occured.

[root@localhost bazel-0.2.2b]# ./compile.sh
INFO: You can skip this first step by providing a path to the bazel binary as second argument:
INFO: ./compile.sh compile /path/to/bazel
🍃 Building Bazel from scratch......
🍃 Building Bazel with Bazel.
INFO: Found 1 target...
INFO: From Compiling src/main/tools/build-runfiles.cc:
src/main/tools/build-runfiles.cc: In member function 'void RunfilesCreator::EnsureDirReadAndWritePerms(const std::string&)':
src/main/tools/build-runfiles.cc:376: warning: comparison between signed and unsigned integer expressions
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-free-nonheap-object"
ERROR: /opt/bazel-0.2.2b/src/main/cpp/util/BUILD:4:1: C++ compilation of rule '//src/main/cpp/util:util' failed: gcc failed: error executing command
(cd /tmp/bazel.MSVmwEqw/out/bazel-0.2.2b &&
exec env -
PATH=/opt/jdk1.8.0_91/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/karthik/bin
/usr/bin/gcc -U_FORTIFY_SOURCE '-D_FORTIFY_SOURCE=1' -fstack-protector -Wall -Wl,-z,-relro,-z,now -B/usr/bin -B/usr/bin -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++0x' -DBLAZE_OPENSOURCE -iquote . -iquote bazel-out/local-fastbuild/genfiles -iquote external/bazel_tools -iquote bazel-out/local-fastbuild/genfiles/external/bazel_tools -isystem external/bazel_tools/tools/cpp/gcc3 -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' '-frandom-seed=bazel-out/local-fastbuild/bin/src/main/cpp/util/_objs/util/src/main/cpp/util/file.pic.o' -MD -MF bazel-out/local-fastbuild/bin/src/main/cpp/util/_objs/util/src/main/cpp/util/file.pic.d -fPIC -c src/main/cpp/util/file.cc -o bazel-out/local-fastbuild/bin/src/main/cpp/util/_objs/util/src/main/cpp/util/file.pic.o): com.google.devtools.build.lib.shell.BadExitStatusException: Process exited with status 1.
src/main/cpp/util/file.cc: In function 'std::string blaze_util::Which(const std::string&)':
src/main/cpp/util/file.cc:84: error: expected initializer before ':' token
src/main/cpp/util/file.cc:100: error: expected primary-expression at end of input
src/main/cpp/util/file.cc:100: error: expected ';' at end of input
src/main/cpp/util/file.cc:100: error: expected primary-expression at end of input
src/main/cpp/util/file.cc:100: error: expected ')' at end of input
src/main/cpp/util/file.cc:100: error: expected statement at end of input
src/main/cpp/util/file.cc:100: error: expected '}' at end of input
src/main/cpp/util/file.cc:100: warning: no return statement in function returning non-void
src/main/cpp/util/file.cc: At global scope:
src/main/cpp/util/file.cc:100: error: expected '}' at end of input
cc1plus: warning: unrecognized command line option "-Wno-free-nonheap-object"
Target //src:bazel failed to build
INFO: Elapsed time: 25.501s, Critical Path: 9.46s

@katre
Copy link
Member

katre commented Jul 18, 2016

This seems to be a related issue: tensorflow/tensorflow#82

Is there a chance you also have multiple installations of GCC, and the crosstool file is pointing to the wrong one?

@jk1510karti
Copy link

Hi,

I belive i've one GCC installed

[root@localhost bazel-0.2.2b]# which gcc
/usr/bin/gcc
[root@localhost bazel-0.2.2b]#
[root@localhost bazel-0.2.2b]#
[root@localhost bazel-0.2.2b]# gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC)

And Also path to gcc is mentioned correctly in /tools/cpp/CROSSTOOL



tool_path { name: "ar" path: "/usr/bin/ar" }
tool_path { name: "compat-ld" path: "/usr/bin/ld" }
tool_path { name: "cpp" path: "/usr/bin/cpp" }
tool_path { name: "dwp" path: "/usr/bin/dwp" }
tool_path { name: "gcc" path: "/usr/bin/gcc" }
cxx_flag: "-std=c++0x"
linker_flag: "-lstdc++"
linker_flag: "-B/usr/bin/"

@jk1510karti
Copy link

[root@localhost Desktop]# rpm -qa gcc
gcc-4.4.7-17.el6.x86_64

@mnlandicho
Copy link

anyone who got this issue fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants