Skip to content

Fix GitHub Actions version tags #8

Fix GitHub Actions version tags

Fix GitHub Actions version tags #8

Triggered via push August 12, 2025 20:45
Status Failure
Total duration 1m 35s
Artifacts 4

ci.yml

on: push
Matrix: ci/test
ci/build
25s
ci/build
ci/go-mod-tidy
14s
ci/go-mod-tidy
ci/go-vet
32s
ci/go-vet
ci/lint
34s
ci/lint
ci/golangci-lint
38s
ci/golangci-lint
ci/performance
33s
ci/performance
ci/coverage
39s
ci/coverage
ci/integration-tests
36s
ci/integration-tests
ci/security-scan
22s
ci/security-scan
ci/dependency-check
24s
ci/dependency-check
ci/codeql-analysis
1m 25s
ci/codeql-analysis
ci/vulnerability-scan
34s
ci/vulnerability-scan
ci/cleanup
0s
ci/cleanup
continuous-integration
3s
continuous-integration
Fit to window
Zoom out
Zoom in

Annotations

76 errors, 8 warnings, and 3 notices
ci/security-scan
Path does not exist: gosec.sarif
ci/security-scan
Process completed with exit code 1.
ci/security-scan
Cannot open: File exists
ci/security-scan
Cannot open: File exists
ci/security-scan
Cannot open: File exists
ci/security-scan
Cannot open: File exists
ci/security-scan
Cannot open: File exists
ci/security-scan
Cannot open: File exists
ci/security-scan
Cannot open: File exists
ci/security-scan
Cannot open: File exists
ci/security-scan
Cannot open: File exists
ci/security-scan
Cannot open: File exists
ci/dependency-check
Cannot open: File exists
ci/dependency-check
Cannot open: File exists
ci/dependency-check
Cannot open: File exists
ci/dependency-check
Cannot open: File exists
ci/dependency-check
Cannot open: File exists
ci/dependency-check
Cannot open: File exists
ci/dependency-check
Cannot open: File exists
ci/dependency-check
Cannot open: File exists
ci/dependency-check
Cannot open: File exists
ci/dependency-check
Cannot open: File exists
ci/build
Cannot open: File exists
ci/build
Cannot open: File exists
ci/build
Cannot open: File exists
ci/build
Cannot open: File exists
ci/build
Cannot open: File exists
ci/build
Cannot open: File exists
ci/build
Cannot open: File exists
ci/build
Cannot open: File exists
ci/build
Cannot open: File exists
ci/build
Cannot open: File exists
ci/performance
No benchmark result was found in /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/benchmark.txt. Benchmark output was '? github.com/greysquirr3l/gorm-duckdb-driver [no test files] 2025/08/12 20:45:38 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/migrator.go:154 [6.665ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_name = "users" AND table_type = 'BASE TABLE' 2025/08/12 20:45:38 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/test/duckdb_test.go:42 [0.218ms] [rows:0] CREATE TABLE "users" ("id" BIGINT NOT NULL,"name" VARCHAR(100) NOT NULL,"email" VARCHAR(255),"age" TINYINT,"birthday" TIMESTAMP,"created_at" TIMESTAMP,"updated_at" TIMESTAMP,PRIMARY KEY ("id")) 2025/08/12 20:45:38 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/test/duckdb_test.go:42 [0.483ms] [rows:0] CREATE UNIQUE INDEX "idx_users_email" ON "users"("email") 2025/08/12 20:45:38 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/test/duckdb_test.go:59 [1.546ms] [rows:1] INSERT INTO "users" ("name","email","age","birthday","created_at","updated_at","id") VALUES ("John Doe","[email protected]",30,"0000-00-00 00:00:00","2025-08-12 20:45:38.041","2025-08-12 20:45:38.041",1) 2025/08/12 20:45:38 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/test/duckdb_test.go:66 [1.579ms] [rows:1] SELECT * FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" LIMIT 1 2025/08/12 20:45:38 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/test/duckdb_test.go:76 [0.850ms] [rows:1] UPDATE "users" SET "name"="Jane Doe" WHERE "id" = 1 2025/08/12 20:45:38 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/test/duckdb_test.go:82 [0.972ms] [rows:1] DELETE FROM "users" WHERE "users"."id" = 1 2025/08/12 20:45:39 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/migrator.go:154 [6.859ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_name = "users" AND table_type = 'BASE TABLE' 2025/08/12 20:45:39 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/test/duckdb_test.go:42 [0.274ms] [rows:0] CREATE TABLE "users" ("id" BIGINT NOT NULL,"name" VARCHAR(100) NOT NULL,"email" VARCHAR(255),"age" TINYINT,"birthday" TIMESTAMP,"created_at" TIMESTAMP,"updated_at" TIMESTAMP,PRIMARY KEY ("id")) 2025/08/12 20:45:39 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/test/duckdb_test.go:42 [0.411ms] [rows:0] CREATE UNIQUE INDEX "idx_users_email" ON "users"("email") 2025/08/12 20:45:39 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/test/duckdb_test.go:59 [1.854ms] [rows:1] INSERT INTO "users" ("name","email","age","birthday","created_at","updated_at","id") VALUES ("John Doe","[email protected]",30,"0000-00-00 00:00:00","2025-08-12 20:45:39.519","2025-08-12 20:45:39.519",1) 2025/08/12 20:45:39 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/test/duckdb_test.go:66 [1.894ms] [rows:1] SELECT * FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" LIMIT 1 2025/08/12 20:45:39 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/test/duckdb_test.go:76 [0.852ms] [rows:1] UPDATE "users" SET "name"="Jane Doe" WHERE "id" = 1 2025/08/12 20:45:39 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/test/duckdb_test.go:82 [3.607ms] [rows:1] DELETE FROM "users" WHERE "users"."id" = 1 2025/08/12 20:45:39 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/migrator.go:154 [6.820ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_name = "users" AND table_type = 'BASE TABLE' 2025/08/12 20:45:39 /home/runner/work/gorm-duckdb-driver/gorm-duckdb-driver/test/duckdb_test.go:42 [0.277ms] [rows:0] CREATE TABLE "users" ("id" BIGINT NOT NULL,"n
ci/performance
Cannot open: File exists
ci/performance
Cannot open: File exists
ci/performance
Cannot open: File exists
ci/performance
Cannot open: File exists
ci/performance
Cannot open: File exists
ci/performance
Cannot open: File exists
ci/performance
Cannot open: File exists
ci/performance
Cannot open: File exists
ci/performance
Cannot open: File exists
ci/performance
Cannot open: File exists
ci/vulnerability-scan
Cannot open: File exists
ci/vulnerability-scan
Cannot open: File exists
ci/vulnerability-scan
Cannot open: File exists
ci/vulnerability-scan
Cannot open: File exists
ci/vulnerability-scan
Cannot open: File exists
ci/vulnerability-scan
Cannot open: File exists
ci/vulnerability-scan
Cannot open: File exists
ci/vulnerability-scan
Cannot open: File exists
ci/vulnerability-scan
Cannot open: File exists
ci/vulnerability-scan
Cannot open: File exists
ci/coverage
Process completed with exit code 1.
ci/test (ubuntu-latest, 1.24)
Cannot open: File exists
ci/test (ubuntu-latest, 1.24)
Cannot open: File exists
ci/test (ubuntu-latest, 1.24)
Cannot open: File exists
ci/test (ubuntu-latest, 1.24)
Cannot open: File exists
ci/test (ubuntu-latest, 1.24)
Cannot open: File exists
ci/test (ubuntu-latest, 1.24)
Cannot open: File exists
ci/test (ubuntu-latest, 1.24)
Cannot open: File exists
ci/test (ubuntu-latest, 1.24)
Cannot open: File exists
ci/test (ubuntu-latest, 1.24)
Cannot open: File exists
ci/test (ubuntu-latest, 1.24)
Cannot open: File exists
ci/test (windows-latest, 1.24)
Process completed with exit code 1.
ci/test (macos-latest, 1.24)
Cannot open: File exists
ci/test (macos-latest, 1.24)
Cannot open: File exists
ci/test (macos-latest, 1.24)
Cannot open: File exists
ci/test (macos-latest, 1.24)
Cannot open: File exists
ci/test (macos-latest, 1.24)
Cannot open: File exists
ci/test (macos-latest, 1.24)
Cannot open: File exists
ci/test (macos-latest, 1.24)
Cannot open: File exists
ci/test (macos-latest, 1.24)
Cannot open: File exists
ci/test (macos-latest, 1.24)
Cannot open: File exists
ci/test (macos-latest, 1.24)
Cannot open: File exists
continuous-integration
Process completed with exit code 1.
ci/security-scan
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
ci/dependency-check
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
ci/build
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
ci/performance
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
ci/vulnerability-scan
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
ci/test (ubuntu-latest, 1.24)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
ci/test (windows-latest, 1.24)
No files were found with the provided path: coverage.out test-report.xml. No artifacts will be uploaded.
ci/test (macos-latest, 1.24)
Failed to restore: "/opt/homebrew/bin/gtar" failed with error: The process '/opt/homebrew/bin/gtar' failed with exit code 2
ci/test (windows-latest, 1.24)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
ci/test (macos-latest, 1.24)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
ci/test (macos-latest, 1.24)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520

Artifacts

Produced during runtime
Name Size Digest
coverage-reports
16.3 KB
sha256:649b4e23ea51b259f2fc39739dd11359d6df254b3455664d8da385153a7a8e00
test-results-macos-latest-1.24
3.75 KB
sha256:d4450a138d95c1a13fa68244b14503da6eefab8cc133f1ea8824dcdc2da75416
test-results-ubuntu-latest-1.24
3.75 KB
sha256:e7d622c9e15e85ac2b8a307360820c016df7d6bf0a57d34598f83c0f6b353fde
vulnerability-report
39.3 KB
sha256:dcf50975dca3889780aaec28843d3e98e3c747635a42bdb9e36181a9ceb5a0f9