Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): fix composite GitHub action path in dependabot config #349

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

westonsteimel
Copy link
Contributor

Fixes a typo in the dependabot config which was preventing automated updates to the composite bootstrap action definition.

@westonsteimel westonsteimel requested a review from a team January 23, 2025 14:18
Copy link

Benchmark Test Results

Benchmark results from the latest changes vs base branch
make .tool/task
make[1]: Entering directory '/home/runner/work/stereoscope/stereoscope'
make[1]: Leaving directory '/home/runner/work/stereoscope/stereoscope'
.tool/task show-benchstat
?   	github.com/anchore/stereoscope	[no test files]
?   	github.com/anchore/stereoscope/examples	[no test files]
PASS
ok  	github.com/anchore/stereoscope/internal	0.003s
?   	github.com/anchore/stereoscope/internal/bus	[no test files]
PASS
ok  	github.com/anchore/stereoscope/internal/containerd	0.007s
PASS
ok  	github.com/anchore/stereoscope/internal/docker	0.005s
?   	github.com/anchore/stereoscope/internal/log	[no test files]
PASS
ok  	github.com/anchore/stereoscope/internal/podman	0.005s
?   	github.com/anchore/stereoscope/pkg/event	[no test files]
?   	github.com/anchore/stereoscope/pkg/event/parsers	[no test files]
goos: linux
goarch: amd64
pkg: github.com/anchore/stereoscope/pkg/file
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkTarIndex-4   	   33699	     35751 ns/op	    5699 B/op	      93 allocs/op
BenchmarkTarIndex-4   	   33445	     35822 ns/op	    5697 B/op	      93 allocs/op
BenchmarkTarIndex-4   	   33381	     35763 ns/op	    5699 B/op	      93 allocs/op
BenchmarkTarIndex-4   	   33390	     35723 ns/op	    5699 B/op	      93 allocs/op
BenchmarkTarIndex-4   	   33573	     35909 ns/op	    5700 B/op	      93 allocs/op
BenchmarkTarIndex-4   	   31315	     36441 ns/op	    5700 B/op	      93 allocs/op
BenchmarkTarIndex-4   	   32497	     36010 ns/op	    5699 B/op	      93 allocs/op
PASS
ok  	github.com/anchore/stereoscope/pkg/file	10.894s
PASS
ok  	github.com/anchore/stereoscope/pkg/filetree	0.005s
?   	github.com/anchore/stereoscope/pkg/filetree/filenode	[no test files]
PASS
ok  	github.com/anchore/stereoscope/pkg/image	0.005s
PASS
ok  	github.com/anchore/stereoscope/pkg/image/containerd	0.008s
PASS
ok  	github.com/anchore/stereoscope/pkg/image/docker	0.005s
PASS
ok  	github.com/anchore/stereoscope/pkg/image/oci	0.005s
PASS
ok  	github.com/anchore/stereoscope/pkg/image/oci/credhelpers	0.005s
?   	github.com/anchore/stereoscope/pkg/image/podman	[no test files]
PASS
ok  	github.com/anchore/stereoscope/pkg/image/sif	0.004s
?   	github.com/anchore/stereoscope/pkg/imagetest	[no test files]
PASS
ok  	github.com/anchore/stereoscope/pkg/tree	0.003s
PASS
ok  	github.com/anchore/stereoscope/pkg/tree/node	0.004s
goos: linux
goarch: amd64
pkg: github.com/anchore/stereoscope/test/integration
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkSimpleImage_GetImage/docker-archive-4 	    1155	   1045006 ns/op	  268269 B/op	    2143 allocs/op
BenchmarkSimpleImage_GetImage/docker-archive-4 	    1146	   1043888 ns/op	  267845 B/op	    2143 allocs/op
BenchmarkSimpleImage_GetImage/docker-archive-4 	    1141	   1042942 ns/op	  267733 B/op	    2142 allocs/op
BenchmarkSimpleImage_GetImage/docker-archive-4 	    1142	   1054161 ns/op	  267706 B/op	    2142 allocs/op
BenchmarkSimpleImage_GetImage/docker-archive-4 	    1141	   1039384 ns/op	  267599 B/op	    2142 allocs/op
BenchmarkSimpleImage_GetImage/docker-archive-4 	    1136	   1128988 ns/op	  267721 B/op	    2142 allocs/op
BenchmarkSimpleImage_GetImage/docker-archive-4 	     960	   1132206 ns/op	  267478 B/op	    2142 allocs/op
BenchmarkSimpleImage_GetImage/podman-4         	      64	  18337034 ns/op	  406657 B/op	    2773 allocs/op
BenchmarkSimpleImage_GetImage/podman-4         	      62	  18436058 ns/op	  406714 B/op	    2772 allocs/op
BenchmarkSimpleImage_GetImage/podman-4         	      63	  18315120 ns/op	  406441 B/op	    2772 allocs/op
BenchmarkSimpleImage_GetImage/podman-4         	      61	  18331613 ns/op	  406861 B/op	    2772 allocs/op
BenchmarkSimpleImage_GetImage/podman-4         	      63	  18626089 ns/op	  404981 B/op	    2769 allocs/op
BenchmarkSimpleImage_GetImage/podman-4         	      63	  18280564 ns/op	  405662 B/op	    2770 allocs/op
BenchmarkSimpleImage_GetImage/podman-4         	      66	  18773522 ns/op	  406014 B/op	    2770 allocs/op
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 345B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load build context
#3 transferring context: 209B done
#3 DONE 0.0s

#4 [1/3] ADD file-1.txt /somefile-1.txt
#4 CACHED

#5 [2/3] ADD file-2.txt /somefile-2.txt
#5 CACHED

#6 [3/3] ADD target /
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:46f26b858643100ac29fca2e920397f0cf378f5db7ac72fe14dac2bc6b4850b9 done
#7 naming to docker.io/library/stereoscope-fixture-image-simple:04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7 done
#7 naming to docker.io/library/stereoscope-fixture-image-simple:latest done
#7 DONE 0.0s
ctr: failed to dial "/run/containerd/containerd.sock": connection error: desc = "transport: error while dialing: dial unix /run/containerd/containerd.sock: connect: permission denied"
--- FAIL: BenchmarkSimpleImage_GetImage
    image_fixtures.go:193: using existing image tar: 'test-fixtures/cache/stereoscope-fixture-image-simple-04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7.tar' (size: 22528, modified: 2025-01-23 14:19:18.041641089 +0000 UTC, mode: -rw-r--r--)
    image_fixtures.go:241: Build docker image: name="stereoscope-fixture-image-simple" tag="04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7"
    image_fixtures.go:291: saveImage running: docker image save stereoscope-fixture-image-simple:04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7
    image_fixtures.go:286: 
        	Error Trace:	/home/runner/work/stereoscope/stereoscope/pkg/imagetest/image_fixtures.go:286
        	            				/home/runner/work/stereoscope/stereoscope/pkg/imagetest/image_fixtures.go:162
        	            				/home/runner/work/stereoscope/stereoscope/pkg/imagetest/image_fixtures.go:152
        	            				/home/runner/work/stereoscope/stereoscope/pkg/imagetest/image_fixtures.go:33
        	            				/home/runner/work/stereoscope/stereoscope/test/integration/fixture_image_simple_test.go:163
        	Error:      	Received unexpected error:
        	            	exit status 1
        	Test:       	BenchmarkSimpleImage_GetImage
        	Messages:   	could not import docker image to containerd (shell out)
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   53653	     22491 ns/op	    2712 B/op	      21 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   53654	     22261 ns/op	    2712 B/op	      21 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   53874	     22252 ns/op	    2712 B/op	      21 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   53740	     22248 ns/op	    2712 B/op	      21 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   53776	     22176 ns/op	    2712 B/op	      21 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   53798	     22194 ns/op	    2712 B/op	      21 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   53656	     22287 ns/op	    2712 B/op	      21 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/podman-4                 	   54591	     22003 ns/op	    2712 B/op	      21 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/podman-4                 	   54375	     22044 ns/op	    2712 B/op	      21 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/podman-4                 	   54648	     22262 ns/op	    2712 B/op	      21 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/podman-4                 	   54830	     22023 ns/op	    2712 B/op	      21 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/podman-4                 	   54877	     21986 ns/op	    2712 B/op	      21 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/podman-4                 	   53443	     22240 ns/op	    2712 B/op	      21 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/podman-4                 	   53702	     22035 ns/op	    2712 B/op	      21 allocs/op
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 345B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load build context
#3 transferring context: 209B done
#3 DONE 0.0s

#4 [1/3] ADD file-1.txt /somefile-1.txt
#4 CACHED

#5 [2/3] ADD file-2.txt /somefile-2.txt
#5 CACHED

#6 [3/3] ADD target /
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:46f26b858643100ac29fca2e920397f0cf378f5db7ac72fe14dac2bc6b4850b9 done
#7 naming to docker.io/library/stereoscope-fixture-image-simple:04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7 done
#7 naming to docker.io/library/stereoscope-fixture-image-simple:latest done
#7 DONE 0.0s
ctr: failed to dial "/run/containerd/containerd.sock": connection error: desc = "transport: error while dialing: dial unix /run/containerd/containerd.sock: connect: permission denied"
--- FAIL: BenchmarkSimpleImage_FetchSquashedContents
    image_fixtures.go:193: using existing image tar: 'test-fixtures/cache/stereoscope-fixture-image-simple-04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7.tar' (size: 22528, modified: 2025-01-23 14:19:18.041641089 +0000 UTC, mode: -rw-r--r--)
    image_fixtures.go:241: Build docker image: name="stereoscope-fixture-image-simple" tag="04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7"
    image_fixtures.go:291: saveImage running: docker image save stereoscope-fixture-image-simple:04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7
    image_fixtures.go:286: 
        	Error Trace:	/home/runner/work/stereoscope/stereoscope/pkg/imagetest/image_fixtures.go:286
        	            				/home/runner/work/stereoscope/stereoscope/pkg/imagetest/image_fixtures.go:162
        	            				/home/runner/work/stereoscope/stereoscope/pkg/imagetest/image_fixtures.go:152
        	            				/home/runner/work/stereoscope/stereoscope/pkg/imagetest/image_fixtures.go:33
        	            				/home/runner/work/stereoscope/stereoscope/pkg/imagetest/image_fixtures.go:64
        	            				/home/runner/work/stereoscope/stereoscope/test/integration/fixture_image_simple_test.go:189
        	Error:      	Received unexpected error:
        	            	exit status 1
        	Test:       	BenchmarkSimpleImage_FetchSquashedContents
        	Messages:   	could not import docker image to containerd (shell out)
FAIL
exit status 1
FAIL	github.com/anchore/stereoscope/test/integration	39.195s
?   	github.com/anchore/stereoscope/test/integration/test-fixtures/registry	[no test files]
FAIL
goos: linux
goarch: amd64
pkg: github.com/anchore/stereoscope/pkg/file
cpu: AMD EPYC 7763 64-Core Processor                
ctr: 
           │ .tmp/benchmark-5ee4c3a.txt │
           │           sec/op           │
TarIndex-4                  35.82µ ± 2%

           │ .tmp/benchmark-5ee4c3a.txt │
           │            B/op            │
TarIndex-4                 5.565Ki ± 0%

           │ .tmp/benchmark-5ee4c3a.txt │
           │         allocs/op          │
TarIndex-4                   93.00 ± 0%

pkg: github.com/anchore/stereoscope/test/integration
                                      │ .tmp/benchmark-5ee4c3a.txt │
                                      │           sec/op           │
SimpleImage_GetImage/docker-archive-4                  1.045m ± 8%
SimpleImage_GetImage/podman-4                          18.34m ± 2%
geomean                                                4.377m

                                      │ .tmp/benchmark-5ee4c3a.txt │
                                      │            B/op            │
SimpleImage_GetImage/docker-archive-4                 261.4Ki ± 0%
SimpleImage_GetImage/podman-4                         396.9Ki ± 0%
geomean                                               322.1Ki

                                      │ .tmp/benchmark-5ee4c3a.txt │
                                      │         allocs/op          │
SimpleImage_GetImage/docker-archive-4                  2.142k ± 0%
SimpleImage_GetImage/podman-4                          2.772k ± 0%
geomean                                                2.437k

ctr: failed to dial "/run/containerd/containerd.sock": connection error: desc = "transport: error while dialing: dial unix /run/containerd/containerd.sock: connect: permission denied"
                                                   │ .tmp/benchmark-5ee4c3a.txt │
                                                   │           sec/op           │
SimpleImage_FetchSquashedContents/docker-archive-4                  22.25µ ± 1%
SimpleImage_FetchSquashedContents/podman-4                          22.04µ ± 1%
geomean                                                             22.14µ

                                                   │ .tmp/benchmark-5ee4c3a.txt │
                                                   │            B/op            │
SimpleImage_FetchSquashedContents/docker-archive-4                 2.648Ki ± 0%
SimpleImage_FetchSquashedContents/podman-4                         2.648Ki ± 0%
geomean                                                            2.648Ki

                                                   │ .tmp/benchmark-5ee4c3a.txt │
                                                   │         allocs/op          │
SimpleImage_FetchSquashedContents/docker-archive-4                   21.00 ± 0%
SimpleImage_FetchSquashedContents/podman-4                           21.00 ± 0%
geomean                                                              21.00
goos: linux
goarch: amd64
pkg: github.com/anchore/stereoscope/pkg/file
cpu: AMD EPYC 7763 64-Core Processor                
ctr: 
           │ .tmp/benchmark-5ee4c3a.txt │
           │           sec/op           │
TarIndex-4                  35.82µ ± 2%

           │ .tmp/benchmark-5ee4c3a.txt │
           │            B/op            │
TarIndex-4                 5.565Ki ± 0%

           │ .tmp/benchmark-5ee4c3a.txt │
           │         allocs/op          │
TarIndex-4                   93.00 ± 0%

pkg: github.com/anchore/stereoscope/test/integration
                                      │ .tmp/benchmark-5ee4c3a.txt │
                                      │           sec/op           │
SimpleImage_GetImage/docker-archive-4                  1.045m ± 8%
SimpleImage_GetImage/podman-4                          18.34m ± 2%
geomean                                                4.377m

                                      │ .tmp/benchmark-5ee4c3a.txt │
                                      │            B/op            │
SimpleImage_GetImage/docker-archive-4                 261.4Ki ± 0%
SimpleImage_GetImage/podman-4                         396.9Ki ± 0%
geomean                                               322.1Ki

                                      │ .tmp/benchmark-5ee4c3a.txt │
                                      │         allocs/op          │
SimpleImage_GetImage/docker-archive-4                  2.142k ± 0%
SimpleImage_GetImage/podman-4                          2.772k ± 0%
geomean                                                2.437k

ctr: failed to dial "/run/containerd/containerd.sock": connection error: desc = "transport: error while dialing: dial unix /run/containerd/containerd.sock: connect: permission denied"
                                                   │ .tmp/benchmark-5ee4c3a.txt │
                                                   │           sec/op           │
SimpleImage_FetchSquashedContents/docker-archive-4                  22.25µ ± 1%
SimpleImage_FetchSquashedContents/podman-4                          22.04µ ± 1%
geomean                                                             22.14µ

                                                   │ .tmp/benchmark-5ee4c3a.txt │
                                                   │            B/op            │
SimpleImage_FetchSquashedContents/docker-archive-4                 2.648Ki ± 0%
SimpleImage_FetchSquashedContents/podman-4                         2.648Ki ± 0%
geomean                                                            2.648Ki

                                                   │ .tmp/benchmark-5ee4c3a.txt │
                                                   │         allocs/op          │
SimpleImage_FetchSquashedContents/docker-archive-4                   21.00 ± 0%
SimpleImage_FetchSquashedContents/podman-4                           21.00 ± 0%
geomean                                                              21.00

@westonsteimel westonsteimel merged commit 8ec38ae into main Jan 23, 2025
7 checks passed
@westonsteimel westonsteimel deleted the fix-dependabot-config branch January 23, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants