From 9c3f235198e1861ab2f70d868feee433cbb1403b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Mon, 23 Dec 2024 07:32:50 +0100 Subject: [PATCH 1/2] add commons-cli 1.7.0 https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/commons/commons-cli/README.md --- .../commons-cli/commons-cli-1.7.0.buildspec | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/org/apache/commons/commons-cli/commons-cli-1.7.0.buildspec diff --git a/content/org/apache/commons/commons-cli/commons-cli-1.7.0.buildspec b/content/org/apache/commons/commons-cli/commons-cli-1.7.0.buildspec new file mode 100644 index 0000000000..8b658e6ba8 --- /dev/null +++ b/content/org/apache/commons/commons-cli/commons-cli-1.7.0.buildspec @@ -0,0 +1,18 @@ +groupId=commons-cli +artifactId=commons-cli +display=${groupId}:${artifactId} +version=1.7.0 + +gitRepo=https://github.com/apache/commons-cli.git +gitTag=rel/${artifactId}-${version} + +tool=mvn +jdk=17 +newline=lf +umask=022 + +command="mvn clean verify -DskipTests -Dgpg.skip -Dmaven.javadoc.skip -Dbuildinfo.ignore='*/*.spdx.json'" +buildinfo=target/${artifactId}-${version}.buildinfo + +#diffoscope=${artifactId}-${version}.diffoscope +issue= From bd940a20aec3ae529cf8f5fbcb73d139ba001107 Mon Sep 17 00:00:00 2001 From: Reproducible Central CI Date: Mon, 23 Dec 2024 06:34:56 +0000 Subject: [PATCH 2/2] ./rebuild.sh content/org/apache/commons/commons-cli/commons-cli-1.7.0.buildspec --- .../org/apache/commons/commons-cli/README.md | 5 +- .../commons-cli-1.7.0.buildcompare | 10 ++++ .../commons-cli/commons-cli-1.7.0.buildinfo | 58 +++++++++++++++++++ 3 files changed, 71 insertions(+), 2 deletions(-) create mode 100644 content/org/apache/commons/commons-cli/commons-cli-1.7.0.buildcompare create mode 100644 content/org/apache/commons/commons-cli/commons-cli-1.7.0.buildinfo diff --git a/content/org/apache/commons/commons-cli/README.md b/content/org/apache/commons/commons-cli/README.md index 54c7539ed0..3200ef0b18 100644 --- a/content/org/apache/commons/commons-cli/README.md +++ b/content/org/apache/commons/commons-cli/README.md @@ -7,13 +7,14 @@ Source code: [https://github.com/apache/commons-cli.git](https://github.com/apache/commons-cli.git) -rebuilding **2 releases** of commons-cli:commons-cli: +rebuilding **3 releases** of commons-cli:commons-cli: - **0** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:), -- 2 had issues (some unreproducible artifacts :warning:, see eventual :mag: diffoscope and/or :memo: issue tracker links): +- 3 had issues (some unreproducible artifacts :warning:, see eventual :mag: diffoscope and/or :memo: issue tracker links): | version | [build spec](/BUILDSPEC.md) | [result](https://reproducible-builds.org/docs/jvm/): reproducible? | size | | -- | --------- | ------ | -- | | [1.9.0](https://central.sonatype.com/artifact/commons-cli/commons-cli/1.9.0/pom) | [mvn jdk17](commons-cli-1.9.0.buildspec) | [result](commons-cli-1.9.0.buildinfo): [6 :white_check_mark: 1 :warning:](commons-cli-1.9.0.buildcompare) [:mag:](commons-cli-1.9.0.diffoscope) | 375K | | [1.8.0](https://central.sonatype.com/artifact/commons-cli/commons-cli/1.8.0/pom) | [mvn jdk17](commons-cli-1.8.0.buildspec) | [result](commons-cli-1.8.0.buildinfo): [6 :white_check_mark: 1 :warning:](commons-cli-1.8.0.buildcompare) [:mag:](commons-cli-1.8.0.diffoscope) | 362K | +| [1.7.0](https://central.sonatype.com/artifact/commons-cli/commons-cli/1.7.0/pom) | [mvn jdk17](commons-cli-1.7.0.buildspec) | [result](commons-cli-1.7.0.buildinfo): [6 :white_check_mark: 1 :warning:](commons-cli-1.7.0.buildcompare) | 359K | (size is calculated without javadoc, that has been excluded from reproducibility checks) diff --git a/content/org/apache/commons/commons-cli/commons-cli-1.7.0.buildcompare b/content/org/apache/commons/commons-cli/commons-cli-1.7.0.buildcompare new file mode 100644 index 0000000000..685dfcf94c --- /dev/null +++ b/content/org/apache/commons/commons-cli/commons-cli-1.7.0.buildcompare @@ -0,0 +1,10 @@ +version=1.7.0 +ok=6 +ko=1 +ignored=1 +okFiles="commons-cli-1.7.0.pom commons-cli-1.7.0.jar commons-cli-1.7.0-tests.jar commons-cli-1.7.0-sources.jar commons-cli-1.7.0-cyclonedx.xml commons-cli-1.7.0-cyclonedx.json" +koFiles="commons-cli-1.7.0-test-sources.jar" +ignoredFiles="commons-cli-1.7.0.spdx.json" +reference_java_version="17 (from MANIFEST.MF Build-Jdk-Spec)" +reference_os_name="Unix (from pom.properties newline)" +# diffoscope target/reference/commons-cli/commons-cli-1.7.0-test-sources.jar target/commons-cli-1.7.0-test-sources.jar diff --git a/content/org/apache/commons/commons-cli/commons-cli-1.7.0.buildinfo b/content/org/apache/commons/commons-cli/commons-cli-1.7.0.buildinfo new file mode 100644 index 0000000000..726381a1fa --- /dev/null +++ b/content/org/apache/commons/commons-cli/commons-cli-1.7.0.buildinfo @@ -0,0 +1,58 @@ +# https://reproducible-builds.org/docs/jvm/ +buildinfo.version=1.0-SNAPSHOT + +name=Apache Commons CLI +group-id=commons-cli +artifact-id=commons-cli +version=1.7.0 + +# source information +source.scm.uri=scm:git:https://gitbox.apache.org/repos/asf/commons-cli.git +source.scm.tag=HEAD + +# build instructions +build-tool=mvn + +# build environment information (simplified for reproducibility) +java.version=17 +os.name=Unix + +# Maven rebuild instructions and effective environment + +# output + +outputs.0.groupId=commons-cli +outputs.0.filename=commons-cli-1.7.0.pom +outputs.0.length=14220 +outputs.0.checksums.sha512=9bc9089655feea067d7d042647a62e65819c3e9bc5ebd3bf2e1e82325ff94ec46f69510d0ac06f9e5d165b7c617bf1442ea29a0e7f4769e332156b698176382c + +outputs.1.groupId=commons-cli +outputs.1.filename=commons-cli-1.7.0.jar +outputs.1.length=72739 +outputs.1.checksums.sha512=92f9a81eea9995b3ae252db740ffd778fbc8a176f0a111a0903ad395d48e996a02b555e7aeda110985cd9742e04f0aea7ecc5026e602b345d46d0d23d1492c07 + +outputs.2.groupId=commons-cli +outputs.2.filename=commons-cli-1.7.0-tests.jar +outputs.2.length=121614 +outputs.2.checksums.sha512=08338e5488c6d12e28a65b2d5ea2da172a087832c0c58915f47e1078038b10873bf5594237dc2275a6079027487745d5a76722424c5482c5f786ba95f5c34acb + +outputs.3.groupId=commons-cli +outputs.3.filename=commons-cli-1.7.0-sources.jar +outputs.3.length=71492 +outputs.3.checksums.sha512=9bc86da3391d3fc87806384fda1272b8e0a0313eb529ae4e9eaf7d5fc63708a90449f6fe72b4d29da730c21c4fc497f395c01812b625803479884e08f0593090 + +outputs.4.groupId=commons-cli +outputs.4.filename=commons-cli-1.7.0-test-sources.jar +outputs.4.length=80307 +outputs.4.checksums.sha512=a39503866b78e537b9f0e4b157864202c4ea43ae9dba0b4c56de5c84c394641f03eb1dc48ac0569984f2512759a293c0c059f592064d86f82cadfb5e3118bd9f + +outputs.5.groupId=commons-cli +outputs.5.filename=commons-cli-1.7.0-cyclonedx.xml +outputs.5.length=3108 +outputs.5.checksums.sha512=40623202b108d74635fee720a826e730ed63b838596db45a887f4718be949db9ca01f9661be3c03067b2d1d9246d7fde1524c83c7718db1cb2202e0d3ed748d2 + +outputs.6.groupId=commons-cli +outputs.6.filename=commons-cli-1.7.0-cyclonedx.json +outputs.6.length=3598 +outputs.6.checksums.sha512=fd710316564b50a1af147751c01f25c473c8ccee4af117e3ebd12f7e1eda9524b10389e8ae8705922cc82c0164bc1c5a2977327eb22eac449ce4b149b15d3d90 +# ignored commons-cli-1.7.0.spdx.json