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

RHDM-1788: changes related to upgrade of sshd-core 2.9.2 #2202

Merged
merged 5 commits into from
Apr 26, 2023

Conversation

mareknovotny
Copy link
Member

@mareknovotny mareknovotny commented Jan 27, 2023

Upgrading sshd-core to 2.9.2

https://issues.redhat.com/browse/RHDM-1788 and https://issues.redhat.com/browse/RHPAM-3807

** Dependent PRs **:

How to replicate CI configuration locally?

Build Chain tool does "simple" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use build-chain tool to handle cross repository builds and be sure that we always use latest version of the code for each repository.

build-chain tool is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See local execution details to get more information about it.

How to retest this PR or trigger a specific build:
  • a pull request please add comment: Jenkins retest this

  • a full downstream build please add comment: Jenkins run fdb

  • a compile downstream build please add comment: Jenkins run cdb

  • a full production downstream build please add comment: Jenkins execute product fdb

  • an upstream build please add comment: Jenkins run upstream

@mareknovotny
Copy link
Member Author

jenkins do fdb

@mareknovotny
Copy link
Member Author

jenkins do fdb

1 similar comment
@mareknovotny
Copy link
Member Author

jenkins do fdb

@mareknovotny
Copy link
Member Author

:o now 104 failures completely out of the loop previous failures :)

@mareknovotny
Copy link
Member Author

jenkins do fdb

@mareknovotny
Copy link
Member Author

there are different test failures, but not related to this change

  • org.kie.server.integrationtests.controller.KieControllerCrashIntegrationTest.testCrashAfterRegistered[JAXB KieServicesConfiguration{transport=REST, serverUrl='http://localhost:35406/kie-server-services/services/rest/server'}]
  • org.kie.workbench.common.services.datamodel.backend.server.builder.BuilderConcurrencyIntegrationTest.org.kie.workbench.common.services.datamodel.backend.server.builder.BuilderConcurrencyIntegrationTest
  • org.kie.workbench.common.services.datamodel.backend.server.builder.BuilderKieScannerWarningIntegrationTest.org.kie.workbench.common.services.datamodel.backend.server.builder.BuilderKieScannerWarningIntegrationTest
  • org.kie.workbench.common.services.backend.kmodule.KModuleServiceImplIntegrationTest.org.kie.workbench.common.services.backend.kmodule.KModuleServiceImplIntegrationTest
  • org.kie.workbench.common.services.backend.compiler.rest.client.MavenRestClientTest.org.kie.workbench.common.services.backend.compiler.rest.client.MavenRestClientTest
  • org.kie.bc.DeploymentIT.org.kie.bc.DeploymentIT

Copy link
Contributor

@domhanak domhanak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well LGTM if we have green builds. Once merged I can double check nightlys and if we have issues we can react.

@mareknovotny
Copy link
Member Author

jenkins do fdb

2 similar comments
@mareknovotny
Copy link
Member Author

jenkins do fdb

@mareknovotny
Copy link
Member Author

jenkins do fdb

@mareknovotny mareknovotny added backport-7.67.x Generate backport PR for 7.67.x branch backport-7.67.x-blue Generate backport PR for 7.67.x-blue branch labels Apr 5, 2023
@mareknovotny
Copy link
Member Author

jenkins do fdb

1 similar comment
@mareknovotny
Copy link
Member Author

jenkins do fdb

@mareknovotny
Copy link
Member Author

[2023-04-11T02:49:20.754Z] [ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.2.0.Final:deploy-only (deploy-workbench) on project jbpm-wb-showcase: Failed to execute goal deploy-only: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"jbpm-wb-showcase.war\".WeldStartService" => "Failed to start service
[2023-04-11T02:49:20.754Z] [ERROR]     Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-000049: Unable to invoke public void org.jbpm.workbench.server.impl.AppSetup.onStartup() on org.jbpm.workbench.server.impl.AppSetup@44e236f3
[2023-04-11T02:49:20.754Z] [ERROR]     Caused by: org.jboss.weld.exceptions.WeldException: WELD-000049: Unable to invoke public void org.jbpm.workbench.server.impl.AppSetup.onStartup() on org.jbpm.workbench.server.impl.AppSetup@44e236f3
[2023-04-11T02:49:20.754Z] [ERROR]     Caused by: java.lang.reflect.InvocationTargetException
[2023-04-11T02:49:20.754Z] [ERROR]     Caused by: org.jboss.weld.exceptions.WeldException: WELD-000049: Unable to invoke public void org.guvnor.structure.backend.config.ConfigurationServiceImpl.setup() on org.guvnor.structure.backend.config.ConfigurationServiceImpl@6fccdfb9
[2023-04-11T02:49:20.754Z] [ERROR]     Caused by: java.lang.reflect.InvocationTargetException
[2023-04-11T02:49:20.754Z] [ERROR]     Caused by: java.lang.NullPointerException"}}}}
[2023-04-11T02:49:20.754Z] [ERROR] -> [Help 1]
[2023-04-11T02:49:20.754Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.2.0.Final:deploy-only (deploy-workbench) on project jbpm-wb-showcase: Failed to execute goal deploy-only: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"jbpm-wb-showcase.war\".WeldStartService" => "Failed to start service
[2023-04-11T02:49:20.754Z]     Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-000049: Unable to invoke public void org.jbpm.workbench.server.impl.AppSetup.onStartup() on org.jbpm.workbench.server.impl.AppSetup@44e236f3
[2023-04-11T02:49:20.754Z]     Caused by: org.jboss.weld.exceptions.WeldException: WELD-000049: Unable to invoke public void org.jbpm.workbench.server.impl.AppSetup.onStartup() on org.jbpm.workbench.server.impl.AppSetup@44e236f3
[2023-04-11T02:49:20.754Z]     Caused by: java.lang.reflect.InvocationTargetException
[2023-04-11T02:49:20.754Z]     Caused by: org.jboss.weld.exceptions.WeldException: WELD-000049: Unable to invoke public void org.guvnor.structure.backend.config.ConfigurationServiceImpl.setup() on org.guvnor.structure.backend.config.ConfigurationServiceImpl@6fccdfb9
[2023-04-11T02:49:20.754Z]     Caused by: java.lang.reflect.InvocationTargetException
[2023-04-11T02:49:20.754Z]     Caused by: java.lang.NullPointerException"}}}}
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2023-04-11T02:49:20.754Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-04-11T02:49:20.754Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-04-11T02:49:20.754Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-04-11T02:49:20.754Z]     at java.lang.reflect.Method.invoke (Method.java:566)
[2023-04-11T02:49:20.754Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-04-11T02:49:20.754Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-04-11T02:49:20.754Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-04-11T02:49:20.754Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-04-11T02:49:20.754Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to execute goal deploy-only: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"jbpm-wb-showcase.war\".WeldStartService" => "Failed to start service
[2023-04-11T02:49:20.754Z]     Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-000049: Unable to invoke public void org.jbpm.workbench.server.impl.AppSetup.onStartup() on org.jbpm.workbench.server.impl.AppSetup@44e236f3
[2023-04-11T02:49:20.754Z]     Caused by: org.jboss.weld.exceptions.WeldException: WELD-000049: Unable to invoke public void org.jbpm.workbench.server.impl.AppSetup.onStartup() on org.jbpm.workbench.server.impl.AppSetup@44e236f3
[2023-04-11T02:49:20.754Z]     Caused by: java.lang.reflect.InvocationTargetException
[2023-04-11T02:49:20.754Z]     Caused by: org.jboss.weld.exceptions.WeldException: WELD-000049: Unable to invoke public void org.guvnor.structure.backend.config.ConfigurationServiceImpl.setup() on org.guvnor.structure.backend.config.ConfigurationServiceImpl@6fccdfb9
[2023-04-11T02:49:20.754Z]     Caused by: java.lang.reflect.InvocationTargetException
[2023-04-11T02:49:20.754Z]     Caused by: java.lang.NullPointerException"}}}}
[2023-04-11T02:49:20.754Z]     at org.wildfly.plugin.deployment.AbstractDeployment.execute (AbstractDeployment.java:152)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2023-04-11T02:49:20.754Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2023-04-11T02:49:20.754Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-04-11T02:49:20.754Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-04-11T02:49:20.754Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-04-11T02:49:20.754Z]     at java.lang.reflect.Method.invoke (Method.java:566)
[2023-04-11T02:49:20.754Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-04-11T02:49:20.754Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-04-11T02:49:20.754Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-04-11T02:49:20.754Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-04-11T02:49:20.754Z] [ERROR] 
[2023-04-11T02:49:20.754Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-04-11T02:49:20.754Z] [ERROR] 
[2023-04-11T02:49:20.754Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-04-11T02:49:20.754Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-04-11T02:49:20.754Z] [ERROR] 
[2023-04-11T02:49:20.754Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-04-11T02:49:20.754Z] [ERROR]   mvn <args> -rf :jbpm-wb-showcase

@mareknovotny
Copy link
Member Author

jenkins do fdb

@mareknovotny
Copy link
Member Author

jenkins do fdb

@Ginxo
Copy link
Contributor

Ginxo commented Apr 25, 2023

Jenkins run fdb

@mareknovotny
Copy link
Member Author

jenkins do fdb

@mareknovotny
Copy link
Member Author

ok we have now green FDB, so as @domhanak stated we can merge and do checks on nightly for backports

@mareknovotny mareknovotny merged commit bdd9fed into kiegroup:main Apr 26, 2023
@mareknovotny mareknovotny deleted the RHDM-1788 branch April 26, 2023 17:10
github-actions bot pushed a commit that referenced this pull request Apr 26, 2023
* Upgrade of sshd-core to 2.7.0

* Another upgrade to 2.9.2

* RHDM-1788: downgraded Wildfly for to 23.0.0.Final

* RHDM-1788: removing no-showcase profile from FDB defaults

* Revert "RHDM-1788: removing no-showcase profile from FDB defaults"

This reverts commit a1b3a7d.
github-actions bot pushed a commit that referenced this pull request Apr 26, 2023
* Upgrade of sshd-core to 2.7.0

* Another upgrade to 2.9.2

* RHDM-1788: downgraded Wildfly for to 23.0.0.Final

* RHDM-1788: removing no-showcase profile from FDB defaults

* Revert "RHDM-1788: removing no-showcase profile from FDB defaults"

This reverts commit a1b3a7d.
mareknovotny added a commit that referenced this pull request Apr 27, 2023
* Upgrade of sshd-core to 2.7.0

* Another upgrade to 2.9.2

* RHDM-1788: downgraded Wildfly for to 23.0.0.Final

* RHDM-1788: removing no-showcase profile from FDB defaults

* Revert "RHDM-1788: removing no-showcase profile from FDB defaults"

This reverts commit a1b3a7d.

Co-authored-by: Marek Novotný <[email protected]>
mareknovotny added a commit that referenced this pull request May 4, 2023
* Upgrade of sshd-core to 2.7.0

* Another upgrade to 2.9.2

* RHDM-1788: downgraded Wildfly for to 23.0.0.Final

* RHDM-1788: removing no-showcase profile from FDB defaults

* Revert "RHDM-1788: removing no-showcase profile from FDB defaults"

This reverts commit a1b3a7d.

Co-authored-by: Marek Novotný <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-7.67.x Generate backport PR for 7.67.x branch backport-7.67.x-blue Generate backport PR for 7.67.x-blue branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants