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

WFLY-6580 Add load balancing profile to standalone/domain config #8952

Merged
merged 1 commit into from Jun 13, 2016

Conversation

stuartwdouglas
Copy link
Contributor

No description provided.

@wildfly-ci
Copy link

Linux with security manager Build 4511 outcome was FAILURE using a merge of 219d7a7
Summary: Tests failed: 1 (1 new), passed: 1004, ignored: 121 Build time: 00:08:14

Failed tests

org.jboss.as.test.smoke.subsystem.xml.StandardConfigsXMLValidationUnitTestCase.testDomain: java.lang.AssertionError: 1:88156 systemId='file:/opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/smoke/target/StandardConfigsXMLValidationUnitTestCase3349834009614840096xml' cvc-datatype-valid.1.2.1: '${jboss.mcmp.port:8090}' is not a valid value for 'integer'. a possible cause may be that a subsystem is not using the most up to date schema.
    at org.jboss.as.test.smoke.subsystem.xml.AbstractValidationUnitTest$ErrorHandlerImpl.error(AbstractValidationUnitTest.java:323)
    at org.apache.xerces.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:135)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:394)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:325)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:282)
    at org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:481)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3571)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:3113)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:3057)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2297)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:808)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:275)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1653)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:324)
    at org.apache.xerces.parsers.XML11Configuration.parse(XML11Configuration.java:875)
    at org.apache.xerces.parsers.XML11Configuration.parse(XML11Configuration.java:798)
    at org.apache.xerces.jaxp.validation.StreamValidatorHelper.validate(StreamValidatorHelper.java:186)
    at org.apache.xerces.jaxp.validation.ValidatorImpl.validate(ValidatorImpl.java:129)
    at javax.xml.validation.Validator.validate(Validator.java:124)
    at org.jboss.as.test.smoke.subsystem.xml.StandardConfigsXMLValidationUnitTestCase.parseXml(StandardConfigsXMLValidationUnitTestCase.java:175)
    at org.jboss.as.test.smoke.subsystem.xml.StandardConfigsXMLValidationUnitTestCase.testDomain(StandardConfigsXMLValidationUnitTestCase.java:92)


@wildfly-ci
Copy link

Linux Build 9710 outcome was FAILURE using a merge of e29fe23
Summary: Tests failed: 5 (5 new), passed: 3329, ignored: 193 Build time: 00:52:54

Failed tests

org.jboss.as.test.smoke.subsystem.xml.StandardConfigsXMLValidationUnitTestCase.testDomain: java.lang.AssertionError: 1:88156 systemId='file:/opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/smoke/target/StandardConfigsXMLValidationUnitTestCase1827640674259493664xml' cvc-datatype-valid.1.2.1: '${jboss.mcmp.port:8090}' is not a valid value for 'integer'. a possible cause may be that a subsystem is not using the most up to date schema.
    at org.jboss.as.test.smoke.subsystem.xml.AbstractValidationUnitTest$ErrorHandlerImpl.error(AbstractValidationUnitTest.java:323)
    at org.apache.xerces.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:135)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:394)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:325)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:282)
    at org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:481)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3571)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:3113)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:3057)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2297)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:808)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:275)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1653)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:324)
    at org.apache.xerces.parsers.XML11Configuration.parse(XML11Configuration.java:875)
    at org.apache.xerces.parsers.XML11Configuration.parse(XML11Configuration.java:798)
    at org.apache.xerces.jaxp.validation.StreamValidatorHelper.validate(StreamValidatorHelper.java:186)
    at org.apache.xerces.jaxp.validation.ValidatorImpl.validate(ValidatorImpl.java:129)
    at javax.xml.validation.Validator.validate(Validator.java:124)
    at org.jboss.as.test.smoke.subsystem.xml.StandardConfigsXMLValidationUnitTestCase.parseXml(StandardConfigsXMLValidationUnitTestCase.java:175)
    at org.jboss.as.test.smoke.subsystem.xml.StandardConfigsXMLValidationUnitTestCase.testDomain(StandardConfigsXMLValidationUnitTestCase.java:92)


org.jboss.as.test.integration.domain.mixed.eap640.MixedDomain640TestSuite: java.lang.RuntimeException: java.lang.RuntimeException: MgmtOperationException{operation={
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}, result={
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}}
    at org.jboss.as.test.integration.domain.management.util.DomainTestUtils.executeForResult(DomainTestUtils.java:160)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.removeUnusedSocketBindingGroups(DomainAdjuster.java:214)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjust(DomainAdjuster.java:113)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjustForVersion(DomainAdjuster.java:102)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:148)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.start(MixedDomainTestSupport.java:86)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:96)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap640.MixedDomain640TestSuite.initializeDomain(MixedDomain640TestSuite.java:44)
------- Stdout: -------
INFO  [org.xnio] XNIO version 3.3.6.Final
INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.3.6.Final
INFO  [org.jboss.remoting] JBoss Remoting version 4.0.18.Final
 [0m00:10:52,375 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m00:10:52,500 INFO  [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
 [0m[Host Controller]  [0m00:10:52,907 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final [0m
[Host Controller]  [0m [0m00:10:53,067 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final [0m
[Host Controller]  [0m [0m00:10:53,119 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) starting [0m
[Host Controller]  [0m [0m00:10:53,822 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m00:10:53,823 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'max-permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m00:10:53,862 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1) [0m
[Host Controller]  [0m [0m00:10:53,865 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.3.6.Final [0m
[Host Controller]  [0m [0m00:10:53,871 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.3.6.Final [0m
[Host Controller]  [0m [0m00:10:53,906 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 4.0.18.Final [0m
[Host Controller]  [0m [0m00:10:53,929 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) WFLYRMT0001: Listening on [::1]:9999 [0m
[Host Controller]  [0m [0m00:10:55,513 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management [0m
[Host Controller]  [0m [0m00:10:55,513 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled [0m
[Host Controller]  [0m [0m00:10:55,513 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) (Host Controller) started in 2931ms - Started 46 of 49 services (15 services are lazy, passive or on-demand) [0m
INFO  [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] HostController started in 3720 ms
Failed operation:
{
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}
Response:
{
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: java.lang.RuntimeException: java.lang.RuntimeException: MgmtOperationException{operation={
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}, result={
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}}
    at org.jboss.as.test.integration.domain.management.util.DomainTestUtils.executeForResult(DomainTestUtils.java:160)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.removeUnusedSocketBindingGroups(DomainAdjuster.java:214)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjust(DomainAdjuster.java:113)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjustForVersion(DomainAdjuster.java:102)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:148)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.start(MixedDomainTestSupport.java:86)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:96)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite.initializeDomain(MixedDomain700TestSuite.java:44)
------- Stdout: -------
[Host Controller]  [33m [0m [33m00:11:46,667 WARN  [org.jboss.as.protocol.connection] (Remoting "build30-el7:MANAGEMENT" task-1) JBAS012118: No such request (30) associated with channel Channel ID a09fba73 (outbound) of Remoting connection 0145c679 to localhost/0:0:0:0:0:0:0:1:9999 [0m
[Host Controller]  [33m [0m [33m00:11:46,674 WARN  [org.jboss.as.protocol.connection] (management task-8) WFLYPRT0018: No such request (30) associated with channel Channel ID 209fba73 (inbound) of Remoting connection 01a5f9de to /0:0:0:0:0:0:0:1:39000 [0m
[Host Controller]  [33m [0m [0m00:11:46,697 INFO  [org.jboss.as.domain.controller] (management task-10) WFLYHC0026: Unregistered remote slave host "slave" [0m
 [0m00:11:50,325 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m00:11:50,447 INFO  [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
 [0m[Host Controller]  [0m00:11:50,951 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final [0m
[Host Controller]  [0m [0m00:11:51,137 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final [0m
[Host Controller]  [0m [0m00:11:51,181 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) starting [0m
[Host Controller]  [0m [0m00:11:51,719 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m00:11:51,719 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'max-permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m00:11:51,760 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1) [0m
[Host Controller]  [0m [0m00:11:51,763 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.3.6.Final [0m
[Host Controller]  [0m [0m00:11:51,772 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.3.6.Final [0m
[Host Controller]  [0m [0m00:11:51,802 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.18.Final [0m
[Host Controller]  [0m [0m00:11:51,830 INFO  [org.jboss.as.remoting] (MSC service thread 1-5) WFLYRMT0001: Listening on [::1]:9999 [0m
[Host Controller]  [0m [0m00:11:53,116 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management [0m
[Host Controller]  [0m [0m00:11:53,117 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled [0m
[Host Controller]  [0m [0m00:11:53,117 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) (Host Controller) started in 2554ms - Started 46 of 49 services (15 services are lazy, passive or on-demand) [0m
INFO  [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] HostController started in 3129 ms
Failed operation:
{
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}
Response:
{
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}


org.jboss.as.test.integration.domain.mixed.eap630.MixedDomain630TestSuite: java.lang.RuntimeException: java.lang.RuntimeException: MgmtOperationException{operation={
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}, result={
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}}
    at org.jboss.as.test.integration.domain.management.util.DomainTestUtils.executeForResult(DomainTestUtils.java:160)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.removeUnusedSocketBindingGroups(DomainAdjuster.java:214)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjust(DomainAdjuster.java:113)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjustForVersion(DomainAdjuster.java:102)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:148)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.start(MixedDomainTestSupport.java:86)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:96)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap630.MixedDomain630TestSuite.initializeDomain(MixedDomain630TestSuite.java:44)
------- Stdout: -------
[Host Controller]  [0m [0m00:12:43,955 INFO  [org.jboss.as.host.controller] (management-handler-thread - 3) WFLYHC0024: Stopping server server-one [0m
[Server:server-one] 00:12:43,962 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 4) WFLYSRV0236: Suspending server with no timeout.
 [0m00:12:43,964 INFO  [org.jboss.as.process.Server:server-one.status] (ProcessController-threads - 3) WFLYPC0019: Stopping process 'Server:server-one'
 [0m[Server:server-one] 00:12:43,966 INFO  [org.jboss.as.server] (main) WFLYSRV0240: ProcessController has signalled to shut down; shutting down
[Host Controller]  [0m [0m00:12:43,986 INFO  [org.jboss.as.domain.controller] (management task-5) WFLYHC0026: Unregistered remote slave host "slave" [0m
[Host Controller]  [0m [0m00:12:43,989 INFO  [org.jboss.as.host.controller] (management I/O-2) WFLYHC0027: Unregistering server server-one [0m
[Server:server-one] 00:12:44,002 INFO  [org.jboss.as] (MSC service thread 1-5) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) stopped in 28ms
 [0m00:12:44,014 INFO  [org.jboss.as.process.Server:server-one.status] (reaper for Server:server-one) WFLYPC0011: Process 'Server:server-one' finished with an exit status of 0
 [0m[Host Controller]  [0m [0m00:12:44,019 INFO  [org.jboss.as.host.controller] (ProcessControllerConnection-thread - 2) WFLYHC0027: Unregistering server server-one [0m
 [0m00:12:46,269 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m00:12:46,386 INFO  [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
 [0m[Host Controller]  [0m00:12:46,838 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final [0m
[Host Controller]  [0m [0m00:12:47,033 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final [0m
[Host Controller]  [0m [0m00:12:47,083 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) starting [0m
[Host Controller]  [0m [0m00:12:47,632 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m00:12:47,632 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'max-permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m00:12:47,678 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1) [0m
[Host Controller]  [0m [0m00:12:47,680 INFO  [org.xnio] (MSC service thread 1-5) XNIO version 3.3.6.Final [0m
[Host Controller]  [0m [0m00:12:47,687 INFO  [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.3.6.Final [0m
[Host Controller]  [0m [0m00:12:47,717 INFO  [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 4.0.18.Final [0m
[Host Controller]  [0m [0m00:12:47,746 INFO  [org.jboss.as.remoting] (MSC service thread 1-5) WFLYRMT0001: Listening on [::1]:9999 [0m
[Host Controller]  [0m [0m00:12:49,155 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management [0m
[Host Controller]  [0m [0m00:12:49,155 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled [0m
[Host Controller]  [0m [0m00:12:49,155 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) (Host Controller) started in 2687ms - Started 46 of 49 services (15 services are lazy, passive or on-demand) [0m
INFO  [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] HostController started in 3565 ms
Failed operation:
{
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}
Response:
{


org.jboss.as.test.integration.domain.mixed.eap620.MixedDomain620TestSuite: java.lang.RuntimeException: java.lang.RuntimeException: MgmtOperationException{operation={
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}, result={
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}}
    at org.jboss.as.test.integration.domain.management.util.DomainTestUtils.executeForResult(DomainTestUtils.java:160)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.removeUnusedSocketBindingGroups(DomainAdjuster.java:214)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjust(DomainAdjuster.java:113)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjustForVersion(DomainAdjuster.java:102)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:148)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.start(MixedDomainTestSupport.java:86)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:96)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap620.MixedDomain620TestSuite.initializeDomain(MixedDomain620TestSuite.java:43)
------- Stdout: -------
[Host Controller]  [0m [0m00:13:50,515 INFO  [org.jboss.as.host.controller] (management-handler-thread - 3) WFLYHC0024: Stopping server server-one [0m
[Server:server-one] 00:13:50,519 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 2) WFLYSRV0236: Suspending server with no timeout.
 [0m00:13:50,520 INFO  [org.jboss.as.process.Server:server-one.status] (ProcessController-threads - 3) WFLYPC0019: Stopping process 'Server:server-one'
 [0m[Server:server-one] 00:13:50,522 INFO  [org.jboss.as.server] (main) WFLYSRV0240: ProcessController has signalled to shut down; shutting down
[Host Controller]  [0m [0m00:13:50,539 INFO  [org.jboss.as.host.controller] (management task-9) WFLYHC0027: Unregistering server server-one [0m
[Server:server-one] 00:13:50,549 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) stopped in 22ms
[Host Controller]  [0m [0m00:13:50,556 INFO  [org.jboss.as.domain.controller] (management task-10) WFLYHC0026: Unregistered remote slave host "slave" [0m
 [0m00:13:50,560 INFO  [org.jboss.as.process.Server:server-one.status] (reaper for Server:server-one) WFLYPC0011: Process 'Server:server-one' finished with an exit status of 0
 [0m[Host Controller]  [0m [0m00:13:50,603 INFO  [org.jboss.as.host.controller] (ProcessControllerConnection-thread - 2) WFLYHC0027: Unregistering server server-one [0m
 [0m00:13:52,073 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m00:13:52,196 INFO  [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
 [0m[Host Controller]  [0m00:13:52,654 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final [0m
[Host Controller]  [0m [0m00:13:52,869 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final [0m
[Host Controller]  [0m [0m00:13:52,948 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) starting [0m
[Host Controller]  [0m [0m00:13:53,749 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m00:13:53,749 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'max-permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m00:13:53,794 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1) [0m
[Host Controller]  [0m [0m00:13:53,797 INFO  [org.xnio] (MSC service thread 1-7) XNIO version 3.3.6.Final [0m
[Host Controller]  [0m [0m00:13:53,803 INFO  [org.xnio.nio] (MSC service thread 1-7) XNIO NIO Implementation Version 3.3.6.Final [0m
[Host Controller]  [0m [0m00:13:53,845 INFO  [org.jboss.remoting] (MSC service thread 1-7) JBoss Remoting version 4.0.18.Final [0m
[Host Controller]  [0m [0m00:13:53,873 INFO  [org.jboss.as.remoting] (MSC service thread 1-5) WFLYRMT0001: Listening on [::1]:9999 [0m
[Host Controller]  [0m [0m00:13:55,199 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management [0m
[Host Controller]  [0m [0m00:13:55,200 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled [0m
[Host Controller]  [0m [0m00:13:55,200 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) (Host Controller) started in 2919ms - Started 46 of 49 services (15 services are lazy, passive or on-demand) [0m
INFO  [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] HostController started in 3683 ms
Failed operation:
{
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}
Response:
{


@wildfly-ci
Copy link

Windows Build 4748 outcome was FAILURE using a merge of e29fe23
Summary: Tests failed: 12 (12 new), passed: 3236, ignored: 194 Build time: 01:06:46

Failed tests

org.jboss.as.test.smoke.subsystem.xml.StandardConfigsXMLValidationUnitTestCase.testDomain: java.lang.AssertionError: 1:88156 systemId='file:/C:/BuildAgent/work/a31d203e70e89f90/testsuite/integration/smoke/target/StandardConfigsXMLValidationUnitTestCase5460222291971790383xml' cvc-datatype-valid.1.2.1: '${jboss.mcmp.port:8090}' is not a valid value for 'integer'. a possible cause may be that a subsystem is not using the most up to date schema.
    at org.jboss.as.test.smoke.subsystem.xml.AbstractValidationUnitTest$ErrorHandlerImpl.error(AbstractValidationUnitTest.java:323)
    at org.apache.xerces.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:135)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:394)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:325)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:282)
    at org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:481)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3571)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:3113)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:3057)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2297)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:808)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:275)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1653)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:324)
    at org.apache.xerces.parsers.XML11Configuration.parse(XML11Configuration.java:875)
    at org.apache.xerces.parsers.XML11Configuration.parse(XML11Configuration.java:798)
    at org.apache.xerces.jaxp.validation.StreamValidatorHelper.validate(StreamValidatorHelper.java:186)
    at org.apache.xerces.jaxp.validation.ValidatorImpl.validate(ValidatorImpl.java:129)
    at javax.xml.validation.Validator.validate(Validator.java:124)
    at org.jboss.as.test.smoke.subsystem.xml.StandardConfigsXMLValidationUnitTestCase.parseXml(StandardConfigsXMLValidationUnitTestCase.java:175)
    at org.jboss.as.test.smoke.subsystem.xml.StandardConfigsXMLValidationUnitTestCase.testDomain(StandardConfigsXMLValidationUnitTestCase.java:92)


org.jboss.as.test.clustering.cluster.web.ConcurrentCoarseWebFailoverTestCase(SYNC-tcp).testGracefulUndeployFailover: java.lang.AssertionError: Session failed to replicate after container 1 was shutdown. expected:<7> but was:<6>
    at org.jboss.as.test.clustering.cluster.web.AbstractWebFailoverTestCase.testFailover(AbstractWebFailoverTestCase.java:207)
    at org.jboss.as.test.clustering.cluster.web.AbstractWebFailoverTestCase.testGracefulUndeployFailover(AbstractWebFailoverTestCase.java:103)
------- Stdout: -------
08:00:03,729 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-0
08:00:03,730 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-1
08:00:03,730 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Deploying deployment=deployment-0
08:00:03,758 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering\target\wildfly-SYNC-tcp-0\standalone\data\content\4b\9370364bfb09d8676ed867e327b5c054475044\content
08:00:03,761 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "coarse-concurrent-distributable.war" (runtime-name: "coarse-concurrent-distributable.war")
08:00:03,802 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.coarse-concurrent-distributable.war" is using a private module ("org.jboss.as.clustering.common:main") which may be changed or removed in future versions without notice.
08:00:03,802 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.coarse-concurrent-distributable.war" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
08:00:03,803 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.coarse-concurrent-distributable.war" is using a private module ("org.infinispan:main") which may be changed or removed in future versions without notice.
08:00:03,808 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment coarse-concurrent-distributable.war
08:00:03,818 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TopologyChangeListenerBean' in deployment unit 'deployment "coarse-concurrent-distributable.war"' are as follows:

    java:global/coarse-concurrent-distributable/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
    java:app/coarse-concurrent-distributable/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
    java:module/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
    java:jboss/exported/coarse-concurrent-distributable/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
    java:global/coarse-concurrent-distributable/TopologyChangeListenerBean
    java:app/coarse-concurrent-distributable/TopologyChangeListenerBean
    java:module/TopologyChangeListenerBean

08:00:03,851 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 23) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
08:00:03,852 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 23) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
08:00:03,859 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 12) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
08:00:03,860 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 12) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
08:00:03,866 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 12) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
08:00:03,866 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 12) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
08:00:03,871 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 23) WFLYCLINF0002: Started client-mappings cache from ejb container
08:00:03,880 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 12) WFLYCLINF0002: Started routing cache from web container
08:00:03,884 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 24) WFLYCLINF0002: Started coarse-concurrent-distributable.war cache from web container
08:00:04,108 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 12) WFLYUT0021: Registered web context: /coarse-concurrent-distributable
08:00:04,127 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "coarse-concurrent-distributable.war" (runtime-name : "coarse-concurrent-distributable.war")
08:00:04,281 WARN  [org.jboss.remotingjmx.Util] (main) The protocol 'http-remoting-jmx' is deprecated, instead you should use 'remote+http'.
08:00:04,330 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Deploying deployment=deployment-1
08:00:04,356 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0001: Content added at location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\clustering\target\wildfly-SYNC-tcp-1\standalone\data\content\59\7c16ebe3da8b313fe2f136de51c9bf3b62e482\content
08:00:04,366 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "coarse-concurrent-distributable.war" (runtime-name: "coarse-concurrent-distributable.war")
08:00:04,404 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.coarse-concurrent-distributable.war" is using a private module ("org.jboss.as.clustering.common:main") which may be changed or removed in future versions without notice.
08:00:04,404 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.coarse-concurrent-distributable.war" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
08:00:04,405 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.coarse-concurrent-distributable.war" is using a private module ("org.infinispan:main") which may be changed or removed in future versions without notice.
08:00:04,410 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment coarse-concurrent-distributable.war
08:00:04,416 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'TopologyChangeListenerBean' in deployment unit 'deployment "coarse-concurrent-distributable.war"' are as follows:

    java:global/coarse-concurrent-distributable/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
    java:app/coarse-concurrent-distributable/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
    java:module/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
    java:jboss/exported/coarse-concurrent-distributable/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
    java:global/coarse-concurrent-distributable/TopologyChangeListenerBean
    java:app/coarse-concurrent-distributable/TopologyChangeListenerBean
    java:module/TopologyChangeListenerBean


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap620.MixedDomain620TestSuite: java.lang.RuntimeException: java.lang.RuntimeException: MgmtOperationException{operation={
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}, result={
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}}
    at org.jboss.as.test.integration.domain.management.util.DomainTestUtils.executeForResult(DomainTestUtils.java:160)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.removeUnusedSocketBindingGroups(DomainAdjuster.java:214)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjust(DomainAdjuster.java:113)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjustForVersion(DomainAdjuster.java:102)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:148)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.start(MixedDomainTestSupport.java:86)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:96)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap620.MixedDomain620TestSuite.initializeDomain(MixedDomain620TestSuite.java:43)
------- Stdout: -------
[Host Controller] 08:28:05,893 WARN  [org.jboss.as.protocol.connection] (management task-1) WFLYPRT0018: No such request (38) associated with channel Channel ID 7dbe9a74 (inbound) of Remoting connection 005c84ac to /0:0:0:0:0:0:0:1:59319
[Host Controller] 08:28:05,893 WARN  [org.jboss.as.protocol.connection] (Remoting "build03-win:MANAGEMENT" task-4) JBAS012118: No such request (38) associated with channel Channel ID fdbe9a74 (outbound) of Remoting connection 00da2079 to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:9999
08:28:07,357 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
08:28:07,549 INFO  [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
[Host Controller] 08:28:08,243 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
[Host Controller] 08:28:08,683 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
[Host Controller] 08:28:08,793 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) starting
[Host Controller] 08:28:09,766 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
[Host Controller] 08:28:09,766 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'max-permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
[Host Controller] 08:28:09,832 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1)
[Host Controller] 08:28:09,835 INFO  [org.xnio] (MSC service thread 1-7) XNIO version 3.3.6.Final
[Host Controller] 08:28:09,841 INFO  [org.xnio.nio] (MSC service thread 1-7) XNIO NIO Implementation Version 3.3.6.Final
[Host Controller] 08:28:09,887 INFO  [org.jboss.remoting] (MSC service thread 1-7) JBoss Remoting version 4.0.18.Final
[Host Controller] 08:28:09,910 INFO  [org.jboss.as.remoting] (MSC service thread 1-7) WFLYRMT0001: Listening on [::1]:9999
[Host Controller] 08:28:11,628 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
[Host Controller] 08:28:11,628 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled
[Host Controller] 08:28:11,628 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) (Host Controller) started in 3870ms - Started 46 of 49 services (15 services are lazy, passive or on-demand)
INFO  [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] HostController started in 5202 ms
Failed operation:
{
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}
Response:
{
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap630.KernelBehavior630TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_6_3_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.KernelBehaviorTestSuite.getSupport(KernelBehaviorTestSuite.java:40)
    at org.jboss.as.test.integration.domain.mixed.eap630.KernelBehavior630TestSuite.initializeDomain(KernelBehavior630TestSuite.java:44)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap630.LegacyConfig630TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_6_3_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupportForLegacyConfig(MixedDomainTestSuite.java:75)
    at org.jboss.as.test.integration.domain.mixed.eap630.LegacyConfig630TestSuite.initializeDomain(LegacyConfig630TestSuite.java:37)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap630.MixedDomain630TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_6_3_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap630.MixedDomain630TestSuite.initializeDomain(MixedDomain630TestSuite.java:44)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap640.KernelBehavior640TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_6_4_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.KernelBehaviorTestSuite.getSupport(KernelBehaviorTestSuite.java:40)
    at org.jboss.as.test.integration.domain.mixed.eap640.KernelBehavior640TestSuite.initializeDomain(KernelBehavior640TestSuite.java:42)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap640.LegacyConfig640TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_6_4_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupportForLegacyConfig(MixedDomainTestSuite.java:75)
    at org.jboss.as.test.integration.domain.mixed.eap640.LegacyConfig640TestSuite.initializeDomain(LegacyConfig640TestSuite.java:37)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap640.MixedDomain640TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_6_4_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap640.MixedDomain640TestSuite.initializeDomain(MixedDomain640TestSuite.java:44)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.KernelBehavior700TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_7_0_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.KernelBehaviorTestSuite.getSupport(KernelBehaviorTestSuite.java:40)
    at org.jboss.as.test.integration.domain.mixed.eap700.KernelBehavior700TestSuite.initializeDomain(KernelBehavior700TestSuite.java:42)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.LegacyConfig700TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_7_0_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupportForLegacyConfig(MixedDomainTestSuite.java:75)
    at org.jboss.as.test.integration.domain.mixed.eap700.LegacyConfig700TestSuite.initializeDomain(LegacyConfig700TestSuite.java:37)



##### there are 2 more failed tests, see build details

@wildfly-ci
Copy link

Linux Build 9711 outcome was FAILURE using a merge of e29fe23
Summary: Tests failed: 4, passed: 3330, ignored: 193 Build time: 00:53:02

Failed tests

org.jboss.as.test.integration.domain.mixed.eap640.MixedDomain640TestSuite: java.lang.RuntimeException: java.lang.RuntimeException: MgmtOperationException{operation={
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}, result={
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}}
    at org.jboss.as.test.integration.domain.management.util.DomainTestUtils.executeForResult(DomainTestUtils.java:160)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.removeUnusedSocketBindingGroups(DomainAdjuster.java:214)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjust(DomainAdjuster.java:113)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjustForVersion(DomainAdjuster.java:102)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:148)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.start(MixedDomainTestSupport.java:86)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:96)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap640.MixedDomain640TestSuite.initializeDomain(MixedDomain640TestSuite.java:44)
------- Stdout: -------
INFO  [org.xnio] XNIO version 3.3.6.Final
INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.3.6.Final
INFO  [org.jboss.remoting] JBoss Remoting version 4.0.18.Final
 [0m01:18:19,850 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m01:18:19,993 INFO  [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
 [0m[Host Controller]  [0m01:18:20,452 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final [0m
[Host Controller]  [0m [0m01:18:20,637 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final [0m
[Host Controller]  [0m [0m01:18:20,685 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) starting [0m
[Host Controller]  [0m [0m01:18:21,238 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m01:18:21,238 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'max-permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m01:18:21,277 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1) [0m
[Host Controller]  [0m [0m01:18:21,280 INFO  [org.xnio] (MSC service thread 1-8) XNIO version 3.3.6.Final [0m
[Host Controller]  [0m [0m01:18:21,288 INFO  [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.3.6.Final [0m
[Host Controller]  [0m [0m01:18:21,322 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 4.0.18.Final [0m
[Host Controller]  [0m [0m01:18:21,358 INFO  [org.jboss.as.remoting] (MSC service thread 1-8) WFLYRMT0001: Listening on [::1]:9999 [0m
[Host Controller]  [0m [0m01:18:22,735 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management [0m
[Host Controller]  [0m [0m01:18:22,736 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled [0m
[Host Controller]  [0m [0m01:18:22,736 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) (Host Controller) started in 2657ms - Started 46 of 49 services (15 services are lazy, passive or on-demand) [0m
INFO  [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] HostController started in 3444 ms
Failed operation:
{
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}
Response:
{
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: java.lang.RuntimeException: java.lang.RuntimeException: MgmtOperationException{operation={
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}, result={
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}}
    at org.jboss.as.test.integration.domain.management.util.DomainTestUtils.executeForResult(DomainTestUtils.java:160)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.removeUnusedSocketBindingGroups(DomainAdjuster.java:214)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjust(DomainAdjuster.java:113)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjustForVersion(DomainAdjuster.java:102)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:148)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.start(MixedDomainTestSupport.java:86)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:96)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite.initializeDomain(MixedDomain700TestSuite.java:44)
------- Stdout: -------
[Host Controller]  [33m [0m [33m01:19:13,776 WARN  [org.jboss.as.protocol.connection] (management task-4) WFLYPRT0018: No such request (30) associated with channel Channel ID 2e0ee219 (inbound) of Remoting connection 01af79b0 to /0:0:0:0:0:0:0:1:34766 [0m
[Host Controller]  [33m [0m [33m01:19:13,776 WARN  [org.jboss.as.protocol.connection] (Remoting "build30-el7:MANAGEMENT" task-2) JBAS012118: No such request (30) associated with channel Channel ID ae0ee219 (outbound) of Remoting connection 00093edf to localhost/0:0:0:0:0:0:0:1:9999 [0m
[Host Controller]  [33m [0m [0m01:19:13,802 INFO  [org.jboss.as.domain.controller] (management task-6) WFLYHC0026: Unregistered remote slave host "slave" [0m
 [0m01:19:17,037 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m01:19:17,154 INFO  [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
 [0m[Host Controller]  [0m01:19:17,715 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final [0m
[Host Controller]  [0m [0m01:19:17,873 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final [0m
[Host Controller]  [0m [0m01:19:17,938 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) starting [0m
[Host Controller]  [0m [0m01:19:18,734 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m01:19:18,735 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'max-permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m01:19:18,774 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1) [0m
[Host Controller]  [0m [0m01:19:18,776 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.3.6.Final [0m
[Host Controller]  [0m [0m01:19:18,782 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.3.6.Final [0m
[Host Controller]  [0m [0m01:19:18,814 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.18.Final [0m
[Host Controller]  [0m [0m01:19:18,842 INFO  [org.jboss.as.remoting] (MSC service thread 1-2) WFLYRMT0001: Listening on [::1]:9999 [0m
[Host Controller]  [0m [0m01:19:20,113 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management [0m
[Host Controller]  [0m [0m01:19:20,113 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled [0m
[Host Controller]  [0m [0m01:19:20,114 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) (Host Controller) started in 2802ms - Started 46 of 49 services (15 services are lazy, passive or on-demand) [0m
INFO  [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] HostController started in 3541 ms
Failed operation:
{
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}
Response:
{
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}


org.jboss.as.test.integration.domain.mixed.eap630.MixedDomain630TestSuite: java.lang.RuntimeException: java.lang.RuntimeException: MgmtOperationException{operation={
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}, result={
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}}
    at org.jboss.as.test.integration.domain.management.util.DomainTestUtils.executeForResult(DomainTestUtils.java:160)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.removeUnusedSocketBindingGroups(DomainAdjuster.java:214)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjust(DomainAdjuster.java:113)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjustForVersion(DomainAdjuster.java:102)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:148)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.start(MixedDomainTestSupport.java:86)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:96)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap630.MixedDomain630TestSuite.initializeDomain(MixedDomain630TestSuite.java:44)
------- Stdout: -------
[Host Controller]  [0m [0m01:20:10,099 INFO  [org.jboss.as.host.controller] (management-handler-thread - 4) WFLYHC0024: Stopping server server-one [0m
[Server:server-one] 01:20:10,107 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 4) WFLYSRV0236: Suspending server with no timeout.
 [0m01:20:10,113 INFO  [org.jboss.as.process.Server:server-one.status] (ProcessController-threads - 3) WFLYPC0019: Stopping process 'Server:server-one'
 [0m[Server:server-one] 01:20:10,114 INFO  [org.jboss.as.server] (main) WFLYSRV0240: ProcessController has signalled to shut down; shutting down
[Host Controller]  [0m [0m01:20:10,137 INFO  [org.jboss.as.host.controller] (management task-7) WFLYHC0027: Unregistering server server-one [0m
[Host Controller]  [0m [0m01:20:10,147 INFO  [org.jboss.as.domain.controller] (management task-9) WFLYHC0026: Unregistered remote slave host "slave" [0m
[Server:server-one] 01:20:10,163 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) stopped in 41ms
 [0m01:20:10,174 INFO  [org.jboss.as.process.Server:server-one.status] (reaper for Server:server-one) WFLYPC0011: Process 'Server:server-one' finished with an exit status of 0
 [0m[Host Controller]  [0m [0m01:20:10,176 INFO  [org.jboss.as.host.controller] (ProcessControllerConnection-thread - 2) WFLYHC0027: Unregistering server server-one [0m
 [0m01:20:12,387 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m01:20:12,515 INFO  [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
 [0m[Host Controller]  [0m01:20:12,949 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final [0m
[Host Controller]  [0m [0m01:20:13,123 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final [0m
[Host Controller]  [0m [0m01:20:13,177 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) starting [0m
[Host Controller]  [0m [0m01:20:13,865 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m01:20:13,866 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'max-permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m01:20:13,896 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1) [0m
[Host Controller]  [0m [0m01:20:13,900 INFO  [org.xnio] (MSC service thread 1-1) XNIO version 3.3.6.Final [0m
[Host Controller]  [0m [0m01:20:13,910 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.3.6.Final [0m
[Host Controller]  [0m [0m01:20:13,952 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.18.Final [0m
[Host Controller]  [0m [0m01:20:13,973 INFO  [org.jboss.as.remoting] (MSC service thread 1-5) WFLYRMT0001: Listening on [::1]:9999 [0m
[Host Controller]  [0m [0m01:20:15,438 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management [0m
[Host Controller]  [0m [0m01:20:15,439 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled [0m
[Host Controller]  [0m [0m01:20:15,439 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) (Host Controller) started in 2841ms - Started 46 of 49 services (15 services are lazy, passive or on-demand) [0m
INFO  [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] HostController started in 3763 ms
Failed operation:
{
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}
Response:
{


org.jboss.as.test.integration.domain.mixed.eap620.MixedDomain620TestSuite: java.lang.RuntimeException: java.lang.RuntimeException: MgmtOperationException{operation={
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}, result={
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}}
    at org.jboss.as.test.integration.domain.management.util.DomainTestUtils.executeForResult(DomainTestUtils.java:160)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.removeUnusedSocketBindingGroups(DomainAdjuster.java:214)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjust(DomainAdjuster.java:113)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjustForVersion(DomainAdjuster.java:102)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:148)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.start(MixedDomainTestSupport.java:86)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:96)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap620.MixedDomain620TestSuite.initializeDomain(MixedDomain620TestSuite.java:43)
------- Stdout: -------
[Host Controller]  [0m [0m01:21:17,917 INFO  [org.jboss.as.host.controller] (management-handler-thread - 3) WFLYHC0024: Stopping server server-one [0m
[Server:server-one] 01:21:17,921 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 2) WFLYSRV0236: Suspending server with no timeout.
 [0m01:21:17,923 INFO  [org.jboss.as.process.Server:server-one.status] (ProcessController-threads - 3) WFLYPC0019: Stopping process 'Server:server-one'
 [0m[Server:server-one] 01:21:17,924 INFO  [org.jboss.as.server] (main) WFLYSRV0240: ProcessController has signalled to shut down; shutting down
[Host Controller]  [0m [0m01:21:17,938 INFO  [org.jboss.as.host.controller] (management task-8) WFLYHC0027: Unregistering server server-one [0m
[Server:server-one] 01:21:17,950 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) stopped in 19ms
[Host Controller]  [0m [0m01:21:17,954 INFO  [org.jboss.as.domain.controller] (management task-10) WFLYHC0026: Unregistered remote slave host "slave" [0m
 [0m01:21:17,962 INFO  [org.jboss.as.process.Server:server-one.status] (reaper for Server:server-one) WFLYPC0011: Process 'Server:server-one' finished with an exit status of 0
 [0m[Host Controller]  [0m [0m01:21:17,963 INFO  [org.jboss.as.host.controller] (ProcessControllerConnection-thread - 2) WFLYHC0027: Unregistering server server-one [0m
 [0m01:21:19,493 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m01:21:19,703 INFO  [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
 [0m[Host Controller]  [0m01:21:20,180 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final [0m
[Host Controller]  [0m [0m01:21:20,350 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final [0m
[Host Controller]  [0m [0m01:21:20,404 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) starting [0m
[Host Controller]  [0m [0m01:21:21,087 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m01:21:21,088 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'max-permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. [0m
[Host Controller]  [0m [0m01:21:21,132 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1) [0m
[Host Controller]  [0m [0m01:21:21,136 INFO  [org.xnio] (MSC service thread 1-4) XNIO version 3.3.6.Final [0m
[Host Controller]  [0m [0m01:21:21,142 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.3.6.Final [0m
[Host Controller]  [0m [0m01:21:21,195 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 4.0.18.Final [0m
[Host Controller]  [0m [0m01:21:21,224 INFO  [org.jboss.as.remoting] (MSC service thread 1-7) WFLYRMT0001: Listening on [::1]:9999 [0m
[Host Controller]  [0m [0m01:21:22,551 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management [0m
[Host Controller]  [0m [0m01:21:22,551 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled [0m
[Host Controller]  [0m [0m01:21:22,552 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) (Host Controller) started in 2752ms - Started 46 of 49 services (15 services are lazy, passive or on-demand) [0m
INFO  [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] HostController started in 3433 ms
Failed operation:
{
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}
Response:
{


@wildfly-ci
Copy link

Windows Build 4749 outcome was FAILURE using a merge of e29fe23
Summary: Tests failed: 10, passed: 3238, ignored: 194 Build time: 01:07:24

Failed tests

org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap620.MixedDomain620TestSuite: java.lang.RuntimeException: java.lang.RuntimeException: MgmtOperationException{operation={
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}, result={
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}}
    at org.jboss.as.test.integration.domain.management.util.DomainTestUtils.executeForResult(DomainTestUtils.java:160)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.removeUnusedSocketBindingGroups(DomainAdjuster.java:214)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjust(DomainAdjuster.java:113)
    at org.jboss.as.test.integration.domain.mixed.DomainAdjuster.adjustForVersion(DomainAdjuster.java:102)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.startAndAdjust(MixedDomainTestSupport.java:148)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSupport.start(MixedDomainTestSupport.java:86)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:96)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap620.MixedDomain620TestSuite.initializeDomain(MixedDomain620TestSuite.java:43)
------- Stdout: -------
[Host Controller] 09:36:08,050 WARN  [org.jboss.as.protocol.connection] (Remoting "build03-win:MANAGEMENT" task-1) JBAS012118: No such request (34) associated with channel Channel ID cbbbb1da (outbound) of Remoting connection 01b4560f to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:9999
[Host Controller] 09:36:08,051 WARN  [org.jboss.as.protocol.connection] (management task-5) WFLYPRT0018: No such request (34) associated with channel Channel ID 4bbbb1da (inbound) of Remoting connection 010eb091 to /0:0:0:0:0:0:0:1:60664
09:36:09,400 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
09:36:09,690 INFO  [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
[Host Controller] 09:36:10,457 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
[Host Controller] 09:36:10,656 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
[Host Controller] 09:36:10,701 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) starting
[Host Controller] 09:36:11,595 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
[Host Controller] 09:36:11,596 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'max-permgen-size' in the resource at address '/host=master/jvm=default' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
[Host Controller] 09:36:11,649 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1)
[Host Controller] 09:36:11,651 INFO  [org.xnio] (MSC service thread 1-5) XNIO version 3.3.6.Final
[Host Controller] 09:36:11,658 INFO  [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.3.6.Final
[Host Controller] 09:36:11,698 INFO  [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 4.0.18.Final
[Host Controller] 09:36:11,724 INFO  [org.jboss.as.remoting] (MSC service thread 1-7) WFLYRMT0001: Listening on [::1]:9999
[Host Controller] 09:36:13,512 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
[Host Controller] 09:36:13,512 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled
[Host Controller] 09:36:13,512 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 2.2.0.CR2) (Host Controller) started in 3600ms - Started 46 of 49 services (15 services are lazy, passive or on-demand)
INFO  [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] HostController started in 4619 ms
Failed operation:
{
    "operation" => "remove",
    "address" => [("socket-binding-group" => "load-balancer-sockets")]
}
Response:
{
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYCTL0368: Cannot remove capability 'org.wildfly.network.socket-binding.mcmp-management' from context 'profile=load-balancer' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.management' requires it for attribute 'socket-binding' at address '/profile=load-balancer/subsystem=undertow/server=default-server/http-listener=management'"},
    "rolled-back" => true
}


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap630.KernelBehavior630TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_6_3_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.KernelBehaviorTestSuite.getSupport(KernelBehaviorTestSuite.java:40)
    at org.jboss.as.test.integration.domain.mixed.eap630.KernelBehavior630TestSuite.initializeDomain(KernelBehavior630TestSuite.java:44)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap630.LegacyConfig630TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_6_3_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupportForLegacyConfig(MixedDomainTestSuite.java:75)
    at org.jboss.as.test.integration.domain.mixed.eap630.LegacyConfig630TestSuite.initializeDomain(LegacyConfig630TestSuite.java:37)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap630.MixedDomain630TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_6_3_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap630.MixedDomain630TestSuite.initializeDomain(MixedDomain630TestSuite.java:44)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap640.KernelBehavior640TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_6_4_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.KernelBehaviorTestSuite.getSupport(KernelBehaviorTestSuite.java:40)
    at org.jboss.as.test.integration.domain.mixed.eap640.KernelBehavior640TestSuite.initializeDomain(KernelBehavior640TestSuite.java:42)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap640.LegacyConfig640TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_6_4_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupportForLegacyConfig(MixedDomainTestSuite.java:75)
    at org.jboss.as.test.integration.domain.mixed.eap640.LegacyConfig640TestSuite.initializeDomain(LegacyConfig640TestSuite.java:37)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap640.MixedDomain640TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_6_4_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap640.MixedDomain640TestSuite.initializeDomain(MixedDomain640TestSuite.java:44)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.KernelBehavior700TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_7_0_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.KernelBehaviorTestSuite.getSupport(KernelBehaviorTestSuite.java:40)
    at org.jboss.as.test.integration.domain.mixed.eap700.KernelBehavior700TestSuite.initializeDomain(KernelBehavior700TestSuite.java:42)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.LegacyConfig700TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_7_0_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupportForLegacyConfig(MixedDomainTestSuite.java:75)
    at org.jboss.as.test.integration.domain.mixed.eap700.LegacyConfig700TestSuite.initializeDomain(LegacyConfig700TestSuite.java:37)


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: java.lang.AssertionError: expected:<EAP_6_2_0> but was:<EAP_7_0_0>
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getVersion(MixedDomainTestSuite.java:45)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:83)
    at org.jboss.as.test.integration.domain.mixed.MixedDomainTestSuite.getSupport(MixedDomainTestSuite.java:59)
    at org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite.initializeDomain(MixedDomain700TestSuite.java:44)


@n1hility
Copy link
Member

n1hility commented Jun 9, 2016

retest this please

@stuartwdouglas
Copy link
Contributor Author

The failure looks legit, it looks like the new socket binding is causing issues in the mixed domain test suite, although I don't really know enough about these tests to say why.

@stuartwdouglas
Copy link
Contributor Author

Looks like the test was removing the socket bindings before removing the profiles that reference them

@bstansberry bstansberry added ready-for-merge Only for use by those with merge permissions! 10.x labels Jun 11, 2016
@bstansberry bstansberry merged commit b81f09d into wildfly:master Jun 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge Only for use by those with merge permissions!
Projects
None yet
4 participants