Skip to content

Instantly share code, notes, and snippets.

@vmayoral
Created November 25, 2015 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmayoral/d2447888c5f5051a06db to your computer and use it in GitHub Desktop.
Save vmayoral/d2447888c5f5051a06db to your computer and use it in GitHub Desktop.
root@ubuntu:/bazel# ./compile.sh
INFO: You can skip this first step by providing a path to the bazel binary as second argument:
INFO: ./compile.sh build /path/to/bazel
🍃 Building Bazel from scratch..
Compiling Bazel Java code...
/usr/lib/jvm/java-8-openjdk-armhf/bin/javac -classpath third_party/plexus_interpolation/plexus-interpolation-1.22.jar:third_party/joda-time/joda-time-2.3.jar:third_party/apache_httpclient/httpclient-4.2.5.jar:third_party/gson/gson-2.2.4.jar:third_party/bytebuddy/byte-buddy-dep-0.7-rc6.jar:third_party/java/jdk/langtools/javac.jar:third_party/java/jarjar/jarjar-1.4.jar:third_party/plexus_utils/plexus-utils-3.0.21.jar:third_party/ijar/test/libwrongcentraldir.jar:third_party/tomcat_annotations_api/tomcat-annotations-api-8.0.5.jar:third_party/auto/auto-common-0.3.jar:third_party/auto/auto-value-1.0.jar:third_party/auto/auto-service-1.0-rc2.jar:third_party/apache_commons_pool2/commons-pool2-2.3.jar:third_party/truth/truth-0.27.jar:third_party/aether/aether-util-1.0.0.v20140518.jar:third_party/aether/aether-transport-file-1.0.0.v20140518.jar:third_party/aether/aether-transport-wagon-1.0.0.v20140518.jar:third_party/aether/aether-api-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-transport-classpath-1.0.0.v20140518.jar:third_party/aether/aether-spi-1.0.0.v20140518.jar:third_party/aether/aether-impl-1.0.0.v20140518.jar:third_party/protobuf/protobuf-java-3.0.0-alpha-3.jar:third_party/apache_velocity/velocity-1.7.jar:third_party/jsr305/jsr-305.jar:third_party/jsr330_inject/javax.inject.jar:third_party/plexus_component_annotations/plexus-component-annotations-1.6.jar:third_party/android_common/com.android.tools.build_manifest-merger_23.1.3.jar:third_party/android_common/com.android.tools.build_builder-model_0.13.3.jar:third_party/android_common/com.android.tools_common_23.1.3.jar:third_party/android_common/com.android.tools_sdklib_23.1.3.jar:third_party/android_common/com.android.tools_sdk-common_23.1.3.jar:third_party/android_common/com.android.tools.build_builder_0.13.3.jar:third_party/android_common/com.android.tools.layoutlib_layoutlib_23.1.3.jar:third_party/maven/maven-settings-builder-3.3.3.jar:third_party/maven/maven-settings-3.3.3.jar:third_party/maven/maven-builder-support-3.3.3.jar:third_party/jgit/org.eclipse.jgit-4.0.1.201506240215-r.jar:third_party/error_prone/error_prone_core-2.0.6-20151001-884eec772c13541a7b1af249a68373cd9f30e488.jar:third_party/error_prone/error_prone_annotations-2.0.6-20151001-884eec772c13541a7b1af249a68373cd9f30e488.jar:third_party/guava/guava-testlib.jar:third_party/guava/guava-18.0.jar:third_party/jformatstring/jFormatString-3.0.0.jar:third_party/checker_framework_dataflow/dataflow-1.8.10.jar:third_party/slf4j/slf4j-api-1.7.7.jar:third_party/slf4j/slf4j-jdk14-1.7.7.jar:third_party/maven_model/maven-repository-metadata-3.2.3.jar:third_party/maven_model/maven-model-3.2.3.jar:third_party/maven_model/maven-aether-provider-3.2.3.jar:third_party/maven_model/maven-model-builder-3.2.3.jar:third_party/apache_commons_collections/commons-collections-3.2.1.jar:third_party/apache_commons_logging/commons-logging-1.1.1.jar:third_party/mockito/mockito-all-1.10.19.jar:third_party/apache_httpcore/httpcore-4.2.4.jar:third_party/joda_time/joda-time-2.3.jar:third_party/jsch/jsch-0.1.51.jar:third_party/apache_commons_compress/apache-commons-compress-1.9.jar:third_party/apache_commons_codec/commons-codec-1.9.jar:third_party/junit/junit-4.11.jar:third_party/asm/asm-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-util-5.0.4.jar:third_party/hamcrest/hamcrest-core-1.3.jar:: -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:/tmp/bazel.wKvBKfJl/src -d /tmp/bazel.wKvBKfJl/classes -source 1.8 -target 1.8 -encoding UTF-8 @/tmp/bazel.jtzJRJZu/param
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:19: warning: Signal is internal proprietary API and may be removed in a future release
import sun.misc.Signal;
^
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:20: warning: SignalHandler is internal proprietary API and may be removed in a future release
import sun.misc.SignalHandler;
^
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:19: warning: Signal is internal proprietary API and may be removed in a future release
import sun.misc.Signal;
^
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:20: warning: SignalHandler is internal proprietary API and may be removed in a future release
import sun.misc.SignalHandler;
^
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:19: warning: Signal is internal proprietary API and may be removed in a future release
import sun.misc.Signal;
^
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:20: warning: SignalHandler is internal proprietary API and may be removed in a future release
import sun.misc.SignalHandler;
^
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:19: warning: Signal is internal proprietary API and may be removed in a future release
import sun.misc.Signal;
^
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:20: warning: SignalHandler is internal proprietary API and may be removed in a future release
import sun.misc.SignalHandler;
^
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:212: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, rootPath_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:215: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 2, relativePath_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:228: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, rootPath_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:231: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(2, relativePath_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:3700: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 7, javaPackage_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:3732: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(7, javaPackage_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:5246: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, androidSdkPath_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:5256: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, androidSdkPath_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:6284: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, label_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:6290: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 3, buildFile_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:6293: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 4, dependencies_.getRaw(i));
^
symbol: method getRaw(int)
location: variable dependencies_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:6305: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 9, tags_.getRaw(i));
^
symbol: method getRaw(int)
location: variable tags_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:6315: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, label_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:6322: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(3, buildFile_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:6327: error: cannot find symbol
dataSize += computeStringSizeNoTag(dependencies_.getRaw(i));
^
symbol: method getRaw(int)
location: variable dependencies_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/ideinfo/androidstudio/AndroidStudioIdeInfo.java:6347: error: cannot find symbol
dataSize += computeStringSizeNoTag(tags_.getRaw(i));
^
symbol: method getRaw(int)
location: variable tags_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/ExtraActionInfo.java:285: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, owner_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/ExtraActionInfo.java:288: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 2, id_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/ExtraActionInfo.java:291: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 5, mnemonic_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/ExtraActionInfo.java:303: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, owner_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/ExtraActionInfo.java:306: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(2, id_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/ExtraActionInfo.java:309: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(5, mnemonic_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/SpawnInfo.java:269: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, argument_.getRaw(i));
^
symbol: method getRaw(int)
location: variable argument_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/SpawnInfo.java:275: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 4, inputFile_.getRaw(i));
^
symbol: method getRaw(int)
location: variable inputFile_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/SpawnInfo.java:278: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 5, outputFile_.getRaw(i));
^
symbol: method getRaw(int)
location: variable outputFile_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/SpawnInfo.java:291: error: cannot find symbol
dataSize += computeStringSizeNoTag(argument_.getRaw(i));
^
symbol: method getRaw(int)
location: variable argument_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/SpawnInfo.java:303: error: cannot find symbol
dataSize += computeStringSizeNoTag(inputFile_.getRaw(i));
^
symbol: method getRaw(int)
location: variable inputFile_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/SpawnInfo.java:311: error: cannot find symbol
dataSize += computeStringSizeNoTag(outputFile_.getRaw(i));
^
symbol: method getRaw(int)
location: variable outputFile_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/EnvironmentVariable.java:192: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/EnvironmentVariable.java:195: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 2, value_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/EnvironmentVariable.java:206: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/actions/extra/EnvironmentVariable.java:209: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(2, value_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:32: warning: Signal is internal proprietary API and may be removed in a future release
private static final Signal SIGINT = new Signal("INT");
^
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:32: warning: Signal is internal proprietary API and may be removed in a future release
private static final Signal SIGINT = new Signal("INT");
^
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:34: warning: SignalHandler is internal proprietary API and may be removed in a future release
private SignalHandler oldHandler;
^
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:42: warning: SignalHandler is internal proprietary API and may be removed in a future release
this.oldHandler = Signal.handle(SIGINT, new SignalHandler() {
^
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:44: warning: Signal is internal proprietary API and may be removed in a future release
public void handle(Signal signal) {
^
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:42: warning: Signal is internal proprietary API and may be removed in a future release
this.oldHandler = Signal.handle(SIGINT, new SignalHandler() {
^
src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:55: warning: Signal is internal proprietary API and may be removed in a future release
Signal.handle(SIGINT, oldHandler);
^
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/view/test/TestStatus.java:982: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 2, name_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/view/test/TestStatus.java:985: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 3, className_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/view/test/TestStatus.java:991: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 5, result_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/view/test/TestStatus.java:1015: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(2, name_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/view/test/TestStatus.java:1018: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(3, className_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/view/test/TestStatus.java:1025: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(5, result_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/view/test/TestStatus.java:2876: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 4, failedLogs_.getRaw(i));
^
symbol: method getRaw(int)
location: variable failedLogs_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/view/test/TestStatus.java:2879: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 5, warning_.getRaw(i));
^
symbol: method getRaw(int)
location: variable warning_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/view/test/TestStatus.java:2894: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 10, passedLog_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/view/test/TestStatus.java:2931: error: cannot find symbol
dataSize += computeStringSizeNoTag(failedLogs_.getRaw(i));
^
symbol: method getRaw(int)
location: variable failedLogs_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/view/test/TestStatus.java:2939: error: cannot find symbol
dataSize += computeStringSizeNoTag(warning_.getRaw(i));
^
symbol: method getRaw(int)
location: variable warning_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/view/test/TestStatus.java:2966: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(10, passedLog_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:216: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, licenseType_.getRaw(i));
^
symbol: method getRaw(int)
location: variable licenseType_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:219: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 2, exception_.getRaw(i));
^
symbol: method getRaw(int)
location: variable exception_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:232: error: cannot find symbol
dataSize += computeStringSizeNoTag(licenseType_.getRaw(i));
^
symbol: method getRaw(int)
location: variable licenseType_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:240: error: cannot find symbol
dataSize += computeStringSizeNoTag(exception_.getRaw(i));
^
symbol: method getRaw(int)
location: variable exception_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:947: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, key_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:950: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 2, value_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:961: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, key_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:964: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(2, value_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:1636: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, key_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:1639: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 2, value_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:1650: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, key_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:1653: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(2, value_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:2325: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, key_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:2328: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 2, value_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:2339: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, key_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:2342: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(2, value_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:3008: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, key_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:3011: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 2, value_.getRaw(i));
^
symbol: method getRaw(int)
location: variable value_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:3022: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, key_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:3027: error: cannot find symbol
dataSize += computeStringSizeNoTag(value_.getRaw(i));
^
symbol: method getRaw(int)
location: variable value_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:3713: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, key_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:3716: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 2, value_.getRaw(i));
^
symbol: method getRaw(int)
location: variable value_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:3727: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, key_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:3732: error: cannot find symbol
dataSize += computeStringSizeNoTag(value_.getRaw(i));
^
symbol: method getRaw(int)
location: variable value_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:4978: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, source_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:4981: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 2, destinationDirectory_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:4984: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 3, file_.getRaw(i));
^
symbol: method getRaw(int)
location: variable file_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:4987: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 4, exclude_.getRaw(i));
^
symbol: method getRaw(int)
location: variable exclude_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:4993: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 6, stripPrefix_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:5007: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, source_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:5010: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(2, destinationDirectory_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:5015: error: cannot find symbol
dataSize += computeStringSizeNoTag(file_.getRaw(i));
^
symbol: method getRaw(int)
location: variable file_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:5023: error: cannot find symbol
dataSize += computeStringSizeNoTag(exclude_.getRaw(i));
^
symbol: method getRaw(int)
location: variable exclude_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:5033: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(6, stripPrefix_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:8431: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:8440: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 5, stringValue_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:8443: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 6, stringListValue_.getRaw(i));
^
symbol: method getRaw(int)
location: variable stringListValue_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:8496: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:8507: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(5, stringValue_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:8512: error: cannot find symbol
dataSize += computeStringSizeNoTag(stringListValue_.getRaw(i));
^
symbol: method getRaw(int)
location: variable stringListValue_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:13764: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:13767: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 2, ruleClass_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:13770: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 3, location_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:13776: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 5, ruleInput_.getRaw(i));
^
symbol: method getRaw(int)
location: variable ruleInput_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:13779: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 6, ruleOutput_.getRaw(i));
^
symbol: method getRaw(int)
location: variable ruleOutput_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:13782: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 7, defaultSetting_.getRaw(i));
^
symbol: method getRaw(int)
location: variable defaultSetting_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:13802: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:13805: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(2, ruleClass_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:13808: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(3, location_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:13817: error: cannot find symbol
dataSize += computeStringSizeNoTag(ruleInput_.getRaw(i));
^
symbol: method getRaw(int)
location: variable ruleInput_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:13825: error: cannot find symbol
dataSize += computeStringSizeNoTag(ruleOutput_.getRaw(i));
^
symbol: method getRaw(int)
location: variable ruleOutput_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:13833: error: cannot find symbol
dataSize += computeStringSizeNoTag(defaultSetting_.getRaw(i));
^
symbol: method getRaw(int)
location: variable defaultSetting_ of type LazyStringList
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:15958: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 3, location_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:15977: error: cannot find symbol
size += com.google.protobuf.GeneratedMessage.computeStringSize(3, location_);
^
symbol: method computeStringSize(int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:17233: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
^
symbol: method writeString(CodedOutputStream,int,Object)
location: class GeneratedMessage
/tmp/bazel.wKvBKfJl/src/com/google/devtools/build/lib/query2/proto/proto2api/Build.java:17236: error: cannot find symbol
com.google.protobuf.GeneratedMessage.writeString(output, 2, containedPackage_.getRaw(i));
^
symbol: method getRaw(int)
location: variable containedPackage_ of type LazyStringList
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors
15 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment