[Gluster-Maintainers] Build failed in Jenkins: centos8-regression #963

jenkins at build.gluster.org jenkins at build.gluster.org
Sat Jan 28 14:30:27 UTC 2023


See <https://build.gluster.org/job/centos8-regression/963/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
Building remotely on builder-c8-2.int.aws.gluster.org (centos8) in workspace <https://build.gluster.org/job/centos8-regression/ws/>
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/gluster/glusterfs.git
 > git init <https://build.gluster.org/job/centos8-regression/ws/> # timeout=10
Fetching upstream changes from https://github.com/gluster/glusterfs.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.1'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/gluster/glusterfs.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/gluster/glusterfs.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/gluster/glusterfs.git # timeout=10
Using shallow fetch with depth 1
Fetching upstream changes from https://github.com/gluster/glusterfs.git
 > git fetch --tags --force --progress --depth=1 -- https://github.com/gluster/glusterfs.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10
 > git rev-parse origin/devel^{commit} # timeout=10
Checking out Revision 024981ead7e606d736cc4aac54cabec9ab7888f1 (origin/devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 024981ead7e606d736cc4aac54cabec9ab7888f1 # timeout=10
FATAL: Could not checkout 024981ead7e606d736cc4aac54cabec9ab7888f1
hudson.plugins.git.GitException: Command "git checkout -f 024981ead7e606d736cc4aac54cabec9ab7888f1" returned status code 128:
stdout: 
stderr: error: unable to create file tests/basic/ec/ec-badfd.c: No space left on device
error: unable to create file tests/basic/ec/ec-badfd.t: No space left on device
error: unable to create file tests/basic/ec/ec-common: No space left on device
error: unable to create file tests/basic/ec/ec-cpu-extensions.t: No space left on device
error: unable to create file tests/basic/ec/ec-data-heal.t: No space left on device
error: unable to create file tests/basic/ec/ec-dirty-flags.t: No space left on device
error: unable to create file tests/basic/ec/ec-discard.t: No space left on device
error: unable to create file tests/basic/ec/ec-fallocate.t: No space left on device
error: unable to create file tests/basic/ec/ec-fast-fgetxattr.c: No space left on device
error: unable to create file tests/basic/ec/ec-fast-fgetxattr.t: No space left on device
error: unable to create file tests/basic/ec/ec-fix-openfd.t: No space left on device
error: unable to create file tests/basic/ec/ec-internal-xattrs.t: No space left on device
error: unable to create file tests/basic/ec/ec-new-entry.t: No space left on device
error: unable to create file tests/basic/ec/ec-notify.t: No space left on device
error: unable to create file tests/basic/ec/ec-optimistic-changelog.t: No space left on device
error: unable to create file tests/basic/ec/ec-quorum-count.t: No space left on device
error: unable to create file tests/basic/ec/ec-read-mask.t: No space left on device
error: unable to create file tests/basic/ec/ec-read-policy.t: No space left on device
error: unable to create file tests/basic/ec/ec-readdir.t: No space left on device
error: unable to create file tests/basic/ec/ec-rebalance.t: No space left on device
error: unable to create file tests/basic/ec/ec-reset-brick.t: No space left on device
error: unable to create file tests/basic/ec/ec-root-heal.t: No space left on device
error: unable to create file tests/basic/ec/ec-seek.t: No space left on device
error: unable to create file tests/basic/ec/ec-stripe.t: No space left on device
error: unable to create file tests/basic/ec/ec-up.t: No space left on device
error: unable to create file tests/basic/ec/ec.t: No space left on device
error: unable to create file tests/basic/ec/gfapi-ec-open-truncate.c: No space left on device
error: unable to create file tests/basic/ec/gfapi-ec-open-truncate.t: No space left on device
error: unable to create file tests/basic/ec/heal-info.t: No space left on device
error: unable to create file tests/basic/ec/lock-contention.t: No space left on device
error: unable to create file tests/basic/ec/nfs.t: No space left on device
error: unable to create file tests/basic/ec/quota.t: No space left on device
error: unable to create file tests/basic/ec/self-heal-read-write-fail.t: No space left on device
error: unable to create file tests/basic/ec/self-heal.t: No space left on device
error: unable to create file tests/basic/ec/statedump.t: No space left on device
error: unable to create file tests/basic/exports_parsing.t: No space left on device
fatal: cannot create directory at 'tests/basic/fencing': No space left on device

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2661)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:86)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2979)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to builder-c8-2.int.aws.gluster.org
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
		at jdk.internal.reflect.GeneratedMethodAccessor431.invoke(Unknown Source)
		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
		at com.sun.proxy.$Proxy145.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1351)
		at hudson.scm.SCM.checkout(SCM.java:540)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1241)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
		at hudson.model.Run.execute(Run.java:1900)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
		at hudson.model.ResourceController.execute(ResourceController.java:107)
		at hudson.model.Executor.run(Executor.java:449)
Caused: hudson.plugins.git.GitException: Could not checkout 024981ead7e606d736cc4aac54cabec9ab7888f1
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:3003)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:160)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)


More information about the maintainers mailing list