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-5704, Upgrade galleon plugins to 5.2.6.Final #4863

Merged
merged 1 commit into from
Nov 15, 2021

Conversation

jfdenise
Copy link
Contributor

@jfdenise jfdenise changed the title Upgrade galleon plugins to 5.2.6.Final Fix for WFCORE-5704, Upgrade galleon plugins to 5.2.6.Final Nov 12, 2021
@github-actions github-actions bot added the deps-ok Dependencies have been checked, and there are no significant changes label Nov 12, 2021
@wildfly-ci
Copy link

Core - Full Integration Build 11153 outcome was FAILURE using a merge of f79f9b6
Summary: Tests failed: 3 (3 new), passed: 7119, ignored: 145; failed to parse xml report (new) Build time: 04:13:38

Failed tests

org.jboss.as.test.integration.domain.mixed.eap740.LegacyConfig740TestSuite: org.jboss.as.test.integration.domain.mixed.eap740.MixedDomain740TestSuite: java.lang.RuntimeException: java.io.IOException: No space left on device
	at org.jboss.as.test.integration.domain.mixed.OldVersionCopier.expandAsInstance(OldVersionCopier.java:122)
	at org.jboss.as.test.integration.domain.mixed.OldVersionCopier.getOldVersionDir(OldVersionCopier.java:70)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.create(MixedDomainTestSupport.java:107)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.create(MixedDomainTestSupport.java:101)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:146)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:133)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:78)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:68)
	at org.jboss.as.test.integration.domain.mixed.eap740.MixedDomain740TestSuite.initializeDomain(MixedDomain740TestSuite.java:44)
Caused by: java.io.IOException: No space left on device
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:60)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:211)
	at java.nio.channels.Channels.writeFullyImpl(Channels.java:78)
	at java.nio.channels.Channels.writeFully(Channels.java:101)
	at java.nio.channels.Channels.access$000(Channels.java:61)
	at java.nio.channels.Channels$1.write(Channels.java:174)
	at java.nio.file.Files.copy(Files.java:2909)
	at java.nio.file.Files.copy(Files.java:3027)
	at java.nio.file.CopyMoveHelper.copyToForeignTarget(CopyMoveHelper.java:126)
	at java.nio.file.Files.copy(Files.java:1277)
	at org.jboss.as.test.integration.domain.mixed.OldVersionCopier$1.visitFile(OldVersionCopier.java:185)
	at org.jboss.as.test.integration.domain.mixed.OldVersionCopier$1.visitFile(OldVersionCopier.java:178)
	at java.nio.file.Files.walkFileTree(Files.java:2670)
	at java.nio.file.Files.walkFileTree(Files.java:2742)
	at org.jboss.as.test.integration.domain.mixed.OldVersionCopier.unzip(OldVersionCopier.java:178)
	at org.jboss.as.test.integration.domain.mixed.OldVersionCopier.expandAsInstance(OldVersionCopier.java:129)
	at org.jboss.as.test.integration.domain.mixed.OldVersionCopier.expandAsInstance(OldVersionCopier.java:120)
	... 28 more
------- Stderr: -------
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.


org.jboss.as.test.integration.domain.mixed.eap740.LegacyConfig740TestSuite: org.jboss.as.test.integration.domain.mixed.eap740.MixedDomainOverlay740TestSuite: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.nio.file.FileSystemException: /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/../../build/target/wildfly-26.0.0.Beta1-SNAPSHOT/domain/configuration/logging.properties -> /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/target/domains/MixedDomainOverlay740TestSuite/master/configuration/logging.properties: No space left on device
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:161)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:104)
	at org.jboss.as.test.integration.domain.mixed.eap740.MixedDomainOverlay740TestSuite.initializeDomain(MixedDomainOverlay740TestSuite.java:43)
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.nio.file.FileSystemException: /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/../../build/target/wildfly-26.0.0.Beta1-SNAPSHOT/domain/configuration/logging.properties -> /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/target/domains/MixedDomainOverlay740TestSuite/master/configuration/logging.properties: No space left on device
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:224)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.start(MixedDomainTestSupport.java:122)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:157)
	... 22 more
Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/../../build/target/wildfly-26.0.0.Beta1-SNAPSHOT/domain/configuration/logging.properties -> /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/target/domains/MixedDomainOverlay740TestSuite/master/configuration/logging.properties: No space left on device
	at org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil.copyConfigFile(DomainLifecycleUtil.java:836)
	at org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil.start(DomainLifecycleUtil.java:217)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:204)
	... 24 more
Caused by: java.nio.file.FileSystemException: /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/../../build/target/wildfly-26.0.0.Beta1-SNAPSHOT/domain/configuration/logging.properties -> /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/target/domains/MixedDomainOverlay740TestSuite/master/configuration/logging.properties: No space left on device
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixCopyFile.copyFile(UnixCopyFile.java:253)
	at sun.nio.fs.UnixCopyFile.copy(UnixCopyFile.java:581)
	at sun.nio.fs.UnixFileSystemProvider.copy(UnixFileSystemProvider.java:253)
	at java.nio.file.Files.copy(Files.java:1274)
	at org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil.copyConfigFile(DomainLifecycleUtil.java:834)
	... 26 more


org.jboss.as.test.integration.domain.mixed.eap740.LegacyConfig740TestSuite: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.nio.file.FileSystemException: /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/../../build/target/wildfly-26.0.0.Beta1-SNAPSHOT/domain/configuration/logging.properties -> /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/target/domains/LegacyConfig740TestSuite/master/configuration/logging.properties: No space left on device
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:161)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:133)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupportForLegacyConfig(MixedDomainTestSuite.java:127)
	at org.jboss.as.test.integration.domain.mixed.eap740.LegacyConfig740TestSuite.initializeDomain(LegacyConfig740TestSuite.java:43)
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.nio.file.FileSystemException: /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/../../build/target/wildfly-26.0.0.Beta1-SNAPSHOT/domain/configuration/logging.properties -> /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/target/domains/LegacyConfig740TestSuite/master/configuration/logging.properties: No space left on device
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:224)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.start(MixedDomainTestSupport.java:122)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:157)
	... 23 more
Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/../../build/target/wildfly-26.0.0.Beta1-SNAPSHOT/domain/configuration/logging.properties -> /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/target/domains/LegacyConfig740TestSuite/master/configuration/logging.properties: No space left on device
	at org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil.copyConfigFile(DomainLifecycleUtil.java:836)
	at org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil.start(DomainLifecycleUtil.java:217)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:204)
	... 25 more
Caused by: java.nio.file.FileSystemException: /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/../../build/target/wildfly-26.0.0.Beta1-SNAPSHOT/domain/configuration/logging.properties -> /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/target/domains/LegacyConfig740TestSuite/master/configuration/logging.properties: No space left on device
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixCopyFile.copyFile(UnixCopyFile.java:253)
	at sun.nio.fs.UnixCopyFile.copy(UnixCopyFile.java:581)
	at sun.nio.fs.UnixFileSystemProvider.copy(UnixFileSystemProvider.java:253)
	at java.nio.file.Files.copy(Files.java:1274)
	at org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil.copyConfigFile(DomainLifecycleUtil.java:834)
	... 27 more


@yersan yersan added the ready-for-merge This PR is ready to be merged and fulfills all requirements label Nov 12, 2021
@jmesnil jmesnil merged commit 42c43a3 into wildfly:main Nov 15, 2021
@jmesnil
Copy link
Member

jmesnil commented Nov 15, 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 ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants