Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Container Registry] can upload Docker manifest failing in nightly runs #31011

Open
jerryshia opened this issue Sep 6, 2024 · 0 comments
Open
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Container Registry test-reliability Issue that causes tests to be unreliable

Comments

@jerryshia
Copy link
Member

Container Registry nightly test runs are failing with:

Stack trace:
Invalid URL
TypeError: Invalid URL
at new URL (node:internal/url:816:29)
at appendPath (file:///Users/runner/work/1/s/sdk/core/core-client/src/urlHelpers.ts:114:21)
at getRequestUrl (file:///Users/runner/work/1/s/sdk/core/core-client/src/urlHelpers.ts:46:20)
at GeneratedClient.sendOperationRequest (file:///Users/runner/work/1/s/sdk/core/core-client/src/serviceClient.ts:147:17)
at ContainerRegistryBlobImpl.startUpload (file:///Users/runner/work/1/s/sdk/containerregistry/container-registry/src/generated/operations/containerRegistryBlob.ts:201:24)
at file:///Users/runner/work/1/s/sdk/containerregistry/container-registry/src/content/containerRegistryContentClient.ts:321:75
at file:///Users/runner/work/1/s/sdk/core/core-tracing/src/tracingClient.ts:71:25
at Object.withContext (file:///Users/runner/work/1/s/sdk/core/core-tracing/src/instrumenter.ts:57:14)
at withContext (file:///Users/runner/work/1/s/sdk/core/core-tracing/src/tracingClient.ts:91:30)
at Object.withSpan (file:///Users/runner/work/1/s/sdk/core/core-tracing/src/tracingClient.ts:70:28)
at ContainerRegistryContentClient.uploadBlob (file:///Users/runner/work/1/s/sdk/containerregistry/container-registry/src/content/containerRegistryContentClient.ts:315:26)
at uploadDockerManifestPrerequisites (file:///Users/runner/work/1/s/sdk/containerregistry/container-registry/test/public/containerRegistryContentClient.spec.ts:95:30)
at Context. (file:///Users/runner/work/1/s/sdk/containerregistry/container-registry/test/public/containerRegistryContentClient.spec.ts:166:13)
at callFn (/Users/runner/work/1/s/common/temp/node_modules/.pnpm/[email protected]/node_modules/mocha/lib/runnable.js:364:21)
at Test.Runnable.run (/Users/runner/work/1/s/common/temp/node_modules/.pnpm/[email protected]/node_modules/mocha/lib/runnable.js:352:5)
at Runner.runTest (/Users/runner/work/1/s/common/temp/node_modules/.pnpm/[email protected]/node_modules/mocha/lib/runner.js:677:10)
at /Users/runner/work/1/s/common/temp/node_modules/.pnpm/[email protected]/node_modules/mocha/lib/runner.js:800:12
at next (/Users/runner/work/1/s/common/temp/node_modules/.pnpm/[email protected]/node_modules/mocha/lib/runner.js:592:14)
at /Users/runner/work/1/s/common/temp/node_modules/.pnpm/[email protected]/node_modules/mocha/lib/runner.js:602:7
at next (/Users/runner/work/1/s/common/temp/node_modules/.pnpm/[email protected]/node_modules/mocha/lib/runner.js:485:14)
at cbHookRun (/Users/runner/work/1/s/common/temp/node_modules/.pnpm/[email protected]/node_modules/mocha/lib/runner.js:550:7)
at done (/Users/runner/work/1/s/common/temp/node_modules/.pnpm/[email protected]/node_modules/mocha/lib/runnable.js:308:5)
at /Users/runner/work/1/s/common/temp/node_modules/.pnpm/[email protected]/node_modules/mocha/lib/runnable.js:369:11

For more details check here:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4110870&view=results

@github-actions github-actions bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Sep 6, 2024
@v-xuto v-xuto added Client This issue points to a problem in the data-plane of the library. Container Registry test-reliability Issue that causes tests to be unreliable and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Container Registry test-reliability Issue that causes tests to be unreliable
Projects
None yet
Development

No branches or pull requests

3 participants