-
Notifications
You must be signed in to change notification settings - Fork 585
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
chore: show only turbo-computed task hashes in output #6478
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verified that errors are emitted in case of build failures Example syntax error in $ yarn build:all
...
Tasks: 457 successful, 458 total
Cached: 457 cached, 458 total
Time: 23.56s
Failed: @aws-sdk/body-checksum-browser#build
ERROR run failed: command exited (1)
Error running turbo: npx failed with { code: 1, signal: null } $ yarn build:all | grep body-checksum-browser
...
@aws-sdk/body-checksum-browser:build: cache miss, executing 30879760a251abd5
@aws-sdk/body-checksum-browser:build: yarn run v1.22.13
@aws-sdk/body-checksum-browser:build: $ concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'
@aws-sdk/body-checksum-browser:build: [build:es] $ tsc -p tsconfig.es.json
@aws-sdk/body-checksum-browser:build: [build:cjs] $ node ../../scripts/compilation/inline body-checksum-browser
@aws-sdk/body-checksum-browser:build: [build:types] $ tsc -p tsconfig.types.json
@aws-sdk/body-checksum-browser:build: [build:cjs] $ /local/home/trivikr/workspace/aws-sdk-js-v3/node_modules/.bin/rimraf ./dist-cjs tsconfig.cjs.tsbuildinfo
@aws-sdk/body-checksum-browser:build: [build:cjs] $ /local/home/trivikr/workspace/aws-sdk-js-v3/node_modules/.bin/tsc -p tsconfig.cjs.json
@aws-sdk/body-checksum-browser:build: [build:es] src/index.ts(42,1): error TS1005: '}' expected.
@aws-sdk/body-checksum-browser:build: [build:types] src/index.ts(42,1): error TS1005: '}' expected.
@aws-sdk/body-checksum-browser:build: [build:es] error Command failed with exit code 2.
@aws-sdk/body-checksum-browser:build: [build:es] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@aws-sdk/body-checksum-browser:build: [build:types] error Command failed with exit code 2.
@aws-sdk/body-checksum-browser:build: [build:types] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@aws-sdk/body-checksum-browser:build: [build:types] yarn run build:types exited with code 2
@aws-sdk/body-checksum-browser:build: [build:es] yarn run build:es exited with code 2
@aws-sdk/body-checksum-browser:build: [build:cjs] src/index.ts(42,1): error TS1005: '}' expected.
@aws-sdk/body-checksum-browser:build: [build:cjs] error Command failed with exit code 2.
@aws-sdk/body-checksum-browser:build: [build:cjs] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@aws-sdk/body-checksum-browser:build: [build:cjs] node:internal/process/promises:288
@aws-sdk/body-checksum-browser:build: [build:cjs] triggerUncaughtException(err, true /* fromPromise */);
@aws-sdk/body-checksum-browser:build: [build:cjs] ^
@aws-sdk/body-checksum-browser:build: [build:cjs]
@aws-sdk/body-checksum-browser:build: [build:cjs] [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "yarn failed with { code: 2, signal: null }".] {
@aws-sdk/body-checksum-browser:build: [build:cjs] code: 'ERR_UNHANDLED_REJECTION'
@aws-sdk/body-checksum-browser:build: [build:cjs] }
@aws-sdk/body-checksum-browser:build: [build:cjs]
@aws-sdk/body-checksum-browser:build: [build:cjs] Node.js v18.20.2
@aws-sdk/body-checksum-browser:build: [build:cjs] error Command failed with exit code 1.
@aws-sdk/body-checksum-browser:build: [build:cjs] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@aws-sdk/body-checksum-browser:build: [build:cjs] yarn run build:cjs exited with code 1
@aws-sdk/body-checksum-browser:build: error Command failed with exit code 1.
@aws-sdk/body-checksum-browser:build: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@aws-sdk/body-checksum-browser:build: ERROR: command finished with error: command (/local/home/trivikr/workspace/aws-sdk-js-v3/packages/body-checksum-browser) /local/home/trivikr/workspace/aws-sdk-js-v3/node_modules/.bin/yarn run build exited (1)
@aws-sdk/body-checksum-browser#build: command (/local/home/trivikr/workspace/aws-sdk-js-v3/packages/body-checksum-browser) /local/home/trivikr/workspace/aws-sdk-js-v3/node_modules/.bin/yarn run build exited (1)
Failed: @aws-sdk/body-checksum-browser#build
ERROR run failed: command exited (1)
Error running turbo: npx failed with { code: 1, signal: null } |
trivikr
force-pushed
the
turbo-output-hash-only
branch
from
September 16, 2024 19:38
cd95853
to
8f600a3
Compare
trivikr
force-pushed
the
turbo-output-hash-only
branch
from
September 16, 2024 19:42
8f600a3
to
cb24838
Compare
siddsriv
approved these changes
Sep 16, 2024
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
N/A
Description
Limits turbo output to only turbo-computed task hashes
Testing
Before
The default full output is around 6K lines
turbo-output-full.txt
After
The hash-only output is around 485 lines
turbo-output-hash-only.txt
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.