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

Changes:

[Tilman Hausherr] PDFBOX-5621: avoid NPE if the softmask has text


------------------------------------------
[...truncated 6.62 KB...]
[INFO] Checking for updates
[INFO] NVD CVE requires several updates; this could take a couple of minutes.
[INFO] Processing Started for NVD CVE - 2018
[INFO] Processing Started for NVD CVE - 2020
[INFO] Processing Started for NVD CVE - 2021
[ERROR] org.owasp.dependencycheck.data.nvdcve.DatabaseException: Unable to 
retrieve id for new vulnerability for 'CVE-2018-9965'
org.owasp.dependencycheck.data.update.exception.UpdateException: 
org.owasp.dependencycheck.data.nvdcve.DatabaseException: Unable to retrieve id 
for new vulnerability for 'CVE-2018-9965'
    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-2018-9965'
    at org.owasp.dependencycheck.data.nvdcve.CveDB.updateOrInsertVulnerability 
(CveDB.java:999)
    at org.owasp.dependencycheck.data.nvdcve.CveDB.updateVulnerability 
(CveDB.java:820)
    at org.owasp.dependencycheck.data.update.nvd.NvdCveParser.parse 
(NvdCveParser.java:115)
    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 cweEntry 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:231)
    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:994)
    at org.owasp.dependencycheck.data.nvdcve.CveDB.updateVulnerability 
(CveDB.java:820)
    at org.owasp.dependencycheck.data.update.nvd.NvdCveParser.parse 
(NvdCveParser.java:115)
    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 "2922764" not found in primary index 
"PUBLIC.CWEENTRY_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:231)
    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:994)
    at org.owasp.dependencycheck.data.nvdcve.CveDB.updateVulnerability 
(CveDB.java:820)
    at org.owasp.dependencycheck.data.update.nvd.NvdCveParser.parse 
(NvdCveParser.java:115)
    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 "2922764" not found in 
primary index "PUBLIC.CWEENTRY_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:231)
    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:994)
    at org.owasp.dependencycheck.data.nvdcve.CveDB.updateVulnerability 
(CveDB.java:820)
    at org.owasp.dependencycheck.data.update.nvd.NvdCveParser.parse 
(NvdCveParser.java:115)
    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.
[INFO] Skipping Hosted Suppressions file update since last update was within 2 
hours.
[INFO] Skipping Known Exploited Vulnerabilities update check since last check 
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:33 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:06 min
[INFO] Finished at: 2023-06-15T11:41:16Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 6 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-source-plugin:3.2.1
[WARNING]  * org.jacoco:jacoco-maven-plugin:0.8.10
[WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
[WARNING]  * org.owasp:dependency-check-maven:8.3.1
[WARNING]  * org.apache.maven.plugins:maven-remote-resources-plugin:1.7.0
[WARNING]  * org.apache.rat:apache-rat-plugin:0.15
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with 
one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:8.3.1: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-2018-9965'
[ERROR] caused by DatabaseException: Unable to retrieve id for new 
vulnerability for 'CVE-2018-9965'
[ERROR] caused by JdbcSQLTimeoutException: Timeout trying to lock table {0}; 
SQL statement:
[ERROR] DELETE FROM cweEntry WHERE cveid = ? [50200-214]
[ERROR] caused by DbException: Row "2922764" not found in primary index 
"PUBLIC.CWEENTRY_DATA" [90143-214]
[ERROR] caused by JdbcSQLTransientException: Row "2922764" not found in primary 
index "PUBLIC.CWEENTRY_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/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/io/pom.xml> 
to org.apache.pdfbox/pdfbox-io/3.0.0-SNAPSHOT/pdfbox-io-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 
examples #746' does not have a result yet. Please make sure you set a proper 
result in case of pipeline/build scripts.
Sending e-mails to: [email protected]
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk20 » Apache PDFBox 
#746' 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 #746' 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 io 
#746' 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 
#746' 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 
#746' 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 #746' 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 #746' 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 #746' 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 #746' 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 
#746' 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 
#746' 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to