Skip to content
Failed

Console Output

Started by an SCM change
Checkout:workspace / /home/hudson/genie.jgit/.hudson/jobs/jgit.bazel/workspace - hudson.remoting.LocalChannel@6d7155ce
Using strategy: Default
Last Built Revision: Revision b65a764b6bc5d28f59084a3af98df04fdf6373ba (origin/master)
Checkout:workspace / /home/hudson/genie.jgit/.hudson/jobs/jgit.bazel/workspace - hudson.remoting.LocalChannel@6d7155ce
Fetching changes from the remote Git repository
Fetching upstream changes from https://git.eclipse.org/r/jgit/jgit
Commencing build of Revision 6d5d3e45847d611ea57606e744b909406371d392 (origin/master)
Checking out Revision 6d5d3e45847d611ea57606e744b909406371d392 (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson211304289455934563.sh
+ bazel build //...
Warning: ignoring http_proxy in environment.
WARNING: Output base '/home/hudson/genie.jgit/.cache/bazel/_bazel_genie.jgit/b42b558af25f390ac8bf0405d97c3548' is on NFS. This may lead to surprising failures and undetermined behavior.
..................
____Loading package: 
____Loading package: @bazel_tools//tools/cpp
____Loading package: @local_config_xcode//
____Loading package: @local_config_cc//
____Loading complete.  Analyzing...
____Loading package: tools/defaults
____Loading package: @bazel_tools//tools/test
____Loading package: @bazel_tools//tools/genrule
____Loading package: @bazel_tools//tools/coverage
____Loading package: @slf4j_simple//jar
____Loading package: @servlet_api_3_1//jar
____Loading package: @httpclient//jar
____Found 667 targets...
____Building...
____[0 / 29] BazelWorkspaceStatusAction stable-status.txt
____[1,689 / 2,009] Compiling Java headers org.eclipse.jgit.junit.http/libjunit-http-hjar.jar (7 files)
ERROR: /jobs/genie.jgit/jgit.bazel/workspace/org.eclipse.jgit.junit.http/BUILD:3:1: Compiling Java headers org.eclipse.jgit.junit.http/libjunit-http-hjar.jar (7 files) failed: Process exited with status 1 [sandboxed].
org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/AppServer.java:60: error: cannot find symbol
import org.eclipse.jetty.security.MappedLoginService;
                                 ^
  symbol:   class MappedLoginService
  location: package org.eclipse.jetty.security
org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/AppServer.java:171: error: cannot find symbol
	static class TestMappedLoginService extends MappedLoginService {
	                                            ^
  symbol:   class MappedLoginService
  location: class AppServer
org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/AppServer.java:188: error: cannot find symbol
		protected String[] loadRoleInfo(KnownUser user) {
		                                ^
  symbol:   class KnownUser
  location: class TestMappedLoginService
org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/AppServer.java:192: error: cannot find symbol
		protected KnownUser loadUserInfo(String usrname) {
		          ^
  symbol:   class KnownUser
  location: class TestMappedLoginService
org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/AppServer.java:178: error: method does not override or implement a method from a supertype
		@Override
		^
org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/AppServer.java:183: error: method does not override or implement a method from a supertype
		@Override
		^
6 errors
Use --strategy=Turbine=standalone to disable sandboxing for the failing actions.
____Building complete.
____Elapsed time: 43.023s, Critical Path: 14.93s
Finished: FAILURE