Skip to content
Failed

Console Output

Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Running as SYSTEM
Building in workspace /jenkins/jobs/oi-userland/workspace
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /jenkins/jobs/oi-userland/workspace/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/OpenIndiana/oi-userland.git # timeout=10
Fetching upstream changes from https://github.com/OpenIndiana/oi-userland.git
 > git --version # timeout=10
 > git --version # 'git version 2.35.1'
 > git fetch --tags --force --progress -- https://github.com/OpenIndiana/oi-userland.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/oi/hipster^{commit} # timeout=10
 > git rev-parse origin/oi/hipster^{commit} # timeout=10
Checking out Revision 8328397e99d92e3943442e1bfdfbdb9d37a4fcf8 (origin/oi/hipster)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8328397e99d92e3943442e1bfdfbdb9d37a4fcf8 # timeout=10
FATAL: Could not checkout 8328397e99d92e3943442e1bfdfbdb9d37a4fcf8
java.lang.ClassNotFoundException: hudson.util.ProcessTree$UnixReflection
	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
	at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:538)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
Caused: java.lang.NoClassDefFoundError: hudson/util/ProcessTree$UnixReflection
	at hudson.util.ProcessTree$Unix.get(ProcessTree.java:760)
	at hudson.util.ProcessTree.killAll(ProcessTree.java:187)
	at hudson.Proc$LocalProc.destroy(Proc.java:392)
	at hudson.Proc$LocalProc.join(Proc.java:365)
	at hudson.Proc.joinWithTimeout(Proc.java:174)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2664)
Caused: hudson.plugins.git.GitException: Error performing git command: git checkout -f 8328397e99d92e3943442e1bfdfbdb9d37a4fcf8
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2679)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2989)
Caused: hudson.plugins.git.GitException: Could not checkout 8328397e99d92e3943442e1bfdfbdb9d37a4fcf8
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:3013)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1344)
	at hudson.scm.SCM.checkout(SCM.java:540)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1215)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:645)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:517)
	at hudson.model.Run.execute(Run.java:1896)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
IRC notifier plugin: Sending notification to: #oi-dev
IRC notifier plugin: [ERROR] not connected. Cannot send message to '#oi-dev'
Finished: FAILURE