Skip to content

Integration Tests

Integration Tests #42

Re-run triggered January 6, 2024 04:21
Status Failure
Total duration 40s
Artifacts

integration-tests.yml

on: workflow_dispatch
Matrix: Integration Test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Integration Test (PAT, dsanders11-playground-org, 2)
* Request at 2024-01-06 04:21:26.167746424 +0000 UTC m=+0.041337511 * Request to https://api.github.com/graphql > POST /graphql HTTP/1.1 > Host: api.github.com > Accept: application/vnd.github.merge-info-preview+json, application/vnd.github.nebula-preview > Authorization: token ████████████████████ > Content-Length: 166 > Content-Type: application/json > Graphql-Features: merge_queue > Time-Zone: Etc/UTC > User-Agent: GitHub CLI 2.40.1 GraphQL query: query UserOrgOwner($login:String!){user(login: $login){login,id},organization(login: $login){login,id}} GraphQL variables: {"login":"dsanders11-playground-org"} < HTTP/2.0 200 OK < Access-Control-Allow-Origin: * < Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset < Content-Security-Policy: default-src 'none' < Content-Type: application/json; charset=utf-8 < Date: Sat, 06 Jan 2024 04:21:26 GMT < Github-Authentication-Token-Expiration: 2024-03-24 21:29:27 UTC < Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin < Server: GitHub.com < Strict-Transport-Security: max-age=31536000; includeSubdomains; preload < Vary: Accept-Encoding, Accept, X-Requested-With < X-Accepted-Oauth-Scopes: repo < X-Content-Type-Options: nosniff < X-Frame-Options: deny < X-Github-Media-Type: github.merge-info-preview; param=nebula-preview; format=json < X-Github-Request-Id: F08C:768D:1040A71D:21D71976:6598D546 < X-Oauth-Scopes: admin:org, project, repo < X-Ratelimit-Limit: 5000 < X-Ratelimit-Remaining: 4455 < X-Ratelimit-Reset: 1704517959 < X-Ratelimit-Resource: graphql < X-Ratelimit-Used: 545 < X-Xss-Protection: 0 { "data": { "user": null, "organization": { "login": "dsanders11-playground-org", "id": "O_kgDOCIp9rg" } }, "errors": [ { "type": "NOT_FOUND", "path": [ "user" ], "locations": [ { "line": 1, "column": 36 } ], "message": "Could not resolve to a User with the login of 'dsanders11-playground-org'." } ] } * Request took 113.027585ms * Request at 2024-01-06 04:21:26.281233052 +0000 UTC m=+0.154824119 * Request to https://api.github.com/graphql > POST /graphql HTTP/1.1 > Host: api.github.com > Accept: application/vnd.github.merge-info-preview+json, application/vnd.github.nebula-preview > Authorization: token ████████████████████ > Content-Length: 3681 > Content-Type: application/json > Graphql-Features: merge_queue > Time-Zone: Etc/UTC > User-Agent: GitHub CLI 2.40.1 GraphQL query: query OrgProject($afterFields:String$afterItems:String$firstFields:Int!$firstItems:Int!$login:String!$number:Int!){organization(login: $login){projectV2(number: $number){number,url,shortDescription,public,closed,title,id,readme,items(first: $firstItems, after: $afterItems){pageInfo{endCursor,hasNextPage},totalCount,nodes{content{__typename,... on DraftIssue{id,body,title},... on PullRequest{body,title,number,url,repository{nameWithOwner}},... on Issue{body,title,number,url,repository{nameWithOwner}}},id,fieldValues(first: 100){nodes{__typename,... on ProjectV2ItemFieldDateValue{date,field{__typename,... on ProjectV2Field{id,name,dataType},... on ProjectV2IterationField{id,name,dataType},... on ProjectV2SingleSelectField{id,name,dataType,options{id,name}}}},... on ProjectV2ItemFieldIterationValue{title,startDate,duration,field{__typename,... on ProjectV2Field{id,name,dataType},... on ProjectV2IterationField{id,name,dataType},... on ProjectV2SingleSelectField{id,name,dataType,options{id,name}}}},... on ProjectV2ItemFieldLabelValue{labels(first: 10){nodes{name}},field{__typename,... on ProjectV2Field{id,name,dataType},... on ProjectV2IterationField{id,name,dataType},... on ProjectV2SingleSelectField{id,name,dataType,options{id,name}}}},... on ProjectV2ItemFieldNumberValue{number,field{__typename,... on ProjectV2Field{i
Integration Test (GHA, dsanders11-playground-org, 2)
The job was canceled because "PAT_dsanders11-playground" failed.
Integration Test (GHA, dsanders11-playground-org, 2)
* Request at 2024-01-06 04:21:28.747222223 +0000 UTC m=+0.039495536 * Request to https://api.github.com/graphql > POST /graphql HTTP/1.1 > Host: api.github.com > Accept: application/vnd.github.merge-info-preview+json, application/vnd.github.nebula-preview > Authorization: token ████████████████████ > Content-Length: 166 > Content-Type: application/json > Graphql-Features: merge_queue > Time-Zone: Etc/UTC > User-Agent: GitHub CLI 2.40.1 GraphQL query: query UserOrgOwner($login:String!){user(login: $login){login,id},organization(login: $login){login,id}} GraphQL variables: {"login":"dsanders11-playground-org"} < HTTP/2.0 200 OK < Access-Control-Allow-Origin: * < Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset < Content-Security-Policy: default-src 'none' < Content-Type: application/json; charset=utf-8 < Date: Sat, 06 Jan 2024 04:21:28 GMT < Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin < Server: GitHub.com < Strict-Transport-Security: max-age=31536000; includeSubdomains; preload < Vary: Accept-Encoding, Accept, X-Requested-With < X-Content-Type-Options: nosniff < X-Frame-Options: deny < X-Github-Media-Type: github.merge-info-preview; param=nebula-preview; format=json < X-Github-Request-Id: F840:0E5C:BED028E:191633B1:6598D548 < X-Ratelimit-Limit: 5000 < X-Ratelimit-Remaining: 4267 < X-Ratelimit-Reset: 1704516178 < X-Ratelimit-Resource: graphql < X-Ratelimit-Used: 733 < X-Xss-Protection: 0 { "data": { "user": null, "organization": { "login": "dsanders11-playground-org", "id": "O_kgDOCIp9rg" } }, "errors": [ { "type": "NOT_FOUND", "path": [ "user" ], "locations": [ { "line": 1, "column": 36 } ], "message": "Could not resolve to a User with the login of 'dsanders11-playground-org'." } ] } * Request took 105.215678ms * Request at 2024-01-06 04:21:28.85288299 +0000 UTC m=+0.145156313 * Request to https://api.github.com/graphql > POST /graphql HTTP/1.1 > Host: api.github.com > Accept: application/vnd.github.merge-info-preview+json, application/vnd.github.nebula-preview > Authorization: token ████████████████████ > Content-Length: 3681 > Content-Type: application/json > Graphql-Features: merge_queue > Time-Zone: Etc/UTC > User-Agent: GitHub CLI 2.40.1 GraphQL query: query OrgProject($afterFields:String$afterItems:String$firstFields:Int!$firstItems:Int!$login:String!$number:Int!){organization(login: $login){projectV2(number: $number){number,url,shortDescription,public,closed,title,id,readme,items(first: $firstItems, after: $afterItems){pageInfo{endCursor,hasNextPage},totalCount,nodes{content{__typename,... on DraftIssue{id,body,title},... on PullRequest{body,title,number,url,repository{nameWithOwner}},... on Issue{body,title,number,url,repository{nameWithOwner}}},id,fieldValues(first: 100){nodes{__typename,... on ProjectV2ItemFieldDateValue{date,field{__typename,... on ProjectV2Field{id,name,dataType},... on ProjectV2IterationField{id,name,dataType},... on ProjectV2SingleSelectField{id,name,dataType,options{id,name}}}},... on ProjectV2ItemFieldIterationValue{title,startDate,duration,field{__typename,... on ProjectV2Field{id,name,dataType},... on ProjectV2IterationField{id,name,dataType},... on ProjectV2SingleSelectField{id,name,dataType,options{id,name}}}},... on ProjectV2ItemFieldLabelValue{labels(first: 10){nodes{name}},field{__typename,... on ProjectV2Field{id,name,dataType},... on ProjectV2IterationField{id,name,dataType},... on ProjectV2SingleSelectField{id,name,dataType,options{id,name}}}},... on ProjectV2ItemFieldNumberValue{number,field{__typename,... on ProjectV2Field{id,name,dataType},... on ProjectV2IterationField{id,name,dataType},... on ProjectV2SingleSelectField{id,name,dataType,options{id,name}}}},... on
Integration Test (PAT, dsanders11, 11)
The job was canceled because "PAT_dsanders11-playground" failed.
Integration Test (PAT, dsanders11, 11)
The operation was canceled.