Skip to content

Instantly share code, notes, and snippets.

@brk3
Created February 20, 2014 18:01
Show Gist options
  • Save brk3/9119661 to your computer and use it in GitHub Desktop.
Save brk3/9119661 to your computer and use it in GitHub Desktop.
$ buck build plugins:core
Buck is at 2b80cf780ae31bee6609ebc1bbab9ce6fd004dbe,
but should be 274acb17e9b6dc9ee60bc1371c47a7f49640c24c.
Buck is updating itself.
To disable this, add a '.nobuckcheck' file to your project root.
In general, you should only disable this if you are developing Buck.
Previous HEAD position was 2b80cf7... Make sure StepFailedException includes full description.
HEAD is now at 274acb1... Allow system wide or user specific configurations
Buildfile: /home/bourke/sandbox/buck/build.xml
clean:
clean.out:
[delete] Deleting directory /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out
clean.dist:
[delete] Deleting directory /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/dist
[delete] Deleting directory /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/release
clean:
[delete] Deleting directory /home/bourke/sandbox/buck/build
BUILD SUCCESSFUL
Total time: 0 seconds
No sign of buck.jar -- building Buck!
Buildfile: /home/bourke/sandbox/buck/build.xml
clean:
clean.out:
clean.dist:
clean:
BUILD SUCCESSFUL
Total time: 0 seconds
Buildfile: /home/bourke/sandbox/buck/build.xml
checkversion:
compile-testrunner:
[mkdir] Created dir: /home/bourke/sandbox/buck/build/testrunner/classes
[javac] Compiling 6 source files to /home/bourke/sandbox/buck/build/testrunner/classes
compile-abi-processor:
[mkdir] Created dir: /home/bourke/sandbox/buck/build/abi_processor/classes
[javac] Compiling 14 source files to /home/bourke/sandbox/buck/build/abi_processor/classes
compile:
init.work.dirs:
[mkdir] Created dir: /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out
[mkdir] Created dir: /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/dist
[mkdir] Created dir: /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/release
[mkdir] Created dir: /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/temp
[mkdir] Created dir: /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/tools/classes
[mkdir] Created dir: /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/core/classes
[mkdir] Created dir: /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/core/srcgen
[mkdir] Created dir: /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/core/res
[mkdir] Created dir: /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/ant/classes
init:
[echo] ANT version: Apache Ant(TM) version 1.8.2 compiled on December 3 2011
[echo] JDK version: 1.7
[echo] build debug flag: on
-timestamp.1:
-timestamp.2:
[echo] build id: 2.0.15820 (unsupported private build)
-timestamp.2a:
-timestamp.3:
build.cvs.ready:
-timestamp.4:
-timestamp.5:
[copy] Copying 1 file to /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/core/srcgen
[copy] Copying 1 file to /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/temp
timestamp:
-pre-compile:
core.bootstrap.compile:
[javac] Compiling 2 source files to /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/core/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.3
[javac] 1 warning
core.java14.compile:
[javac] Compiling 1 source file to /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/core/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.3
[javac] 1 warning
core.java13.compile:
[javac] Compiling 1 source file to /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/core/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.3
[javac] 1 warning
core.compile:
[javac] Compiling 165 source files to /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/core/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.3
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 warning
tools.compile:
[javac] Compiling 1 source file to /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/tools/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.3
[javac] Note: /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/tools/java/com/vladium/tools/ClassDep.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 warning
compile:
rtclosure.gen:
core.package:
[jar] Building jar: /home/bourke/sandbox/buck/third-party/java/emma-2.0.5312/out/emma-2.0.5312.jar
[mkdir] Created dir: /home/bourke/sandbox/buck/build/classes
[javac] Compiling 389 source files to /home/bourke/sandbox/buck/build/classes
jar:
[jar] Building jar: /home/bourke/sandbox/buck/build/buck.jar
dx:
client:
default:
BUILD SUCCESSFUL
Total time: 20 seconds
[-] PARSING BUILD FILES...FINISHED 1.6s
[+] BUILDING...28.0s
|=> //plugins/download-commands:download-commands__plugin__compile... 0.0s (running javac[0.0s])
Log:
warning: [options] bootstrap class path not set in conjunction with -source 1.6
/home/bourke/sandbox/gerrit/plugins/download-commands/src/main/java/com/googlesource/gerrit/plugins/download/command/RepoCommand.java:19: error: cannot find symbol
import com.google.gerrit.reviewdb.client.RefNames;
^
symbol: class RefNames
location: package com.google.gerrit.reviewdb.client
/home/bourke/sandbox/gerrit/plugins/download-commands/src/main/java/com/googlesource/gerrit/plugins/download/command/RepoCommand.java:19: error: cannot find symbol
import com.google.gerrit.reviewdb.client.RefNames;
^
symbol: class RefNames
location: package com.google.gerrit.reviewdb.client
/home/bourke/sandbox/gerrit/plugins/download-commands/src/main/java/com/googlesource/gerrit/plugins/download/command/RepoCommand.java:43: error: cannot find symbol
if (ref.startsWith(RefNames.REFS_CHANGES)) {
^
symbol: variable RefNames
location: class com.googlesource.gerrit.plugins.download.command.RepoCommand
Errors: 3. Warnings: 1.
warning: [options] bootstrap class path not set in conjunction with -source 1.6
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/Destination.java:25: error: cannot find symbol
import com.google.gerrit.reviewdb.client.RefNames;
^
symbol: class RefNames
location: package com.google.gerrit.reviewdb.client
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/PushOne.java:26: error: cannot find symbol
import com.google.gerrit.reviewdb.client.RefNames;
^
symbol: class RefNames
location: package com.google.gerrit.reviewdb.client
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationQueue.java:21: error: cannot find symbol
import com.google.gerrit.extensions.events.HeadUpdatedListener;
^
symbol: class HeadUpdatedListener
location: package com.google.gerrit.extensions.events
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationQueue.java:62: error: cannot find symbol
HeadUpdatedListener {
^
symbol: class HeadUpdatedListener
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationQueue.java:161: error: package HeadUpdatedListener does not exist
public void onHeadUpdated(HeadUpdatedListener.Event event) {
^
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationModule.java:22: error: cannot find symbol
import com.google.gerrit.extensions.events.HeadUpdatedListener;
^
symbol: class HeadUpdatedListener
location: package com.google.gerrit.extensions.events
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/Destination.java:25: error: cannot find symbol
import com.google.gerrit.reviewdb.client.RefNames;
^
symbol: class RefNames
location: package com.google.gerrit.reviewdb.client
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/PushOne.java:26: error: cannot find symbol
import com.google.gerrit.reviewdb.client.RefNames;
^
symbol: class RefNames
location: package com.google.gerrit.reviewdb.client
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationQueue.java:21: error: cannot find symbol
import com.google.gerrit.extensions.events.HeadUpdatedListener;
^
symbol: class HeadUpdatedListener
location: package com.google.gerrit.extensions.events
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationQueue.java:62: error: cannot find symbol
HeadUpdatedListener {
^
symbol: class HeadUpdatedListener
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationQueue.java:161: error: package HeadUpdatedListener does not exist
public void onHeadUpdated(HeadUpdatedListener.Event event) {
^
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationModule.java:22: error: cannot find symbol
import com.google.gerrit.extensions.events.HeadUpdatedListener;
^
symbol: class HeadUpdatedListener
location: package com.google.gerrit.extensions.events
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/Destination.java:241: error: package RefNames does not exist
&& RefNames.REFS_CONFIG.equals(head.getLeaf().getName())) {
^
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/Destination.java:439: error: package RefNames does not exist
if (!replicatePermissions && RefNames.REFS_CONFIG.equals(ref)) {
^
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/PushOne.java:494: error: package RefNames does not exist
return !(noPerms && RefNames.REFS_CONFIG.equals(ref)) &&
^
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/PushOne.java:495: error: cannot find symbol
!ref.startsWith(RefNames.REFS_CACHE_AUTOMERGE);
^
symbol: variable RefNames
location: class com.googlesource.gerrit.plugins.replication.PushOne
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationQueue.java:160: error: method does not override or implement a method from a supertype
@Override
^
/home/bourke/sandbox/gerrit/plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationModule.java:43: error: cannot find symbol
DynamicSet.bind(binder(), HeadUpdatedListener.class)
^
symbol: class HeadUpdatedListener
location: class com.googlesource.gerrit.plugins.replication.ReplicationModule
Errors: 18. Warnings: 1.
warning: [options] bootstrap class path not set in conjunction with -source 1.6
/home/bourke/sandbox/gerrit/plugins/reviewnotes/src/main/java/com/googlesource/gerrit/plugins/reviewnotes/CreateReviewNotes.java:34: error: package com.google.gerrit.server.notedb does not exist
import com.google.gerrit.server.notedb.ChangeNotes;
^
/home/bourke/sandbox/gerrit/plugins/reviewnotes/src/main/java/com/googlesource/gerrit/plugins/reviewnotes/CreateReviewNotes.java:80: error: package ChangeNotes does not exist
private final ChangeNotes.Factory changeNotesFactory;
^
/home/bourke/sandbox/gerrit/plugins/reviewnotes/src/main/java/com/googlesource/gerrit/plugins/reviewnotes/CreateReviewNotes.java:99: error: package ChangeNotes does not exist
final ChangeNotes.Factory changeNotesFactory,
^
/home/bourke/sandbox/gerrit/plugins/reviewnotes/src/main/java/com/googlesource/gerrit/plugins/reviewnotes/CreateReviewNotes.java:34: error: package com.google.gerrit.server.notedb does not exist
import com.google.gerrit.server.notedb.ChangeNotes;
^
/home/bourke/sandbox/gerrit/plugins/reviewnotes/src/main/java/com/googlesource/gerrit/plugins/reviewnotes/CreateReviewNotes.java:80: error: package ChangeNotes does not exist
private final ChangeNotes.Factory changeNotesFactory;
^
/home/bourke/sandbox/gerrit/plugins/reviewnotes/src/main/java/com/googlesource/gerrit/plugins/reviewnotes/CreateReviewNotes.java:99: error: package ChangeNotes does not exist
final ChangeNotes.Factory changeNotesFactory,
^
/home/bourke/sandbox/gerrit/plugins/reviewnotes/src/main/java/com/googlesource/gerrit/plugins/reviewnotes/CreateReviewNotes.java:276: error: cannot find symbol
ChangeNotes changeNotes = changeNotesFactory.create(change);
^
symbol: class ChangeNotes
location: class com.googlesource.gerrit.plugins.reviewnotes.CreateReviewNotes
/home/bourke/sandbox/gerrit/plugins/reviewnotes/src/main/java/com/googlesource/gerrit/plugins/reviewnotes/CreateReviewNotes.java:281: error: cannot find symbol
labelNormalizer.normalize(change, curr).getNormalized()) {
^
symbol: method getNormalized()
location: interface java.util.List<com.google.gerrit.reviewdb.client.PatchSetApproval>
Errors: 8. Warnings: 1.
BUILD FAILED: //plugins/download-commands:download-commands__plugin__compile failed on step "javac" with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment