You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2023/01/07 08:57:29 UTC

Build failed in Jenkins: PDFBox » PDFBox-Trunk-jdk20 #656

See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/656/display/redirect?page=changes>

Changes:

[Tilman Hausherr] PDFBOX-4892: update owasp plugin

[Andreas Lehmkühler] PDFBOX-5178: use index value to choose correct object if the object numbers within an object stream are not unique


------------------------------------------
[...truncated 16.30 KB...]
[INFO] Processing Started for NVD CVE - 2018
[INFO] Processing Complete for NVD CVE - 2015  (16319 ms)
[INFO] Download Started for NVD CVE - 2019
[INFO] Download Complete for NVD CVE - 2019  (732 ms)
[INFO] Processing Started for NVD CVE - 2019
[INFO] Processing Complete for NVD CVE - 2016  (14529 ms)
[INFO] Download Started for NVD CVE - 2020
[INFO] Download Complete for NVD CVE - 2020  (805 ms)
[INFO] Processing Started for NVD CVE - 2020
[INFO] Download Started for NVD CVE - 2021
[INFO] Download Complete for NVD CVE - 2021  (765 ms)
[INFO] Processing Started for NVD CVE - 2021
[INFO] Processing Complete for NVD CVE - 2017  (19677 ms)
[INFO] Download Started for NVD CVE - 2022
[INFO] Download Complete for NVD CVE - 2022  (729 ms)
[INFO] Processing Started for NVD CVE - 2022
[INFO] Processing Complete for NVD CVE - 2019  (20267 ms)
[INFO] Processing Complete for NVD CVE - 2020  (20633 ms)
[INFO] Processing Complete for NVD CVE - 2022  (17371 ms)
[ERROR] org.owasp.dependencycheck.data.nvdcve.DatabaseException: Unable to retrieve id for new vulnerability for 'CVE-2021-23044'
org.owasp.dependencycheck.data.update.exception.UpdateException: org.owasp.dependencycheck.data.nvdcve.DatabaseException: Unable to retrieve id for new vulnerability for 'CVE-2021-23044'
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.processFiles (ProcessTask.java:157)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.call (ProcessTask.java:114)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.call (ProcessTask.java:41)
    at java.util.concurrent.FutureTask.run (FutureTask.java:317)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1144)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:642)
    at java.lang.Thread.run (Thread.java:1623)
Caused by: org.owasp.dependencycheck.data.nvdcve.DatabaseException: Unable to retrieve id for new vulnerability for 'CVE-2021-23044'
    at org.owasp.dependencycheck.data.nvdcve.CveDB.updateOrInsertVulnerability (CveDB.java:990)
    at org.owasp.dependencycheck.data.nvdcve.CveDB.updateVulnerability (CveDB.java:811)
    at org.owasp.dependencycheck.data.update.nvd.NvdCveParser.parse (NvdCveParser.java:114)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.importJSON (ProcessTask.java:141)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.processFiles (ProcessTask.java:154)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.call (ProcessTask.java:114)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.call (ProcessTask.java:41)
    at java.util.concurrent.FutureTask.run (FutureTask.java:317)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1144)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:642)
    at java.lang.Thread.run (Thread.java:1623)
Caused by: org.h2.jdbc.JdbcSQLTimeoutException: Timeout trying to lock table {0}; SQL statement:
DELETE FROM software WHERE cveid = ? [50200-214]
    at org.h2.message.DbException.getJdbcSQLException (DbException.java:560)
    at org.h2.message.DbException.getJdbcSQLException (DbException.java:477)
    at org.h2.message.DbException.get (DbException.java:212)
    at org.h2.command.Command.filterConcurrentUpdate (Command.java:324)
    at org.h2.command.Command.executeUpdate (Command.java:258)
    at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal (JdbcPreparedStatement.java:209)
    at org.h2.jdbc.JdbcPreparedStatement.executeUpdate (JdbcPreparedStatement.java:169)
    at org.owasp.dependencycheck.data.nvdcve.H2Functions.updateVulnerability (H2Functions.java:226)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:104)
    at java.lang.reflect.Method.invoke (Method.java:578)
    at org.h2.schema.FunctionAlias$JavaMethod.execute (FunctionAlias.java:495)
    at org.h2.schema.FunctionAlias$JavaMethod.getTableValue (FunctionAlias.java:363)
    at org.h2.expression.function.table.JavaTableFunction.getValue (JavaTableFunction.java:34)
    at org.h2.table.FunctionTable.getResult (FunctionTable.java:51)
    at org.h2.index.VirtualConstructedTableIndex.find (VirtualConstructedTableIndex.java:38)
    at org.h2.index.IndexCursor.find (IndexCursor.java:161)
    at org.h2.table.TableFilter.next (TableFilter.java:394)
    at org.h2.command.query.Select$LazyResultQueryFlat.fetchNextRow (Select.java:1832)
    at org.h2.result.LazyResult.hasNext (LazyResult.java:78)
    at org.h2.result.FetchedResult.next (FetchedResult.java:34)
    at org.h2.command.query.Select.queryFlat (Select.java:728)
    at org.h2.command.query.Select.queryWithoutCache (Select.java:833)
    at org.h2.command.query.Query.queryWithoutCacheLazyCheck (Query.java:197)
    at org.h2.command.query.Query.query (Query.java:512)
    at org.h2.command.query.Query.query (Query.java:475)
    at org.h2.command.CommandContainer.query (CommandContainer.java:251)
    at org.h2.command.Command.executeQuery (Command.java:190)
    at org.h2.jdbc.JdbcPreparedStatement.executeQuery (JdbcPreparedStatement.java:128)
    at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery (DelegatingPreparedStatement.java:122)
    at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery (DelegatingPreparedStatement.java:122)
    at org.owasp.dependencycheck.data.nvdcve.CveDB.updateOrInsertVulnerability (CveDB.java:985)
    at org.owasp.dependencycheck.data.nvdcve.CveDB.updateVulnerability (CveDB.java:811)
    at org.owasp.dependencycheck.data.update.nvd.NvdCveParser.parse (NvdCveParser.java:114)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.importJSON (ProcessTask.java:141)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.processFiles (ProcessTask.java:154)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.call (ProcessTask.java:114)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.call (ProcessTask.java:41)
    at java.util.concurrent.FutureTask.run (FutureTask.java:317)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1144)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:642)
    at java.lang.Thread.run (Thread.java:1623)
Caused by: org.h2.message.DbException: Row "22732248" not found in primary index "PUBLIC.SOFTWARE_DATA" [90143-214]
    at org.h2.message.DbException.get (DbException.java:223)
    at org.h2.mvstore.db.MVPrimaryIndex.getRow (MVPrimaryIndex.java:265)
    at org.h2.mvstore.db.MVTable.getRow (MVTable.java:331)
    at org.h2.mvstore.db.MVSecondaryIndex$MVStoreCursor.get (MVSecondaryIndex.java:421)
    at org.h2.index.IndexCursor.get (IndexCursor.java:270)
    at org.h2.table.TableFilter.get (TableFilter.java:515)
    at org.h2.command.dml.Delete.update (Delete.java:59)
    at org.h2.command.dml.DataChangeStatement.update (DataChangeStatement.java:74)
    at org.h2.command.CommandContainer.update (CommandContainer.java:169)
    at org.h2.command.Command.executeUpdate (Command.java:252)
    at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal (JdbcPreparedStatement.java:209)
    at org.h2.jdbc.JdbcPreparedStatement.executeUpdate (JdbcPreparedStatement.java:169)
    at org.owasp.dependencycheck.data.nvdcve.H2Functions.updateVulnerability (H2Functions.java:226)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:104)
    at java.lang.reflect.Method.invoke (Method.java:578)
    at org.h2.schema.FunctionAlias$JavaMethod.execute (FunctionAlias.java:495)
    at org.h2.schema.FunctionAlias$JavaMethod.getTableValue (FunctionAlias.java:363)
    at org.h2.expression.function.table.JavaTableFunction.getValue (JavaTableFunction.java:34)
    at org.h2.table.FunctionTable.getResult (FunctionTable.java:51)
    at org.h2.index.VirtualConstructedTableIndex.find (VirtualConstructedTableIndex.java:38)
    at org.h2.index.IndexCursor.find (IndexCursor.java:161)
    at org.h2.table.TableFilter.next (TableFilter.java:394)
    at org.h2.command.query.Select$LazyResultQueryFlat.fetchNextRow (Select.java:1832)
    at org.h2.result.LazyResult.hasNext (LazyResult.java:78)
    at org.h2.result.FetchedResult.next (FetchedResult.java:34)
    at org.h2.command.query.Select.queryFlat (Select.java:728)
    at org.h2.command.query.Select.queryWithoutCache (Select.java:833)
    at org.h2.command.query.Query.queryWithoutCacheLazyCheck (Query.java:197)
    at org.h2.command.query.Query.query (Query.java:512)
    at org.h2.command.query.Query.query (Query.java:475)
    at org.h2.command.CommandContainer.query (CommandContainer.java:251)
    at org.h2.command.Command.executeQuery (Command.java:190)
    at org.h2.jdbc.JdbcPreparedStatement.executeQuery (JdbcPreparedStatement.java:128)
    at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery (DelegatingPreparedStatement.java:122)
    at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery (DelegatingPreparedStatement.java:122)
    at org.owasp.dependencycheck.data.nvdcve.CveDB.updateOrInsertVulnerability (CveDB.java:985)
    at org.owasp.dependencycheck.data.nvdcve.CveDB.updateVulnerability (CveDB.java:811)
    at org.owasp.dependencycheck.data.update.nvd.NvdCveParser.parse (NvdCveParser.java:114)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.importJSON (ProcessTask.java:141)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.processFiles (ProcessTask.java:154)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.call (ProcessTask.java:114)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.call (ProcessTask.java:41)
    at java.util.concurrent.FutureTask.run (FutureTask.java:317)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1144)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:642)
    at java.lang.Thread.run (Thread.java:1623)
Caused by: org.h2.jdbc.JdbcSQLTransientException: Row "22732248" not found in primary index "PUBLIC.SOFTWARE_DATA" [90143-214]
    at org.h2.message.DbException.getJdbcSQLException (DbException.java:682)
    at org.h2.message.DbException.getJdbcSQLException (DbException.java:477)
    at org.h2.message.DbException.get (DbException.java:223)
    at org.h2.mvstore.db.MVPrimaryIndex.getRow (MVPrimaryIndex.java:265)
    at org.h2.mvstore.db.MVTable.getRow (MVTable.java:331)
    at org.h2.mvstore.db.MVSecondaryIndex$MVStoreCursor.get (MVSecondaryIndex.java:421)
    at org.h2.index.IndexCursor.get (IndexCursor.java:270)
    at org.h2.table.TableFilter.get (TableFilter.java:515)
    at org.h2.command.dml.Delete.update (Delete.java:59)
    at org.h2.command.dml.DataChangeStatement.update (DataChangeStatement.java:74)
    at org.h2.command.CommandContainer.update (CommandContainer.java:169)
    at org.h2.command.Command.executeUpdate (Command.java:252)
    at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal (JdbcPreparedStatement.java:209)
    at org.h2.jdbc.JdbcPreparedStatement.executeUpdate (JdbcPreparedStatement.java:169)
    at org.owasp.dependencycheck.data.nvdcve.H2Functions.updateVulnerability (H2Functions.java:226)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:104)
    at java.lang.reflect.Method.invoke (Method.java:578)
    at org.h2.schema.FunctionAlias$JavaMethod.execute (FunctionAlias.java:495)
    at org.h2.schema.FunctionAlias$JavaMethod.getTableValue (FunctionAlias.java:363)
    at org.h2.expression.function.table.JavaTableFunction.getValue (JavaTableFunction.java:34)
    at org.h2.table.FunctionTable.getResult (FunctionTable.java:51)
    at org.h2.index.VirtualConstructedTableIndex.find (VirtualConstructedTableIndex.java:38)
    at org.h2.index.IndexCursor.find (IndexCursor.java:161)
    at org.h2.table.TableFilter.next (TableFilter.java:394)
    at org.h2.command.query.Select$LazyResultQueryFlat.fetchNextRow (Select.java:1832)
    at org.h2.result.LazyResult.hasNext (LazyResult.java:78)
    at org.h2.result.FetchedResult.next (FetchedResult.java:34)
    at org.h2.command.query.Select.queryFlat (Select.java:728)
    at org.h2.command.query.Select.queryWithoutCache (Select.java:833)
    at org.h2.command.query.Query.queryWithoutCacheLazyCheck (Query.java:197)
    at org.h2.command.query.Query.query (Query.java:512)
    at org.h2.command.query.Query.query (Query.java:475)
    at org.h2.command.CommandContainer.query (CommandContainer.java:251)
    at org.h2.command.Command.executeQuery (Command.java:190)
    at org.h2.jdbc.JdbcPreparedStatement.executeQuery (JdbcPreparedStatement.java:128)
    at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery (DelegatingPreparedStatement.java:122)
    at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery (DelegatingPreparedStatement.java:122)
    at org.owasp.dependencycheck.data.nvdcve.CveDB.updateOrInsertVulnerability (CveDB.java:985)
    at org.owasp.dependencycheck.data.nvdcve.CveDB.updateVulnerability (CveDB.java:811)
    at org.owasp.dependencycheck.data.update.nvd.NvdCveParser.parse (NvdCveParser.java:114)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.importJSON (ProcessTask.java:141)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.processFiles (ProcessTask.java:154)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.call (ProcessTask.java:114)
    at org.owasp.dependencycheck.data.update.nvd.ProcessTask.call (ProcessTask.java:41)
    at java.util.concurrent.FutureTask.run (FutureTask.java:317)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1144)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:642)
    at java.lang.Thread.run (Thread.java:1623)
[INFO] Skipping RetireJS update since last update was within 24 hours.
[WARNING] Unable to update 1 or more Cached Web DataSource, using local data instead. Results may not include recent vulnerabilities.
[ERROR] Unable to continue dependency-check analysis.
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache PDFBox 3.0.0-SNAPSHOT:
[INFO] 
[INFO] PDFBox parent ...................................... FAILURE [02:58 min]
[INFO] Apache PDFBox io ................................... SKIPPED
[INFO] Apache FontBox ..................................... SKIPPED
[INFO] Apache XmpBox ...................................... SKIPPED
[INFO] Apache PDFBox ...................................... SKIPPED
[INFO] Apache Preflight ................................... SKIPPED
[INFO] Apache Preflight application ....................... SKIPPED
[INFO] Apache PDFBox Debugger ............................. SKIPPED
[INFO] Apache PDFBox tools ................................ SKIPPED
[INFO] Apache PDFBox application .......................... SKIPPED
[INFO] Apache PDFBox Debugger application ................. SKIPPED
[INFO] Apache PDFBox examples ............................. SKIPPED
[INFO] Apache PDFBox ...................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:30 min
[INFO] Finished at: 2023-01-07T08:57:06Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:7.4.4:check (default) on project pdfbox-parent: Fatal exception(s) analyzing PDFBox parent: One or more exceptions occurred during analysis:
[ERROR] UpdateException: org.owasp.dependencycheck.data.nvdcve.DatabaseException: Unable to retrieve id for new vulnerability for 'CVE-2021-23044'
[ERROR] caused by DatabaseException: Unable to retrieve id for new vulnerability for 'CVE-2021-23044'
[ERROR] caused by JdbcSQLTimeoutException: Timeout trying to lock table {0}; SQL statement:
[ERROR] DELETE FROM software WHERE cveid = ? [50200-214]
[ERROR] caused by DbException: Row "22732248" not found in primary index "PUBLIC.SOFTWARE_DATA" [90143-214]
[ERROR] caused by JdbcSQLTransientException: Row "22732248" not found in primary index "PUBLIC.SOFTWARE_DATA" [90143-214]
[ERROR] NoDataException: No documents exist
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/ws/io/pom.xml> to org.apache.pdfbox/io/3.0.0-SNAPSHOT/io-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/ws/examples/pom.xml> to org.apache.pdfbox/pdfbox-examples/3.0.0-SNAPSHOT/pdfbox-examples-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/ws/parent/pom.xml> to org.apache.pdfbox/pdfbox-parent/3.0.0-SNAPSHOT/pdfbox-parent-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/ws/pdfbox/pom.xml> to org.apache.pdfbox/pdfbox/3.0.0-SNAPSHOT/pdfbox-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/ws/debugger-app/pom.xml> to org.apache.pdfbox/debugger-app/3.0.0-SNAPSHOT/debugger-app-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/ws/fontbox/pom.xml> to org.apache.pdfbox/fontbox/3.0.0-SNAPSHOT/fontbox-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/ws/xmpbox/pom.xml> to org.apache.pdfbox/xmpbox/3.0.0-SNAPSHOT/xmpbox-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/ws/tools/pom.xml> to org.apache.pdfbox/pdfbox-tools/3.0.0-SNAPSHOT/pdfbox-tools-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/ws/debugger/pom.xml> to org.apache.pdfbox/pdfbox-debugger/3.0.0-SNAPSHOT/pdfbox-debugger-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/ws/preflight-app/pom.xml> to org.apache.pdfbox/preflight-app/3.0.0-SNAPSHOT/preflight-app-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/ws/app/pom.xml> to org.apache.pdfbox/pdfbox-app/3.0.0-SNAPSHOT/pdfbox-app-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/ws/preflight/pom.xml> to org.apache.pdfbox/preflight/3.0.0-SNAPSHOT/preflight-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/ws/pom.xml> to org.apache.pdfbox/pdfbox-reactor/3.0.0-SNAPSHOT/pdfbox-reactor-3.0.0-SNAPSHOT.pom
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk20 » Apache PDFBox io #656' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk20 » Apache PDFBox examples #656' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Sending e-mails to: dev@pdfbox.apache.org
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk20 » Apache PDFBox #656' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk20 » Apache PDFBox Debugger application #656' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk20 » Apache FontBox #656' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk20 » Apache XmpBox #656' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk20 » Apache PDFBox tools #656' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk20 » Apache PDFBox Debugger #656' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk20 » Apache Preflight application #656' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk20 » Apache PDFBox application #656' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk20 » Apache Preflight #656' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk20 » Apache PDFBox #656' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
Archiving artifacts

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org


Jenkins build is back to normal : PDFBox » PDFBox-Trunk-jdk20 #657

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk20/657/display/redirect>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org