Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for WFCORE-5631, Upgrade galleon plugins to 5.2.4.Final #4808

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

jfdenise
Copy link
Contributor

@github-actions github-actions bot added the deps-ok Dependencies have been checked, and there are no significant changes label Oct 11, 2021
@wildfly-ci
Copy link

Core - Full Integration Build 11053 outcome was FAILURE using a merge of b22c3fa
Summary: Tests failed: 1 (1 new), passed: 6931, ignored: 123 Build time: 03:03:04

Failed tests

org.jboss.as.test.compat.jpa.hibernate.HibernateJarsInDeploymentTestCase:     Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYSRV0160: Failed to mount deployment content
    Caused by: java.io.IOException: No space left on device"}}}}
Cannot deploy HibernateJarsInDeploymentTestCase.ear: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"HibernateJarsInDeploymentTestCase.ear\".STRUCTURE" => "WFLYSRV0153: Failed to process phase STRUCTURE of deployment \"HibernateJarsInDeploymentTestCase.ear\"
    Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYSRV0160: Failed to mount deployment content
    Caused by: java.io.IOException: No space left on device"}}}}
	at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:184)
	at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:162)
	at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:91)
	at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:255)
------- Stdout: -------
 [0m09:07:28,318 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /store/work/tc-work/37b47ae8b9c60325/full/testsuite/compat/target/wildfly/standalone/data/content/d5/1e344a7a324290776251067beb9462d4d14cfa/content
 [0m [0m09:07:28,322 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "HibernateJarsInDeploymentTestCase.ear" (runtime-name: "HibernateJarsInDeploymentTestCase.ear")
 [0m [31m09:07:28,325 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC000001: Failed to start service jboss.deployment.unit."HibernateJarsInDeploymentTestCase.ear".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."HibernateJarsInDeploymentTestCase.ear".STRUCTURE: WFLYSRV0153: Failed to process phase STRUCTURE of deployment "HibernateJarsInDeploymentTestCase.ear"
	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:189)
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
	at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYSRV0160: Failed to mount deployment content
	at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:95)
	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:182)
	... 8 more
Caused by: java.io.IOException: No space left on device
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:326)
	at org.jboss.vfs.VFSUtils.copyStream(VFSUtils.java:439)
	at org.jboss.vfs.VFSUtils.copyStream(VFSUtils.java:418)
	at org.jboss.vfs.TempDir.createFile(TempDir.java:86)
	at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:77)
	at org.jboss.vfs.VFS.mountZip(VFS.java:386)
	at org.jboss.vfs.VFS.mountZip(VFS.java:410)
	at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:108)
	at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91)
	... 9 more

 [0m [31m09:07:28,331 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "HibernateJarsInDeploymentTestCase.ear")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"HibernateJarsInDeploymentTestCase.ear\".STRUCTURE" => "WFLYSRV0153: Failed to process phase STRUCTURE of deployment \"HibernateJarsInDeploymentTestCase.ear\"
    Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYSRV0160: Failed to mount deployment content
    Caused by: java.io.IOException: No space left on device"}}
 [0m [31m09:07:28,331 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "HibernateJarsInDeploymentTestCase.ear")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"HibernateJarsInDeploymentTestCase.ear\".STRUCTURE" => "WFLYSRV0153: Failed to process phase STRUCTURE of deployment \"HibernateJarsInDeploymentTestCase.ear\"
    Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYSRV0160: Failed to mount deployment content
    Caused by: java.io.IOException: No space left on device"}}
 [0m [31m09:07:28,332 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "HibernateJarsInDeploymentTestCase.ear" was rolled back with the following failure message: 
{"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"HibernateJarsInDeploymentTestCase.ear\".STRUCTURE" => "WFLYSRV0153: Failed to process phase STRUCTURE of deployment \"HibernateJarsInDeploymentTestCase.ear\"
    Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYSRV0160: Failed to mount deployment content
    Caused by: java.io.IOException: No space left on device"}}
 [0m [0m09:07:28,333 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment HibernateJarsInDeploymentTestCase.ear (runtime-name: HibernateJarsInDeploymentTestCase.ear) in 1ms
 [0m


@jmesnil jmesnil merged commit 0f35c27 into wildfly:main Oct 13, 2021
@jmesnil
Copy link
Member

jmesnil commented Oct 13, 2021

@jfdenise thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps-ok Dependencies have been checked, and there are no significant changes
Projects
None yet
3 participants