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

IllegalArgumentException in serenity-maven-plugin after Update to 3.2.0 #2724

Closed
fabian-froehlich opened this issue Feb 22, 2022 · 29 comments
Closed

Comments

@fabian-froehlich
Copy link

fabian-froehlich commented Feb 22, 2022

Hi,

we are are trying to upgrade from Serenity 3.1.20 to 3.2.0. But unfortunetly the serenity-maven-plugin reports an IllegalArgumentException in its aggregate goal.

All our tests use the PageObject Model together wit JUnit5. I can not reproduce this behaviour on my local windows machine. It seems to be restricted to Test-Runs inside our GitLab-CI Infrastructure. Here we have an Alpine-Linux Docker-Image together with TemurinJDK 11 and Maven 3.8.4.

Might there be something wrong with the pom.xml?

Stacktrace:

220547 [INFO] 
220547 [INFO] Results:
220547 [INFO] 
220547 [INFO] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0
220547 [INFO] 
220555 [INFO] 
220555 [INFO] --- serenity-maven-plugin:3.2.0:aggregate (serenity-reports) @ suchclient-integrationtest ---
224602 [INFO] ------------------------------------------------------------------------
224603 [INFO] BUILD FAILURE
224603 [INFO] ------------------------------------------------------------------------
224604 [INFO] Total time:  03:43 min
224608 [INFO] Finished at: 2022-02-21T17:20:51+01:00
224608 [INFO] ------------------------------------------------------------------------
224609 [ERROR] Failed to execute goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate (serenity-reports) on project suchclient-integrationtest: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate failed.: IllegalArgumentException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate (serenity-reports) on project suchclient-integrationtest: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate failed.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:[192](https://git.abc/-/jobs/654025#L192))
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate failed.
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: java.lang.IllegalArgumentException
    at java.util.concurrent.ThreadPoolExecutor.<init> (ThreadPoolExecutor.java:1293)
    at java.util.concurrent.ThreadPoolExecutor.<init> (ThreadPoolExecutor.java:1179)
    at java.util.concurrent.Executors.newFixedThreadPool (Executors.java:92)
    at net.thucydides.core.reports.html.Reporter.generateReports (Reporter.java:38)
    at net.thucydides.core.reports.html.Reporter.generateReportsFor (Reporter.java:32)
    at net.thucydides.core.reports.html.HtmlAggregateStoryReporter.generateReportsForTestResultsIn (HtmlAggregateStoryReporter.java:223)
    at net.thucydides.core.reports.html.HtmlAggregateStoryReporter.generateReportsForTestResultsFrom (HtmlAggregateStoryReporter.java:135)
    at net.serenitybdd.maven.plugins.SerenityAggregatorMojo.generateHtmlStoryReports (SerenityAggregatorMojo.java:252)
    at net.serenitybdd.maven.plugins.SerenityAggregatorMojo.execute (SerenityAggregatorMojo.java:[195](https://git.abc.org/-/jobs/654025#L195))
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:[196](https://git.abc.org/-/jobs/654025#L196))
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[224](https://git.abc.org/-/jobs/654025#L224)625 [ERROR] 
2[246](https://git.abc.org/-/jobs/654025#L246)25 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
224625 [ERROR] 
224625 [ERROR] For more information about the errors and possible solutions, please read the following articles:
224625 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

This is our (updated) pom:

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.corp</groupId>
    <artifactId>integrationtest</artifactId>
    <name>integrationtest</name>
    <version>0.0.1-SNAPSHOT</version>
    <properties>
        <parallel.tests>1</parallel.tests>

        <maven.compiler.source>11</maven.compiler.source>
        <maven.compiler.target>11</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <encoding>UTF-8</encoding>
        <tags></tags>

        <serenity.version>3.2.0</serenity.version>
        <junit.version>5.8.2</junit.version>
        <assertj-core.version>3.22.0</assertj-core.version>
        <logback-classic.version>1.2.10</logback-classic.version>
        <lombok.version>1.18.22</lombok.version>
        <mockserver-netty.version>5.12.0</mockserver-netty.version>
        <json.version>20211205</json.version>
        <guava.version>31.0.1-jre</guava.version>
    </properties>
    <dependencies>
        <dependency>
            <groupId>net.serenity-bdd</groupId>
            <artifactId>serenity-core</artifactId>
            <version>${serenity.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.serenity-bdd</groupId>
            <artifactId>serenity-junit5</artifactId>
            <version>${serenity.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter</artifactId>
            <version>${junit.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>${logback-classic.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.assertj</groupId>
            <artifactId>assertj-core</artifactId>
            <version>${assertj-core.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.json</groupId>
            <artifactId>json</artifactId>
            <version>${json.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mock-server</groupId>
            <artifactId>mockserver-netty</artifactId>
            <version>${mockserver-netty.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>${guava.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
            <version>${lombok.version}</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>3.0.0-M5</version>
                <configuration>
                    <argLine>-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=85.0</argLine>
                    <skip>true</skip>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-failsafe-plugin</artifactId>
                <version>3.0.0-M5</version>
                <configuration>
                    <argLine>-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=85.0</argLine>
                    <includes>
                        <include>**/*Test.java</include>
                        <include>**/Test*.java</include>
                        <include>**/*TestSuite.java</include>
                        <include>**/When*.java</include>
                    </includes>
                    <systemPropertyVariables>
                        <junit.jupiter.extensions.autodetection.enabled>true</junit.jupiter.extensions.autodetection.enabled>
                    </systemPropertyVariables>
                </configuration>
                <executions>
                    <execution>
                        <goals>
                            <goal>integration-test</goal>
                            <goal>verify</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.10.0</version>
            </plugin>
            <plugin>
                <groupId>net.serenity-bdd.maven.plugins</groupId>
                <artifactId>serenity-maven-plugin</artifactId>
                <version>${serenity.version}</version>
                <configuration>
                    <tags>${tags}</tags>
                    <reports>single-page-html</reports>
                </configuration>
                <executions>
                    <execution>
                        <id>serenity-reports</id>
                        <phase>post-integration-test</phase>
                        <goals>
                            <goal>aggregate</goal>
                        </goals>
                    </execution>
                </executions>
                <dependencies>
                    <dependency>
                        <groupId>net.serenity-bdd</groupId>
                        <artifactId>serenity-single-page-report</artifactId>
                        <version>${serenity.version}</version>
                    </dependency>
                </dependencies>
            </plugin>
            <!-- Prettier Formatter -->
            <plugin>
                <groupId>com.hubspot.maven.plugins</groupId>
                <artifactId>prettier-maven-plugin</artifactId>
                <version>0.17</version>
                <configuration>
                    <ignoreEditorConfig>true</ignoreEditorConfig>
                    <nodeVersion>12.13.0</nodeVersion>
                    <prettierJavaVersion>0.8.3</prettierJavaVersion>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-enforcer-plugin</artifactId>
                <version>3.0.0</version>
                <executions>
                    <execution>
                        <id>enforce-maven</id>
                        <goals>
                            <goal>enforce</goal>
                        </goals>
                        <configuration>
                            <rules>
                                <requireMavenVersion>
                                    <version>3.8.3</version>
                                </requireMavenVersion>
                            </rules>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>3.2.2</version>
                <configuration>
                    <skipIfEmpty>true</skipIfEmpty>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>
@fabian-froehlich fabian-froehlich changed the title IllegalArgumentException in serenity-maven-plugin after Update to 3.2.0 running in Docker IllegalArgumentException in serenity-maven-plugin after Update to 3.2.0 Feb 22, 2022
@wakaleo
Copy link
Member

wakaleo commented Feb 22, 2022

That message is unfortunately not enough to go on - try running with -e to see if you can get more information. Also, run mvn dependency:tree -Dverbose to check for dependency conflicts.

@fabian-froehlich
Copy link
Author

fabian-froehlich commented Feb 22, 2022

Our Tests often look like that:

    @ParameterizedTest
    @EnumSource(Language.class)
    public void deleteLocationInput(Language lang) {
       ...
    }

The dependency-tree is huge and has some conflicts but I am not sure if these are critical.

I ran the pipeline with -X. If that does not help I might need to create a minimal example:

381286 [DEBUG] Importing foreign packages into class realm plugin>net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0
381286 [DEBUG]   Imported:  < maven.api
381286 [DEBUG] Populating class realm plugin>net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0
381286 [DEBUG]   Included: net.serenity-bdd.maven.plugins:serenity-maven-plugin:jar:3.2.0
381286 [DEBUG]   Included: net.serenity-bdd:serenity-single-page-report:jar:3.2.0
381286 [DEBUG]   Included: net.serenity-bdd:serenity-stats:jar:3.2.0
381286 [DEBUG]   Included: net.serenity-bdd:serenity-model:jar:3.2.0
381286 [DEBUG]   Included: org.apache.commons:commons-text:jar:1.9
381286 [DEBUG]   Included: commons-net:commons-net:jar:3.6
381286 [DEBUG]   Included: com.google.guava:guava:jar:31.0.1-jre
381286 [DEBUG]   Included: com.google.guava:failureaccess:jar:1.0.1
381286 [DEBUG]   Included: com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava
381286 [DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
381286 [DEBUG]   Included: org.checkerframework:checker-qual:jar:3.12.0
381286 [DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.7.1
381286 [DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.3
381286 [DEBUG]   Included: com.google.inject:guice:jar:5.0.1
381286 [DEBUG]   Included: aopalliance:aopalliance:jar:1.0
381286 [DEBUG]   Included: org.jsoup:jsoup:jar:1.14.3
381286 [DEBUG]   Included: com.thoughtworks.xstream:xstream:jar:1.4.19
381286 [DEBUG]   Included: io.github.x-stream:mxparser:jar:1.2.2
381286 [DEBUG]   Included: xmlpull:xmlpull:jar:1.1.3.1
381286 [DEBUG]   Included: io.cucumber:cucumber-core:jar:7.2.3
381286 [DEBUG]   Included: io.cucumber:cucumber-gherkin:jar:7.2.3
381286 [DEBUG]   Included: io.cucumber:cucumber-gherkin-messages:jar:7.2.3
381286 [DEBUG]   Included: io.cucumber:messages:jar:17.1.1
381286 [DEBUG]   Included: io.cucumber:tag-expressions:jar:4.1.0
381287 [DEBUG]   Included: io.cucumber:cucumber-expressions:jar:15.0.1
381287 [DEBUG]   Included: io.cucumber:datatable:jar:7.2.3
381287 [DEBUG]   Included: io.cucumber:cucumber-plugin:jar:7.2.3
381287 [DEBUG]   Included: io.cucumber:docstring:jar:7.2.3
381287 [DEBUG]   Included: io.cucumber:html-formatter:jar:17.0.0
381287 [DEBUG]   Included: io.cucumber:ci-environment:jar:8.1.0
381287 [DEBUG]   Included: io.cucumber:cucumber-java:jar:7.2.3
381287 [DEBUG]   Included: com.typesafe:config:jar:1.3.1
381287 [DEBUG]   Included: org.imgscalr:imgscalr-lib:jar:4.2
381287 [DEBUG]   Included: org.awaitility:awaitility:jar:4.1.0
381287 [DEBUG]   Included: org.freemarker:freemarker:jar:2.3.31
381287 [DEBUG]   Included: io.github.classgraph:classgraph:jar:4.8.138
381287 [DEBUG]   Included: net.sourceforge.jexcelapi:jxl:jar:2.6.12
381287 [DEBUG]   Included: net.bytebuddy:byte-buddy:jar:1.12.3
381287 [DEBUG]   Included: net.bytebuddy:byte-buddy-agent:jar:1.12.3
381287 [DEBUG]   Included: org.objenesis:objenesis:jar:3.1
381287 [DEBUG]   Included: net.serenity-bdd:serenity-reports:jar:3.2.0
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-all:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-abbreviation:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-admonition:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-anchorlink:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-aside:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-attributes:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-autolink:jar:0.34.30
381287 [DEBUG]   Included: org.nibor.autolink:autolink:jar:0.6.0
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-definition:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-emoji:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-enumerated-reference:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-escaped-character:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-footnotes:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-gfm-issues:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-gfm-tables:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-gfm-tasklist:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-gfm-users:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-gitlab:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-jekyll-front-matter:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-jekyll-tag:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-media-tags:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-test-util:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-ins:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-xwiki-macros:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-superscript:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-tables:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-toc:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-typographic:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-wikilink:jar:0.34.30
381287 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-yaml-front-matter:jar:0.34.30
381288 [DEBUG]   Included: com.vladsch.flexmark:flexmark-ext-youtube-embedded:jar:0.34.30
381288 [DEBUG]   Included: com.vladsch.flexmark:flexmark-formatter:jar:0.34.30
381288 [DEBUG]   Included: com.vladsch.flexmark:flexmark-html-parser:jar:0.34.30
381288 [DEBUG]   Included: com.vladsch.flexmark:flexmark-jira-converter:jar:0.34.30
381288 [DEBUG]   Included: com.vladsch.flexmark:flexmark-pdf-converter:jar:0.34.30
381288 [DEBUG]   Included: com.openhtmltopdf:openhtmltopdf-core:jar:0.0.1-RC13
381288 [DEBUG]   Included: com.openhtmltopdf:openhtmltopdf-pdfbox:jar:0.0.1-RC13
381288 [DEBUG]   Included: org.apache.pdfbox:pdfbox:jar:2.0.8
381288 [DEBUG]   Included: org.apache.pdfbox:fontbox:jar:2.0.8
381288 [DEBUG]   Included: commons-logging:commons-logging:jar:1.2
381288 [DEBUG]   Included: org.apache.pdfbox:xmpbox:jar:2.0.8
381288 [DEBUG]   Included: de.rototor.pdfbox:graphics2d:jar:0.12
381288 [DEBUG]   Included: com.openhtmltopdf:openhtmltopdf-rtl-support:jar:0.0.1-RC13
381288 [DEBUG]   Included: com.ibm.icu:icu4j:jar:59.1
381288 [DEBUG]   Included: com.openhtmltopdf:openhtmltopdf-jsoup-dom-converter:jar:0.0.1-RC13
381288 [DEBUG]   Included: com.vladsch.flexmark:flexmark-profile-pegdown:jar:0.34.30
381288 [DEBUG]   Included: com.vladsch.flexmark:flexmark-util:jar:0.34.30
381288 [DEBUG]   Included: com.vladsch.flexmark:flexmark-youtrack-converter:jar:0.34.30
381288 [DEBUG]   Included: es.nitaur.markdown:txtmark:jar:0.16
381288 [DEBUG]   Included: net.serenity-bdd:serenity-reports-configuration:jar:3.2.0
381288 [DEBUG]   Included: org.jetbrains.kotlin:kotlin-stdlib:jar:1.6.0
381288 [DEBUG]   Included: org.jetbrains:annotations:jar:13.0
381288 [DEBUG]   Included: org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.6.0
381288 [DEBUG]   Included: org.thymeleaf:thymeleaf:jar:3.0.14.RELEASE
381288 [DEBUG]   Included: ognl:ognl:jar:3.1.26
381288 [DEBUG]   Included: org.attoparser:attoparser:jar:2.0.5.RELEASE
381288 [DEBUG]   Included: org.unbescape:unbescape:jar:1.1.6.RELEASE
381288 [DEBUG]   Included: org.javassist:javassist:jar:3.28.0-GA
381288 [DEBUG]   Included: org.knowm.xchart:xchart:jar:3.5.2
381288 [DEBUG]   Included: de.erichseifert.vectorgraphics2d:VectorGraphics2D:jar:0.13
381288 [DEBUG]   Included: org.thymeleaf.extras:thymeleaf-extras-java8time:jar:3.0.4.RELEASE
381288 [DEBUG]   Included: net.serenity-bdd:serenity-core:jar:3.2.0
381288 [DEBUG]   Included: net.serenity-bdd:serenity-report-resources:jar:3.2.0
381288 [DEBUG]   Included: com.google.code.gson:gson:jar:2.8.9
381288 [DEBUG]   Included: com.fasterxml.jackson.core:jackson-core:jar:2.12.4
381288 [DEBUG]   Included: com.fasterxml.jackson.core:jackson-databind:jar:2.12.4
381288 [DEBUG]   Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.12.4
381288 [DEBUG]   Included: commons-codec:commons-codec:jar:1.15
381288 [DEBUG]   Included: commons-io:commons-io:jar:2.8.0
381288 [DEBUG]   Included: org.seleniumhq.selenium:selenium-java:jar:4.1.2
381288 [DEBUG]   Included: org.seleniumhq.selenium:selenium-devtools-v85:jar:4.1.2
381288 [DEBUG]   Included: org.seleniumhq.selenium:selenium-devtools-v95:jar:4.1.2
381288 [DEBUG]   Included: org.seleniumhq.selenium:selenium-devtools-v96:jar:4.1.2
381288 [DEBUG]   Included: org.seleniumhq.selenium:selenium-devtools-v97:jar:4.1.2
381289 [DEBUG]   Included: org.seleniumhq.selenium:selenium-firefox-xpi-driver:jar:4.1.2
381289 [DEBUG]   Included: org.seleniumhq.selenium:selenium-opera-driver:jar:4.1.2
381289 [DEBUG]   Included: org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2
381289 [DEBUG]   Included: com.beust:jcommander:jar:1.82
381289 [DEBUG]   Included: io.netty:netty-buffer:jar:4.1.73.Final
381289 [DEBUG]   Included: io.netty:netty-codec-http:jar:4.1.73.Final
381289 [DEBUG]   Included: io.netty:netty-codec:jar:4.1.73.Final
381289 [DEBUG]   Included: io.netty:netty-handler:jar:4.1.73.Final
381289 [DEBUG]   Included: io.netty:netty-tcnative-classes:jar:2.0.46.Final
381289 [DEBUG]   Included: io.netty:netty-common:jar:4.1.73.Final
381289 [DEBUG]   Included: io.netty:netty-transport-classes-epoll:jar:4.1.73.Final
381289 [DEBUG]   Included: io.netty:netty-transport-classes-kqueue:jar:4.1.73.Final
381289 [DEBUG]   Included: io.netty:netty-transport-native-epoll:jar:4.1.73.Final
381289 [DEBUG]   Included: io.netty:netty-transport-native-kqueue:jar:4.1.73.Final
381289 [DEBUG]   Included: io.netty:netty-transport-native-unix-common:jar:4.1.73.Final
381289 [DEBUG]   Included: io.netty:netty-transport:jar:4.1.73.Final
381289 [DEBUG]   Included: io.netty:netty-resolver:jar:4.1.73.Final
381289 [DEBUG]   Included: io.opentelemetry:opentelemetry-api:jar:1.10.1
381289 [DEBUG]   Included: io.opentelemetry:opentelemetry-context:jar:1.10.1
381289 [DEBUG]   Included: io.opentelemetry:opentelemetry-exporter-logging:jar:1.10.1
381289 [DEBUG]   Included: io.opentelemetry:opentelemetry-sdk-metrics:jar:1.10.1-alpha
381289 [DEBUG]   Included: io.opentelemetry:opentelemetry-sdk-logs:jar:1.10.1-alpha
381289 [DEBUG]   Included: io.opentelemetry:opentelemetry-sdk-common:jar:1.10.1
381289 [DEBUG]   Included: io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:jar:1.10.1
381289 [DEBUG]   Included: io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:jar:1.10.1-alpha
381289 [DEBUG]   Included: io.opentelemetry:opentelemetry-sdk-trace:jar:1.10.1
381289 [DEBUG]   Included: io.opentelemetry:opentelemetry-sdk:jar:1.10.1
381289 [DEBUG]   Included: io.opentelemetry:opentelemetry-semconv:jar:1.10.1-alpha
381289 [DEBUG]   Included: io.ous:jtoml:jar:2.0.0
381289 [DEBUG]   Included: org.apache.commons:commons-exec:jar:1.3
381289 [DEBUG]   Included: org.asynchttpclient:async-http-client:jar:2.12.3
381289 [DEBUG]   Included: org.asynchttpclient:async-http-client-netty-utils:jar:2.12.3
381289 [DEBUG]   Included: io.netty:netty-codec-socks:jar:4.1.60.Final
381289 [DEBUG]   Included: io.netty:netty-handler-proxy:jar:4.1.60.Final
381289 [DEBUG]   Included: io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.60.Final
381289 [DEBUG]   Included: io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.60.Final
381289 [DEBUG]   Included: org.reactivestreams:reactive-streams:jar:1.0.3
381289 [DEBUG]   Included: com.typesafe.netty:netty-reactive-streams:jar:2.0.4
381289 [DEBUG]   Included: org.seleniumhq.selenium:selenium-http:jar:4.1.2
381289 [DEBUG]   Included: net.jodah:failsafe:jar:2.4.4
381289 [DEBUG]   Included: org.seleniumhq.selenium:selenium-safari-driver:jar:4.1.2
381289 [DEBUG]   Included: org.seleniumhq.selenium:selenium-api:jar:4.1.2
381290 [DEBUG]   Included: org.seleniumhq.selenium:selenium-support:jar:4.1.2
381290 [DEBUG]   Included: com.google.auto.service:auto-service-annotations:jar:1.0.1
381290 [DEBUG]   Included: com.google.auto.service:auto-service:jar:1.0.1
381290 [DEBUG]   Included: com.google.auto:auto-common:jar:1.2
381290 [DEBUG]   Included: org.seleniumhq.selenium:selenium-json:jar:4.1.2
381290 [DEBUG]   Included: org.seleniumhq.selenium:selenium-chrome-driver:jar:4.1.2
381290 [DEBUG]   Included: org.seleniumhq.selenium:selenium-chromium-driver:jar:4.1.2
381290 [DEBUG]   Included: org.seleniumhq.selenium:selenium-firefox-driver:jar:4.1.2
381290 [DEBUG]   Included: org.seleniumhq.selenium:selenium-edge-driver:jar:4.1.2
381290 [DEBUG]   Included: org.seleniumhq.selenium:selenium-ie-driver:jar:4.1.2
381290 [DEBUG]   Included: org.projectlombok:lombok:jar:1.18.20
381290 [DEBUG]   Included: io.appium:java-client:jar:8.0.0-beta2
381290 [DEBUG]   Included: commons-validator:commons-validator:jar:1.7
381290 [DEBUG]   Included: commons-digester:commons-digester:jar:2.1
381290 [DEBUG]   Included: org.aspectj:aspectjweaver:jar:1.9.7
381290 [DEBUG]   Included: org.codehaus.groovy:groovy:jar:3.0.9
381290 [DEBUG]   Included: net.sf.opencsv:opencsv:jar:2.0
381290 [DEBUG]   Included: commons-beanutils:commons-beanutils:jar:1.9.4
381290 [DEBUG]   Included: commons-collections:commons-collections:jar:3.2.2
381290 [DEBUG]   Included: org.fluentlenium:fluentlenium-core:jar:0.10.2
381290 [DEBUG]   Included: io.github.bonigarcia:webdrivermanager:jar:5.0.3
381290 [DEBUG]   Included: com.github.docker-java:docker-java:jar:3.2.12
381290 [DEBUG]   Included: com.github.docker-java:docker-java-core:jar:3.2.12
381290 [DEBUG]   Included: com.github.docker-java:docker-java-api:jar:3.2.12
381290 [DEBUG]   Included: org.apache.commons:commons-compress:jar:1.21
381290 [DEBUG]   Included: org.bouncycastle:bcpkix-jdk15on:jar:1.64
381290 [DEBUG]   Included: org.bouncycastle:bcprov-jdk15on:jar:1.64
381290 [DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.7.30
381290 [DEBUG]   Included: com.github.docker-java:docker-java-transport-httpclient5:jar:3.2.12
381290 [DEBUG]   Included: com.github.docker-java:docker-java-transport:jar:3.2.12
381290 [DEBUG]   Included: org.apache.httpcomponents.client5:httpclient5:jar:5.0.3
381290 [DEBUG]   Included: org.apache.httpcomponents.core5:httpcore5:jar:5.0.2
381290 [DEBUG]   Included: net.java.dev.jna:jna:jar:5.8.0
381291 [DEBUG]   Included: org.brotli:dec:jar:0.1.2
381291 [DEBUG]   Included: com.jhlabs:filters:jar:2.0.235
381291 [DEBUG]   Included: com.paulhammant:ngwebdriver:jar:1.1.5
381291 [DEBUG]   Included: joda-time:joda-time:jar:2.8.2
381291 [DEBUG]   Included: org.hamcrest:hamcrest:jar:2.2
381291 [DEBUG]   Included: com.google.jimfs:jimfs:jar:1.1
381291 [DEBUG]   Included: org.mockito:mockito-core:jar:3.3.3
381291 [DEBUG]   Included: javax.xml.bind:jaxb-api:jar:2.3.1
381291 [DEBUG]   Included: javax.activation:javax.activation-api:jar:1.2.0
381291 [DEBUG]   Included: com.sun.xml.bind:jaxb-core:jar:2.3.0.1
381291 [DEBUG]   Included: com.sun.xml.bind:jaxb-impl:jar:2.3.3
381291 [DEBUG]   Included: jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3
381291 [DEBUG]   Included: com.sun.activation:jakarta.activation:jar:1.2.2
381291 [DEBUG]   Included: javax.activation:activation:jar:1.1.1
381291 [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
381291 [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
381291 [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
381291 [DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.6.3
381291 [DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.4.1
381291 [DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
381291 [DEBUG]   Included: javax.enterprise:cdi-api:jar:1.0
381291 [DEBUG]   Included: javax.annotation:jsr250-api:jar:1.0
381291 [DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
381291 [DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
381291 [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.2.1
381291 [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
381291 [DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0
381291 [DEBUG]   Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5
381291 [DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.11
381291 [DEBUG]   Included: org.assertj:assertj-core:jar:3.21.0
381404 [DEBUG] Configuring mojo net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate from plugin realm ClassRealm[plugin>net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5c29bfd]
381405 [DEBUG] Configuring mojo 'net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate' with basic configurator -->
381405 [DEBUG]   (f) project = MavenProject: org.corp:suchclient-integrationtest:0.0.1-SNAPSHOT @ /builds/frontend_redesign/integrationstest/pom.xml
381405 [DEBUG]   (f) projectKey = default
381405 [DEBUG]   (f) reports = single-page-html
381405 [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@5d1a859c
381405 [DEBUG]   (f) tags = 
381405 [DEBUG] -- end configuration --
382276 [DEBUG] Generating test results for 50 tests
382336 [DEBUG] Loading requirements from tag providers :[net.thucydides.core.requirements.PackageRequirementsTagProvider@5765bf07, net.thucydides.core.requirements.FileSystemRequirementsTagProvider@c27321]
382338 [DEBUG] LOADED REQUIREMENTS:
NO REQUIREMENTS FOUND
382342 [DEBUG] 0 requirements loaded after 67 ms
382343 [DEBUG] 0 related requirements found after 68 ms
382383 [INFO] ------------------------------------------------------------------------
382383 [INFO] BUILD FAILURE
382383 [INFO] ------------------------------------------------------------------------
382383 [INFO] Total time:  06:21 min
382387 [INFO] Finished at: 2022-02-22T09:12:05+01:00
382387 [INFO] ------------------------------------------------------------------------
382388 [ERROR] Failed to execute goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate (serenity-reports) on project suchclient-integrationtest: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate failed.: IllegalArgumentException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate (serenity-reports) on project suchclient-integrationtest: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate failed.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate failed.
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: java.lang.IllegalArgumentException
    at java.util.concurrent.ThreadPoolExecutor.<init> (ThreadPoolExecutor.java:1293)
    at java.util.concurrent.ThreadPoolExecutor.<init> (ThreadPoolExecutor.java:1179)
    at java.util.concurrent.Executors.newFixedThreadPool (Executors.java:92)
    at net.thucydides.core.reports.html.Reporter.generateReports (Reporter.java:38)
    at net.thucydides.core.reports.html.Reporter.generateReportsFor (Reporter.java:32)
    at net.thucydides.core.reports.html.HtmlAggregateStoryReporter.generateReportsForTestResultsIn (HtmlAggregateStoryReporter.java:223)
    at net.thucydides.core.reports.html.HtmlAggregateStoryReporter.generateReportsForTestResultsFrom (HtmlAggregateStoryReporter.java:135)
    at net.serenitybdd.maven.plugins.SerenityAggregatorMojo.generateHtmlStoryReports (SerenityAggregatorMojo.java:252)
    at net.serenitybdd.maven.plugins.SerenityAggregatorMojo.execute (SerenityAggregatorMojo.java:195)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
382390 [ERROR] 
382390 [ERROR] 
382390 [ERROR] For more information about the errors and possible solutions, please read the following articles:
382390 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

@wakaleo
Copy link
Member

wakaleo commented Feb 22, 2022

Try running with -e, not -X, to see if it gives a more informative stack trace. This one doesn't say anything about the actual error.

@wakaleo
Copy link
Member

wakaleo commented Feb 22, 2022

One of the biggest changes from 3.1.x to 3.2.0 is the Selenium dependency update, which includes a lot of new classes, and a lot of old dependencies still pull in old dependencies.

@fabian-froehlich
Copy link
Author

fabian-froehlich commented Feb 22, 2022

This is the only error I get, when running with -e

91232 [INFO] --- serenity-maven-plugin:3.2.0:aggregate (serenity-reports) @ suchclient-integrationtest ---
96809 [INFO] ------------------------------------------------------------------------
96809 [INFO] BUILD FAILURE
96810 [INFO] ------------------------------------------------------------------------
96811 [INFO] Total time:  01:36 min
96815 [INFO] Finished at: 2022-02-22T09:53:05+01:00
96816 [INFO] ------------------------------------------------------------------------
96816 [ERROR] Failed to execute goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate (serenity-reports) on project suchclient-integrationtest: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate failed.: IllegalArgumentException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate (serenity-reports) on project suchclient-integrationtest: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate failed.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:[148](https://git.abc.org/suchdienst/frontend_redesign/-/jobs/654877#L148))
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate failed.
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:[156](https://git.abc.org/suchdienst/frontend_redesign/-/jobs/654877#L156))
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: java.lang.IllegalArgumentException
    at java.util.concurrent.ThreadPoolExecutor.<init> (ThreadPoolExecutor.java:1293)
    at java.util.concurrent.ThreadPoolExecutor.<init> (ThreadPoolExecutor.java:1[179](https://git.abc.org/suchdienst/frontend_redesign/-/jobs/654877#L179))
    at java.util.concurrent.Executors.newFixedThreadPool (Executors.java:92)
    at net.thucydides.core.reports.html.Reporter.generateReports (Reporter.java:38)
    at net.thucydides.core.reports.html.Reporter.generateReportsFor (Reporter.java:32)
    at net.thucydides.core.reports.html.HtmlAggregateStoryReporter.generateReportsForTestResultsIn (HtmlAggregateStoryReporter.java:223)
    at net.thucydides.core.reports.html.HtmlAggregateStoryReporter.generateReportsForTestResultsFrom (HtmlAggregateStoryReporter.java:135)
    at net.serenitybdd.maven.plugins.SerenityAggregatorMojo.generateHtmlStoryReports (SerenityAggregatorMojo.java:252)
    at net.serenitybdd.maven.plugins.SerenityAggregatorMojo.execute (SerenityAggregatorMojo.java:195)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:[192](https://git.abc.org/suchdienst/frontend_redesign/-/jobs/654877#L192))
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:[196](https://git.abc.org/suchdienst/frontend_redesign/-/jobs/654877#L196))
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:[225](https://git.abc.org/suchdienst/frontend_redesign/-/jobs/654877#L225))
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
96833 [ERROR] 
96833 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
96833 [ERROR] 
96834 [ERROR] For more information about the errors and possible solutions, please read the following articles:
96834 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

This is the dependency:tree:

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ suchclient-integrationtest ---
[WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
[INFO] org.corp:suchclient-integrationtest:jar:0.0.1-SNAPSHOT
[INFO] +- net.serenity-bdd:serenity-core:jar:3.2.0:test                                                
[INFO] |  +- net.serenity-bdd:serenity-model:jar:3.2.0:test                                            
[INFO] |  |  +- (net.serenity-bdd:serenity-report-resources:jar:3.2.0:test - omitted for duplicate)    
[INFO] |  |  +- (org.apache.commons:commons-lang3:jar:3.11:test - omitted for duplicate)               
[INFO] |  |  +- (commons-io:commons-io:jar:2.8.0:test - omitted for duplicate)
[INFO] |  |  +- org.apache.commons:commons-text:jar:1.9:test                                           
[INFO] |  |  |  \- (org.apache.commons:commons-lang3:jar:3.11:test - omitted for duplicate)
[INFO] |  |  +- (commons-beanutils:commons-beanutils:jar:1.9.4:test - omitted for duplicate)           
[INFO] |  |  +- commons-net:commons-net:jar:3.6:test                                                   
[INFO] |  |  +- (commons-collections:commons-collections:jar:3.2.2:test - omitted for duplicate)       
[INFO] |  |  +- (commons-codec:commons-codec:jar:1.15:test - omitted for duplicate)                    
[INFO] |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for conflict with 31.0.1-android)
[INFO] |  |  +- (org.slf4j:slf4j-api:jar:1.7.30:test - omitted for conflict with 1.7.32)
[INFO] |  |  +- (org.hamcrest:hamcrest:jar:2.2:test - omitted for duplicate)                           
[INFO] |  |  +- com.google.inject:guice:jar:5.0.1:test
[INFO] |  |  |  +- javax.inject:javax.inject:jar:1:test
[INFO] |  |  |  \- aopalliance:aopalliance:jar:1.0:test                                                
[INFO] |  |  +- org.jsoup:jsoup:jar:1.14.3:test                                                        
[INFO] |  |  +- com.thoughtworks.xstream:xstream:jar:1.4.19:test                                       
[INFO] |  |  |  \- io.github.x-stream:mxparser:jar:1.2.2:test
[INFO] |  |  |     \- xmlpull:xmlpull:jar:1.1.3.1:test                                                 
[INFO] |  |  +- (joda-time:joda-time:jar:2.8.2:test - omitted for duplicate)                           
[INFO] |  |  +- io.cucumber:cucumber-core:jar:7.2.3:test                                               
[INFO] |  |  |  +- io.cucumber:cucumber-gherkin:jar:7.2.3:test                                         
[INFO] |  |  |  |  \- (io.cucumber:cucumber-plugin:jar:7.2.3:test - omitted for duplicate)             
[INFO] |  |  |  +- io.cucumber:cucumber-gherkin-messages:jar:7.2.3:test                                
[INFO] |  |  |  |  \- (io.cucumber:cucumber-gherkin:jar:7.2.3:test - omitted for duplicate)            
[INFO] |  |  |  +- io.cucumber:messages:jar:17.1.1:test
[INFO] |  |  |  +- io.cucumber:tag-expressions:jar:4.1.0:test
[INFO] |  |  |  +- io.cucumber:cucumber-expressions:jar:15.0.1:test
[INFO] |  |  |  +- io.cucumber:datatable:jar:7.2.3:test
[INFO] |  |  |  +- io.cucumber:cucumber-plugin:jar:7.2.3:test
[INFO] |  |  |  +- io.cucumber:docstring:jar:7.2.3:test
[INFO] |  |  |  +- io.cucumber:html-formatter:jar:17.0.0:test                                          
[INFO] |  |  |  |  \- (io.cucumber:messages:jar:17.1.1:test - omitted for duplicate)                   
[INFO] |  |  |  \- io.cucumber:ci-environment:jar:8.1.0:test                                           
[INFO] |  |  +- io.cucumber:cucumber-java:jar:7.2.3:test                                               
[INFO] |  |  |  \- (io.cucumber:cucumber-core:jar:7.2.3:test - omitted for duplicate)                  
[INFO] |  |  +- (com.google.code.gson:gson:jar:2.8.9:test - omitted for duplicate)                     
[INFO] |  |  +- (net.sf.opencsv:opencsv:jar:2.0:test - omitted for duplicate)                          
[INFO] |  |  +- com.typesafe:config:jar:1.3.1:test
[INFO] |  |  +- org.imgscalr:imgscalr-lib:jar:4.2:test
[INFO] |  |  +- org.awaitility:awaitility:jar:4.1.0:test
[INFO] |  |  |  \- (org.hamcrest:hamcrest:jar:2.1:test - omitted for conflict with 2.2)
[INFO] |  |  +- org.freemarker:freemarker:jar:2.3.31:test
[INFO] |  |  +- io.github.classgraph:classgraph:jar:4.8.138:test
[INFO] |  |  +- net.sourceforge.jexcelapi:jxl:jar:2.6.12:test
[INFO] |  |  +- (org.codehaus.groovy:groovy:jar:3.0.9:test - omitted for duplicate)
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.12.3:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.12.3:test
[INFO] |  |  \- org.objenesis:objenesis:jar:3.1:test
[INFO] |  +- net.serenity-bdd:serenity-reports:jar:3.2.0:test
[INFO] |  |  +- (net.serenity-bdd:serenity-model:jar:3.2.0:test - omitted for duplicate)
[INFO] |  |  +- net.serenity-bdd:serenity-stats:jar:3.2.0:test
[INFO] |  |  |  +- (net.serenity-bdd:serenity-model:jar:3.2.0:test - omitted for duplicate)
[INFO] |  |  |  \- org.jetbrains.kotlin:kotlin-stdlib:jar:1.6.0:test
[INFO] |  |  |     +- org.jetbrains:annotations:jar:13.0:test
[INFO] |  |  |     \- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.6.0:test
[INFO] |  |  +- net.serenity-bdd:serenity-reports-configuration:jar:3.2.0:test
[INFO] |  |  |  +- (net.serenity-bdd:serenity-model:jar:3.2.0:test - omitted for duplicate)
[INFO] |  |  |  \- (org.jetbrains.kotlin:kotlin-stdlib:jar:1.6.0:test - omitted for duplicate)
[INFO] |  |  +- com.vladsch.flexmark:flexmark-all:jar:0.34.30:test
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark:jar:0.34.30:test
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-abbreviation:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-autolink:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-typographic:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-ins:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-ext-superscript:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-admonition:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-anchorlink:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-aside:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-jira-converter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-attributes:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-autolink:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- org.nibor.autolink:autolink:jar:0.6.0:test
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-definition:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-emoji:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-jira-converter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-enumerated-reference:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-ext-attributes:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-escaped-character:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-footnotes:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-gfm-issues:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-gfm-tables:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-gfm-tasklist:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-gfm-users:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-gitlab:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-jekyll-front-matter:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-yaml-front-matter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-jekyll-tag:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-media-tags:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- com.vladsch.flexmark:flexmark-test-util:jar:0.34.30:test
[INFO] |  |  |  |     \- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-ins:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-xwiki-macros:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-superscript:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-tables:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-toc:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-typographic:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-wikilink:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-yaml-front-matter:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-ext-youtube-embedded:jar:0.34.30:test
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-html-parser:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-ext-emoji:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-jira-converter:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-tables:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-wikilink:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-ins:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-superscript:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-pdf-converter:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- com.openhtmltopdf:openhtmltopdf-core:jar:0.0.1-RC13:test
[INFO] |  |  |  |  +- com.openhtmltopdf:openhtmltopdf-pdfbox:jar:0.0.1-RC13:test
[INFO] |  |  |  |  |  +- org.apache.pdfbox:pdfbox:jar:2.0.8:test
[INFO] |  |  |  |  |  |  +- org.apache.pdfbox:fontbox:jar:2.0.8:test
[INFO] |  |  |  |  |  |  |  \- (commons-logging:commons-logging:jar:1.2:test - omitted for duplicate)
[INFO] |  |  |  |  |  |  \- (commons-logging:commons-logging:jar:1.2:test - omitted for duplicate)
[INFO] |  |  |  |  |  +- org.apache.pdfbox:xmpbox:jar:2.0.8:test
[INFO] |  |  |  |  |  |  \- (commons-logging:commons-logging:jar:1.2:test - omitted for duplicate)
[INFO] |  |  |  |  |  +- (com.openhtmltopdf:openhtmltopdf-core:jar:0.0.1-RC13:test - omitted for duplicate)
[INFO] |  |  |  |  |  \- de.rototor.pdfbox:graphics2d:jar:0.12:test
[INFO] |  |  |  |  |     \- (org.apache.pdfbox:pdfbox:jar:2.0.8:test - omitted for duplicate)
[INFO] |  |  |  |  +- com.openhtmltopdf:openhtmltopdf-rtl-support:jar:0.0.1-RC13:test
[INFO] |  |  |  |  |  +- com.ibm.icu:icu4j:jar:59.1:test
[INFO] |  |  |  |  |  \- (com.openhtmltopdf:openhtmltopdf-core:jar:0.0.1-RC13:test - omitted for duplicate)
[INFO] |  |  |  |  \- com.openhtmltopdf:openhtmltopdf-jsoup-dom-converter:jar:0.0.1-RC13:test
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-profile-pegdown:jar:0.34.30:test
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-abbreviation:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-anchorlink:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-aside:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-autolink:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-definition:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-emoji:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-escaped-character:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-footnotes:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-gfm-tasklist:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-ins:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-jekyll-front-matter:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-superscript:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-tables:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-toc:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-typographic:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.vladsch.flexmark:flexmark-ext-wikilink:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |  +- com.vladsch.flexmark:flexmark-util:jar:0.34.30:test
[INFO] |  |  |  \- com.vladsch.flexmark:flexmark-youtrack-converter:jar:0.34.30:test
[INFO] |  |  |     +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |     +- (com.vladsch.flexmark:flexmark:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |     +- (com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  |     \- (com.vladsch.flexmark:flexmark-ext-tables:jar:0.34.30:test - omitted for duplicate)
[INFO] |  |  \- es.nitaur.markdown:txtmark:jar:0.16:test
[INFO] |  +- net.serenity-bdd:serenity-report-resources:jar:3.2.0:test
[INFO] |  +- com.google.code.gson:gson:jar:2.8.9:test
[INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.12.4:test
[INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.12.4:test
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.4:test
[INFO] |  |  \- (com.fasterxml.jackson.core:jackson-core:jar:2.12.4:test - omitted for duplicate)
[INFO] |  +- commons-codec:commons-codec:jar:1.15:test
[INFO] |  +- commons-io:commons-io:jar:2.8.0:test
[INFO] |  +- org.seleniumhq.selenium:selenium-java:jar:4.1.2:test
[INFO] |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- (org.seleniumhq.selenium:selenium-chrome-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- org.seleniumhq.selenium:selenium-devtools-v85:jar:4.1.2:test
[INFO] |  |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.auto.service:auto-service:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  \- (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- org.seleniumhq.selenium:selenium-devtools-v95:jar:4.1.2:test
[INFO] |  |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.auto.service:auto-service:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  \- (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- org.seleniumhq.selenium:selenium-devtools-v96:jar:4.1.2:test
[INFO] |  |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.auto.service:auto-service:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  \- (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- org.seleniumhq.selenium:selenium-devtools-v97:jar:4.1.2:test
[INFO] |  |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.auto.service:auto-service:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  \- (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- (org.seleniumhq.selenium:selenium-edge-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- (org.seleniumhq.selenium:selenium-firefox-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- org.seleniumhq.selenium:selenium-firefox-xpi-driver:jar:4.1.2:test
[INFO] |  |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.auto.service:auto-service:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-firefox-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  \- (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- (org.seleniumhq.selenium:selenium-ie-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- org.seleniumhq.selenium:selenium-opera-driver:jar:4.1.2:test
[INFO] |  |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.auto.service:auto-service:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  \- (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test
[INFO] |  |  |  +- com.beust:jcommander:jar:1.82:test
[INFO] |  |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.auto.service:auto-service:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  |  +- (io.netty:netty-buffer:jar:4.1.73.Final:test - omitted for conflict with 4.1.74.Final)
[INFO] |  |  |  +- (io.netty:netty-codec-http:jar:4.1.73.Final:test - omitted for conflict with 4.1.74.Final)
[INFO] |  |  |  +- (io.netty:netty-common:jar:4.1.73.Final:test - omitted for conflict with 4.1.74.Final)
[INFO] |  |  |  +- io.netty:netty-transport-classes-epoll:jar:4.1.73.Final:test
[INFO] |  |  |  |  +- (io.netty:netty-common:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.netty:netty-buffer:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.netty:netty-transport:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  \- (io.netty:netty-transport-native-unix-common:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  +- io.netty:netty-transport-classes-kqueue:jar:4.1.73.Final:test
[INFO] |  |  |  |  +- (io.netty:netty-common:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.netty:netty-buffer:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.netty:netty-transport:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  \- (io.netty:netty-transport-native-unix-common:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  +- io.netty:netty-transport-native-epoll:jar:4.1.73.Final:test
[INFO] |  |  |  |  +- (io.netty:netty-common:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.netty:netty-buffer:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.netty:netty-transport:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.netty:netty-transport-native-unix-common:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  \- (io.netty:netty-transport-classes-epoll:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  +- io.netty:netty-transport-native-kqueue:jar:4.1.73.Final:test
[INFO] |  |  |  |  +- (io.netty:netty-common:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.netty:netty-buffer:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.netty:netty-transport:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.netty:netty-transport-native-unix-common:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  \- (io.netty:netty-transport-classes-kqueue:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  +- io.netty:netty-transport-native-unix-common:jar:4.1.73.Final:test
[INFO] |  |  |  |  +- (io.netty:netty-common:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.netty:netty-buffer:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  |  \- (io.netty:netty-transport:jar:4.1.73.Final:test - omitted for duplicate)
[INFO] |  |  |  +- (io.netty:netty-transport:jar:4.1.73.Final:test - omitted for conflict with 4.1.74.Final)
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-api:jar:1.10.1:test
[INFO] |  |  |  |  \- (io.opentelemetry:opentelemetry-context:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-context:jar:1.10.1:test
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-exporter-logging:jar:1.10.1:test
[INFO] |  |  |  |  +- (io.opentelemetry:opentelemetry-sdk:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  |  +- io.opentelemetry:opentelemetry-sdk-metrics:jar:1.10.1-alpha:test
[INFO] |  |  |  |  |  +- (io.opentelemetry:opentelemetry-api:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  |  |  \- (io.opentelemetry:opentelemetry-sdk-common:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  |  \- io.opentelemetry:opentelemetry-sdk-logs:jar:1.10.1-alpha:test
[INFO] |  |  |  |     \- (io.opentelemetry:opentelemetry-sdk-common:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-sdk-common:jar:1.10.1:test
[INFO] |  |  |  |  +- (io.opentelemetry:opentelemetry-api:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  |  \- (io.opentelemetry:opentelemetry-semconv:jar:1.10.1-alpha:test - omitted for duplicate)
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:jar:1.10.1:test
[INFO] |  |  |  |  \- (io.opentelemetry:opentelemetry-sdk:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:jar:1.10.1-alpha:test
[INFO] |  |  |  |  +- (io.opentelemetry:opentelemetry-sdk:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.opentelemetry:opentelemetry-sdk-metrics:jar:1.10.1-alpha:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.opentelemetry:opentelemetry-sdk-logs:jar:1.10.1-alpha:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  |  \- (io.opentelemetry:opentelemetry-semconv:jar:1.10.1-alpha:test - omitted for duplicate)
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-sdk-trace:jar:1.10.1:test
[INFO] |  |  |  |  +- (io.opentelemetry:opentelemetry-api:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.opentelemetry:opentelemetry-sdk-common:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  |  \- (io.opentelemetry:opentelemetry-semconv:jar:1.10.1-alpha:test - omitted for duplicate)
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-sdk:jar:1.10.1:test
[INFO] |  |  |  |  +- (io.opentelemetry:opentelemetry-api:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.opentelemetry:opentelemetry-sdk-common:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.opentelemetry:opentelemetry-sdk-trace:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.opentelemetry:opentelemetry-sdk-metrics:jar:1.10.1-alpha:test - omitted for duplicate)
[INFO] |  |  |  |  \- (io.opentelemetry:opentelemetry-sdk-logs:jar:1.10.1-alpha:test - omitted for duplicate)
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-semconv:jar:1.10.1-alpha:test
[INFO] |  |  |  |  \- (io.opentelemetry:opentelemetry-api:jar:1.10.1:test - omitted for duplicate)
[INFO] |  |  |  +- io.ous:jtoml:jar:2.0.0:test
[INFO] |  |  |  +- org.apache.commons:commons-exec:jar:1.3:test
[INFO] |  |  |  +- org.asynchttpclient:async-http-client:jar:2.12.3:test
[INFO] |  |  |  |  +- org.asynchttpclient:async-http-client-netty-utils:jar:2.12.3:test
[INFO] |  |  |  |  |  +- (io.netty:netty-buffer:jar:4.1.60.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.30:test - omitted for duplicate)
[INFO] |  |  |  |  |  \- (com.sun.activation:jakarta.activation:jar:1.2.2:test - omitted for duplicate)
[INFO] |  |  |  |  +- (io.netty:netty-codec-http:jar:4.1.60.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  |  +- (io.netty:netty-handler:jar:4.1.60.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  |  +- (io.netty:netty-codec-socks:jar:4.1.60.Final:test - omitted for conflict with 4.1.74.Final)
[INFO] |  |  |  |  +- (io.netty:netty-handler-proxy:jar:4.1.60.Final:test - omitted for conflict with 4.1.74.Final)
[INFO] |  |  |  |  +- io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.60.Final:test
[INFO] |  |  |  |  |  +- (io.netty:netty-common:jar:4.1.60.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  |  |  +- (io.netty:netty-buffer:jar:4.1.60.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  |  |  +- (io.netty:netty-transport:jar:4.1.60.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  |  |  \- (io.netty:netty-transport-native-unix-common:jar:4.1.60.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  |  +- io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.60.Final:test
[INFO] |  |  |  |  |  +- (io.netty:netty-common:jar:4.1.60.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  |  |  +- (io.netty:netty-buffer:jar:4.1.60.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  |  |  +- (io.netty:netty-transport:jar:4.1.60.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  |  |  \- (io.netty:netty-transport-native-unix-common:jar:4.1.60.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  |  +- org.reactivestreams:reactive-streams:jar:1.0.3:test
[INFO] |  |  |  |  +- com.typesafe.netty:netty-reactive-streams:jar:2.0.4:test
[INFO] |  |  |  |  |  +- (io.netty:netty-handler:jar:4.1.43.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  |  |  \- (org.reactivestreams:reactive-streams:jar:1.0.3:test - omitted for duplicate)
[INFO] |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.30:test - omitted for duplicate)
[INFO] |  |  |  |  \- (com.sun.activation:jakarta.activation:jar:1.2.2:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  +- org.seleniumhq.selenium:selenium-http:jar:4.1.2:test
[INFO] |  |  |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  |  |  +- net.jodah:failsafe:jar:2.4.4:test
[INFO] |  |  |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  |  \- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  \- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- org.seleniumhq.selenium:selenium-safari-driver:jar:4.1.2:test
[INFO] |  |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.auto.service:auto-service:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  \- (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  \- (org.seleniumhq.selenium:selenium-support:jar:4.1.2:test - omitted for duplicate)
[INFO] |  +- org.seleniumhq.selenium:selenium-api:jar:4.1.2:test
[INFO] |  +- org.seleniumhq.selenium:selenium-support:jar:4.1.2:test
[INFO] |  |  +- com.google.auto.service:auto-service-annotations:jar:1.0.1:test
[INFO] |  |  +- com.google.auto.service:auto-service:jar:1.0.1:test
[INFO] |  |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- com.google.auto:auto-common:jar:1.2:test
[INFO] |  |  |  |  \- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  |  \- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- org.seleniumhq.selenium:selenium-json:jar:4.1.2:test
[INFO] |  |  |  \- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  \- (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  +- org.seleniumhq.selenium:selenium-chrome-driver:jar:4.1.2:test
[INFO] |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  +- (com.google.auto.service:auto-service:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- org.seleniumhq.selenium:selenium-chromium-driver:jar:4.1.2:test
[INFO] |  |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.auto.service:auto-service:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  |  +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  |  \- (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  \- (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  +- org.seleniumhq.selenium:selenium-firefox-driver:jar:4.1.2:test
[INFO] |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  +- (com.google.auto.service:auto-service:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  +- (org.seleniumhq.selenium:selenium-devtools-v85:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  \- (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  +- org.seleniumhq.selenium:selenium-edge-driver:jar:4.1.2:test
[INFO] |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  +- (com.google.auto.service:auto-service:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  +- (com.google.guava:guava:jar:31.0.1-jre:test - omitted for duplicate)
[INFO] |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  +- (org.seleniumhq.selenium:selenium-chromium-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  \- (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  +- org.seleniumhq.selenium:selenium-ie-driver:jar:4.1.2:test
[INFO] |  |  +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  +- (com.google.auto.service:auto-service:jar:1.0.1:test - omitted for duplicate)
[INFO] |  |  +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:test - omitted for duplicate)
[INFO] |  |  \- (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:test - omitted for duplicate)
[INFO] |  +- (org.projectlombok:lombok:jar:1.18.20:test - omitted for conflict with 1.18.22)
[INFO] |  +- io.appium:java-client:jar:8.0.0-beta2:test
[INFO] |  |  +- (commons-codec:commons-codec:jar:1.15:test - omitted for duplicate)
[INFO] |  |  +- commons-validator:commons-validator:jar:1.7:test
[INFO] |  |  |  +- (commons-beanutils:commons-beanutils:jar:1.9.4:test - omitted for duplicate)
[INFO] |  |  |  +- commons-digester:commons-digester:jar:2.1:test
[INFO] |  |  |  \- (commons-collections:commons-collections:jar:3.2.2:test - omitted for duplicate)
[INFO] |  |  +- (org.apache.commons:commons-lang3:jar:3.12.0:test - omitted for conflict with 3.11)
[INFO] |  |  +- org.aspectj:aspectjweaver:jar:1.9.7:test
[INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.7.32:test - omitted for conflict with 1.7.30)
[INFO] |  +- org.codehaus.groovy:groovy:jar:3.0.9:test
[INFO] |  +- net.sf.opencsv:opencsv:jar:2.0:test
[INFO] |  +- commons-beanutils:commons-beanutils:jar:1.9.4:test
[INFO] |  |  \- (commons-collections:commons-collections:jar:3.2.2:test - omitted for duplicate)
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.11:test
[INFO] |  +- commons-collections:commons-collections:jar:3.2.2:test
[INFO] |  +- org.fluentlenium:fluentlenium-core:jar:0.10.2:test
[INFO] |  +- io.github.bonigarcia:webdrivermanager:jar:5.0.3:test
[INFO] |  |  +- (org.slf4j:slf4j-api:jar:1.7.32:test - omitted for conflict with 1.7.30)
[INFO] |  |  +- (com.google.code.gson:gson:jar:2.8.8:test - omitted for conflict with 2.8.9)
[INFO] |  |  +- (org.jsoup:jsoup:jar:1.14.2:test - omitted for conflict with 1.14.3)
[INFO] |  |  +- com.github.docker-java:docker-java:jar:3.2.12:test
[INFO] |  |  |  +- com.github.docker-java:docker-java-core:jar:3.2.12:test
[INFO] |  |  |  |  +- com.github.docker-java:docker-java-api:jar:3.2.12:test
[INFO] |  |  |  |  |  +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.10.3:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (com.github.docker-java:docker-java-transport:jar:3.2.12:test - omitted for duplicate)
[INFO] |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (commons-io:commons-io:jar:2.6:test - omitted for conflict with 2.8.0)
[INFO] |  |  |  |  +- org.apache.commons:commons-compress:jar:1.21:test
[INFO] |  |  |  |  +- commons-lang:commons-lang:jar:2.6:test
[INFO] |  |  |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.10.3:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  +- (com.google.guava:guava:jar:19.0:test - omitted for conflict with 31.0.1-jre)
[INFO] |  |  |  |  \- org.bouncycastle:bcpkix-jdk15on:jar:1.64:test
[INFO] |  |  |  |     \- org.bouncycastle:bcprov-jdk15on:jar:1.64:test
[INFO] |  |  |  \- org.slf4j:jcl-over-slf4j:jar:1.7.30:test
[INFO] |  |  |     \- (org.slf4j:slf4j-api:jar:1.7.30:test - omitted for duplicate)
[INFO] |  |  +- com.github.docker-java:docker-java-transport-httpclient5:jar:3.2.12:test
[INFO] |  |  |  +- com.github.docker-java:docker-java-transport:jar:3.2.12:test
[INFO] |  |  |  +- org.apache.httpcomponents.client5:httpclient5:jar:5.0.3:test
[INFO] |  |  |  |  +- org.apache.httpcomponents.core5:httpcore5:jar:5.0.2:test
[INFO] |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for conflict with 1.7.30)
[INFO] |  |  |  |  \- (commons-codec:commons-codec:jar:1.13:test - omitted for conflict with 1.15)
[INFO] |  |  |  \- net.java.dev.jna:jna:jar:5.8.0:test
[INFO] |  |  +- (com.google.guava:guava:jar:30.1.1-jre:test - omitted for conflict with 31.0.1-jre)
[INFO] |  |  \- org.brotli:dec:jar:0.1.2:test
[INFO] |  +- com.jhlabs:filters:jar:2.0.235:test
[INFO] |  +- com.paulhammant:ngwebdriver:jar:1.1.5:test
[INFO] |  |  \- (org.seleniumhq.selenium:selenium-java:jar:3.141.59:test - omitted for conflict with 4.1.2)
[INFO] |  +- joda-time:joda-time:jar:2.8.2:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.2:test
[INFO] |  +- com.google.jimfs:jimfs:jar:1.1:test
[INFO] |  |  \- (com.google.guava:guava:jar:18.0:test - omitted for conflict with 31.0.1-jre)
[INFO] |  +- org.mockito:mockito-core:jar:3.3.3:test
[INFO] |  |  +- (net.bytebuddy:byte-buddy:jar:1.10.5:test - omitted for conflict with 1.12.3)
[INFO] |  |  +- (net.bytebuddy:byte-buddy-agent:jar:1.10.5:test - omitted for conflict with 1.12.3)
[INFO] |  |  \- (org.objenesis:objenesis:jar:2.6:test - omitted for conflict with 3.1)
[INFO] |  +- (org.assertj:assertj-core:jar:3.21.0:test - omitted for conflict with 3.22.0)
[INFO] |  +- javax.xml.bind:jaxb-api:jar:2.3.1:test
[INFO] |  |  \- javax.activation:javax.activation-api:jar:1.2.0:test
[INFO] |  +- com.sun.xml.bind:jaxb-core:jar:2.3.0.1:test
[INFO] |  +- com.sun.xml.bind:jaxb-impl:jar:2.3.3:test
[INFO] |  |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[INFO] |  |  \- com.sun.activation:jakarta.activation:jar:1.2.2:test
[INFO] |  \- javax.activation:activation:jar:1.1.1:test
[INFO] +- net.serenity-bdd:serenity-junit5:jar:3.2.0:test
[INFO] |  +- (net.serenity-bdd:serenity-core:jar:3.2.0:test - omitted for duplicate)
[INFO] |  +- (net.serenity-bdd:serenity-model:jar:3.2.0:test - omitted for duplicate)
[INFO] |  +- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test
[INFO] |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  +- org.junit.platform:junit-platform-commons:jar:1.8.2:test
[INFO] |  |  |  \- (org.apiguardian:apiguardian-api:jar:1.1.2:test - omitted for duplicate)
[INFO] |  |  \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[INFO] |  +- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test
[INFO] |  |  +- org.junit.platform:junit-platform-engine:jar:1.8.2:test
[INFO] |  |  |  +- (org.opentest4j:opentest4j:jar:1.2.0:test - omitted for duplicate)
[INFO] |  |  |  +- (org.junit.platform:junit-platform-commons:jar:1.8.2:test - omitted for duplicate)
[INFO] |  |  |  \- (org.apiguardian:apiguardian-api:jar:1.1.2:test - omitted for duplicate)
[INFO] |  |  +- (org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test - omitted for duplicate)
[INFO] |  |  \- (org.apiguardian:apiguardian-api:jar:1.1.2:test - omitted for duplicate)
[INFO] |  +- org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test
[INFO] |  |  +- (org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test - omitted for duplicate)
[INFO] |  |  \- (org.apiguardian:apiguardian-api:jar:1.1.2:test - omitted for duplicate)
[INFO] |  +- org.junit.vintage:junit-vintage-engine:jar:5.8.2:test
[INFO] |  |  +- (org.junit.platform:junit-platform-engine:jar:1.8.2:test - omitted for duplicate)
[INFO] |  |  +- junit:junit:jar:4.13.2:test
[INFO] |  |  |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] |  |  \- (org.apiguardian:apiguardian-api:jar:1.1.2:test - omitted for duplicate)
[INFO] |  +- org.junit.platform:junit-platform-launcher:jar:1.8.1:test
[INFO] |  |  +- (org.junit.platform:junit-platform-engine:jar:1.8.1:test - omitted for conflict with 1.8.2)
[INFO] |  |  \- (org.apiguardian:apiguardian-api:jar:1.1.2:test - omitted for duplicate)
[INFO] |  \- org.springframework:spring-core:jar:5.3.3:test
[INFO] |     \- org.springframework:spring-jcl:jar:5.3.3:test
[INFO] +- org.junit.jupiter:junit-jupiter:jar:5.8.2:test
[INFO] |  +- (org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test - omitted for duplicate)
[INFO] |  +- (org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test - omitted for duplicate)
[INFO] |  \- (org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test - omitted for duplicate)
[INFO] +- ch.qos.logback:logback-classic:jar:1.2.10:test
[INFO] |  +- ch.qos.logback:logback-core:jar:1.2.10:test
[INFO] |  \- org.slf4j:slf4j-api:jar:1.7.32:test
[INFO] +- org.assertj:assertj-core:jar:3.22.0:test
[INFO] +- org.json:json:jar:20211205:test
[INFO] +- org.mock-server:mockserver-netty:jar:5.12.0:test
[INFO] |  +- org.mock-server:mockserver-client-java:jar:5.12.0:test
[INFO] |  |  +- (org.mock-server:mockserver-core:jar:5.12.0:test - omitted for duplicate)
[INFO] |  |  +- (org.apache.commons:commons-lang3:jar:3.12.0:test - omitted for conflict with 3.11)
[INFO] |  |  +- (com.google.guava:guava:jar:31.0.1-android:test - omitted for conflict with 31.0.1-jre)
[INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.7.36:test - omitted for conflict with 1.7.32)
[INFO] |  +- org.mock-server:mockserver-core:jar:5.12.0:test
[INFO] |  |  +- com.lmax:disruptor:jar:3.4.4:test
[INFO] |  |  +- javax.servlet:javax.servlet-api:jar:4.0.1:test
[INFO] |  |  +- (io.netty:netty-buffer:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- (io.netty:netty-codec:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- (io.netty:netty-codec-http:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- io.netty:netty-codec-socks:jar:4.1.74.Final:test
[INFO] |  |  |  +- (io.netty:netty-common:jar:4.1.74.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  +- (io.netty:netty-buffer:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  |  +- (io.netty:netty-transport:jar:4.1.74.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  \- (io.netty:netty-codec:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- (io.netty:netty-handler:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- io.netty:netty-handler-proxy:jar:4.1.74.Final:test
[INFO] |  |  |  +- (io.netty:netty-common:jar:4.1.74.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  +- (io.netty:netty-buffer:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  |  +- (io.netty:netty-transport:jar:4.1.74.Final:test - omitted for conflict with 4.1.73.Final)
[INFO] |  |  |  +- (io.netty:netty-codec:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  |  +- (io.netty:netty-codec-socks:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  |  \- (io.netty:netty-codec-http:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- (io.netty:netty-transport:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- com.jcraft:jzlib:jar:1.1.3:test
[INFO] |  |  +- com.fasterxml.uuid:java-uuid-generator:jar:4.0.1:test
[INFO] |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.29:test - omitted for conflict with 1.7.32)
[INFO] |  |  +- org.apache.velocity:velocity-engine-scripting:jar:2.3:test
[INFO] |  |  |  \- (org.apache.velocity:velocity-engine-core:jar:2.3:test - omitted for duplicate)
[INFO] |  |  +- org.apache.velocity:velocity-engine-core:jar:2.3:test
[INFO] |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.30:test - omitted for conflict with 1.7.32)
[INFO] |  |  +- (com.fasterxml.jackson.core:jackson-core:jar:2.13.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  +- net.javacrumbs.json-unit:json-unit-core:jar:2.31.0:test
[INFO] |  |  |  \- (org.hamcrest:hamcrest-core:jar:2.2:test - omitted for conflict with 1.3)
[INFO] |  |  +- com.networknt:json-schema-validator:jar:1.0.66:test
[INFO] |  |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.30:test - omitted for conflict with 1.7.32)
[INFO] |  |  |  \- (org.apache.commons:commons-lang3:jar:3.7:test - omitted for conflict with 3.11)
[INFO] |  |  +- com.jayway.jsonpath:json-path:jar:2.7.0:test
[INFO] |  |  |  +- net.minidev:json-smart:jar:2.4.7:test
[INFO] |  |  |  |  \- net.minidev:accessors-smart:jar:2.4.7:test
[INFO] |  |  |  |     \- org.ow2.asm:asm:jar:9.1:test
[INFO] |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.33:test - omitted for conflict with 1.7.32)
[INFO] |  |  +- io.swagger.parser.v3:swagger-parser:jar:2.0.30:test
[INFO] |  |  |  +- io.swagger.parser.v3:swagger-parser-v2-converter:jar:2.0.30:test
[INFO] |  |  |  |  +- io.swagger:swagger-core:jar:1.6.5:test
[INFO] |  |  |  |  |  +- (org.apache.commons:commons-lang3:jar:3.2.1:test - omitted for conflict with 3.11)
[INFO] |  |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.22:test - omitted for conflict with 1.7.32)
[INFO] |  |  |  |  |  +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.11.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.11.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  |  +- (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.11.1:test - omitted for conflict with 2.12.1)
[INFO] |  |  |  |  |  +- io.swagger:swagger-models:jar:1.6.5:test
[INFO] |  |  |  |  |  |  +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.11.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.22:test - omitted for conflict with 1.7.32)
[INFO] |  |  |  |  |  |  \- io.swagger:swagger-annotations:jar:1.6.5:test
[INFO] |  |  |  |  |  \- (com.google.guava:guava:jar:31.0.1-android:test - omitted for conflict with 31.0.1-jre)
[INFO] |  |  |  |  +- io.swagger:swagger-parser:jar:1.0.57:test
[INFO] |  |  |  |  |  +- (io.swagger:swagger-core:jar:1.6.5:test - omitted for duplicate)
[INFO] |  |  |  |  |  \- (commons-io:commons-io:jar:2.11.0:test - omitted for conflict with 2.8.0)
[INFO] |  |  |  |  +- io.swagger:swagger-compat-spec-parser:jar:1.0.57:test
[INFO] |  |  |  |  |  +- (io.swagger:swagger-core:jar:1.6.5:test - omitted for duplicate)
[INFO] |  |  |  |  |  +- (io.swagger:swagger-parser:jar:1.0.57:test - omitted for duplicate)
[INFO] |  |  |  |  |  +- com.github.java-json-tools:json-schema-validator:jar:2.2.14:test
[INFO] |  |  |  |  |  |  +- (com.google.guava:guava:jar:28.2-android:test - omitted for conflict with 31.0.1-jre)
[INFO] |  |  |  |  |  |  +- com.github.java-json-tools:jackson-coreutils-equivalence:jar:1.0:test
[INFO] |  |  |  |  |  |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.11.0:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  |  |  |  +- (com.google.guava:guava:jar:28.2-android:test - omitted for conflict with 31.0.1-jre)
[INFO] |  |  |  |  |  |  |  \- (com.github.java-json-tools:jackson-coreutils:jar:2.0:test - omitted for duplicate)
[INFO] |  |  |  |  |  |  +- com.github.java-json-tools:json-schema-core:jar:1.2.14:test
[INFO] |  |  |  |  |  |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.11.0:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  |  |  |  +- (com.google.guava:guava:jar:28.2-android:test - omitted for conflict with 31.0.1-jre)
[INFO] |  |  |  |  |  |  |  +- (com.github.java-json-tools:jackson-coreutils:jar:2.0:test - omitted for duplicate)
[INFO] |  |  |  |  |  |  |  +- (com.github.java-json-tools:jackson-coreutils-equivalence:jar:1.0:test - omitted for duplicate)
[INFO] |  |  |  |  |  |  |  +- com.github.java-json-tools:uri-template:jar:0.10:test
[INFO] |  |  |  |  |  |  |  |  +- (com.google.guava:guava:jar:28.1-android:test - omitted for conflict with 31.0.1-jre)
[INFO] |  |  |  |  |  |  |  |  +- (com.github.java-json-tools:msg-simple:jar:1.2:test - omitted for duplicate)
[INFO] |  |  |  |  |  |  |  |  \- (com.google.code.findbugs:jsr305:jar:2.0.1:test - omitted for conflict with 3.0.2)
[INFO] |  |  |  |  |  |  |  +- org.mozilla:rhino:jar:1.7.7.2:test
[INFO] |  |  |  |  |  |  |  \- (com.google.code.findbugs:jsr305:jar:3.0.2:test - omitted for duplicate)
[INFO] |  |  |  |  |  |  +- com.sun.mail:mailapi:jar:1.6.2:test
[INFO] |  |  |  |  |  |  +- (joda-time:joda-time:jar:2.10.5:test - omitted for conflict with 2.8.2)
[INFO] |  |  |  |  |  |  +- com.googlecode.libphonenumber:libphonenumber:jar:8.11.1:test
[INFO] |  |  |  |  |  |  +- (com.google.code.findbugs:jsr305:jar:3.0.2:test - omitted for duplicate)
[INFO] |  |  |  |  |  |  \- net.sf.jopt-simple:jopt-simple:jar:5.0.4:test
[INFO] |  |  |  |  |  +- com.github.java-json-tools:json-patch:jar:1.13:test
[INFO] |  |  |  |  |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.11.0:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  |  |  +- com.github.java-json-tools:msg-simple:jar:1.2:test
[INFO] |  |  |  |  |  |  |  +- com.github.java-json-tools:btf:jar:1.3:test
[INFO] |  |  |  |  |  |  |  |  \- (com.google.code.findbugs:jsr305:jar:2.0.1:test - omitted for conflict with 3.0.2)
[INFO] |  |  |  |  |  |  |  \- (com.google.code.findbugs:jsr305:jar:2.0.1:test - omitted for conflict with 3.0.2)
[INFO] |  |  |  |  |  |  \- com.github.java-json-tools:jackson-coreutils:jar:2.0:test
[INFO] |  |  |  |  |  |     +- (com.fasterxml.jackson.core:jackson-databind:jar:2.11.0:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  |  |     +- (com.github.java-json-tools:msg-simple:jar:1.2:test - omitted for duplicate)
[INFO] |  |  |  |  |  |     \- (com.google.code.findbugs:jsr305:jar:3.0.2:test - omitted for duplicate)
[INFO] |  |  |  |  |  \- org.apache.httpcomponents:httpclient:jar:4.5.13:test
[INFO] |  |  |  |  |     +- org.apache.httpcomponents:httpcore:jar:4.4.13:test
[INFO] |  |  |  |  |     +- commons-logging:commons-logging:jar:1.2:test
[INFO] |  |  |  |  |     \- (commons-codec:commons-codec:jar:1.11:test - omitted for conflict with 1.15)
[INFO] |  |  |  |  +- io.swagger.core.v3:swagger-models:jar:2.1.13:test
[INFO] |  |  |  |  |  \- (com.fasterxml.jackson.core:jackson-annotations:jar:2.12.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  +- io.swagger.parser.v3:swagger-parser-core:jar:2.0.30:test
[INFO] |  |  |  |  |  \- (io.swagger.core.v3:swagger-models:jar:2.1.13:test - omitted for duplicate)
[INFO] |  |  |  |  \- (io.swagger.parser.v3:swagger-parser-v3:jar:2.0.30:test - omitted for duplicate)
[INFO] |  |  |  +- io.swagger.parser.v3:swagger-parser-v3:jar:2.0.30:test
[INFO] |  |  |  |  +- (io.swagger.core.v3:swagger-models:jar:2.1.13:test - omitted for duplicate)
[INFO] |  |  |  |  +- io.swagger.core.v3:swagger-core:jar:2.1.13:test
[INFO] |  |  |  |  |  +- (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:test - omitted for conflict with 2.3.3)
[INFO] |  |  |  |  |  +- (org.apache.commons:commons-lang3:jar:3.12.0:test - omitted for conflict with 3.11)
[INFO] |  |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.35:test - omitted for conflict with 1.7.32)
[INFO] |  |  |  |  |  +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.12.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  |  +- (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.12.1:test - omitted for conflict with 2.11.1)
[INFO] |  |  |  |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.12.1:test
[INFO] |  |  |  |  |  |  +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.12.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  |  |  +- (com.fasterxml.jackson.core:jackson-core:jar:2.12.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  |  |  \- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  |  +- io.swagger.core.v3:swagger-annotations:jar:2.1.13:test
[INFO] |  |  |  |  |  +- (io.swagger.core.v3:swagger-models:jar:2.1.13:test - omitted for duplicate)
[INFO] |  |  |  |  |  \- jakarta.validation:jakarta.validation-api:jar:2.0.2:test
[INFO] |  |  |  |  +- (io.swagger.parser.v3:swagger-parser-core:jar:2.0.30:test - omitted for duplicate)
[INFO] |  |  |  |  +- (commons-io:commons-io:jar:2.11.0:test - omitted for conflict with 2.8.0)
[INFO] |  |  |  |  +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.12.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |  \- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.12.1:test
[INFO] |  |  |  |     +- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  |     +- org.yaml:snakeyaml:jar:1.27:test
[INFO] |  |  |  |     \- (com.fasterxml.jackson.core:jackson-core:jar:2.12.1:test - omitted for conflict with 2.12.4)
[INFO] |  |  |  \- (commons-io:commons-io:jar:2.11.0:test - omitted for conflict with 2.8.0)
[INFO] |  |  +- (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1:test - omitted for conflict with 2.3.3)
[INFO] |  |  +- (com.sun.xml.bind:jaxb-impl:jar:3.0.2:test - omitted for conflict with 2.3.3)
[INFO] |  |  +- org.xmlunit:xmlunit-core:jar:2.9.0:test
[INFO] |  |  |  \- (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test - omitted for duplicate)
[INFO] |  |  +- org.xmlunit:xmlunit-placeholders:jar:2.9.0:test
[INFO] |  |  |  \- (org.xmlunit:xmlunit-core:jar:2.9.0:test - omitted for duplicate)
[INFO] |  |  +- (org.apache.commons:commons-lang3:jar:3.12.0:test - omitted for conflict with 3.11)
[INFO] |  |  +- (commons-io:commons-io:jar:2.11.0:test - omitted for conflict with 2.8.0)
[INFO] |  |  +- (org.apache.commons:commons-text:jar:1.9:test - omitted for duplicate)
[INFO] |  |  +- (commons-codec:commons-codec:jar:1.15:test - omitted for duplicate)
[INFO] |  |  +- (com.google.guava:guava:jar:31.0.1-android:test - omitted for conflict with 31.0.1-jre)
[INFO] |  |  +- (io.github.classgraph:classgraph:jar:4.8.138:test - omitted for duplicate)
[INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.7.36:test - omitted for conflict with 1.7.32)
[INFO] |  +- io.netty:netty-buffer:jar:4.1.74.Final:test
[INFO] |  |  \- (io.netty:netty-common:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  +- io.netty:netty-codec:jar:4.1.74.Final:test
[INFO] |  |  +- (io.netty:netty-common:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- (io.netty:netty-buffer:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  \- (io.netty:netty-transport:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  +- io.netty:netty-codec-http:jar:4.1.74.Final:test
[INFO] |  |  +- (io.netty:netty-common:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- (io.netty:netty-buffer:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- (io.netty:netty-transport:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- (io.netty:netty-codec:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  \- (io.netty:netty-handler:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  +- io.netty:netty-common:jar:4.1.74.Final:test
[INFO] |  +- io.netty:netty-handler:jar:4.1.74.Final:test
[INFO] |  |  +- (io.netty:netty-common:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- io.netty:netty-resolver:jar:4.1.74.Final:test
[INFO] |  |  |  \- (io.netty:netty-common:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- (io.netty:netty-buffer:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- (io.netty:netty-transport:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- (io.netty:netty-codec:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  \- io.netty:netty-tcnative-classes:jar:2.0.48.Final:test
[INFO] |  +- io.netty:netty-transport:jar:4.1.74.Final:test
[INFO] |  |  +- (io.netty:netty-common:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  +- (io.netty:netty-buffer:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  |  \- (io.netty:netty-resolver:jar:4.1.74.Final:test - omitted for duplicate)
[INFO] |  +- (commons-io:commons-io:jar:2.11.0:test - omitted for conflict with 2.8.0)
[INFO] |  +- (com.google.guava:guava:jar:31.0.1-android:test - omitted for conflict with 31.0.1-jre)
[INFO] |  \- (org.slf4j:slf4j-api:jar:1.7.36:test - omitted for conflict with 1.7.32)
[INFO] +- com.google.guava:guava:jar:31.0.1-jre:test
[INFO] |  +- com.google.guava:failureaccess:jar:1.0.1:test
[INFO] |  +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:test
[INFO] |  +- com.google.code.findbugs:jsr305:jar:3.0.2:test
[INFO] |  +- org.checkerframework:checker-qual:jar:3.12.0:test
[INFO] |  +- com.google.errorprone:error_prone_annotations:jar:2.7.1:test
[INFO] |  \- com.google.j2objc:j2objc-annotations:jar:1.3:test
[INFO] \- org.projectlombok:lombok:jar:1.18.22:provided
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.546 s
[INFO] Finished at: 2022-02-22T10:00:48+01:00

@wakaleo
Copy link
Member

wakaleo commented Feb 22, 2022

There's not enough information to go on here to know what is happening - I would have to debug the code directly in your project. But if it only happens on your build server and not locally, it could be a JVM or container issue, and even this would be difficult.

@fabian-froehlich
Copy link
Author

Ok thanks for digging into it with me.

I did some further research and it seems that a specific gitlab-runner is causing the issue where a generic runner runs fine. Unfortunately I don't see why that should cause this issue. I was told, that the specific runner has more cpu/ram resources in order to provide a stable execution of the chrome-standalone image. We also use the remote chromedriver of that image.

The funny part is, that the specific gitlab-runner works just fine with 3.1.20. Only changing the version results in the failing aggregate step. Maybe there are somehow old files on that specific runner, that stay mounted between different executions. I need to look into that.

@wakaleo
Copy link
Member

wakaleo commented Feb 22, 2022

That's odd - 3.2.0 should use less memory, not more.

@upaul23
Copy link

upaul23 commented Feb 22, 2022

I have same problems:
IllegalArgumentException -> [Help 1]
[2022-02-22T14:55:25.080Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate (serenity-reports) on project ru.tecforce.autotests: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate failed.
[2022-02-22T14:55:25.080Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-02-22T14:55:25.081Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-22T14:55:25.081Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-22T14:55:25.081Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-22T14:55:25.081Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-22T14:55:25.081Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-22T14:55:25.081Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-22T14:55:25.081Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-22T14:55:25.081Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-22T14:55:25.081Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-22T14:55:25.081Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
[2022-02-22T14:55:25.081Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
[2022-02-22T14:55:25.081Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
[2022-02-22T14:55:25.081Z] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-22T14:55:25.081Z] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-22T14:55:25.081Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-22T14:55:25.081Z] at java.lang.reflect.Method.invoke (Method.java:498)
[2022-02-22T14:55:25.081Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
[2022-02-22T14:55:25.081Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
[2022-02-22T14:55:25.081Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
[2022-02-22T14:55:25.081Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[2022-02-22T14:55:25.081Z] Caused by: org.apache.maven.plugin.PluginExecutionException: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate failed.
[2022-02-22T14:55:25.081Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
[2022-02-22T14:55:25.081Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[2022-02-22T14:55:25.081Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-22T14:55:25.081Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-22T14:55:25.081Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-22T14:55:25.081Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-22T14:55:25.081Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-22T14:55:25.081Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-22T14:55:25.081Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-22T14:55:25.081Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-22T14:55:25.081Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-22T14:55:25.081Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
[2022-02-22T14:55:25.081Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
[2022-02-22T14:55:25.081Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
[2022-02-22T14:55:25.081Z] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-22T14:55:25.081Z] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-22T14:55:25.081Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-22T14:55:25.081Z] at java.lang.reflect.Method.invoke (Method.java:498)
[2022-02-22T14:55:25.081Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
[2022-02-22T14:55:25.081Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
[2022-02-22T14:55:25.081Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
[2022-02-22T14:55:25.081Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[2022-02-22T14:55:25.081Z] Caused by: java.lang.IllegalArgumentException
[2022-02-22T14:55:25.081Z] at java.util.concurrent.ThreadPoolExecutor. (ThreadPoolExecutor.java:1314)
[2022-02-22T14:55:25.081Z] at java.util.concurrent.ThreadPoolExecutor. (ThreadPoolExecutor.java:1202)
[2022-02-22T14:55:25.081Z] at java.util.concurrent.Executors.newFixedThreadPool (Executors.java:89)
[2022-02-22T14:55:25.081Z] at net.thucydides.core.reports.html.Reporter.generateReports (Reporter.java:38)
[2022-02-22T14:55:25.081Z] at net.thucydides.core.reports.html.Reporter.generateReportsFor (Reporter.java:32)
[2022-02-22T14:55:25.082Z] at net.thucydides.core.reports.html.HtmlAggregateStoryReporter.generateReportsForTestResultsIn (HtmlAggregateStoryReporter.java:223)
[2022-02-22T14:55:25.082Z] at net.thucydides.core.reports.html.HtmlAggregateStoryReporter.generateReportsForTestResultsFrom (HtmlAggregateStoryReporter.java:135)
[2022-02-22T14:55:25.082Z] at net.serenitybdd.maven.plugins.SerenityAggregatorMojo.generateHtmlStoryReports (SerenityAggregatorMojo.java:252)
[2022-02-22T14:55:25.082Z] at net.serenitybdd.maven.plugins.SerenityAggregatorMojo.execute (SerenityAggregatorMojo.java:195)
[2022-02-22T14:55:25.082Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-02-22T14:55:25.082Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[2022-02-22T14:55:25.082Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-22T14:55:25.082Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-22T14:55:25.082Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-22T14:55:25.082Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-22T14:55:25.082Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-22T14:55:25.082Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-22T14:55:25.082Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-22T14:55:25.082Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-22T14:55:25.082Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-22T14:55:25.082Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
[2022-02-22T14:55:25.082Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
[2022-02-22T14:55:25.082Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
[2022-02-22T14:55:25.082Z] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-22T14:55:25.082Z] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-22T14:55:25.082Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-22T14:55:25.082Z] at java.lang.reflect.Method.invoke (Method.java:498)
[2022-02-22T14:55:25.082Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
[2022-02-22T14:55:25.082Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
[2022-02-22T14:55:25.082Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
[2022-02-22T14:55:25.082Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[2022-02-22T14:55:25.082Z] [ERROR]
[2022-02-22T14:55:25.082Z] [ERROR]
[2022-02-22T14:55:25.082Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-02-22T14:55:25.082Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

@fabian-froehlich
Copy link
Author

That's odd - 3.2.0 should use less memory, not more.

We did not use that environment because of the newer serenity version. The reason was an odd with chromium image (https://hub.docker.com/r/selenium/standalone-chrome). They want to start it with 2 gb shm-size in their documentation. But that setting can only be made on the level of whole docker-runner and not per job/pipeline. But I think that is another story.

I did not find the code-base of the serenity-maven-plugin. The one hosted on github seems to be outdated. Otherwise I would have taken a look at the diff between 3.1.20 and 3.2.0.

@abergmeister
Copy link

I think i have the same problem with screenplay cucumber on gitlab with a maven/chrome/driver docker and version 3.2.0.
Running it locally works but not with gitlab-runner.

Failed to execute goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate (serenity-reports) on project myproject: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate failed.: IllegalArgumentException

Moving back to version 3.1.x fixed the problem for me.

@wakaleo
Copy link
Member

wakaleo commented Feb 23, 2022

I think i have the same problem with screenplay cucumber on gitlab with a maven/chrome/driver docker and version 3.2.0. Running it locally works but not with gitlab-runner.

Failed to execute goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate (serenity-reports) on project myproject: Execution serenity-reports of goal net.serenity-bdd.maven.plugins:serenity-maven-plugin:3.2.0:aggregate failed.: IllegalArgumentException

Moving back to version 3.1.x fixed the problem for me.

Can you produce a sample project and a sample Docker or gitlab-runner configuration that reproduces this issue?

@abergmeister
Copy link

Hi, thanks for the fast response.

Atm for a starter I use this docker image: https://hub.docker.com/r/markhobson/maven-chrome/

Sorry i can't share my work project here and not sure if i have time in nearby future to provide a sample project with the same error.

@wakaleo
Copy link
Member

wakaleo commented Feb 23, 2022

Can you provide the Docker file you are using to configure the image?

@fabian-froehlich
Copy link
Author

fabian-froehlich commented Feb 23, 2022

I can assist with a minimal example. I created a fresh project inside our on-premise gitlab and pushed the serenity-junit-starter project (https://github.com/serenity-bdd/serenity-junit-starter). I removed gradle stuff and changed the compiler goal from java 16 to 11. In the .gitlab-ci.yml I omitted the selenium grid stuff and also choosed the markhobson-image:

integrationtest:
  variables:
    MAVEN_CLI_OPTS: "--settings mavenSettings.xml --batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true -Dstyle.color=always"
    MAVEN_WAGON: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN"
    MAVEN_OPTS: "$MAVEN_WAGON -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true -Djansi.passthrough=true"
  image: markhobson/maven-chrome:jdk-11
  before_script:
    - cp $MAVEN_SETTINGS_XML mavenSettings.xml
  script:
    - mvn $MAVEN_CLI_OPTS clean verify
  artifacts:
    when: always
    paths:
      - "target/site/serenity"
    expire_in: 1 days

This setup failed with the error above when using a special tag

  tags:
    - k8sabc

@wakaleo
Copy link
Member

wakaleo commented Feb 23, 2022

What is the significance of the "k8sabc" tag?

@fabian-froehlich
Copy link
Author

fabian-froehlich commented Feb 23, 2022

The tag is a selector for the underlying gitlab-runner. So if we leave this tag, we use a generic-runner that all developers/pipelines use. The k8sabc is the one I was told has less hardware limitations. But at this time I don't know the real difference. If there is any difference beside the hardware limit it might be the host-os or specific linux-flags (if it is not windows...). I will reach out to our team to get that information. But to my knowledge, all gitlab-runner are spawned through kubernetes.
I posted it to point out, that the issue can be reproduced with (almost) any project).

Edit: I took a look at the runners config and I could not find any interesting difference beside the cpu/memory settings. I will need to ask a colleague. But due to vacations it might take 14 days.

@eitzenbe
Copy link
Contributor

It seems related to k8 nodes, we have the 3.2.0 running flawlessly on on site jenkins maven nodes, but switching to k8 nodes results in the same error, fallback to 3.1.20 helpts

@wakaleo
Copy link
Member

wakaleo commented Mar 21, 2022

That would be a selenium issue then. The main change between those versions is the Selenium version.

@eitzenbe
Copy link
Contributor

We don't use anything of selenium in our project and the exception is thrown in the aggregate part of the serenity maven plugin, so i might humbly object to "it's a selenium issue" ;) We will try to analyze more this week, stay tuned

@wakaleo
Copy link
Member

wakaleo commented Mar 21, 2022

@eitzenbe In that case I have no idea what the issue could be, but if it only fails on k8 nodes, maybe something related to the k8 environment.

@jlindman
Copy link

I experienced the same problem. After remote debugging I found out that the problem seems to occur when the number of available CPU cores on are only 1.

The value for the report threads is rounded down to 0 which results in the IllegalArgumentException for the Executors.newFixedThreadPool(...) call. See net.thucydides.core.reports.NumberOfThreads#forIO().

A work-around is to set the system property report.threads=1 in serenity.properties.

@wakaleo
Copy link
Member

wakaleo commented Mar 22, 2022

I experienced the same problem. After remote debugging I found out that the problem seems to occur when the number of available CPU cores on are only 1.

The value for the report threads is rounded down to 0 which results in the IllegalArgumentException for the Executors.newFixedThreadPool(...) call. See net.thucydides.core.reports.NumberOfThreads#forIO().

A work-around is to set the system property report.threads=1 in serenity.properties.

Do you have a precise stack dump for that?

@jlindman
Copy link

@wakaleo here is a thread dump for my break-point, produced with the gradle aggregate task.

forIO:36, NumberOfThreads (net.thucydides.core.reports)
forIOOperations:21, NumberOfThreads (net.thucydides.core.reports)
generateReports:38, Reporter (net.thucydides.core.reports.html)
generateReportsFor:32, Reporter (net.thucydides.core.reports.html)
generateReportsForTestResultsIn:223, HtmlAggregateStoryReporter (net.thucydides.core.reports.html)
generateReportsForTestResultsFrom:135, HtmlAggregateStoryReporter (net.thucydides.core.reports.html)
...

@wakaleo
Copy link
Member

wakaleo commented Mar 23, 2022

Thanks. This will be fixed in 3.2.2

@jlindman
Copy link

@wakaleo Great, thanks!

@fabian-froehlich
Copy link
Author

@wakaleo shall we close this in favor of #2756 since it is mentioned in the commits?

@wakaleo
Copy link
Member

wakaleo commented Mar 28, 2022

Sure

@wakaleo wakaleo closed this as completed Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants