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

docs(SupportPolicy): Mark 1.x End-of-Support #996

Open
wants to merge 2 commits into
base: mainline-2.x
Choose a base branch
from

Conversation

texastony
Copy link
Contributor

Issue #, if available: Mark 1.x End-of-Support

Description of changes:
Update Support Policy, marking:

  • 1.x as EOS
  • 2.x as Maintenance
  • 3.x as GA

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

@texastony
Copy link
Contributor Author

CB targets testNodeJS12 and testVectorsNodejs12 are failing due to:

[Container] 2022/08/26 19:06:47 Phase context status code: YAML_FILE_ERROR Message: Unknown runtime version named '12' of nodejs. This build image has the following versions: 10, 8

Will apply the container image fix.

@texastony
Copy link
Contributor Author

CB target testVectorsBrowser also failed.

[Container] 2022/08/26 19:08:53 Running command npm run verdaccio-publish
...
Verdaccio requires at least Node.js v12 or higher and you have installed v10.19.0,
    please upgrade your Node.js distribution
...
lerna ERR! ECONNREFUSED request to http://localhost:4873/@aws-crypto%2fhkdf-node failed, reason: connect ECONNREFUSED 127.0.0.1:4873
lerna ERR! FetchError: request to http://localhost:4873/@aws-crypto%2fhkdf-node failed, reason: connect ECONNREFUSED 127.0.0.1:4873
lerna ERR!     at ClientRequest.req.on.er (/codebuild/output/src893995384/src/github.com/aws/aws-encryption-sdk-javascript/node_modules/minipass-fetch/lib/index.js:97:14)
...
lerna ERR! lerna request to http://localhost:4873/@aws-crypto%2fhkdf-node failed, reason: connect ECONNREFUSED 127.0.0.1:4873
/codebuild/output/src893995384/src/github.com/aws/aws-encryption-sdk-javascript/util/local_verdaccio_publish:54
...
npm ERR! Failed at the aws-encryption-sdk-javascript@0.0.1 verdaccio-publish script.

My cheap first choice of fix is to run this with NodeJS Latest...

@texastony
Copy link
Contributor Author

texastony commented Aug 26, 2022

For a9efb5e, CB target testVectorsBrowser failed:

[Container] 2022/08/26 19:33:49 Resolved 'nodejs' runtime alias 'latest' to '14'.
...
[Container] 2022/08/26 19:37:07 Running command npm run verdaccio-publish

...
npm ERR! Could not install from "../../../../../../../../../root/.npm/_npx/1075/lib/node_modules/@aws-crypto/integration-browser/node_modules/clients/client-sts" as it does not contain a package.json file.
...
npm ERR! aws-encryption-sdk-javascript@0.0.1 verdaccio-browser-decrypt: `./util/npx_verdaccio @aws-crypto/integration-browser decrypt -v 

This could be a transient error... re-running the CB.

Got the same error... looks like there may actually be something wrong with the client-sts.

@texastony
Copy link
Contributor Author

Putting this aside for now as I focus on #994

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant