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

[OpenTelemetry Instrumentation]Build test package failing in nightly runs #27134

Open
Tracked by #27588
zzhxiaofeng opened this issue Sep 15, 2023 · 0 comments
Open
Tracked by #27588
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. OpenTelemetry OpenTelemetry instrumentation (not Monitor-specific). For the issues related to the @azure/ope test-reliability Issue that causes tests to be unreliable

Comments

@zzhxiaofeng
Copy link
Contributor

OpenTelemetry Instrumentation nightly test runs are failing with:

Error message:
Invoking "rushx build"

Found configuration in /mnt/vss/_work/1/s/rush.json

Rush Multi-Project Build Tool 5.101.0 - Node.js 16.20.2 (LTS)
"tsc -p ."

../../../../../common/temp/node_modules/.pnpm/@opentelemetry+sdk-trace-base@1.17.0_@opentelemetry[email protected]/node_modules/@opentelemetry/sdk-trace-base/build/src/Span.d.ts(56,5): error TS2416: Property 'recordException' in type 'Span' is not assignable to the same property in base type 'Span'.
Type '(exception: Exception, time?: TimeInput | undefined) => void' is not assignable to type '{ (exception: Exception, time?: TimeInput | undefined): void; (exception: Exception, attributes?: Attributes | undefined, time?: TimeInput | undefined): void; }'.
Types of parameters 'time' and 'attributes' are incompatible.
Type 'Attributes | undefined' is not assignable to type 'TimeInput | undefined'.
Type 'Attributes' is not assignable to type 'TimeInput | undefined'.
Type 'Attributes' is missing the following properties from type 'Date': toDateString, toTimeString, toLocaleDateString, toLocaleTimeString, and 37 more.
The script failed with exit code 2
##[error]Bash exited with code '2'.

For more details check here:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3084962&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 15, 2023
@v-xuto v-xuto added Client This issue points to a problem in the data-plane of the library. test-reliability Issue that causes tests to be unreliable OpenTelemetry OpenTelemetry instrumentation (not Monitor-specific). For the issues related to the @azure/ope and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Sep 15, 2023
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. OpenTelemetry OpenTelemetry instrumentation (not Monitor-specific). For the issues related to the @azure/ope test-reliability Issue that causes tests to be unreliable
Projects
None yet
Development

No branches or pull requests

3 participants