Skip to content

Makefile: implement make help #2844

Makefile: implement make help

Makefile: implement make help #2844

Triggered via push February 10, 2025 21:07
Status Failure
Total duration 2h 1m 25s
Artifacts

tests.yml

on: push
⌨ Lint & unittests
1m 37s
⌨ Lint & unittests
🐚 Shellcheck
4s
🐚 Shellcheck
Integration
2h 1m
Integration
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
⌨ Lint & unittests: bib/cmd/bootc-image-builder/partition_tables.go#L4
"github.com/osbuild/images/pkg/arch" imported and not used (typecheck)
⌨ Lint & unittests
cannot range over 50 (untyped int constant) (typecheck)
⌨ Lint & unittests
cannot range over rounds (variable of type int) (typecheck)
⌨ Lint & unittests
cannot infer S ($GOROOT/src/slices/slices.go:115:1) (typecheck)
⌨ Lint & unittests
cannot range over nBuffers (variable of type uint) (typecheck)
⌨ Lint & unittests
not enough arguments in call to time.Unix
⌨ Lint & unittests
cannot use d (variable of type *archiveImageDestination) as private.ImageDestination value in return statement: *archiveImageDestination does not implement private.ImageDestination (missing method AcceptsForeignLayerURLs) (typecheck)
⌨ Lint & unittests
cannot use &archiveImageSource{…} (value of type *archiveImageSource) as private.ImageSource value in return statement: *archiveImageSource does not implement private.ImageSource (missing method Close) (typecheck)
⌨ Lint & unittests
cannot use d (variable of type *daemonImageDestination) as private.ImageDestination value in return statement: *daemonImageDestination does not implement private.ImageDestination (missing method AcceptsForeignLayerURLs) (typecheck)
⌨ Lint & unittests
cannot use &daemonImageSource{…} (value of type *daemonImageSource) as private.ImageSource value in return statement: *daemonImageSource does not implement private.ImageSource (missing method Close) (typecheck)
🐚 Shellcheck
Input 'ignore' has been deprecated with message: Use ignore_paths or ignore_names instead.
⌨ Lint & unittests
Restore cache failed: Dependencies file is not found in /home/runner/work/bootc-image-builder/bootc-image-builder. Supported file pattern: go.sum
Integration
The `python-version` input is not set. The version of Python currently in `PATH` will be used.