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

[WFCORE-5692]: Upgrade WildFly Galleon plugins to 5.2.5.Final. #4854

Merged
merged 1 commit into from
Nov 10, 2021

Conversation

ehsavoie
Copy link
Contributor

@ehsavoie ehsavoie commented Nov 8, 2021

  • Upgrading the galleon plugins to 5.2.5.Final
  • fixing the feature pack to define the version of the cli artefact
    with the classifier 'client'.

Jira: https://issues.redhat.com/browse/WFCORE-5692

* Upgrading the galleon plugins to 5.2.5.Final
* fixing the feature pack to define the version of the cli artefact
  with the classifier 'client'.

Jira: https://issues.redhat.com/browse/WFCORE-5692
@github-actions github-actions bot added the deps-changed Dependencies have been checked, and there are changes highlighted in a comment label Nov 8, 2021
@github-actions
Copy link

github-actions bot commented Nov 8, 2021

Dependency Tree Analyzer Output:

New Dependencies:

  • org.wildfly.core:wildfly-cli:jar:client:18.0.0.Beta3-SNAPSHOT:compile

CC @wildfly/prod

@wildfly-ci
Copy link

Core - Full Integration Build 11135 outcome was FAILURE using a merge of ca7d963
Summary: Tests passed: 7109, ignored: 130; failed to parse xml report (new); exit code 1 (Step: Build & test full (Maven)) (new) Build time: 04:10:59

@wildfly-ci
Copy link

Core - Full Integration Build 11137 outcome was FAILURE using a merge of ca7d963
Summary: Tests failed: 3 (3 new), passed: 7119, ignored: 145; failed to parse xml report (new) Build time: 03:18:24

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


@jmesnil jmesnil added the ready-for-merge This PR is ready to be merged and fulfills all requirements label Nov 10, 2021
@jmesnil jmesnil merged commit 0e93b44 into wildfly:main Nov 10, 2021
@jmesnil
Copy link
Member

jmesnil commented Nov 10, 2021

@ehsavoie thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps-changed Dependencies have been checked, and there are changes highlighted in a comment 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.

3 participants