You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Алексей Борохвостов <tr...@gmail.com> on 2023/03/31 06:23:19 UTC

SignatureTest error during build.

Hello!
I'm trying to implement healt report mapping in hudson module.
And I get an error when building it:

test-build:
> sigtest check: ide/hudson; cnb: org-netbeans-modules-hudson; email:
> api-changes@netbeans.org; type: check
> check-sigtest:
> Created dir:
> /home/troizet/dev/netbeans/netbeans/ide/hudson/build/test/sigtest/results
>
> /home/troizet/dev/netbeans/netbeans/ide/hudson/build/test/sigtest/results/org.netbeans.modules.hudson
> email: api-changes@netbeans.org
> SignatureTest report
> Base version: 2.32
> Tested version: 2.33
> Check mode: bin [throws removed]
> Constant checking: on
> Class org.netbeans.modules.hudson.api.HudsonJob
>   "E2.1 - Interface method added" : method public abstract int
> org.netbeans.modules.hudson.api.HudsonJob.getScore()
> Class org.netbeans.modules.hudson.constants.HudsonJobConstants
>   warn: "W5.6 - Adding fields" : field public final static
> java.lang.String
> org.netbeans.modules.hudson.constants.HudsonJobConstants.JOB_HEALT_REPORT_SCORE
> = "job_healt_report_score"
> Class org.netbeans.modules.hudson.constants.HudsonXmlApiConstants
>   warn: "W5.6 - Adding fields" : field public final static
> java.lang.String
> org.netbeans.modules.hudson.constants.HudsonXmlApiConstants.XML_API_HEALT_REPORT_ELEMENT
> = "healthReport"
> /home/troizet/dev/netbeans/netbeans/nbbuild/templates/projectized.xml:779:
> Signature tests return code is wrong (1), check the messages above
> BUILD FAILED (total time: 2 seconds)
>

 What needs to be done to make the build?