Skip to content

312 Refactor to plain java - taken from intermediate repositors. #84

312 Refactor to plain java - taken from intermediate repositors.

312 Refactor to plain java - taken from intermediate repositors. #84

Triggered via push January 29, 2024 08:08
Status Failure
Total duration 1m 45s
Artifacts

gradle-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 40 warnings
gradle
Process completed with exit code 1.
can create multiple checker instances (org.aim42.htmlsanitycheck.check.CheckerCreatorSpec) failed: org.aim42.htmlsanitycheck.check.CheckerCreatorSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.check.CheckerCreatorSpec.xml [took 0s]
finding with multiple occurrences returns refcount (org.aim42.htmlsanitycheck.collect.FindingSpec) failed: org.aim42.htmlsanitycheck.collect.FindingSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.collect.FindingSpec.xml [took 0s]
CalculateSummarySpec [nrChecks: 3, nrFindings: 1, successRate: 66, #6] (org.aim42.htmlsanitycheck.report.SummarizerUtilSpec) failed: org.aim42.htmlsanitycheck.report.SummarizerUtilSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.report.SummarizerUtilSpec.xml [took 0s]
configuring a single html file is ok (org.aim42.htmlsanitycheck.ConfigurationSpec) failed: org.aim42.htmlsanitycheck.ConfigurationSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.ConfigurationSpec.xml [took 0s]
All 2 runs failed: configuring file [] in directory [] is absurd (org.aim42.htmlsanitycheck.ConfigurationSpec): org.aim42.htmlsanitycheck.ConfigurationSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.ConfigurationSpec.xml [took 0s]
checks to execute cannot be [] (org.aim42.htmlsanitycheck.ConfigurationSpec) failed: org.aim42.htmlsanitycheck.ConfigurationSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.ConfigurationSpec.xml [took 0s]
checks to execute cannot be not a collection (org.aim42.htmlsanitycheck.ConfigurationSpec) failed: org.aim42.htmlsanitycheck.ConfigurationSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.ConfigurationSpec.xml [took 0s]
identify local resource links [isLocal: false, link: 10.0.0.1/index.html, #23] (org.aim42.htmlsanitycheck.html.URLUtilSpec) failed: org.aim42.htmlsanitycheck.html.URLUtilSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.html.URLUtilSpec.xml [took 0s]
check for valid ip address [isValidIP: true, ipa: 0.0.0.0, #0] (org.aim42.htmlsanitycheck.html.URLUtilSpec) failed: org.aim42.htmlsanitycheck.html.URLUtilSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.html.URLUtilSpec.xml [took 0s]
check for valid ip address [isValidIP: true, ipa: 255.255.255.255, #1] (org.aim42.htmlsanitycheck.html.URLUtilSpec) failed: org.aim42.htmlsanitycheck.html.URLUtilSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.html.URLUtilSpec.xml [took 0s]
check for valid ip address [isValidIP: true, ipa: 127.0.0.1, #2] (org.aim42.htmlsanitycheck.html.URLUtilSpec) failed: org.aim42.htmlsanitycheck.html.URLUtilSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.html.URLUtilSpec.xml [took 0s]
amazon does not deliver 405 statuscode for links that really exist (org.aim42.htmlsanitycheck.check.BrokenHttpLinksCheckerSpec) failed: org.aim42.htmlsanitycheck.check.BrokenHttpLinksCheckerSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.check.BrokenHttpLinksCheckerSpec.xml [took 0s]
error codes contain 503 (org.aim42.inet.NetUtilSpec) failed: org.aim42.inet.NetUtilSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.inet.NetUtilSpec.xml [took 0s]
detect missing alt attributes in imageTag '<img src="a.jpg"> ' (org.aim42.htmlsanitycheck.html.HtmlPageSpec) failed: org.aim42.htmlsanitycheck.html.HtmlPageSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.html.HtmlPageSpec.xml [took 0s]
detect missing alt attributes in imageTag '<img src="a.jpg" alt=""> ' (org.aim42.htmlsanitycheck.html.HtmlPageSpec) failed: org.aim42.htmlsanitycheck.html.HtmlPageSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.html.HtmlPageSpec.xml [took 0s]
detect missing alt attributes in imageTag '<img src="a.jpg" alt="" > <img src="b.png" alt> ' (org.aim42.htmlsanitycheck.html.HtmlPageSpec) failed: org.aim42.htmlsanitycheck.html.HtmlPageSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.html.HtmlPageSpec.xml [took 0s]
detect missing alt attributes in imageTag '<img src="a.jpg" alt="a" > ' (org.aim42.htmlsanitycheck.html.HtmlPageSpec) failed: org.aim42.htmlsanitycheck.html.HtmlPageSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.html.HtmlPageSpec.xml [took 0s]
detect correct number of external http links in anchors '<a href="http.html">HTTP info</a> ' (org.aim42.htmlsanitycheck.html.HtmlPageSpec) failed: org.aim42.htmlsanitycheck.html.HtmlPageSpec#L0
htmlSanityCheck-core/build/test-results/test/TEST-org.aim42.htmlsanitycheck.html.HtmlPageSpec.xml [took 0s]
gradle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/gradle-build-action@v2, actions/cache/restore@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.