Skip to content

feat(tracemode): Tracemode v1 #6565

feat(tracemode): Tracemode v1

feat(tracemode): Tracemode v1 #6565

Triggered via pull request September 26, 2024 17:10
Status Failure
Total duration 9m 30s
Artifacts 1

pull-request.yaml

on: pull_request
Build docker image
5m 37s
Build docker image
config-e2e
0s
config-e2e
CLI unit tests
40s
CLI unit tests
API Server unit tests
2m 45s
API Server unit tests
Agent unit tests
1m 0s
Agent unit tests
WebUI unit tests
2m 10s
WebUI unit tests
Tracetesting API Server (InMemory)
59s
Tracetesting API Server (InMemory)
Tracetesting API Server (NATS)
1m 21s
Tracetesting API Server (NATS)
Matrix: CLI e2e tests
Matrix: CLI smoke tests
Matrix: Test examples
Matrix: WebUI End-to-end tests
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 40 warnings
Agent unit tests
Process completed with exit code 2.
API Server unit tests
cannot use &traceDBMock{…} (value of type *traceDBMock) as tracedb.TraceDB value in return statement: *traceDBMock does not implement tracedb.TraceDB (missing method List)
API Server unit tests
Process completed with exit code 2.
Test examples (collector)
Process completed with exit code 1.
Test examples (tracetest-jaeger)
Process completed with exit code 1.
CLI smoke tests (docker)
Process completed with exit code 1.
Test examples (tracetest-tempo)
Process completed with exit code 1.
CLI smoke tests (local)
Process completed with exit code 1.
Test examples (tracetest-provisioning-env)
Process completed with exit code 1.
CLI e2e tests (8, 2)
Process completed with exit code 1.
CLI e2e tests (8, 1)
Process completed with exit code 1.
Test examples (tracetest-opensearch)
Process completed with exit code 1.
CLI e2e tests (8, 0)
Process completed with exit code 1.
CLI e2e tests (8, 3)
Process completed with exit code 1.
CLI e2e tests (8, 6)
Process completed with exit code 1.
CLI e2e tests (8, 4)
Process completed with exit code 1.
CLI e2e tests (8, 5)
Process completed with exit code 1.
CLI e2e tests (8, 7)
Process completed with exit code 1.
CLI unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Agent unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
WebUI unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
WebUI unit tests: web/src/components/TestConnectionStatus/hooks/useTestConnnectionStatus.ts#L38
React Hook useMemo has a missing dependency: 'form'. Either include it or remove the dependency array
WebUI unit tests: web/src/components/TestConnectionStatus/hooks/useTestConnnectionStatus.ts#L67
React Hook useEffect has missing dependencies: 'onReset' and 'onStartPolling'. Either include them or remove the dependency array
WebUI unit tests: web/src/components/TestOutputForm/TestOutputForm.tsx#L62
React Hook useEffect has a missing dependency: 'onCancel'. Either include it or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
WebUI unit tests: web/src/components/TestSpecForm/TestSpecForm.tsx#L77
React Hook useEffect has missing dependencies: 'assertions', 'name', 'onCancel', 'onValuesChange', and 'selector'. Either include them or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
WebUI unit tests: web/src/components/Visualization/components/Timeline/VerticalResizer/VerticalResizer.tsx#L18
The ref value 'draggerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'draggerRef.current' to a variable inside the effect, and use that variable in the cleanup function
WebUI unit tests: web/src/models/Trigger.model.ts#L65
'request' is defined but never used
WebUI unit tests: web/src/models/Trigger.model.ts#L71
'request' is defined but never used
WebUI unit tests: web/src/models/Trigger.model.ts#L77
'request' is defined but never used
WebUI unit tests: web/src/pages/CreateTest/Content.tsx#L54
React Hook useEffect has missing dependencies: 'initialValues' and 'onValidateTest'. Either include them or remove the dependency array
API Server unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build docker image
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-go@v3, goreleaser/goreleaser-action@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test examples (collector)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test examples (tracetest-jaeger)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI smoke tests (docker)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test examples (tracetest-tempo)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI smoke tests (local)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test examples (tracetest-provisioning-env)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tracetesting API Server (InMemory)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI e2e tests (8, 2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI e2e tests (8, 1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test examples (tracetest-opensearch)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI e2e tests (8, 0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI e2e tests (8, 3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI e2e tests (8, 6)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI e2e tests (8, 4)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tracetesting API Server (NATS)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI e2e tests (8, 5)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
WebUI End-to-end tests (8)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
WebUI End-to-end tests (2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
WebUI End-to-end tests (3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
WebUI End-to-end tests (4)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
WebUI End-to-end tests (1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
WebUI End-to-end tests (5)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
WebUI End-to-end tests (6)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI e2e tests (8, 7)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
WebUI End-to-end tests (7)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "tracetest-dist". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
tracetest-dist
533 MB