Skip to content

ci: add publish squashfs layers #48

ci: add publish squashfs layers

ci: add publish squashfs layers #48

Triggered via pull request November 20, 2023 12:05
Status Failure
Total duration 42s
Artifacts

ci.yaml

on: pull_request
Test stacker-build-push-action
32s
Test stacker-build-push-action
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Test stacker-build-push-action
Error: stacker exited with code 1 stacker version v1.0.0-rc8-c75830e usernsexec-ing [u 0 1001 1 1 165537 65535 g 0 127 1 1 165537 65535 -- /opt/hostedtoolcache/stacker/1.0.0-rc8/x64/stacker --internal-userns --debug --stacker-dir .stacker build -f test/stacker.yaml --layer-type tar --substitute SUB1=VAR1 --substitute SUB2=VAR2 --substitute SUB3=VAR3] stacker version v1.0.0-rc8-c75830e initializing stacker recipe: test/stacker.yaml substituting $SUB1 to VAR1 substituting $SUB2 to VAR2 substituting $SUB3 to VAR3 substituting $STACKER_ROOTFS_DIR to /home/runner/work/stacker-build-push-action/stacker-build-push-action/roots substituting $STACKER_STACKER_DIR to /home/runner/work/stacker-build-push-action/stacker-build-push-action/.stacker substituting $STACKER_OCI_DIR to /home/runner/work/stacker-build-push-action/stacker-build-push-action/oci substituting $STACKER_WORK_DIR to stacker build order: 0 build /home/runner/work/stacker-build-push-action/stacker-build-push-action/test/stacker.yaml: requires: [] building: 0 /home/runner/work/stacker-build-push-action/stacker-build-push-action/test/stacker.yaml substituting $SUB1 to VAR1 substituting $SUB2 to VAR2 substituting $SUB3 to VAR3 substituting $STACKER_ROOTFS_DIR to /home/runner/work/stacker-build-push-action/stacker-build-push-action/roots substituting $STACKER_STACKER_DIR to /home/runner/work/stacker-build-push-action/stacker-build-push-action/.stacker substituting $STACKER_OCI_DIR to /home/runner/work/stacker-build-push-action/stacker-build-push-action/oci substituting $STACKER_WORK_DIR to Dependency Order [test] preparing image test... overlay-dirs, possibly modified after import: [] loading docker://centos:latest error: initializing source docker://centos:latest: Get "https://auth.docker.io/token?account=githubactions&scope=repository%3Alibrary%2Fcentos%3Apull&service=registry.docker.io": read tcp 10.1.0.114:41168->3.216.34.172:443: read: connection reset by peer couldn't import base layer centos stackerbuild.io/stacker/pkg/stacker.importContainersImage /stacker-tree/pkg/stacker/base.go:141 stackerbuild.io/stacker/pkg/stacker.GetBase /stacker-tree/pkg/stacker/base.go:49 stackerbuild.io/stacker/pkg/stacker.(*Builder).build /stacker-tree/pkg/stacker/build.go:395 stackerbuild.io/stacker/pkg/stacker.(*Builder).BuildMultiple /stacker-tree/pkg/stacker/build.go:610 main.doBuild /stacker-tree/cmd/stacker/build.go:118 github.com/urfave/cli/v2.(*Command).Run /build/gopath/pkg/mod/github.com/urfave/cli/[email protected]/command.go:273 github.com/urfave/cli/v2.(*Command).Run /build/gopath/pkg/mod/github.com/urfave/cli/[email protected]/command.go:266 github.com/urfave/cli/v2.(*App).RunContext /build/gopath/pkg/mod/github.com/urfave/cli/[email protected]/app.go:332 github.com/urfave/cli/v2.(*App).Run /build/gopath/pkg/mod/github.com/urfave/cli/[email protected]/app.go:309 main.main /stacker-tree/cmd/stacker/main.go:328 runtime.main /usr/lib/go/src/runtime/proc.go:267 runtime.goexit /usr/lib/go/src/runtime/asm_amd64.s:1650 error: exit status 1 stackerbuild.io/stacker/pkg/container.MaybeRunInNamespace /stacker-tree/pkg/container/userns.go:102 main.main.func3 /stacker-tree/cmd/stacker/main.go:323 github.com/urfave/cli/v2.(*Command).Run /build/gopath/pkg/mod/github.com/urfave/cli/[email protected]/command.go:213 github.com/urfave/cli/v2.(*App).RunContext /build/gopath/pkg/mod/github.com/urfave/cli/[email protected]/app.go:332 github.com/urfave/cli/v2.(*App).Run /build/gopath/pkg/mod/github.com/urfave/cli/[email protected]/app.go:309 main.main /stacker-tree/cmd/stacker/main.go:328 runtime.main /usr/lib/go/src/runtime/proc.go:267 runtime.goexit /usr/lib/go/src/runtime/asm_amd64.s:1650
Test stacker-build-push-action
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/