Instrument opentelemetry #471
checks.yml
on: pull_request
unpack-envvars
0s
Matrix: Docker Build Images
Matrix: Build Images / Build & Push Image
Matrix: Check Go Generate
Matrix: Lint
Matrix: Unit Tests
Matrix: Integration Test
Waiting for pending jobs
Annotations
62 errors and 38 warnings
Docker Build Images (datacatalog) / build_docker
Process completed with exit code 1.
|
Docker Build Images (flytecopilot) / build_docker
Process completed with exit code 1.
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
buildx failed with: ERROR: failed to solve: process "/bin/sh -c make linux_compile" did not complete successfully: exit code: 2
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
buildx failed with: ERROR: failed to solve: process "/bin/sh -c make linux_compile" did not complete successfully: exit code: 2
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
buildx failed with: ERROR: failed to solve: process "/bin/sh -c make linux_compile" did not complete successfully: exit code: 2
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
buildx failed with: ERROR: failed to solve: process "/bin/sh -c make linux_compile_scheduler" did not complete successfully: exit code: 2
|
Docker Build Images (flyteadmin) / build_docker
Process completed with exit code 1.
|
Lint (flyteidl) / Run Lint
fields.Selector does not implement comparable
|
Lint (flyteidl) / Run Lint
fields.Selector does not implement comparable
|
Lint (flyteidl) / Run Lint
Process completed with exit code 2.
|
Check Go Generate (datacatalog) / Go Generate
Process completed with exit code 2.
|
Check Go Generate (flytecopilot) / Go Generate
Process completed with exit code 2.
|
Lint (datacatalog) / Run Lint
operator declared but not used (typecheck)
|
Lint (datacatalog) / Run Lint
Process completed with exit code 2.
|
Lint (flytestdlib) / Run Lint
could not import sigs.k8s.io/controller-runtime/pkg/cache (-: # sigs.k8s.io/controller-runtime/pkg/cache
|
Lint (flytestdlib) / Run Lint
fields.Selector does not implement comparable
|
Lint (flytestdlib) / Run Lint
fields.Selector does not implement comparable
|
Lint (flytestdlib) / Run Lint
Process completed with exit code 2.
|
Lint (flyteplugins) / Run Lint
invalid operation: cannot compare op.GetOutputs() == nil (operator == not defined on untyped nil) (typecheck)
|
Lint (flyteplugins) / Run Lint
invalid operation: cannot compare params.Inputs == nil (operator == not defined on untyped nil) (typecheck)
|
Lint (flyteplugins) / Run Lint
tolStorage declared but not used (typecheck)
|
Lint (flyteplugins) / Run Lint
resourceCache.Start undefined (type ResourceCache has no field or method Start) (typecheck)
|
Lint (flyteplugins) / Run Lint
w.GetErrorPath undefined (type RemoteFileOutputWriter has no field or method GetErrorPath) (typecheck)
|
Lint (flyteplugins) / Run Lint
w.GetOutputPath undefined (type RemoteFileOutputWriter has no field or method GetOutputPath) (typecheck)
|
Lint (flyteplugins) / Run Lint
r.GetRawOutputPrefix undefined (type RemoteCheckpointPaths has no field or method GetRawOutputPrefix) (typecheck)
|
Lint (flyteplugins) / Run Lint
p.GetCheckpointPrefix undefined (type RemoteFileOutputWriter has no field or method GetCheckpointPrefix) (typecheck)
|
Lint (flyteplugins) / Run Lint
p.GetOutputPath undefined (type RemoteFileOutputWriter has no field or method GetOutputPath) (typecheck)
|
Lint (flyteplugins) / Run Lint
p.GetDeckPath undefined (type RemoteFileOutputWriter has no field or method GetDeckPath) (typecheck)
|
Unit Tests (datacatalog) / Run Unit Test
missing go.sum entry for module providing package github.com/fsnotify/fsnotify (imported by github.com/flyteorg/flyte/flytestdlib/config/viper); to add:
|
Unit Tests (datacatalog) / Run Unit Test
missing go.sum entry for module providing package github.com/prometheus/client_golang/prometheus (imported by github.com/flyteorg/flyte/flytestdlib/promutils/labeled); to add:
|
Unit Tests (datacatalog) / Run Unit Test
missing go.sum entry for module providing package github.com/prometheus/client_golang/prometheus/promhttp (imported by github.com/flyteorg/flyte/flytestdlib/profutils); to add:
|
Unit Tests (datacatalog) / Run Unit Test
missing go.sum entry for module providing package github.com/spf13/cobra (imported by github.com/flyteorg/flyte/datacatalog/cmd/entrypoints); to add:
|
Unit Tests (datacatalog) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/attribute (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (datacatalog) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/exporters/jaeger (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (datacatalog) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/exporters/stdout/stdouttrace (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (datacatalog) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/sdk/resource (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (datacatalog) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/sdk/trace (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (datacatalog) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/semconv/v1.21.0 (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flyteplugins) / Run Unit Test
missing go.sum entry for module providing package golang.org/x/sys/unix (imported by github.com/sirupsen/logrus); to add:
|
Unit Tests (flyteplugins) / Run Unit Test
missing go.sum entry for module providing package golang.org/x/net/http2 (imported by k8s.io/client-go/rest); to add:
|
Unit Tests (flyteplugins) / Run Unit Test
missing go.sum entry for module providing package github.com/emicklei/go-restful/v3 (imported by k8s.io/kube-openapi/pkg/common); to add:
|
Unit Tests (flyteplugins) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/attribute (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flyteplugins) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/exporters/jaeger (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flyteplugins) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/exporters/stdout/stdouttrace (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flyteplugins) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/sdk/resource (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flyteplugins) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/sdk/trace (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flyteplugins) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/semconv/v1.21.0 (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flyteplugins) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/trace (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flytecopilot) / Run Unit Test
missing go.sum entry for module providing package github.com/emicklei/go-restful/v3 (imported by k8s.io/kube-openapi/pkg/common); to add:
|
Unit Tests (flytecopilot) / Run Unit Test
missing go.sum entry for module providing package github.com/fsnotify/fsnotify (imported by github.com/flyteorg/flyte/flytecopilot/cmd/containerwatcher); to add:
|
Unit Tests (flytecopilot) / Run Unit Test
missing go.sum entry for module providing package github.com/prometheus/client_golang/prometheus (imported by github.com/flyteorg/flyte/flytestdlib/promutils); to add:
|
Unit Tests (flytecopilot) / Run Unit Test
missing go.sum entry for module providing package github.com/spf13/cobra (imported by github.com/flyteorg/flyte/flytecopilot/cmd); to add:
|
Unit Tests (flytecopilot) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/attribute (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flytecopilot) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/exporters/jaeger (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flytecopilot) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/exporters/stdout/stdouttrace (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flytecopilot) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/sdk/resource (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flytecopilot) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/sdk/trace (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flytecopilot) / Run Unit Test
missing go.sum entry for module providing package go.opentelemetry.io/otel/semconv/v1.21.0 (imported by github.com/flyteorg/flyte/flytestdlib/otelutils); to add:
|
Unit Tests (flytestdlib) / Run Unit Test
fields.Selector does not implement comparable
|
Unit Tests (flytestdlib) / Run Unit Test
fields.Selector does not implement comparable
|
Unit Tests (flytestdlib) / Run Unit Test
Process completed with exit code 2.
|
Unit Tests (flyteadmin) / Run Unit Test
Process completed with exit code 2.
|
Docker Build Images (datacatalog) / build_docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Docker Build Images (flytecopilot) / build_docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/metadata-action@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/metadata-action@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Docker Build Images (flytepropeller) / build_docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/metadata-action@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/metadata-action@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/metadata-action@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Docker Build Images (flyteadmin) / build_docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check Go Generate (datacatalog) / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
|
Check Go Generate (flytecopilot) / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
|
Check Go Generate (flyteadmin) / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
|
Check Go Generate (flytepropeller) / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
|