Skip to content

Updating Kudu to 1.17.0 (#11323) (#11324)#11326

Merged
coheigea merged 1 commit intocamel-3.21.xfrom
coheigea/kudu-1.17.0-camel-3.21.x
Sep 7, 2023
Merged

Updating Kudu to 1.17.0 (#11323) (#11324)#11326
coheigea merged 1 commit intocamel-3.21.xfrom
coheigea/kudu-1.17.0-camel-3.21.x

Conversation

@coheigea
Copy link
Contributor

@coheigea coheigea commented Sep 6, 2023

CVE fixes, same reason as main PR

@oscerd
Copy link
Contributor

oscerd commented Sep 6, 2023

/component-tests camel-kudi

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

🤖 The Apache Camel test robot will run the tests for you 👍

@oscerd
Copy link
Contributor

oscerd commented Sep 6, 2023

/component-tests camel-kudu

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

🤖 The Apache Camel test robot will run the tests for you 👍

@essobedo
Copy link
Contributor

essobedo commented Sep 6, 2023

/component-tests camel-kudu

@oscerd please note this GH action doesn't exist on branches 3.X (https://github.com/apache/camel/tree/camel-3.21.x/.github/actions)

@oscerd
Copy link
Contributor

oscerd commented Sep 6, 2023

Ah yeah, true. Thanks for the reminder.

@coheigea
Copy link
Contributor Author

coheigea commented Sep 6, 2023

@oscerd Is PR build working on this branch?

@oscerd
Copy link
Contributor

oscerd commented Sep 6, 2023

It should.

@coheigea
Copy link
Contributor Author

coheigea commented Sep 6, 2023

I don't see anything in the logs and the tests pass locally. Any objections if I merge and keep an eye on Jenkins?

@essobedo
Copy link
Contributor

essobedo commented Sep 6, 2023

The build failure is not related to this change, it seems to be due to a corrupted artifact in the local maven repository on the GH node

[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.1:install-node-and-yarn (install node and yarn) on project docs: Could not extract the Node archive: Could not extract archive: '/home/runner/.m2/repository/com/github/eirslett/node/16.17.1/node-16.17.1-linux-x64.tar.gz': EOFException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.1:install-node-and-yarn (install node and yarn) on project docs: Could not extract the Node archive: Could not extract archive: '/home/runner/.m2/repository/com/github/eirslett/node/16.17.1/node-16.17.1-linux-x64.tar.gz'
	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:375)
	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:351)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:171)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.mvndaemon.mvnd.builder.SmartBuilderImpl.buildProject(SmartBuilderImpl.java:178)
	at org.mvndaemon.mvnd.builder.SmartBuilderImpl$ProjectBuildTask.run(SmartBuilderImpl.java:198)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: org.apache.maven.plugin.MojoFailureException: Could not extract the Node archive: Could not extract archive: '/home/runner/.m2/repository/com/github/eirslett/node/16.17.1/node-16.17.1-linux-x64.tar.gz'
	at com.github.eirslett.maven.plugins.frontend.mojo.MojoUtils.toMojoFailureException(MojoUtils.java:28)
	at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:103)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:370)
	... 12 common frames omitted
Caused by: com.github.eirslett.maven.plugins.frontend.lib.InstallationException: Could not extract the Node archive
	at com.github.eirslett.maven.plugins.frontend.lib.NodeInstaller.installNodeDefault(NodeInstaller.java:209)
	at com.github.eirslett.maven.plugins.frontend.lib.NodeInstaller.install(NodeInstaller.java:95)
	at com.github.eirslett.maven.plugins.frontend.mojo.InstallNodeAndYarnMojo.execute(InstallNodeAndYarnMojo.java:101)
	at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:94)
	... 14 common frames omitted
Caused by: com.github.eirslett.maven.plugins.frontend.lib.ArchiveExtractionException: Could not extract archive: '/home/runner/.m2/repository/com/github/eirslett/node/16.17.1/node-16.17.1-linux-x64.tar.gz'
	at com.github.eirslett.maven.plugins.frontend.lib.DefaultArchiveExtractor.extract(ArchiveExtractor.java:139)
	at com.github.eirslett.maven.plugins.frontend.lib.NodeInstaller.extractFile(NodeInstaller.java:324)
	at com.github.eirslett.maven.plugins.frontend.lib.NodeInstaller.installNodeDefault(NodeInstaller.java:143)
	... 17 common frames omitted
Caused by: java.io.EOFException: null
	at org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream.read(GzipCompressorInputStream.java:306)
	at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.read(TarArchiveInputStream.java:738)
	at java.base/java.io.InputStream.read(InputStream.java:205)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1309)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:978)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1282)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:953)
	at com.github.eirslett.maven.plugins.frontend.lib.DefaultArchiveExtractor.extract(ArchiveExtractor.java:127)
	... 19 common frames omitted

@coheigea
Copy link
Contributor Author

coheigea commented Sep 6, 2023

Thanks, let me rebase then and see if it works

@coheigea coheigea force-pushed the coheigea/kudu-1.17.0-camel-3.21.x branch from 1f41c8e to 509fc55 Compare September 6, 2023 15:53
@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

🚫 There are (likely) no components to be tested in this PR

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

🚫 There are (likely) no changes in core core to be tested in this PR

Copy link
Contributor

@orpiske orpiske left a comment

Choose a reason for hiding this comment

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

LGTM

@coheigea coheigea merged commit 3bd7c74 into camel-3.21.x Sep 7, 2023
@coheigea coheigea deleted the coheigea/kudu-1.17.0-camel-3.21.x branch September 7, 2023 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants