Error lines from build-log.txt
... skipping 333 lines ...
vendor/github.com/aws/aws-sdk-go-v2/service/sts/types/errors.go
vendor/github.com/aws/aws-sdk-go-v2/service/sts/types/types.go
vendor/github.com/aws/aws-sdk-go/LICENSE.txt
vendor/github.com/aws/aws-sdk-go/NOTICE.txt
vendor/github.com/aws/aws-sdk-go/aws/arn/arn.go
vendor/github.com/aws/aws-sdk-go/aws/auth/bearer/token.go
vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go
vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go
vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go
vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go
vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go
vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go
vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go
... skipping 118 lines ...
vendor/github.com/aws/aws-sdk-go/internal/s3shared/arn/accesspoint_arn.go
vendor/github.com/aws/aws-sdk-go/internal/s3shared/arn/arn.go
vendor/github.com/aws/aws-sdk-go/internal/s3shared/arn/outpost_arn.go
vendor/github.com/aws/aws-sdk-go/internal/s3shared/arn/s3_object_lambda_arn.go
vendor/github.com/aws/aws-sdk-go/internal/s3shared/endpoint_errors.go
vendor/github.com/aws/aws-sdk-go/internal/s3shared/resource_request.go
vendor/github.com/aws/aws-sdk-go/internal/s3shared/s3err/error.go
vendor/github.com/aws/aws-sdk-go/internal/sdkio/byte.go
vendor/github.com/aws/aws-sdk-go/internal/sdkio/io_go1.6.go
vendor/github.com/aws/aws-sdk-go/internal/sdkio/io_go1.7.go
vendor/github.com/aws/aws-sdk-go/internal/sdkmath/floor.go
vendor/github.com/aws/aws-sdk-go/internal/sdkmath/floor_go1.9.go
vendor/github.com/aws/aws-sdk-go/internal/sdkrand/locked_source.go
... skipping 8 lines ...
vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight/LICENSE
vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight/singleflight.go
vendor/github.com/aws/aws-sdk-go/private/checksum/content_md5.go
vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/debug.go
vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/decode.go
vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/encode.go
vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/error.go
vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/error.go
vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/reader.go
vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/shared.go
vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/signer.go
vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/stream_writer.go
vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/transport.go
vendor/github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi/transport_go1.17.go
... skipping 359 lines ...
============================
==== RUNNING UNIT TESTS ====
============================
/home/prow/go/src/github.com/tektoncd/results /home/prow/go/src/github.com/tektoncd/results
Using overridden unit_tests
? github.com/tektoncd/results/cmd/cli-docs [no test files]
2024/11/11 23:38:07 maxprocs: Leaving GOMAXPROCS=16: CPU quota undefined
=== RUN Test_determineAuth
=== RUN Test_determineAuth/missing_token
=== RUN Test_determineAuth/invalid_token
=== RUN Test_determineAuth/valid_token
--- PASS: Test_determineAuth (0.00s)
--- PASS: Test_determineAuth/missing_token (0.00s)
... skipping 11 lines ...
=== RUN TestParseFilter/success/#00
=== RUN TestParseFilter/success/result
=== RUN TestParseFilter/success/result.id
=== RUN TestParseFilter/success/result.id_==_"1"
=== RUN TestParseFilter/success/result.id_==_"1"_||_result.name_==_"2"
=== RUN TestParseFilter/success/result.id.startsWith("tacocat")
=== RUN TestParseFilter/error
=== RUN TestParseFilter/error/asdf
=== RUN TestParseFilter/error/result.id_==_1
=== RUN TestParseFilter/error/result.ID
--- PASS: TestParseFilter (0.02s)
--- PASS: TestParseFilter/success (0.02s)
--- PASS: TestParseFilter/success/#00 (0.00s)
--- PASS: TestParseFilter/success/result (0.01s)
--- PASS: TestParseFilter/success/result.id (0.00s)
--- PASS: TestParseFilter/success/result.id_==_"1" (0.00s)
--- PASS: TestParseFilter/success/result.id_==_"1"_||_result.name_==_"2" (0.00s)
--- PASS: TestParseFilter/success/result.id.startsWith("tacocat") (0.00s)
--- PASS: TestParseFilter/error (0.00s)
--- PASS: TestParseFilter/error/asdf (0.00s)
--- PASS: TestParseFilter/error/result.id_==_1 (0.00s)
--- PASS: TestParseFilter/error/result.ID (0.00s)
PASS
ok github.com/tektoncd/results/pkg/api/server/cel 1.068s
=== RUN TestConvertRecordExpressions
=== RUN TestConvertRecordExpressions/simple_expression
convert_test.go:170: want: (name = 'foo')
convert_test.go:171: got: (name = 'foo')
... skipping 184 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.079ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[17.467ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[10.066ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368331.393081,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestGetLog\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/logs_test.go:89\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[8.790ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","1","bar","null","","",NULL,NULL,0,"null","1-1731368331268089252","2024-11-11 23:38:51.268","2024-11-11 23:38:51.268") RETURNING `created_time`,`updated_time`
logs_test.go:113: test log file: /tmp/test-log-taskrun-3520112062.log
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[1.704ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
... skipping 14 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.097ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[50.737ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[15.715ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368331.530586,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestGetLogV2\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/logs_test.go:167\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[11.413ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","3","bar","null","","",NULL,NULL,0,"null","3-1731368331268089252","2024-11-11 23:38:51.268","2024-11-11 23:38:51.268") RETURNING `created_time`,`updated_time`
logs_test.go:191: test log file: /tmp/test-log-taskrun-4214844667.log
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[4.109ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
... skipping 14 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.080ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[11.446ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[9.546ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368331.6135168,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestUpdateLog\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/logs_test.go:254\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[9.958ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","5","bar","null","","",NULL,NULL,0,"null","5-1731368331268089252","2024-11-11 23:38:51.268","2024-11-11 23:38:51.268") RETURNING `created_time`,`updated_time`
logs_test.go:268: test storage directory: /tmp/test-logs-3568381847
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[1.421ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
... skipping 19 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.072ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[8.419ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[8.880ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368331.6964014,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestListLogs\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/logs_test.go:329\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[10.701ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","7","bar","null","","",NULL,NULL,0,"null","7-1731368331268089252","2024-11-11 23:38:51.268","2024-11-11 23:38:51.268") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[2.773ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
[0m[33m[14.292ms] [34;1m[rows:1][0m INSERT INTO `records` (`parent`,`result_id`,`result_name`,`id`,`name`,`type`,`data`,`etag`,`created_time`,`updated_time`) VALUES ("foo","7","bar","8","0","results.tekton.dev/v1alpha3.Log","{""kind"":""Log"",""apiVersion"":""results.tekton.dev/v1alpha3"",""metadata"":{""name"":""0"",""creationTimestamp"":null},""spec"":{""resource"":{""namespace"":"""",""name"":""""},""type"":""File""},""status"":{""size"":0,""isStored"":false,""errorOnStoreMsg"":"""",""isRetryableErr"":false}}","8-1731368332268089252","2024-11-11 23:38:52.268","2024-11-11 23:38:52.268") RETURNING `created_time`,`updated_time`
... skipping 61 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/logs.go:352
[0m[33m[0.617ms] [34;1m[rows:3][0m SELECT * FROM `records` WHERE type = "results.tekton.dev/v1alpha3.Log" AND id > "" AND parent = "foo" AND result_name = "bar" ORDER BY created_time LIMIT 51
=== RUN TestListLogs/unknown_type
=== RUN TestListLogs/unknown_any_field
=== RUN TestListLogs/invalid_page_size
=== RUN TestListLogs/malformed_parent
{"level":"error","ts":1731368332.1804,"caller":"v1alpha2/logs.go:268","msg":"rpc error: code = InvalidArgument desc = name must match (^[a-z0-9_-]{1,63})/results/([a-z0-9_-]{1,63}$)","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2.(*Server).ListLogs\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/logs.go:268\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestListLogs.func1\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/logs_test.go:569\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
=== RUN TestListLogs/invalid_order_by_clause
=== RUN TestListLogs/invalid_sort_direction
--- PASS: TestListLogs (0.54s)
--- PASS: TestListLogs/all (0.06s)
--- PASS: TestListLogs/list_all_records_without_knowing_the_result_name (0.05s)
--- PASS: TestListLogs/list_all_records_without_knowing_the_parent_and_the_result_name (0.04s)
... skipping 26 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.089ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[8.557ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[9.161ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368332.2293365,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestListLogs_multiresult\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/logs_test.go:587\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[9.759ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("0","11","0","null","","",NULL,NULL,0,"null","11-1731368334268089252","2024-11-11 23:38:54.268","2024-11-11 23:38:54.268") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[1.607ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "0" AND `results`.`name` = "0" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
[0m[33m[9.422ms] [34;1m[rows:1][0m INSERT INTO `records` (`parent`,`result_id`,`result_name`,`id`,`name`,`type`,`data`,`etag`,`created_time`,`updated_time`) VALUES ("0","11","0","12","0","results.tekton.dev/v1alpha3.Log","{""kind"":""Log"",""apiVersion"":""results.tekton.dev/v1alpha3"",""metadata"":{""name"":""0"",""creationTimestamp"":null},""spec"":{""resource"":{""namespace"":"""",""name"":""""},""type"":""File""},""status"":{""size"":0,""isStored"":false,""errorOnStoreMsg"":"""",""isRetryableErr"":false}}","12-1731368334268089252","2024-11-11 23:38:54.268","2024-11-11 23:38:54.268") RETURNING `created_time`,`updated_time`
... skipping 47 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.101ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[8.542ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[9.513ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368332.48749,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestDeleteLog\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/logs_test.go:648\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[9.412ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","23","bar","null","","",NULL,NULL,0,"null","23-1731368334268089252","2024-11-11 23:38:54.268","2024-11-11 23:38:54.268") RETURNING `created_time`,`updated_time`
logs_test.go:672: test log file: /tmp/test-log-taskrun-3324040534.log
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[2.303ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
... skipping 52 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.105ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[9.483ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[10.705ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368332.587643,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestCreateRecord\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records_test.go:48\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[11.278ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","25","bar","null","","",NULL,NULL,0,"null","25-1731368334268089252","2024-11-11 23:38:54.268","2024-11-11 23:38:54.268") RETURNING `created_time`,`updated_time`
=== RUN TestCreateRecord/success
=== NAME TestCreateRecord
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[1.447ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
... skipping 7 lines ...
=== RUN TestCreateRecord/missing_name
=== RUN TestCreateRecord/result_used_as_name
=== RUN TestCreateRecord/already_exists
=== NAME TestCreateRecord
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[0.156ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82 [35;1mUNIQUE constraint failed: records.parent, records.result_name, records.name
[0m[33m[0.418ms] [34;1m[rows:0][0m INSERT INTO `records` (`parent`,`result_id`,`result_name`,`id`,`name`,`type`,`data`,`etag`,`created_time`,`updated_time`) VALUES ("foo","25","bar","27","baz","TaskRun","{""metadata"":{""name"":""tacocat"",""creationTimestamp"":null},""spec"":{""serviceAccountName"":""""},""status"":{""podName"":""""}}","27-1731368334268089252","2024-11-11 23:38:54.268","2024-11-11 23:38:54.268") RETURNING `created_time`,`updated_time`
--- PASS: TestCreateRecord (0.11s)
--- PASS: TestCreateRecord/success (0.02s)
--- PASS: TestCreateRecord/mismatched_parent (0.00s)
--- PASS: TestCreateRecord/parent_does_not_exist (0.00s)
--- PASS: TestCreateRecord/missing_name (0.00s)
... skipping 12 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.101ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[13.751ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[11.275ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368332.698025,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestCreateRecord_ConcurrentDelete\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records_test.go:159\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82 [35;1mFOREIGN KEY constraint failed
[0m[33m[1.073ms] [34;1m[rows:0][0m INSERT INTO `records` (`parent`,`result_id`,`result_name`,`id`,`name`,`type`,`data`,`etag`,`created_time`,`updated_time`) VALUES ("foo","deleted","deleted","28","baz","","","28-1731368334268089252","2024-11-11 23:38:54.268","2024-11-11 23:38:54.268") RETURNING `created_time`,`updated_time`
--- PASS: TestCreateRecord_ConcurrentDelete (0.06s)
=== RUN TestGetRecord
records_test.go:185: test database: /tmp/testdb2709603637
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/test/db.go:59
[0m[33m[0.027ms] [34;1m[rows:0][0m PRAGMA foreign_keys = ON;
... skipping 6 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.088ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[9.559ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[15.120ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368332.759664,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestGetRecord\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records_test.go:185\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[10.454ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","29","bar","null","","",NULL,NULL,0,"null","29-1731368334268089252","2024-11-11 23:38:54.268","2024-11-11 23:38:54.268") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[1.535ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
[0m[33m[8.840ms] [34;1m[rows:1][0m INSERT INTO `records` (`parent`,`result_id`,`result_name`,`id`,`name`,`type`,`data`,`etag`,`created_time`,`updated_time`) VALUES ("foo","29","bar","30","baz","","","30-1731368334268089252","2024-11-11 23:38:54.268","2024-11-11 23:38:54.268") RETURNING `created_time`,`updated_time`
... skipping 25 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.109ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[32.305ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[12.726ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368332.873579,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestListRecords\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records_test.go:253\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[9.943ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","1","bar","null","","",NULL,NULL,0,"null","1-1731368334268089252","2024-11-11 23:38:54.268","2024-11-11 23:38:54.268") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[1.372ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
[0m[33m[14.180ms] [34;1m[rows:1][0m INSERT INTO `records` (`parent`,`result_id`,`result_name`,`id`,`name`,`type`,`data`,`etag`,`created_time`,`updated_time`) VALUES ("foo","1","bar","2","0","TaskRun","{""metadata"":{""name"":""0"",""creationTimestamp"":null},""spec"":{""serviceAccountName"":""""},""status"":{""podName"":""""}}","2-1731368335268089252","2024-11-11 23:38:55.268","2024-11-11 23:38:55.268") RETURNING `created_time`,`updated_time`
... skipping 219 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.118ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[9.438ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[7.124ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368334.1982872,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestUpdateRecord\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records_test.go:542\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[7.013ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","22","bar","null","","",NULL,NULL,0,"null","22-1731368354268089252","2024-11-11 23:39:14.268","2024-11-11 23:39:14.268") RETURNING `created_time`,`updated_time`
=== RUN TestUpdateRecord/success
=== NAME TestUpdateRecord
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[4.875ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
... skipping 41 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.120ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[11.749ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[8.242ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368334.319058,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestDeleteRecord\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records_test.go:684\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[16.856ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","25","bar","null","","",NULL,NULL,0,"null","25-1731368359268089252","2024-11-11 23:39:19.268","2024-11-11 23:39:19.268") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[1.366ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
[0m[33m[14.074ms] [34;1m[rows:1][0m INSERT INTO `records` (`parent`,`result_id`,`result_name`,`id`,`name`,`type`,`data`,`etag`,`created_time`,`updated_time`) VALUES ("foo","25","bar","26","baz","","","26-1731368359268089252","2024-11-11 23:39:19.268","2024-11-11 23:39:19.268") RETURNING `created_time`,`updated_time`
... skipping 25 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.100ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[8.566ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[13.515ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368334.4397395,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestListRecords_multiresult\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records_test.go:731\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[13.565ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("0","27","0","null","","",NULL,NULL,0,"null","27-1731368359268089252","2024-11-11 23:39:19.268","2024-11-11 23:39:19.268") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[1.616ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "0" AND `results`.`name` = "0" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
[0m[33m[37.365ms] [34;1m[rows:1][0m INSERT INTO `records` (`parent`,`result_id`,`result_name`,`id`,`name`,`type`,`data`,`etag`,`created_time`,`updated_time`) VALUES ("0","27","0","28","0","","","28-1731368359268089252","2024-11-11 23:39:19.268","2024-11-11 23:39:19.268") RETURNING `created_time`,`updated_time`
... skipping 47 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.095ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[19.595ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[7.613ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368334.7268546,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestCreateResult\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results_test.go:43\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
=== RUN TestCreateResult/success
=== NAME TestCreateResult
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[7.121ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","39","bar","{""foo"":""bar""}","","",NULL,NULL,0,"null","39-1731368359268089252","2024-11-11 23:39:19.268","2024-11-11 23:39:19.268") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
[0m[33m[0.501ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
=== RUN TestCreateResult/mismatched_parent
=== RUN TestCreateResult/missing_name
=== RUN TestCreateResult/already_exists
=== NAME TestCreateResult
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72 [35;1mUNIQUE constraint failed: results.parent, results.name
[0m[33m[0.577ms] [34;1m[rows:0][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","40","bar","{""foo"":""bar""}","","",NULL,NULL,0,"null","40-1731368359268089252","2024-11-11 23:39:19.268","2024-11-11 23:39:19.268") RETURNING `created_time`,`updated_time`
=== RUN TestCreateResult/large_name
=== RUN TestCreateResult/large_result_summary_type
--- PASS: TestCreateResult (0.10s)
--- PASS: TestCreateResult/success (0.01s)
--- PASS: TestCreateResult/mismatched_parent (0.00s)
... skipping 14 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.094ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[18.001ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[8.979ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368334.7967224,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestUpdateResult\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results_test.go:139\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
=== RUN TestUpdateResult/success
=== NAME TestUpdateResult
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[10.153ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","42","bar-0","null","","",NULL,NULL,0,"null","42-1731368359268089252","2024-11-11 23:39:19.268","2024-11-11 23:39:19.268") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
[0m[33m[0.502ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar-0" ORDER BY `results`.`id` LIMIT 1
... skipping 53 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.102ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[20.888ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[33.674ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368335.0312576,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestGetResult\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results_test.go:246\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[42.504ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","48","bar","null","","",NULL,NULL,0,"null","48-1731368365268089252","2024-11-11 23:39:25.268","2024-11-11 23:39:25.268") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
[0m[33m[0.493ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
=== RUN TestGetResult/no_name
=== RUN TestGetResult/not_found
... skipping 16 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.131ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[35.670ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[18.579ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368335.260652,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestDeleteResult\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results_test.go:296\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[33.695ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","49","bar","null","","",NULL,NULL,0,"null","49-1731368365268089252","2024-11-11 23:39:25.268","2024-11-11 23:39:25.268") RETURNING `created_time`,`updated_time`
=== RUN TestDeleteResult/success
=== NAME TestDeleteResult
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:168
[0m[33m[0.528ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
... skipping 21 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.114ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[9.063ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[12.102ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368335.4193385,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestCascadeDelete\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results_test.go:332\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[50.098ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","50","bar","null","","",NULL,NULL,0,"null","50-1731368365268089252","2024-11-11 23:39:25.268","2024-11-11 23:39:25.268") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[1.679ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
[0m[33m[15.596ms] [34;1m[rows:1][0m INSERT INTO `records` (`parent`,`result_id`,`result_name`,`id`,`name`,`type`,`data`,`etag`,`created_time`,`updated_time`) VALUES ("foo","50","bar","51","baz","","","51-1731368365268089252","2024-11-11 23:39:25.268","2024-11-11 23:39:25.268") RETURNING `created_time`,`updated_time`
... skipping 17 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.100ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[22.020ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[17.127ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368335.6642997,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.TestListResults\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results_test.go:366\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[23.924ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","1","e2722a8d-4bd2-4427-a78c-0fe98629b5ab","{""foo"":""bar-1""}","foo/results/e2722a8d-4bd2-4427-a78c-0fe98629b5ab/records/bb556617-28cc-4309-95d5-9f0455a92539","resource_type","2024-11-11 23:39:26.268","2024-11-11 23:40:26.268",0,"null","1-1731368366268089252","2024-11-11 23:39:26.268","2024-11-11 23:39:26.268") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[412.134ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","2","395bc80d-53c3-4b46-9f8f-fa8bbfbcf330","{""foo"":""bar-2""}","foo/results/395bc80d-53c3-4b46-9f8f-fa8bbfbcf330/records/3f32c118-2081-4f05-98ad-4d43b885a9f6","resource_type","2024-11-11 23:39:27.268","2024-11-11 23:40:27.268",0,"null","2-1731368367268089252","2024-11-11 23:39:27.268","2024-11-11 23:39:27.268") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[568.179ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","3","08e6ccce-2c60-4a67-8c1c-835493a2eb1c","{""foo"":""bar-3""}","foo/results/08e6ccce-2c60-4a67-8c1c-835493a2eb1c/records/e44e299a-d740-42d1-9091-a7efbb344295","resource_type","2024-11-11 23:39:28.268","2024-11-11 23:40:28.268",0,"null","3-1731368368268089252","2024-11-11 23:39:28.268","2024-11-11 23:39:28.268") RETURNING `created_time`,`updated_time`
... skipping 206 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.111ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[13.310ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[8.789ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368331.3972409,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/internal/test.NewResultsClient\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/internal/test/clients.go:44\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/auth_test.TestRBAC\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/auth/rbac_test.go:93\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
=== RUN TestRBAC/authorized_user
=== NAME TestRBAC
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[9.896ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("foo","88b991db-bf6f-46b7-9a05-1107a9eecc8b","bar","null","","",NULL,NULL,0,"null","88b991db-bf6f-46b7-9a05-1107a9eecc8b-1731368331404545851","2024-11-11 23:38:51.404","2024-11-11 23:38:51.404") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
[0m[33m[0.540ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "foo" AND `results`.`name` = "bar" ORDER BY `results`.`id` LIMIT 1
... skipping 340 lines ...
=== RUN TestGCSReadFrom
gcs_test.go:77: Replaying GCS API responses from replay file testdata/TestGCSReadFrom.replay
--- PASS: TestGCSReadFrom (0.71s)
=== RUN TestGCSWriteTo
gcs_test.go:77: Replaying GCS API responses from replay file testdata/TestGCSWriteTo.replay
2024/11/11 23:38:51 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:38:51 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/1 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:0xc0003e9a20 Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:38:52 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:38:52 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/2 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:38:53 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:38:53 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/3 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:38:56 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:38:56 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/4 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:39:01 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:39:01 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/5 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:39:10 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:39:10 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/6 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:39:22 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:39:22 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/7 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:39:51 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:39:51 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/8 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:40:10 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:40:10 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/9 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:40:21 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:40:21 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/10 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:40:50 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:40:50 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/11 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:40:50 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:40:50 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/12 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:41:04 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:41:04 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/13 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:41:07 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:41:07 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/14 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:41:16 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:41:16 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/15 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:41:17 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:41:17 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/16 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:41:32 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:41:32 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/17 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:41:44 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:41:44 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/18 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:41:44 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:41:44 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/19 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:42:12 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:42:12 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/20 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:42:35 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:42:35 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/21 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:42:42 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:42:42 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/22 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:43:05 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:43:05 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/23 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:43:29 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:43:29 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/24 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:43:42 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:43:42 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/25 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:43:56 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:43:56 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/26 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:43:58 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:43:58 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/27 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:44:13 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:44:13 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/28 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:44:31 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:44:31 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/29 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:44:53 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:44:53 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/30 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:44:54 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:44:54 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/31 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:45:22 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:45:22 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/32 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:45:22 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:45:22 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/33 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:45:43 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:45:43 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/34 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:45:50 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:45:50 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/35 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:45:56 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:45:56 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/36 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:46:04 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:46:04 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/37 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:46:20 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:46:20 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/38 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:46:37 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:46:37 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/39 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:46:41 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:46:41 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/40 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:47:10 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:47:10 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/41 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:47:22 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:47:22 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/42 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:47:29 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:47:29 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/43 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:47:35 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:47:35 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/44 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:47:56 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:47:56 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/45 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:48:13 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:48:13 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/46 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:48:16 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:48:16 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/47 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:48:36 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:48:36 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/48 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
2024/11/11 23:48:51 header X-Goog-Gcs-Idempotency-Token: present in incoming request but not candidate
2024/11/11 23:48:51 ERROR: martian: failed to round trip: no matching request for &{Method:GET URL:https://storage.googleapis.com/tekton-releases-test-results/foo%2Fbar%2Flog Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Accept-Encoding:[gzip] User-Agent:[go-cloud/blob/0.40.0] X-Goog-Api-Client:[gccl-invocation-id/133812a8-d43e-4143-bc31-31bd2d29c521 gccl-attempt-count/49 gl-go/1.22.1 gccl/1.43.0] X-Goog-Gcs-Idempotency-Token:[133812a8-d43e-4143-bc31-31bd2d29c521]] Body:<nil> GetBody:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:storage.googleapis.com Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr:127.0.0.1:32806 RequestURI:/tekton-releases-test-results/foo%2Fbar%2Flog TLS:<nil> Cancel:<nil> Response:<nil> ctx:<nil> pat:<nil> matches:[] otherValues:map[]}
panic: test timed out after 10m0s
running tests:
TestGCSWriteTo (9m59s)
goroutine 184 [running]:
testing.(*M).startAlarm.func1()
... skipping 191 lines ...
goroutine 97 [select]:
net/http.(*persistConn).writeLoop(0xc0003865a0)
/usr/local/go/src/net/http/transport.go:2444 +0x1c5
created by net/http.(*Transport).dialConn in goroutine 93
/usr/local/go/src/net/http/transport.go:1800 +0x27ff
FAIL github.com/tektoncd/results/pkg/api/server/v1alpha2/log 600.061s
=== RUN TestLogPluginServer_GetLog
plugin_logs_test.go:92: test database: /tmp/testdb3819050859
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/test/db.go:59
[0m[33m[0.050ms] [34;1m[rows:0][0m PRAGMA foreign_keys = ON;
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.148ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="results"
... skipping 107 lines ...
=== RUN TestMatch/no_filter
=== RUN TestMatch/matching_condition
=== RUN TestMatch/non-matching_condition
=== RUN TestMatch/nil_result
=== RUN TestMatch/non-bool_output
=== RUN TestMatch/wrong_resource_type
2024/11/11 23:38:51 failed to evaluate the expression: no such attribute(s): record
--- PASS: TestMatch (0.02s)
--- PASS: TestMatch/no_filter (0.00s)
--- PASS: TestMatch/matching_condition (0.01s)
--- PASS: TestMatch/non-matching_condition (0.00s)
--- PASS: TestMatch/nil_result (0.00s)
--- PASS: TestMatch/non-bool_output (0.00s)
... skipping 183 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.104ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[9.422ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[13.577ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368346.55785,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/internal/test.NewResultsClient\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/internal/test/clients.go:44\ngithub.com/tektoncd/results/pkg/watcher/reconciler_test.TestController\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/reconciler/reconciler_test.go:54\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
logger.go:146: 2024-11-11T23:39:06.562Z INFO TestController logs/client.go:52 Unable to fetch Logs Client from context, either disabled from config or disabled from server side
logger.go:146: 2024-11-11T23:39:06.563Z INFO TestController logs/client.go:52 Unable to fetch Logs Client from context, either disabled from config or disabled from server side
=== RUN TestController/taskrun
=== NAME TestController
logger.go:146: 2024-11-11T23:39:06.564Z INFO TestController controller/controller.go:486 Starting controller and workers {"knative.dev/controller": "github.com.tektoncd.results.pkg.watcher.reconciler.pipelinerun.Reconciler", "knative.dev/kind": "tekton.dev.PipelineRun"}
logger.go:146: 2024-11-11T23:39:06.565Z INFO TestController controller/controller.go:496 Started workers {"knative.dev/controller": "github.com.tektoncd.results.pkg.watcher.reconciler.pipelinerun.Reconciler", "knative.dev/kind": "tekton.dev.PipelineRun"}
... skipping 143 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.114ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[9.633ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[9.636ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368350.1150491,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/internal/test.NewResultsClient\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/internal/test/clients.go:44\ngithub.com/tektoncd/results/pkg/watcher/reconciler/dynamic.TestReconcile_TaskRun\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/reconciler/dynamic/dynamic_test.go:129\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208 [35;1mrecord not found
[0m[33m[0.396ms] [34;1m[rows:0][0m SELECT * FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "12345" ORDER BY `results`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.123Z DEBUG TestReconcile_TaskRun results/results.go:188 Result doesn't exist yet - creating {"results.tekton.dev/result": "ns/results/12345", "results.tekton.dev/record": "ns/results/12345/records/12345", "results.tekton.dev/top-level-record": true}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[10.249ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("ns","f52d5f4a-553e-45b4-880d-64c332c53fb8","12345","{""object.metadata.name"":""taskrun""}","ns/results/12345/records/12345","tekton.dev/v1.TaskRun",NULL,"0000-00-00 00:00:00",1,"null","f52d5f4a-553e-45b4-880d-64c332c53fb8-1731368350125528334","2024-11-11 23:39:10.125","2024-11-11 23:39:10.125") RETURNING `created_time`,`updated_time`
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135 [35;1mrecord not found
... skipping 16 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[0.355ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "12345" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
[0m[33m[15.221ms] [34;1m[rows:1][0m INSERT INTO `records` (`parent`,`result_id`,`result_name`,`id`,`name`,`type`,`data`,`etag`,`created_time`,`updated_time`) VALUES ("ns","f52d5f4a-553e-45b4-880d-64c332c53fb8","12345","001dad37-9cd4-4012-ad0a-8400eb565077","e7ae3ad8-1652-33ab-a27d-490bd242c053","results.tekton.dev/v1alpha3.Log","{""kind"":""Log"",""apiVersion"":""results.tekton.dev/v1alpha3"",""metadata"":{""name"":""taskrun-log"",""namespace"":""ns"",""uid"":""e7ae3ad8-1652-33ab-a27d-490bd242c053"",""creationTimestamp"":null},""spec"":{""resource"":{""kind"":""TaskRun"",""namespace"":""ns"",""name"":""taskrun"",""uid"":""12345""},""type"":""File""},""status"":{""size"":0,""isStored"":false,""errorOnStoreMsg"":"""",""isRetryableErr"":false}}","001dad37-9cd4-4012-ad0a-8400eb565077-1731368350222000836","2024-11-11 23:39:10.222","2024-11-11 23:39:10.222") RETURNING `created_time`,`updated_time`
logger.go:146: 2024-11-11T23:39:10.238Z DEBUG TestReconcile_TaskRun dynamic/dynamic.go:289 Skipping CRD annotation patch: annotation update is disabled
logger.go:146: 2024-11-11T23:39:10.239Z DEBUG TestReconcile_TaskRun dynamic/dynamic.go:472 Streaming log started {"namespace": "ns", "kind": "TaskRun", "name": "taskrun"}
logger.go:146: 2024-11-11T23:39:10.239Z ERROR TestReconcile_TaskRun dynamic/dynamic.go:480 Error streaming log {"namespace": "ns", "kind": "TaskRun", "name": "taskrun", "error": "failed to create tkn reader: Parsing kubeconfig failed: invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable"}
logger.go:146: 2024-11-11T23:39:10.239Z INFO TestReconcile_TaskRun dynamic/dynamic.go:488 Streaming log completed {"namespace": "ns", "kind": "TaskRun", "name": "taskrun"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
[0m[33m[2.112ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "12345" ORDER BY `results`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.244Z DEBUG TestReconcile_TaskRun results/results.go:210 No further actions to be done on the Result: no differences found {"results.tekton.dev/result": "ns/results/12345", "results.tekton.dev/record": "ns/results/12345/records/12345", "results.tekton.dev/top-level-record": true}
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135 [35;1mrecord not found
[0m[33m[0.351ms] [34;1m[rows:0][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "42c7f370-7af2-3cb2-9ec0-5acf6732ca1c" ORDER BY `records`.`id` LIMIT 1
... skipping 110 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.475ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "12345" ORDER BY `records`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.425Z DEBUG TestReconcile_TaskRun results/results.go:326 Updating Record {"results.tekton.dev/record": "ns/results/12345/records/12345"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.479ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "12345" ORDER BY `records`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:217
[0m[33m[0.573ms] [34;1m[rows:1][0m UPDATE `records` SET `result_name`="12345",`name`="12345",`type`="tekton.dev/v1.TaskRun",`data`="{""kind"":""TaskRun"",""apiVersion"":""tekton.dev/v1"",""metadata"":{""name"":""taskrun"",""namespace"":""ns"",""uid"":""12345"",""creationTimestamp"":null,""annotations"":{""demo"":""demo""}},""spec"":{""serviceAccountName"":"""",""taskSpec"":{""steps"":[{""name"":"""",""computeResources"":{},""script"":""echo hello world!""}]}},""status"":{""conditions"":[{""type"":""Succeeded"",""status"":""False"",""lastTransitionTime"":""2024-11-11T23:39:10Z"",""reason"":""Failed"",""message"":""Failed""}],""podName"":"""",""startTime"":""2024-11-11T23:39:10Z"",""completionTime"":""2024-11-11T23:39:12Z""}}",`created_time`="2024-11-11 23:39:10.153",`updated_time`="2024-11-11 23:39:10.427",`etag`="c021d09c-24f7-40f2-8b3d-fe1a32bfc534-1731368350427865878" WHERE `parent` = "ns" AND `result_id` = "f52d5f4a-553e-45b4-880d-64c332c53fb8" AND `id` = "c021d09c-24f7-40f2-8b3d-fe1a32bfc534"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
[0m[33m[0.610ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "12345" ORDER BY `results`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.438Z DEBUG TestReconcile_TaskRun results/results.go:210 No further actions to be done on the Result: no differences found {"results.tekton.dev/result": "ns/results/12345", "results.tekton.dev/record": "ns/results/12345/records/12345", "results.tekton.dev/top-level-record": true}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.440ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "e7ae3ad8-1652-33ab-a27d-490bd242c053" ORDER BY `records`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
... skipping 34 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.507ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "12345" ORDER BY `records`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.494Z DEBUG TestReconcile_TaskRun results/results.go:326 Updating Record {"results.tekton.dev/record": "ns/results/12345/records/12345"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.417ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "12345" ORDER BY `records`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:217
[0m[33m[1.107ms] [34;1m[rows:1][0m UPDATE `records` SET `result_name`="12345",`name`="12345",`type`="tekton.dev/v1.TaskRun",`data`="{""kind"":""TaskRun"",""apiVersion"":""tekton.dev/v1"",""metadata"":{""name"":""taskrun"",""namespace"":""ns"",""uid"":""12345"",""creationTimestamp"":null,""labels"":{""x"":""foo""},""annotations"":{""demo"":""demo""}},""spec"":{""serviceAccountName"":"""",""taskSpec"":{""steps"":[{""name"":"""",""computeResources"":{},""script"":""echo hello world!""}]}},""status"":{""conditions"":[{""type"":""Succeeded"",""status"":""False"",""lastTransitionTime"":""2024-11-11T23:39:10Z"",""reason"":""Failed"",""message"":""Failed""}],""podName"":"""",""startTime"":""2024-11-11T23:39:10Z"",""completionTime"":""2024-11-11T23:39:12Z""}}",`created_time`="2024-11-11 23:39:10.153",`updated_time`="2024-11-11 23:39:10.497",`etag`="c021d09c-24f7-40f2-8b3d-fe1a32bfc534-1731368350497079843" WHERE `parent` = "ns" AND `result_id` = "f52d5f4a-553e-45b4-880d-64c332c53fb8" AND `id` = "c021d09c-24f7-40f2-8b3d-fe1a32bfc534"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
[0m[33m[0.489ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "12345" ORDER BY `results`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.528Z DEBUG TestReconcile_TaskRun results/results.go:210 No further actions to be done on the Result: no differences found {"results.tekton.dev/result": "ns/results/12345", "results.tekton.dev/record": "ns/results/12345/records/12345", "results.tekton.dev/top-level-record": true}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.528ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "e7ae3ad8-1652-33ab-a27d-490bd242c053" ORDER BY `records`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
... skipping 52 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.698ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "12345" ORDER BY `records`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.616Z DEBUG TestReconcile_TaskRun results/results.go:326 Updating Record {"results.tekton.dev/record": "ns/results/12345/records/12345"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.426ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "12345" ORDER BY `records`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:217
[0m[33m[0.456ms] [34;1m[rows:1][0m UPDATE `records` SET `result_name`="12345",`name`="12345",`type`="tekton.dev/v1.TaskRun",`data`="{""kind"":""TaskRun"",""apiVersion"":""tekton.dev/v1"",""metadata"":{""name"":""taskrun"",""namespace"":""ns"",""uid"":""12345"",""creationTimestamp"":null,""labels"":{""x"":""foo""},""annotations"":{""x"":""foo""}},""spec"":{""serviceAccountName"":"""",""taskSpec"":{""steps"":[{""name"":"""",""computeResources"":{},""script"":""echo hello world!""}]}},""status"":{""conditions"":[{""type"":""Succeeded"",""status"":""False"",""lastTransitionTime"":""2024-11-11T23:39:10Z"",""reason"":""Failed"",""message"":""Failed""}],""podName"":"""",""startTime"":""2024-11-11T23:39:10Z"",""completionTime"":""2024-11-11T23:39:12Z""}}",`created_time`="2024-11-11 23:39:10.153",`updated_time`="2024-11-11 23:39:10.618",`etag`="c021d09c-24f7-40f2-8b3d-fe1a32bfc534-1731368350618140132" WHERE `parent` = "ns" AND `result_id` = "f52d5f4a-553e-45b4-880d-64c332c53fb8" AND `id` = "c021d09c-24f7-40f2-8b3d-fe1a32bfc534"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
[0m[33m[4.409ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "12345" ORDER BY `results`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.660Z DEBUG TestReconcile_TaskRun results/results.go:210 No further actions to be done on the Result: no differences found {"results.tekton.dev/result": "ns/results/12345", "results.tekton.dev/record": "ns/results/12345/records/12345", "results.tekton.dev/top-level-record": true}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.627ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "e7ae3ad8-1652-33ab-a27d-490bd242c053" ORDER BY `records`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
... skipping 14 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.753ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "12345" ORDER BY `records`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.689Z DEBUG TestReconcile_TaskRun results/results.go:326 Updating Record {"results.tekton.dev/record": "ns/results/12345/records/12345"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.446ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "12345" ORDER BY `records`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:217
[0m[33m[0.435ms] [34;1m[rows:1][0m UPDATE `records` SET `result_name`="12345",`name`="12345",`type`="tekton.dev/v1.TaskRun",`data`="{""kind"":""TaskRun"",""apiVersion"":""tekton.dev/v1"",""metadata"":{""name"":""taskrun"",""namespace"":""ns"",""uid"":""12345"",""creationTimestamp"":null,""labels"":{""x"":""foo""},""annotations"":{""x"":""foo""},""ownerReferences"":[{""apiVersion"":""v1"",""kind"":""test"",""name"":""test-owner"",""uid"":""""}]},""spec"":{""serviceAccountName"":"""",""taskSpec"":{""steps"":[{""name"":"""",""computeResources"":{},""script"":""echo hello world!""}]}},""status"":{""conditions"":[{""type"":""Succeeded"",""status"":""False"",""lastTransitionTime"":""2024-11-11T23:39:10Z"",""reason"":""Failed"",""message"":""Failed""}],""podName"":"""",""startTime"":""2024-11-11T23:39:10Z"",""completionTime"":""2024-11-11T23:39:12Z""}}",`created_time`="2024-11-11 23:39:10.153",`updated_time`="2024-11-11 23:39:10.691",`etag`="c021d09c-24f7-40f2-8b3d-fe1a32bfc534-1731368350691676216" WHERE `parent` = "ns" AND `result_id` = "f52d5f4a-553e-45b4-880d-64c332c53fb8" AND `id` = "c021d09c-24f7-40f2-8b3d-fe1a32bfc534"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
[0m[33m[0.467ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "12345" ORDER BY `results`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.744Z DEBUG TestReconcile_TaskRun results/results.go:202 No further actions to be done on the Result: the object is not a top level record {"results.tekton.dev/result": "ns/results/12345", "results.tekton.dev/record": "ns/results/12345/records/12345", "results.tekton.dev/top-level-record": false}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.344ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "e7ae3ad8-1652-33ab-a27d-490bd242c053" ORDER BY `records`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
... skipping 16 lines ...
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135 [35;1mrecord not found
[0m[33m[0.425ms] [34;1m[rows:0][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "bc453723-aad2-437d-a762-2c2a6fa5382b" AND `records`.`name` = "12345" ORDER BY `records`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.822Z DEBUG TestReconcile_TaskRun results/results.go:334 Record doesn't exist yet - creating {"results.tekton.dev/record": "ns/results/bc453723-aad2-437d-a762-2c2a6fa5382b/records/12345"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[0.240ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "bc453723-aad2-437d-a762-2c2a6fa5382b" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
[0m[33m[10.575ms] [34;1m[rows:1][0m INSERT INTO `records` (`parent`,`result_id`,`result_name`,`id`,`name`,`type`,`data`,`etag`,`created_time`,`updated_time`) VALUES ("ns","41871cc9-7241-45de-b5e1-0eb4a6b66619","bc453723-aad2-437d-a762-2c2a6fa5382b","fad13b00-ec69-42a3-b9e4-2d60e35005ef","12345","tekton.dev/v1.TaskRun","{""kind"":""TaskRun"",""apiVersion"":""tekton.dev/v1"",""metadata"":{""name"":""taskrun"",""namespace"":""ns"",""uid"":""12345"",""creationTimestamp"":null,""labels"":{""x"":""foo""},""annotations"":{""x"":""foo""},""ownerReferences"":[{""apiVersion"":""tekton.dev/v1"",""kind"":""PipelineRun"",""name"":""test-pipelinerun"",""uid"":""bc453723-aad2-437d-a762-2c2a6fa5382b""}]},""spec"":{""serviceAccountName"":"""",""taskSpec"":{""steps"":[{""name"":"""",""computeResources"":{},""script"":""echo hello world!""}]}},""status"":{""conditions"":[{""type"":""Succeeded"",""status"":""False"",""lastTransitionTime"":""2024-11-11T23:39:10Z"",""reason"":""Failed"",""message"":""Failed""}],""podName"":"""",""startTime"":""2024-11-11T23:39:10Z"",""completionTime"":""2024-11-11T23:39:12Z""}}","fad13b00-ec69-42a3-b9e4-2d60e35005ef-1731368350824271235","2024-11-11 23:39:10.824","2024-11-11 23:39:10.824") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
[0m[33m[2.208ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "bc453723-aad2-437d-a762-2c2a6fa5382b" ORDER BY `results`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.839Z DEBUG TestReconcile_TaskRun results/results.go:202 No further actions to be done on the Result: the object is not a top level record {"results.tekton.dev/result": "ns/results/bc453723-aad2-437d-a762-2c2a6fa5382b", "results.tekton.dev/record": "ns/results/bc453723-aad2-437d-a762-2c2a6fa5382b/records/12345", "results.tekton.dev/top-level-record": false}
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135 [35;1mrecord not found
[0m[33m[0.381ms] [34;1m[rows:0][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "bc453723-aad2-437d-a762-2c2a6fa5382b" AND `records`.`name` = "989eb5f3-eb95-3409-b201-24f8f6a3a3d8" ORDER BY `records`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
... skipping 3 lines ...
[0m[33m[0.262ms] [34;1m[rows:0][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "bc453723-aad2-437d-a762-2c2a6fa5382b" AND `records`.`name` = "989eb5f3-eb95-3409-b201-24f8f6a3a3d8" ORDER BY `records`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[0.329ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "bc453723-aad2-437d-a762-2c2a6fa5382b" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
[0m[33m[11.415ms] [34;1m[rows:1][0m INSERT INTO `records` (`parent`,`result_id`,`result_name`,`id`,`name`,`type`,`data`,`etag`,`created_time`,`updated_time`) VALUES ("ns","41871cc9-7241-45de-b5e1-0eb4a6b66619","bc453723-aad2-437d-a762-2c2a6fa5382b","cee62641-d44d-46fa-9c7a-e9474cbdbf15","989eb5f3-eb95-3409-b201-24f8f6a3a3d8","results.tekton.dev/v1alpha3.Log","{""kind"":""Log"",""apiVersion"":""results.tekton.dev/v1alpha3"",""metadata"":{""name"":""taskrun-log"",""namespace"":""ns"",""uid"":""989eb5f3-eb95-3409-b201-24f8f6a3a3d8"",""creationTimestamp"":null},""spec"":{""resource"":{""kind"":""TaskRun"",""namespace"":""ns"",""name"":""taskrun"",""uid"":""12345""},""type"":""File""},""status"":{""size"":0,""isStored"":false,""errorOnStoreMsg"":"""",""isRetryableErr"":false}}","cee62641-d44d-46fa-9c7a-e9474cbdbf15-1731368350845887833","2024-11-11 23:39:10.845","2024-11-11 23:39:10.845") RETURNING `created_time`,`updated_time`
logger.go:146: 2024-11-11T23:39:10.860Z DEBUG TestReconcile_TaskRun dynamic/dynamic.go:472 Streaming log started {"namespace": "ns", "kind": "TaskRun", "name": "taskrun"}
logger.go:146: 2024-11-11T23:39:10.860Z ERROR TestReconcile_TaskRun dynamic/dynamic.go:480 Error streaming log {"namespace": "ns", "kind": "TaskRun", "name": "taskrun", "error": "failed to create tkn reader: Parsing kubeconfig failed: invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable"}
logger.go:146: 2024-11-11T23:39:10.860Z INFO TestReconcile_TaskRun dynamic/dynamic.go:488 Streaming log completed {"namespace": "ns", "kind": "TaskRun", "name": "taskrun"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
[0m[33m[0.572ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "bc453723-aad2-437d-a762-2c2a6fa5382b" ORDER BY `results`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.863Z DEBUG TestReconcile_TaskRun results/results.go:202 No further actions to be done on the Result: the object is not a top level record {"results.tekton.dev/result": "ns/results/bc453723-aad2-437d-a762-2c2a6fa5382b", "results.tekton.dev/record": "ns/results/bc453723-aad2-437d-a762-2c2a6fa5382b/records/12345", "results.tekton.dev/top-level-record": false}
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135 [35;1mrecord not found
[0m[33m[0.423ms] [34;1m[rows:0][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "bc453723-aad2-437d-a762-2c2a6fa5382b" AND `records`.`name` = "f6374421-14d6-344c-ab5b-2edba3ce0148" ORDER BY `records`.`id` LIMIT 1
... skipping 18 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.530ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "12345" ORDER BY `records`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.904Z DEBUG TestReconcile_TaskRun results/results.go:326 Updating Record {"results.tekton.dev/record": "ns/results/12345/records/12345"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.409ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "12345" ORDER BY `records`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:217
[0m[33m[0.361ms] [34;1m[rows:1][0m UPDATE `records` SET `result_name`="12345",`name`="12345",`type`="tekton.dev/v1.TaskRun",`data`="{""kind"":""TaskRun"",""apiVersion"":""tekton.dev/v1"",""metadata"":{""name"":""taskrun"",""namespace"":""ns"",""uid"":""12345"",""creationTimestamp"":null,""labels"":{""x"":""foo""},""annotations"":{""x"":""foo""},""ownerReferences"":[{""apiVersion"":""v1"",""kind"":""test"",""name"":""test-owner"",""uid"":""5c55f4a1-0e06-4045-99cf-bc5821128bca""}]},""spec"":{""serviceAccountName"":"""",""taskSpec"":{""steps"":[{""name"":"""",""computeResources"":{},""script"":""echo hello world!""}]}},""status"":{""conditions"":[{""type"":""Succeeded"",""status"":""False"",""lastTransitionTime"":""2024-11-11T23:39:10Z"",""reason"":""Failed"",""message"":""Failed""}],""podName"":"""",""startTime"":""2024-11-11T23:39:10Z"",""completionTime"":""2024-11-11T23:39:12Z""}}",`created_time`="2024-11-11 23:39:10.153",`updated_time`="2024-11-11 23:39:10.906",`etag`="c021d09c-24f7-40f2-8b3d-fe1a32bfc534-1731368350906180728" WHERE `parent` = "ns" AND `result_id` = "f52d5f4a-553e-45b4-880d-64c332c53fb8" AND `id` = "c021d09c-24f7-40f2-8b3d-fe1a32bfc534"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
[0m[33m[0.621ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "12345" ORDER BY `results`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.918Z DEBUG TestReconcile_TaskRun results/results.go:202 No further actions to be done on the Result: the object is not a top level record {"results.tekton.dev/result": "ns/results/12345", "results.tekton.dev/record": "ns/results/12345/records/12345", "results.tekton.dev/top-level-record": false}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135
[0m[33m[0.485ms] [34;1m[rows:1][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "e7ae3ad8-1652-33ab-a27d-490bd242c053" ORDER BY `records`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
... skipping 29 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.126ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[9.320ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[7.688ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368350.99066,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/internal/test.NewResultsClient\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/internal/test/clients.go:44\ngithub.com/tektoncd/results/pkg/watcher/reconciler/dynamic.TestReconcile_PipelineRun\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/reconciler/dynamic/dynamic_test.go:438\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208 [35;1mrecord not found
[0m[33m[0.326ms] [34;1m[rows:0][0m SELECT * FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "12345" ORDER BY `results`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.995Z DEBUG TestReconcile_PipelineRun results/results.go:188 Result doesn't exist yet - creating {"results.tekton.dev/result": "ns/results/12345", "results.tekton.dev/record": "ns/results/12345/records/12345", "results.tekton.dev/top-level-record": true}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[8.806ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("ns","4c9c03c8-25c5-4ffa-8f53-b93ce6d4b580","12345","{""object.metadata.name"":""pipelinerun""}","ns/results/12345/records/12345","tekton.dev/v1.PipelineRun",NULL,"0000-00-00 00:00:00",1,"null","4c9c03c8-25c5-4ffa-8f53-b93ce6d4b580-1731368350995958460","2024-11-11 23:39:10.995","2024-11-11 23:39:10.995") RETURNING `created_time`,`updated_time`
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135 [35;1mrecord not found
... skipping 15 lines ...
[0m[33m[0.228ms] [34;1m[rows:0][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "039eb445-44fb-334d-b1ec-dcac294edb09" ORDER BY `records`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:102
[0m[33m[0.230ms] [34;1m[rows:1][0m SELECT `results`.`name`,`results`.`id` FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "12345" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:82
[0m[33m[36.775ms] [34;1m[rows:1][0m INSERT INTO `records` (`parent`,`result_id`,`result_name`,`id`,`name`,`type`,`data`,`etag`,`created_time`,`updated_time`) VALUES ("ns","4c9c03c8-25c5-4ffa-8f53-b93ce6d4b580","12345","3313a0e3-461a-4361-b6db-4e35a7c7c514","039eb445-44fb-334d-b1ec-dcac294edb09","results.tekton.dev/v1alpha3.Log","{""kind"":""Log"",""apiVersion"":""results.tekton.dev/v1alpha3"",""metadata"":{""name"":""pipelinerun-log"",""namespace"":""ns"",""uid"":""039eb445-44fb-334d-b1ec-dcac294edb09"",""creationTimestamp"":null},""spec"":{""resource"":{""kind"":""PipelineRun"",""namespace"":""ns"",""name"":""pipelinerun"",""uid"":""12345""},""type"":""File""},""status"":{""size"":0,""isStored"":false,""errorOnStoreMsg"":"""",""isRetryableErr"":false}}","3313a0e3-461a-4361-b6db-4e35a7c7c514-1731368351028609237","2024-11-11 23:39:11.028","2024-11-11 23:39:11.028") RETURNING `created_time`,`updated_time`
logger.go:146: 2024-11-11T23:39:11.069Z DEBUG TestReconcile_PipelineRun dynamic/dynamic.go:472 Streaming log started {"namespace": "ns", "kind": "PipelineRun", "name": "pipelinerun"}
logger.go:146: 2024-11-11T23:39:11.069Z ERROR TestReconcile_PipelineRun dynamic/dynamic.go:480 Error streaming log {"namespace": "ns", "kind": "PipelineRun", "name": "pipelinerun", "error": "failed to create tkn reader: Parsing kubeconfig failed: invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable"}
logger.go:146: 2024-11-11T23:39:11.069Z INFO TestReconcile_PipelineRun dynamic/dynamic.go:488 Streaming log completed {"namespace": "ns", "kind": "PipelineRun", "name": "pipelinerun"}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
[0m[33m[0.519ms] [34;1m[rows:1][0m SELECT * FROM `results` WHERE `results`.`parent` = "ns" AND `results`.`name` = "12345" ORDER BY `results`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:11.073Z DEBUG TestReconcile_PipelineRun results/results.go:210 No further actions to be done on the Result: no differences found {"results.tekton.dev/result": "ns/results/12345", "results.tekton.dev/record": "ns/results/12345/records/12345", "results.tekton.dev/top-level-record": true}
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/records.go:135 [35;1mrecord not found
[0m[33m[0.359ms] [34;1m[rows:0][0m SELECT * FROM `records` WHERE `records`.`parent` = "ns" AND `records`.`result_name` = "12345" AND `records`.`name` = "a60aaae3-667c-3841-8a53-17e0f7a8caad" ORDER BY `records`.`id` LIMIT 1
... skipping 58 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.087ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[8.312ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[7.311ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368349.7579129,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/internal/test.NewResultsClient\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/internal/test/clients.go:44\ngithub.com/tektoncd/results/pkg/watcher/results.client\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/results/results_test.go:627\ngithub.com/tektoncd/results/pkg/watcher/results.TestClient_PutLog\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/results/logs_test.go:15\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
=== RUN TestClient_PutLog/taskrun
=== RUN TestClient_PutLog/taskrun/create
=== NAME TestClient_PutLog
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208 [35;1mrecord not found
[0m[33m[0.446ms] [34;1m[rows:0][0m SELECT * FROM `results` WHERE `results`.`parent` = "test" AND `results`.`name` = "taskrun-id" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
... skipping 87 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.098ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[29.605ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[6.915ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368349.9645007,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/internal/test.NewResultsClient\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/internal/test/clients.go:44\ngithub.com/tektoncd/results/pkg/watcher/results.client\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/results/results_test.go:627\ngithub.com/tektoncd/results/pkg/watcher/results.TestEnsureResult\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/results/results_test.go:236\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208 [35;1mrecord not found
[0m[33m[0.293ms] [34;1m[rows:0][0m SELECT * FROM `results` WHERE `results`.`parent` = "test" AND `results`.`name` = "taskrun-id" ORDER BY `results`.`id` LIMIT 1
=== RUN TestEnsureResult/foo
=== NAME TestEnsureResult
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208 [35;1mrecord not found
[0m[33m[0.332ms] [34;1m[rows:0][0m SELECT * FROM `results` WHERE `results`.`parent` = "test" AND `results`.`name` = "taskrun-id" ORDER BY `results`.`id` LIMIT 1
... skipping 31 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.082ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[8.650ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[9.653ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368350.1381178,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/internal/test.NewResultsClient\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/internal/test/clients.go:44\ngithub.com/tektoncd/results/pkg/watcher/results.client\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/results/results_test.go:627\ngithub.com/tektoncd/results/pkg/watcher/results.TestEnsureResult_RecordSummaryUpdate\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/results/results_test.go:305\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208 [35;1mrecord not found
[0m[33m[0.302ms] [34;1m[rows:0][0m SELECT * FROM `results` WHERE `results`.`parent` = "default" AND `results`.`name` = "1" ORDER BY `results`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.141Z DEBUG results/results.go:188 Result doesn't exist yet - creating {"results.tekton.dev/result": "default/results/1", "results.tekton.dev/record": "default/results/1/records/2", "results.tekton.dev/top-level-record": false}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[8.060ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("default","919bfa8e-3531-4a6b-84c9-6d9fbe0aee44","1","null","","",NULL,NULL,0,"null","919bfa8e-3531-4a6b-84c9-6d9fbe0aee44-1731368350142555473","2024-11-11 23:39:10.142","2024-11-11 23:39:10.142") RETURNING `created_time`,`updated_time`
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208
... skipping 16 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.051ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[6.686ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[15.361ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368350.2692053,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/internal/test.NewResultsClient\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/internal/test/clients.go:44\ngithub.com/tektoncd/results/pkg/watcher/results.client\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/results/results_test.go:627\ngithub.com/tektoncd/results/pkg/watcher/results.TestAnnotations\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/results/results_test.go:353\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208 [35;1mrecord not found
[0m[33m[0.315ms] [34;1m[rows:0][0m SELECT * FROM `results` WHERE `results`.`parent` = "default" AND `results`.`name` = "1" ORDER BY `results`.`id` LIMIT 1
logger.go:146: 2024-11-11T23:39:10.274Z DEBUG results/results.go:188 Result doesn't exist yet - creating {"results.tekton.dev/result": "default/results/1", "results.tekton.dev/record": "default/results/1/records/1", "results.tekton.dev/top-level-record": true}
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[7.575ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("default","0051f207-f3f8-4cf9-a4c1-a2c058ae7cae","1","{""i"":""7"",""object.metadata.name"":""foo"",""x"":""y""}","default/results/1/records/1","tekton.dev/v1.PipelineRun",NULL,NULL,0,"{""foo"":""bar"",""test"":""1""}","0051f207-f3f8-4cf9-a4c1-a2c058ae7cae-1731368350275503381","2024-11-11 23:39:10.275","2024-11-11 23:39:10.275") RETURNING `created_time`,`updated_time`
--- PASS: TestAnnotations (0.07s)
... skipping 10 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.077ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[9.195ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[5.610ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368350.3307915,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/internal/test.NewResultsClient\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/internal/test/clients.go:44\ngithub.com/tektoncd/results/pkg/watcher/results.client\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/results/results_test.go:627\ngithub.com/tektoncd/results/pkg/watcher/results.TestUpsertRecord\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/results/results_test.go:387\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
=== RUN TestUpsertRecord/taskrun
=== NAME TestUpsertRecord
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208 [35;1mrecord not found
[0m[33m[0.314ms] [34;1m[rows:0][0m SELECT * FROM `results` WHERE `results`.`parent` = "test" AND `results`.`name` = "taskrun-id" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
[0m[33m[8.092ms] [34;1m[rows:1][0m INSERT INTO `results` (`parent`,`id`,`name`,`annotations`,`recordsummary_record`,`recordsummary_type`,`recordsummary_start_time`,`recordsummary_end_time`,`recordsummary_status`,`recordsummary_annotations`,`etag`,`created_time`,`updated_time`) VALUES ("test","33824874-2b9c-4ce3-a15f-e819d51d567f","taskrun-id","{""object.metadata.name"":""taskrun""}","test/results/taskrun-id/records/taskrun-id","tekton.dev/v1.TaskRun",NULL,NULL,0,"null","33824874-2b9c-4ce3-a15f-e819d51d567f-1731368350336360436","2024-11-11 23:39:10.336","2024-11-11 23:39:10.336") RETURNING `created_time`,`updated_time`
... skipping 73 lines ...
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[0.087ms] [34;1m[rows:-][0m SELECT count(*) FROM sqlite_master WHERE type='table' AND name="records"
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[6.246ms] [34;1m[rows:0][0m CREATE TABLE `records` (`parent` text,`result_id` text,`result_name` text,`id` text,`name` text,`type` text,`data` jsonb,`created_time` datetime DEFAULT current_timestamp,`updated_time` datetime DEFAULT current_timestamp,`etag` text,PRIMARY KEY (`parent`,`result_id`,`id`),CONSTRAINT `fk_records_result` FOREIGN KEY (`parent`,`result_id`) REFERENCES `results`(`parent`,`id`) ON DELETE CASCADE ON UPDATE CASCADE)
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:96
[0m[33m[8.881ms] [34;1m[rows:0][0m CREATE UNIQUE INDEX `records_by_name` ON `records`(`parent`,`result_name`,`name`)
{"level":"error","ts":1731368350.6826665,"caller":"plugin/plugin_logs.go:385","msg":"unsupported type of logs given for plugin","stacktrace":"github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.(*LogServer).setLogPlugin\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/plugin_logs.go:385\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2/plugin.NewLogServer\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/plugin/server.go:62\ngithub.com/tektoncd/results/pkg/api/server/v1alpha2.New\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/server.go:101\ngithub.com/tektoncd/results/pkg/internal/test.NewResultsClient\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/internal/test/clients.go:44\ngithub.com/tektoncd/results/pkg/watcher/results.client\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/results/results_test.go:627\ngithub.com/tektoncd/results/pkg/watcher/results.TestPut\n\t/home/prow/go/src/github.com/tektoncd/results/pkg/watcher/results/results_test.go:557\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1689"}
=== RUN TestPut/taskrun
=== RUN TestPut/taskrun/create
=== NAME TestPut
db.go:69: [31;1m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:208 [35;1mrecord not found
[0m[33m[0.319ms] [34;1m[rows:0][0m SELECT * FROM `results` WHERE `results`.`parent` = "test" AND `results`.`name` = "taskrun-id" ORDER BY `results`.`id` LIMIT 1
db.go:69: [32m/home/prow/go/src/github.com/tektoncd/results/pkg/api/server/v1alpha2/results.go:72
... skipping 46 lines ...
--- PASS: TestPut/pipelinerun/update (0.01s)
PASS
ok github.com/tektoncd/results/pkg/watcher/results 2.343s
testing: warning: no tests to run
PASS
ok github.com/tektoncd/results/tools/postgres-migrate 1.064s [no tests to run]
FAIL
unit_tests returning
===========================
==== UNIT TESTS FAILED ====
===========================
+ EXIT_VALUE=1
+ set +o xtrace