Bug 1246846 - Review Request: jmh - Java Microbenchmark Harness
Summary: Review Request: jmh - Java Microbenchmark Harness
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jonny Heggheim
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1245633
TreeView+ depends on / blocked
 
Reported: 2015-07-26 11:19 UTC by gil cattaneo
Modified: 2015-09-18 19:00 UTC (History)
3 users (show)

Fixed In Version: 1.10.5-2.fc23
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-18 19:00:14 UTC
Type: ---
Embargoed:
hegjon: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description gil cattaneo 2015-07-26 11:19:57 UTC
Spec URL: https://gil.fedorapeople.org/jmh.spec
SRPM URL: https://gil.fedorapeople.org/jmh-1.10.1-1.fc22.src.rpm
Description:
The JMH is a Java harness for building, running, and analysing
nano/micro/macro benchmarks written in Java and other languages
targeting the JVM.
Fedora Account System Username: gil

metrics 3.1.2 dependency

Comment 1 gil cattaneo 2015-07-26 11:49:29 UTC
Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=10487833

Comment 4 Jonny Heggheim 2015-08-29 12:09:49 UTC
===== MUST items =====

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "BSD (3 clause)", "GPL (v2)", "Unknown or generated". 2 files
     have unknown license. 
jmh-65fdc5d5f65d/jmh-core/src/main/java/org/openjdk/jmh/annotations/Benchmark.java
jmh-65fdc5d5f65d/jmh-core/src/main/java/org/openjdk/jmh/profile/WinPerfAsmProfiler.java

Please contact upstream to clarify licensing. Best if they put proper license header and release new version.

[x]: License file installed when any subpackage combination is installed.
[!]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
All packages are GPL, except samples that is BSD

[!]: Package requires other packages for directories it uses.
     Note: No known owner of /usr/share/maven-poms/jmh, /usr/share/java/jmh
[!]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/share/java/jmh,
     /usr/share/maven-poms/jmh
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[-]: Package is not known to require an ExcludeArch tag.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: Package does not own files or directories owned by other packages.
[x]: All build dependencies are listed in BuildRequires, except for any
     that are listed in the exceptions section of Packaging Guidelines.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 0 bytes in 0 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

Java:
[x]: Bundled jar/class files should be removed before build
[x]: Packages have proper BuildRequires/Requires on jpackage-utils
     Note: Maven packages do not need to (Build)Require jpackage-utils. It
     is pulled in by maven-local
[x]: Javadoc documentation files are generated and included in -javadoc
     subpackage
[x]: Javadoc subpackages should not have Requires: jpackage-utils
[x]: Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink)

Maven:
[x]: If package contains pom.xml files install it (including metadata) even
     when building with ant
[x]: POM files have correct Maven mapping
[x]: Maven packages should use new style packaging
[x]: Old add_to_maven_depmap macro is not being used
[x]: Packages DO NOT have Requires(post) and Requires(postun) on jpackage-
     utils for %update_maven_depmap macro
[x]: Package DOES NOT use %update_maven_depmap in %post/%postun
[x]: Packages use .mfiles file list instead of %{_datadir}/maven2/poms

===== SHOULD items =====

Generic:
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[-]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in jmh-
     core-benchmarks , jmh-core-ct , jmh-core-it , jmh-generator-annprocess
     , jmh-generator-asm , jmh-generator-bytecode , jmh-generator-
     reflection , jmh-parent , jmh-samples , jmh-javadoc
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[-]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

Java:
[x]: Package uses upstream build method (ant/maven/etc.)
[x]: Packages are noarch unless they use JNI

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: jmh-1.10.4-1.fc22.noarch.rpm
          jmh-core-benchmarks-1.10.4-1.fc22.noarch.rpm
          jmh-core-ct-1.10.4-1.fc22.noarch.rpm
          jmh-core-it-1.10.4-1.fc22.noarch.rpm
          jmh-generator-annprocess-1.10.4-1.fc22.noarch.rpm
          jmh-generator-asm-1.10.4-1.fc22.noarch.rpm
          jmh-generator-bytecode-1.10.4-1.fc22.noarch.rpm
          jmh-generator-reflection-1.10.4-1.fc22.noarch.rpm
          jmh-parent-1.10.4-1.fc22.noarch.rpm
          jmh-samples-1.10.4-1.fc22.noarch.rpm
          jmh-javadoc-1.10.4-1.fc22.noarch.rpm
          jmh-1.10.4-1.fc22.src.rpm
jmh.noarch: W: spelling-error %description -l en_US analysing -> analyzing, analysis, signaling
jmh.noarch: W: spelling-error %description -l en_US nano -> anon, Kano, Nona
jmh.noarch: W: no-documentation
jmh-core-benchmarks.noarch: W: no-documentation
jmh-core-ct.noarch: W: no-documentation
jmh-core-it.noarch: W: no-documentation
jmh-generator-annprocess.noarch: W: no-documentation
jmh-generator-asm.noarch: W: spelling-error %description -l en_US bytecode -> byte code, byte-code, decorate
jmh-generator-asm.noarch: W: no-documentation
jmh-generator-bytecode.noarch: W: no-documentation
jmh-generator-reflection.noarch: W: no-documentation
jmh-parent.noarch: W: no-documentation
jmh-samples.noarch: W: no-documentation
jmh.src: W: spelling-error %description -l en_US analysing -> analyzing, analysis, signaling
jmh.src: W: spelling-error %description -l en_US nano -> anon, Kano, Nona
12 packages and 0 specfiles checked; 0 errors, 15 warnings.




Rpmlint (installed packages)
----------------------------
jmh-core-ct.noarch: W: no-documentation
jmh-generator-asm.noarch: W: spelling-error %description -l en_US bytecode -> byte code, byte-code, decorate
jmh-generator-asm.noarch: W: no-documentation
jmh-samples.noarch: W: no-documentation
jmh-generator-bytecode.noarch: W: no-documentation
jmh.noarch: W: spelling-error %description -l en_US analysing -> analyzing, analysis, signaling
jmh.noarch: W: spelling-error %description -l en_US nano -> anon, Kano, Nona
jmh.noarch: W: no-documentation
jmh-core-it.noarch: W: no-documentation
jmh-generator-reflection.noarch: W: no-documentation
jmh-generator-annprocess.noarch: W: no-documentation
jmh-parent.noarch: W: no-documentation
jmh-core-benchmarks.noarch: W: no-documentation
11 packages and 0 specfiles checked; 0 errors, 13 warnings.



Requires
--------
jmh-core-ct (rpmlib, GLIBC filtered):
    java-headless
    jpackage-utils
    mvn(org.openjdk.jmh:jmh-core)
    mvn(org.openjdk.jmh:jmh-generator-annprocess)
    mvn(org.openjdk.jmh:jmh-generator-asm)
    mvn(org.openjdk.jmh:jmh-generator-reflection)

jmh-generator-asm (rpmlib, GLIBC filtered):
    java-headless
    jpackage-utils
    mvn(org.openjdk.jmh:jmh-core)
    mvn(org.openjdk.jmh:jmh-generator-reflection)
    mvn(org.ow2.asm:asm)

jmh-javadoc (rpmlib, GLIBC filtered):
    jpackage-utils

jmh-samples (rpmlib, GLIBC filtered):
    java-headless
    jpackage-utils
    mvn(org.openjdk.jmh:jmh-core)

jmh-generator-bytecode (rpmlib, GLIBC filtered):
    java-headless
    jpackage-utils
    mvn(org.openjdk.jmh:jmh-core)
    mvn(org.openjdk.jmh:jmh-generator-asm)
    mvn(org.openjdk.jmh:jmh-generator-reflection)

jmh (rpmlib, GLIBC filtered):
    java-headless
    jpackage-utils
    mvn(net.sf.jopt-simple:jopt-simple)
    mvn(org.apache.commons:commons-math3)

jmh-core-it (rpmlib, GLIBC filtered):
    java-headless
    jpackage-utils
    mvn(org.openjdk.jmh:jmh-core)

jmh-generator-reflection (rpmlib, GLIBC filtered):
    java-headless
    jpackage-utils
    mvn(org.openjdk.jmh:jmh-core)

jmh-generator-annprocess (rpmlib, GLIBC filtered):
    java-headless
    jpackage-utils
    mvn(org.openjdk.jmh:jmh-core)

jmh-parent (rpmlib, GLIBC filtered):
    java-headless
    jpackage-utils
    mvn(org.apache.maven.plugins:maven-javadoc-plugin)

jmh-core-benchmarks (rpmlib, GLIBC filtered):
    java-headless
    jpackage-utils
    mvn(org.openjdk.jmh:jmh-core)



Provides
--------
jmh-core-ct:
    jmh-core-ct
    mvn(org.openjdk.jmh:jmh-core-ct)
    mvn(org.openjdk.jmh:jmh-core-ct:pom:)

jmh-generator-asm:
    jmh-generator-asm
    mvn(org.openjdk.jmh:jmh-generator-asm)
    mvn(org.openjdk.jmh:jmh-generator-asm:pom:)

jmh-javadoc:
    jmh-javadoc

jmh-samples:
    jmh-samples
    mvn(org.openjdk.jmh:jmh-samples)
    mvn(org.openjdk.jmh:jmh-samples:pom:)

jmh-generator-bytecode:
    jmh-generator-bytecode
    mvn(org.openjdk.jmh:jmh-generator-bytecode)
    mvn(org.openjdk.jmh:jmh-generator-bytecode:pom:)

jmh:
    jmh
    mvn(org.openjdk.jmh:jmh-core)
    mvn(org.openjdk.jmh:jmh-core:pom:)

jmh-core-it:
    jmh-core-it
    mvn(org.openjdk.jmh:jmh-core-it)
    mvn(org.openjdk.jmh:jmh-core-it:pom:)

jmh-generator-reflection:
    jmh-generator-reflection
    mvn(org.openjdk.jmh:jmh-generator-reflection)
    mvn(org.openjdk.jmh:jmh-generator-reflection:pom:)

jmh-generator-annprocess:
    jmh-generator-annprocess
    mvn(org.openjdk.jmh:jmh-generator-annprocess)
    mvn(org.openjdk.jmh:jmh-generator-annprocess:pom:)

jmh-parent:
    jmh-parent
    mvn(org.openjdk.jmh:jmh-parent:pom:)

jmh-core-benchmarks:
    jmh-core-benchmarks
    mvn(org.openjdk.jmh:jmh-core-benchmarks)
    mvn(org.openjdk.jmh:jmh-core-benchmarks:pom:)



Source checksums
----------------
http://hg.openjdk.java.net/code-tools/jmh/archive/65fdc5d5f65d.tar.gz :
  CHECKSUM(SHA256) this package     : b05744d6c35f6988bd4fb8bdf384792bfab406adbc55082c87007f1e1bc07bed
  CHECKSUM(SHA256) upstream package : b05744d6c35f6988bd4fb8bdf384792bfab406adbc55082c87007f1e1bc07bed

This is my second review. Overall good package, I would also consider moving the Maven metadata in jmh-parent into jmh-core (like how jsch-agent-proxy does it)

Comment 5 gil cattaneo 2015-08-29 12:41:18 UTC
(In reply to Jonny Heggheim from comment #4)

> [x]: License field in the package spec file matches the actual license.
>      Note: Checking patched sources after %prep for licenses. Licenses
>      found: "BSD (3 clause)", "GPL (v2)", "Unknown or generated". 2 files
>      have unknown license. 
> jmh-65fdc5d5f65d/jmh-core/src/main/java/org/openjdk/jmh/annotations/
> Benchmark.java
> jmh-65fdc5d5f65d/jmh-core/src/main/java/org/openjdk/jmh/profile/
> WinPerfAsmProfiler.java
> 
> Please contact upstream to clarify licensing. Best if they put proper
> license header and release new version.

Done. I await the reply by jmh mail list.
http://mail.openjdk.java.net/pipermail/jmh-dev/2015-August/002037.html
I am not aware of where their bug tracker ... :(

> [x]: License file installed when any subpackage combination is installed.
> [!]: If the package is under multiple licenses, the licensing breakdown
>      must be documented in the spec.
> All packages are GPL, except samples that is BSD

Already documented (near the license field)

> [!]: Package requires other packages for directories it uses.
>      Note: No known owner of /usr/share/maven-poms/jmh, /usr/share/java/jmh
> [!]: Package must own all directories that it creates.
>      Note: Directories without known owners: /usr/share/java/jmh,
>      /usr/share/maven-poms/jmh

This package is for rawhide (at most for f23). in these 2 branches these directories should be handled by our java tools and do not need to add extra owned directories. see file.dir file if you use fedora >= 22 in the
1246846-jmh folder

> This is my second review. Overall good package, I would also consider moving
> the Maven metadata in jmh-parent into jmh-core (like how jsch-agent-proxy
> does it)

If is not a problem i prefer leave as is

Comment 7 Jonny Heggheim 2015-08-29 19:58:03 UTC
Would it make sense to change the license to reflect each package?

$ diff -U 1 jmh.spec jmh-jonny.spec 
--- jmh.spec	2015-08-29 15:17:43.000000000 +0200
+++ jmh-jonny.spec	2015-08-29 17:41:32.230865881 +0200
@@ -7,3 +7,3 @@
 # 2 files have unknown license, reported @ http://mail.openjdk.java.net/pipermail/jmh-dev/2015-August/002037.html
-License:       BSD and GPLv2 with exceptions
+License:       GPLv2 with exceptions
 URL:           http://openjdk.java.net/projects/code-tools/jmh/
@@ -75,2 +75,3 @@
 Summary:       JMH Samples
+License:       BSD


$ rpm -qp --queryformat '%{NAME}: %{LICENSE}\n' jmh-*.noarch.rpm
jmh: GPLv2 with exceptions
jmh-core-benchmarks: GPLv2 with exceptions
jmh-core-ct: GPLv2 with exceptions
jmh-core-it: GPLv2 with exceptions
jmh-generator-annprocess: GPLv2 with exceptions
jmh-generator-asm: GPLv2 with exceptions
jmh-generator-bytecode: GPLv2 with exceptions
jmh-generator-reflection: GPLv2 with exceptions
jmh-javadoc: GPLv2 with exceptions
jmh-parent: GPLv2 with exceptions
jmh-samples: BSD

Comment 8 Jonny Heggheim 2015-08-29 20:03:56 UTC
> Done. I await the reply by jmh mail list.
> http://mail.openjdk.java.net/pipermail/jmh-dev/2015-August/002037.html
> I am not aware of where their bug tracker ... :(

I could not find it either :\

> Already documented (near the license field)

I missed it

> This package is for rawhide (at most for f23). in these 2 branches these
> directories should be handled by our java tools and do not need to add extra
> owned directories. see file.dir file if you use fedora >= 22 in the
> 1246846-jmh folder

Great, I did not know :)

> If is not a problem i prefer leave as is

Not a problem

Comment 9 Jonny Heggheim 2015-08-29 20:07:55 UTC
Approved!

You decide if you leave the license header like now or change it as suggested in comment #7

Comment 10 gil cattaneo 2015-08-29 20:35:06 UTC
(In reply to Jonny Heggheim from comment #9)
> Approved!
> 
> You decide if you leave the license header like now or change it as
> suggested in comment #7
Done.

Spec URL: https://gil.fedorapeople.org/jmh.spec
SRPM URL: https://gil.fedorapeople.org/jmh-1.10.5-2.fc22.src.rpm

- fix samples sub-package license

Thanks for the review!

Comment 11 gil cattaneo 2015-08-29 20:39:08 UTC
New Package SCM Request
=======================
Package Name: jmh
Short Description: Java Microbenchmark Harness
Upstream URL: http://openjdk.java.net/projects/code-tools/jmh/
Owners: gil
Branches: f22 f23
InitialCC: java-sig

Comment 12 gil cattaneo 2015-08-29 20:40:36 UTC
Please, changes Status field in "assigned"
Thanks in advance

Comment 13 gil cattaneo 2015-08-29 20:41:56 UTC
Sorry ...
dont generate a branch for F22

New Package SCM Request
=======================
Package Name: jmh
Short Description: Java Microbenchmark Harness
Upstream URL: http://openjdk.java.net/projects/code-tools/jmh/
Owners: gil
Branches: f23
InitialCC: java-sig

Comment 14 gil cattaneo 2015-08-29 20:55:57 UTC
Jonny, re-assign the bug to you, please

Comment 15 Jonny Heggheim 2015-08-29 21:02:47 UTC
Is the status correct now?

Comment 16 gil cattaneo 2015-08-29 21:23:47 UTC
(In reply to Jonny Heggheim from comment #15)
> Is the status correct now?

Yes thanks

Comment 17 Gwyn Ciesla 2015-08-30 14:16:51 UTC
Git done (by process-git-requests).

Comment 18 Fedora Update System 2015-08-30 20:01:00 UTC
jmh-1.10.5-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-14608

Comment 19 Fedora Update System 2015-09-01 10:04:54 UTC
jmh-1.10.5-2.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.\nIf you want to test the update, you can install it with \n su -c 'yum --enablerepo=updates-testing update jmh'. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-14608

Comment 20 Fedora Update System 2015-09-18 19:00:13 UTC
jmh-1.10.5-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.