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

Bump com.unboundid:unboundid-ldapsdk from 6.0.9 to 6.0.10 #37158

Merged
merged 1 commit into from
Nov 17, 2023

Bump com.unboundid:unboundid-ldapsdk from 6.0.9 to 6.0.10

dcd83e5
Select commit
Loading
Failed to load commit list.
Merged

Bump com.unboundid:unboundid-ldapsdk from 6.0.9 to 6.0.10 #37158

Bump com.unboundid:unboundid-ldapsdk from 6.0.9 to 6.0.10
dcd83e5
Select commit
Loading
Failed to load commit list.
quarkus-bot / Build summary for dcd83e5c12bfb344bf2333b71c3e7a682993458e completed Nov 17, 2023 in 0s

Build summary for dcd83e5c12bfb344bf2333b71c3e7a682993458e

Failing Jobs - Building dcd83e5 - Back to Pull request

Status Name Step Failures Logs Raw logs Build scan
Maven Tests - JDK 11 Build Failures Logs Raw logs 🚧
Maven Tests - JDK 11 Windows Build Failures Logs Raw logs 🚧
MicroProfile TCKs Tests Verify Failures Logs Raw logs 🚧

Details

Test Failures

⚙️ Maven Tests - JDK 11 #

- Failing: integration-tests/maven 

📦 integration-tests/maven

# Tests:    182
+ Success:  179
- Failures: 1
- Errors:   0
! Skipped:  2

io.quarkus.maven.it.CreateExtensionMojoIT.testCreateQuarkiverseExtension(TestInfo) line 126 - Source on GitHub - 🠅

java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to update it automatically): CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml] 
Path:

assertThatMatchSnapshot(testInfo, testDirPath, "quarkus-my-quarkiverse-ext/integration-tests/pom.xml");

io.quarkus.maven.it.CreateExtensionMojoIT.testCreateQuarkiverseExtension(TestInfo) line 126 - Source on GitHub - 🠅

java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to update it automatically): CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml] 
Path:

assertThatMatchSnapshot(testInfo, testDirPath, "quarkus-my-quarkiverse-ext/integration-tests/pom.xml");


⚙️ Maven Tests - JDK 11 Windows #

- Failing: integration-tests/maven 

📦 integration-tests/maven

# Tests:    182
+ Success:  173
- Failures: 1
- Errors:   0
! Skipped:  8

io.quarkus.maven.it.CreateExtensionMojoIT.testCreateQuarkiverseExtension(TestInfo) line 126 - Source on GitHub - 🠅

java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to update it automatically): CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml] 
Path:

assertThatMatchSnapshot(testInfo, testDirPath, "quarkus-my-quarkiverse-ext/integration-tests/pom.xml");

io.quarkus.maven.it.CreateExtensionMojoIT.testCreateQuarkiverseExtension(TestInfo) line 126 - Source on GitHub - 🠅

java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to update it automatically): CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml] 
Path:

assertThatMatchSnapshot(testInfo, testDirPath, "quarkus-my-quarkiverse-ext/integration-tests/pom.xml");


⚙️ MicroProfile TCKs Tests #

- Failing: tcks/microprofile-lra 

📦 tcks/microprofile-lra

# Tests:    129
+ Success:  128
- Failures: 0
- Errors:   1
! Skipped:  0

org.eclipse.microprofile.lra.tck.TckParticipantTests. - Source on GitHub - 🠅

org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/jbosstm/lra-coordinator:latest
	at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:359)
	at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:334)

Annotations

Check failure on line 126 in integration-tests/maven/src/test/java/io/quarkus/maven/it/CreateExtensionMojoIT.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for dcd83e5c12bfb344bf2333b71c3e7a682993458e

Maven Tests - JDK 11

java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to update it automatically): CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml] 
Path:
Raw output
java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to update it automatically): CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml] 
Path:
  target/test-classes/output/create-quarkiverse-extension/quarkus-my-quarkiverse-ext/integration-tests/pom.xml
and path:
  src/test/resources/__snapshots__/CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml
do not have same content:

Missing content at line 62:
  ["            <configuration>",
   "              <systemPropertyVariables>",
   "                <native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>",
   "                <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>",
   "                <maven.home>${maven.home}</maven.home>",
   "              </systemPropertyVariables>",
   "            </configuration>"]

Extra content at line 71:
  ["        <configuration>",
   "          <systemPropertyVariables>",
   "            <native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>",
   "            <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>",
   "            <maven.home>${maven.home}</maven.home>",
   "          </systemPropertyVariables>",
   "        </configuration>"]

	at io.quarkus.devtools.testing.SnapshotTesting.lambda$assertThatMatchSnapshot$0(SnapshotTesting.java:183)
	at io.quarkus.devtools.testing.SnapshotTesting.withSnapshotsDir(SnapshotTesting.java:97)
	at io.quarkus.devtools.testing.SnapshotTesting.assertThatMatchSnapshot(SnapshotTesting.java:160)
	at io.quarkus.devtools.testing.SnapshotTesting.assertThatMatchSnapshot(SnapshotTesting.java:136)
	at io.quarkus.maven.it.CreateExtensionMojoIT.testCreateQuarkiverseExtension(CreateExtensionMojoIT.java:126)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)

Check failure on line 126 in integration-tests/maven/src/test/java/io/quarkus/maven/it/CreateExtensionMojoIT.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for dcd83e5c12bfb344bf2333b71c3e7a682993458e

Maven Tests - JDK 11

java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to update it automatically): CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml] 
Path:
Raw output
java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to update it automatically): CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml] 
Path:
  target/test-classes/output/create-quarkiverse-extension/quarkus-my-quarkiverse-ext/integration-tests/pom.xml
and path:
  src/test/resources/__snapshots__/CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml
do not have same content:

Missing content at line 62:
  ["            <configuration>",
   "              <systemPropertyVariables>",
   "                <native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>",
   "                <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>",
   "                <maven.home>${maven.home}</maven.home>",
   "              </systemPropertyVariables>",
   "            </configuration>"]

Extra content at line 71:
  ["        <configuration>",
   "          <systemPropertyVariables>",
   "            <native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>",
   "            <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>",
   "            <maven.home>${maven.home}</maven.home>",
   "          </systemPropertyVariables>",
   "        </configuration>"]

	at io.quarkus.devtools.testing.SnapshotTesting.lambda$assertThatMatchSnapshot$0(SnapshotTesting.java:183)
	at io.quarkus.devtools.testing.SnapshotTesting.withSnapshotsDir(SnapshotTesting.java:97)
	at io.quarkus.devtools.testing.SnapshotTesting.assertThatMatchSnapshot(SnapshotTesting.java:160)
	at io.quarkus.devtools.testing.SnapshotTesting.assertThatMatchSnapshot(SnapshotTesting.java:136)
	at io.quarkus.maven.it.CreateExtensionMojoIT.testCreateQuarkiverseExtension(CreateExtensionMojoIT.java:126)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)

Check failure on line 126 in integration-tests/maven/src/test/java/io/quarkus/maven/it/CreateExtensionMojoIT.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for dcd83e5c12bfb344bf2333b71c3e7a682993458e

Maven Tests - JDK 11 Windows

java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to update it automatically): CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml] 
Path:
Raw output
java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to update it automatically): CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml] 
Path:
  target\test-classes\output\create-quarkiverse-extension\quarkus-my-quarkiverse-ext\integration-tests\pom.xml
and path:
  src\test\resources\__snapshots__\CreateExtensionMojoIT\testCreateQuarkiverseExtension\quarkus-my-quarkiverse-ext_integration-tests_pom.xml
do not have same content:

Missing content at line 62:
  ["            <configuration>",
   "              <systemPropertyVariables>",
   "                <native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>",
   "                <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>",
   "                <maven.home>${maven.home}</maven.home>",
   "              </systemPropertyVariables>",
   "            </configuration>"]

Extra content at line 71:
  ["        <configuration>",
   "          <systemPropertyVariables>",
   "            <native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>",
   "            <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>",
   "            <maven.home>${maven.home}</maven.home>",
   "          </systemPropertyVariables>",
   "        </configuration>"]

	at io.quarkus.devtools.testing.SnapshotTesting.lambda$assertThatMatchSnapshot$0(SnapshotTesting.java:183)
	at io.quarkus.devtools.testing.SnapshotTesting.withSnapshotsDir(SnapshotTesting.java:97)
	at io.quarkus.devtools.testing.SnapshotTesting.assertThatMatchSnapshot(SnapshotTesting.java:160)
	at io.quarkus.devtools.testing.SnapshotTesting.assertThatMatchSnapshot(SnapshotTesting.java:136)
	at io.quarkus.maven.it.CreateExtensionMojoIT.testCreateQuarkiverseExtension(CreateExtensionMojoIT.java:126)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)

Check failure on line 126 in integration-tests/maven/src/test/java/io/quarkus/maven/it/CreateExtensionMojoIT.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for dcd83e5c12bfb344bf2333b71c3e7a682993458e

Maven Tests - JDK 11 Windows

java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to update it automatically): CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml] 
Path:
Raw output
java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to update it automatically): CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_integration-tests_pom.xml] 
Path:
  target\test-classes\output\create-quarkiverse-extension\quarkus-my-quarkiverse-ext\integration-tests\pom.xml
and path:
  src\test\resources\__snapshots__\CreateExtensionMojoIT\testCreateQuarkiverseExtension\quarkus-my-quarkiverse-ext_integration-tests_pom.xml
do not have same content:

Missing content at line 62:
  ["            <configuration>",
   "              <systemPropertyVariables>",
   "                <native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>",
   "                <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>",
   "                <maven.home>${maven.home}</maven.home>",
   "              </systemPropertyVariables>",
   "            </configuration>"]

Extra content at line 71:
  ["        <configuration>",
   "          <systemPropertyVariables>",
   "            <native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>",
   "            <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>",
   "            <maven.home>${maven.home}</maven.home>",
   "          </systemPropertyVariables>",
   "        </configuration>"]

	at io.quarkus.devtools.testing.SnapshotTesting.lambda$assertThatMatchSnapshot$0(SnapshotTesting.java:183)
	at io.quarkus.devtools.testing.SnapshotTesting.withSnapshotsDir(SnapshotTesting.java:97)
	at io.quarkus.devtools.testing.SnapshotTesting.assertThatMatchSnapshot(SnapshotTesting.java:160)
	at io.quarkus.devtools.testing.SnapshotTesting.assertThatMatchSnapshot(SnapshotTesting.java:136)
	at io.quarkus.maven.it.CreateExtensionMojoIT.testCreateQuarkiverseExtension(CreateExtensionMojoIT.java:126)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)

Check failure on line 1 in tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckParticipantTests.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for dcd83e5c12bfb344bf2333b71c3e7a682993458e

MicroProfile TCKs Tests

org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/jbosstm/lra-coordinator:latest
	at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:359)
	at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:334)
Raw output
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/jbosstm/lra-coordinator:latest
	at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:359)
	at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:334)
	at io.quarkus.tck.lra.LRACoordinatorManager.beforeClass(LRACoordinatorManager.java:32)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105)
	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.beforeSuite(EventTestRunnerAdaptor.java:71)
	at org.jboss.arquillian.junit.AdaptorManager.initializeAdaptor(AdaptorManager.java:23)
	at org.jboss.arquillian.junit.AdaptorManagerWithNotifier.initializeAdaptor(AdaptorManagerWithNotifier.java:19)
	at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:109)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
	at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
	at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:344)
	... 30 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
	at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:564)
	at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:354)
	at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
	... 31 more
Caused by: java.lang.IllegalStateException: Wait strategy failed. Container exited with code 1
	at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:534)
	... 33 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for log output matching '.*lra-coordinator-quarkus.*'
	at org.testcontainers.containers.wait.strategy.LogMessageWaitStrategy.waitUntilReady(LogMessageWaitStrategy.java:47)
	at org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:52)
	at org.testcontainers.containers.GenericContainer.waitUntilContainerStarted(GenericContainer.java:977)
	at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:501)
	... 33 more