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

Update otel dependencies #635

Merged
merged 2 commits into from
May 30, 2023

make fixtures

87d7865
Select commit
Loading
Failed to load commit list.
Merged

Update otel dependencies #635

make fixtures
87d7865
Select commit
Loading
Failed to load commit list.
Google Cloud Build / ops-go-integration-tests (opentelemetry-ops-e2e) succeeded May 30, 2023 in 6m 14s

Summary

Build Information

Trigger ops-go-integration-tests
Build 164a617c-b825-404c-b2f7-30e2fd8e804a
Start 2023-05-30T10:29:25-07:00
Duration 6m12.201s
Status SUCCESS

Steps

Step Status Duration
golang:1.19 SUCCESS 6m8.159s

Details

starting build "164a617c-b825-404c-b2f7-30e2fd8e804a"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/GoogleCloudPlatform/opentelemetry-operations-go
 * branch            87d7865df5230cfaa2df79a829c5ae797a92945c -> FETCH_HEAD
HEAD is now at 87d7865 make fixtures
BUILD
Pulling image: golang:1.19
1.19: Pulling from library/golang
bd73737482dd: Pulling fs layer
6710592d62aa: Pulling fs layer
75256935197e: Pulling fs layer
948a624948ba: Pulling fs layer
925a677b2723: Pulling fs layer
2c49201c1b68: Pulling fs layer
948a624948ba: Waiting
925a677b2723: Waiting
2c49201c1b68: Waiting
6710592d62aa: Verifying Checksum
6710592d62aa: Download complete
75256935197e: Verifying Checksum
75256935197e: Download complete
bd73737482dd: Verifying Checksum
bd73737482dd: Download complete
2c49201c1b68: Verifying Checksum
2c49201c1b68: Download complete
948a624948ba: Verifying Checksum
948a624948ba: Download complete
925a677b2723: Verifying Checksum
925a677b2723: Download complete
bd73737482dd: Pull complete
6710592d62aa: Pull complete
75256935197e: Pull complete
948a624948ba: Pull complete
925a677b2723: Pull complete
2c49201c1b68: Pull complete
Digest: sha256:8cefba2710250b21a8b8e32281788c5b53dc561ba0c51ea7de92b9a350663b7d
Status: Downloaded newer image for golang:1.19
docker.io/library/golang:1.19
set -e; for dir in . ./detectors/gcp ./e2e-test-server ./e2e-test-server/cloud_functions ./example/metric ./example/trace/http ./exporter/collector ./exporter/collector/googlemanagedprometheus ./exporter/collector/integrationtest ./exporter/metric ./exporter/trace ./internal/cloudmock ./internal/resourcemapping ./propagator; do \
  echo "go test ./... + race in ${dir}"; \
  (cd "${dir}" && \
    go test -v -timeout 70s -race -tags=integrationtest -run=TestIntegration ./...); \
done
go test ./... + race in .
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go	[no test files]
go test ./... + race in ./detectors/gcp
go: downloading cloud.google.com/go/compute v1.10.0
go: downloading github.com/stretchr/testify v1.7.0
go: downloading github.com/davecgh/go-spew v1.1.0
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
testing: warning: no tests to run
PASS
ok  	github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp	0.028s [no tests to run]
go test ./... + race in ./e2e-test-server
go: downloading cloud.google.com/go/pubsub v1.27.1
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.17.0
go: downloading go.opentelemetry.io/otel v1.16.0
go: downloading cloud.google.com/go v0.107.0
go: downloading go.opentelemetry.io/otel/sdk v1.16.0
go: downloading go.opentelemetry.io/otel/trace v1.16.0
go: downloading google.golang.org/genproto v0.0.0-20230125152338-dcaf20b6aeaa
go: downloading cloud.google.com/go/trace v1.8.0
go: downloading github.com/golang/protobuf v1.5.2
go: downloading go.uber.org/multierr v1.8.0
go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
go: downloading google.golang.org/api v0.108.0
go: downloading google.golang.org/grpc v1.51.0
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/compute v1.14.0
go: downloading cloud.google.com/go/iam v0.8.0
go: downloading github.com/googleapis/gax-go/v2 v2.7.0
go: downloading go.opencensus.io v0.24.0
go: downloading golang.org/x/sync v0.1.0
go: downloading google.golang.org/protobuf v1.28.1
go: downloading golang.org/x/sys v0.8.0
go: downloading github.com/go-logr/logr v1.2.4
go: downloading go.opentelemetry.io/otel/metric v1.16.0
go: downloading go.uber.org/atomic v1.10.0
go: downloading golang.org/x/net v0.7.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/google/go-cmp v0.5.9
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.1
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading golang.org/x/text v0.7.0
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-server	[no test files]
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-server/endtoendserver	[no test files]
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-server/scenarios	[no test files]
go test ./... + race in ./e2e-test-server/cloud_functions
go: downloading cloud.google.com/go/pubsub v1.28.0
go: downloading github.com/GoogleCloudPlatform/functions-framework-go v1.6.1
go: downloading github.com/cloudevents/sdk-go/v2 v2.13.0
go: downloading cloud.google.com/go/functions v1.9.0
go: downloading github.com/json-iterator/go v1.1.10
go: downloading github.com/google/uuid v1.3.0
go: downloading go.uber.org/zap v1.10.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
go: downloading github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-server/cloudfunctions	[no test files]
go test ./... + race in ./example/metric
go: downloading go.opentelemetry.io/otel/sdk/metric v0.39.0
go: downloading cloud.google.com/go/monitoring v1.12.0
go: downloading google.golang.org/api v0.107.0
go: downloading google.golang.org/genproto v0.0.0-20230112194545-e10362b5ecf9
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric	[no test files]
go test ./... + race in ./example/trace/http
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
go: downloading github.com/felixge/httpsnoop v1.0.3
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/http/client	[no test files]
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/http/server	[no test files]
go test ./... + race in ./exporter/collector
go: downloading go.opentelemetry.io/collector/pdata v1.0.0-rcv0012
go: downloading google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
go: downloading github.com/stretchr/testify v1.8.3
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading google.golang.org/protobuf v1.30.0
go: downloading go.uber.org/zap v1.23.0
go: downloading cloud.google.com/go/logging v1.7.0
go: downloading cloud.google.com/go v0.110.0
go: downloading go.opentelemetry.io/collector/semconv v0.78.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading golang.org/x/oauth2 v0.6.0
go: downloading google.golang.org/api v0.110.0
go: downloading google.golang.org/grpc v1.55.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/golang/protobuf v1.5.3
go: downloading cloud.google.com/go/longrunning v0.4.1
go: downloading cloud.google.com/go/compute v1.18.0
go: downloading golang.org/x/net v0.10.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.3
go: downloading golang.org/x/text v0.9.0
testing: warning: no tests to run
PASS
ok  	github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector	0.072s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/internal/datapointstorage	0.027s [no tests to run]
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/internal/logsutil	[no test files]
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/internal/metricstestutil	[no test files]
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/internal/normalization	[no test files]
go test ./... + race in ./exporter/collector/googlemanagedprometheus
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus v0.78.0
go: downloading github.com/stretchr/testify v1.8.2
go: downloading go.opentelemetry.io/collector/featuregate v1.0.0-rcv0012
testing: warning: no tests to run
PASS
ok  	github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus	0.026s [no tests to run]
go test ./... + race in ./exporter/collector/integrationtest
go: downloading contrib.go.opencensus.io/exporter/stackdriver v0.13.14
go: downloading go.uber.org/zap v1.24.0
go: downloading google.golang.org/api v0.114.0
go: downloading go.opentelemetry.io/collector/component v0.78.0
go: downloading go.opentelemetry.io/collector v0.78.0
go: downloading go.opentelemetry.io/collector/exporter v0.78.0
go: downloading cloud.google.com/go/monitoring v1.13.0
go: downloading cloud.google.com/go/trace v1.9.0
go: downloading google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
go: downloading github.com/googleapis/gax-go/v2 v2.7.1
go: downloading golang.org/x/oauth2 v0.7.0
go: downloading cloud.google.com/go/compute v1.19.0
go: downloading github.com/prometheus/prometheus v0.39.1
go: downloading go.opentelemetry.io/collector/confmap v0.78.0
go: downloading go.opentelemetry.io/collector/consumer v0.78.0
go: downloading go.opentelemetry.io/collector/receiver v0.78.0
go: downloading github.com/knadh/koanf v1.5.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/spf13/cobra v1.7.0
go: downloading github.com/aws/aws-sdk-go v1.44.117
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading contrib.go.opencensus.io/exporter/prometheus v0.4.2
go: downloading github.com/prometheus/client_golang v1.15.1
go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.16.1
go: downloading go.opentelemetry.io/otel/bridge/opencensus v0.38.1
go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.39.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/prometheus/statsd_exporter v0.22.7
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/client_model v0.4.0
go: downloading github.com/prometheus/common v0.43.0
go: downloading github.com/prometheus/procfs v0.9.0
go: downloading gonum.org/v1/gonum v0.13.0
go: downloading github.com/shirou/gopsutil/v3 v3.23.4
go: downloading github.com/go-kit/log v0.2.1
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/go-logfmt/logfmt v0.5.1
go: downloading github.com/tklauser/go-sysconf v0.3.11
go: downloading github.com/tklauser/numcpus v0.6.0
=== RUN   TestIntegrationLogs
=== RUN   TestIntegrationLogs/Apache_access_log_with_HTTPRequest
    logs_integration_test.go:51: Collector logs exporter started
=== RUN   TestIntegrationLogs/Apache_error_log_with_severity
    logs_integration_test.go:51: Collector logs exporter started
=== RUN   TestIntegrationLogs/Multi-project_logs
    logs_integration_test.go:51: Collector logs exporter started
=== RUN   TestIntegrationLogs/Multi-project_logs_with_destination_project_quota_enabled
    logs_integration_test.go:51: Collector logs exporter started
=== RUN   TestIntegrationLogs/Logs_with_scope_information
    logs_integration_test.go:51: Collector logs exporter started
=== RUN   TestIntegrationLogs/Logs_with_trace/span_info
    logs_integration_test.go:51: Collector logs exporter started
=== RUN   TestIntegrationLogs/Logs_with_additional_resource_attributes
    logs_integration_test.go:51: Collector logs exporter started
=== RUN   TestIntegrationLogs/Logs_with_multiple_batches
    logs_integration_test.go:51: Collector logs exporter started
--- PASS: TestIntegrationLogs (4.23s)
    --- PASS: TestIntegrationLogs/Apache_access_log_with_HTTPRequest (0.53s)
    --- PASS: TestIntegrationLogs/Apache_error_log_with_severity (0.19s)
    --- PASS: TestIntegrationLogs/Multi-project_logs (0.25s)
    --- PASS: TestIntegrationLogs/Multi-project_logs_with_destination_project_quota_enabled (0.36s)
    --- PASS: TestIntegrationLogs/Logs_with_scope_information (0.39s)
    --- PASS: TestIntegrationLogs/Logs_with_trace/span_info (0.09s)
    --- PASS: TestIntegrationLogs/Logs_with_additional_resource_attributes (0.27s)
    --- PASS: TestIntegrationLogs/Logs_with_multiple_batches (2.13s)
=== RUN   TestIntegrationCollectorMetrics
=== RUN   TestIntegrationCollectorMetrics/Basic_Counter
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Basic_Counter_with_not_found_return_code
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Basic_Prometheus_metrics
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Modified_prefix_unknown_domain
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Modified_prefix_workload.googleapis.com
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Delta_Counter
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Non-monotonic_Counter
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Summary
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Batching
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Ops_Agent_Self-Reported_metrics
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Ops_Agent_Host_Metrics
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/GKE_Workload_Metrics
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Google_Managed_Prometheus
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/GKE_Metrics_Agent
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/GKE_Control_Plane_Metrics_Agent
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Exponential_Histogram
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/CreateServiceTimeSeries
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/WithResourceFilter
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Multi-project_metrics
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Metrics_with_only_one_+inf_bucket
    metrics_integration_test.go:53: Collector metrics exporter started
=== RUN   TestIntegrationCollectorMetrics/Basic_Counter_with_gzip_compression
    metrics_integration_test.go:53: Collector metrics exporter started
--- PASS: TestIntegrationCollectorMetrics (10.32s)
    --- PASS: TestIntegrationCollectorMetrics/Basic_Counter (0.12s)
    --- PASS: TestIntegrationCollectorMetrics/Basic_Counter_with_not_found_return_code (0.23s)
    --- PASS: TestIntegrationCollectorMetrics/Basic_Prometheus_metrics (0.48s)
    --- PASS: TestIntegrationCollectorMetrics/Modified_prefix_unknown_domain (0.17s)
    --- PASS: TestIntegrationCollectorMetrics/Modified_prefix_workload.googleapis.com (0.11s)
    --- PASS: TestIntegrationCollectorMetrics/Delta_Counter (0.23s)
    --- PASS: TestIntegrationCollectorMetrics/Non-monotonic_Counter (0.16s)
    --- PASS: TestIntegrationCollectorMetrics/Summary (0.25s)
    --- PASS: TestIntegrationCollectorMetrics/Batching (5.58s)
    --- PASS: TestIntegrationCollectorMetrics/Ops_Agent_Self-Reported_metrics (0.17s)
    --- PASS: TestIntegrationCollectorMetrics/Ops_Agent_Host_Metrics (0.12s)
    --- PASS: TestIntegrationCollectorMetrics/GKE_Workload_Metrics (0.44s)
    --- PASS: TestIntegrationCollectorMetrics/Google_Managed_Prometheus (0.19s)
    --- PASS: TestIntegrationCollectorMetrics/GKE_Metrics_Agent (0.25s)
    --- PASS: TestIntegrationCollectorMetrics/GKE_Control_Plane_Metrics_Agent (0.10s)
    --- PASS: TestIntegrationCollectorMetrics/Exponential_Histogram (0.22s)
    --- PASS: TestIntegrationCollectorMetrics/CreateServiceTimeSeries (0.19s)
    --- PASS: TestIntegrationCollectorMetrics/WithResourceFilter (0.08s)
    --- PASS: TestIntegrationCollectorMetrics/Multi-project_metrics (0.73s)
    --- PASS: TestIntegrationCollectorMetrics/Metrics_with_only_one_+inf_bucket (0.27s)
    --- PASS: TestIntegrationCollectorMetrics/Basic_Counter_with_gzip_compression (0.23s)
=== RUN   TestIntegrationSDKMetrics
=== RUN   TestIntegrationSDKMetrics/Basic_Counter
=== RUN   TestIntegrationSDKMetrics/Basic_Counter_with_not_found_return_code
=== RUN   TestIntegrationSDKMetrics/Basic_Prometheus_metrics
=== RUN   TestIntegrationSDKMetrics/Modified_prefix_unknown_domain
=== RUN   TestIntegrationSDKMetrics/Modified_prefix_workload.googleapis.com
=== RUN   TestIntegrationSDKMetrics/Delta_Counter
=== RUN   TestIntegrationSDKMetrics/Non-monotonic_Counter
=== RUN   TestIntegrationSDKMetrics/Summary
    testcase.go:495: Test case is marked to skip
=== RUN   TestIntegrationSDKMetrics/Batching
    testcase.go:495: Test case is marked to skip
=== RUN   TestIntegrationSDKMetrics/Ops_Agent_Self-Reported_metrics
    testcase.go:495: Test case is marked to skip
=== RUN   TestIntegrationSDKMetrics/Ops_Agent_Host_Metrics
    testcase.go:495: Test case is marked to skip
=== RUN   TestIntegrationSDKMetrics/GKE_Workload_Metrics
    testcase.go:495: Test case is marked to skip
=== RUN   TestIntegrationSDKMetrics/Google_Managed_Prometheus
    testcase.go:495: Test case is marked to skip
=== RUN   TestIntegrationSDKMetrics/GKE_Metrics_Agent
    testcase.go:495: Test case is marked to skip
=== RUN   TestIntegrationSDKMetrics/GKE_Control_Plane_Metrics_Agent
    testcase.go:495: Test case is marked to skip
=== RUN   TestIntegrationSDKMetrics/Exponential_Histogram
    testcase.go:495: Test case is marked to skip
=== RUN   TestIntegrationSDKMetrics/CreateServiceTimeSeries
    testcase.go:495: Test case is marked to skip
=== RUN   TestIntegrationSDKMetrics/WithResourceFilter
=== RUN   TestIntegrationSDKMetrics/Multi-project_metrics
    testcase.go:495: Test case is marked to skip
=== RUN   TestIntegrationSDKMetrics/Metrics_with_only_one_+inf_bucket
    testcase.go:495: Test case is marked to skip
=== RUN   TestIntegrationSDKMetrics/Basic_Counter_with_gzip_compression
--- PASS: TestIntegrationSDKMetrics (2.05s)
    --- PASS: TestIntegrationSDKMetrics/Basic_Counter (0.18s)
    --- PASS: TestIntegrationSDKMetrics/Basic_Counter_with_not_found_return_code (0.11s)
    --- PASS: TestIntegrationSDKMetrics/Basic_Prometheus_metrics (0.64s)
    --- PASS: TestIntegrationSDKMetrics/Modified_prefix_unknown_domain (0.11s)
    --- PASS: TestIntegrationSDKMetrics/Modified_prefix_workload.googleapis.com (0.25s)
    --- PASS: TestIntegrationSDKMetrics/Delta_Counter (0.24s)
    --- PASS: TestIntegrationSDKMetrics/Non-monotonic_Counter (0.21s)
    --- SKIP: TestIntegrationSDKMetrics/Summary (0.00s)
    --- SKIP: TestIntegrationSDKMetrics/Batching (0.00s)
    --- SKIP: TestIntegrationSDKMetrics/Ops_Agent_Self-Reported_metrics (0.00s)
    --- SKIP: TestIntegrationSDKMetrics/Ops_Agent_Host_Metrics (0.00s)
    --- SKIP: TestIntegrationSDKMetrics/GKE_Workload_Metrics (0.00s)
    --- SKIP: TestIntegrationSDKMetrics/Google_Managed_Prometheus (0.00s)
    --- SKIP: TestIntegrationSDKMetrics/GKE_Metrics_Agent (0.00s)
    --- SKIP: TestIntegrationSDKMetrics/GKE_Control_Plane_Metrics_Agent (0.00s)
    --- SKIP: TestIntegrationSDKMetrics/Exponential_Histogram (0.00s)
    --- SKIP: TestIntegrationSDKMetrics/CreateServiceTimeSeries (0.00s)
    --- PASS: TestIntegrationSDKMetrics/WithResourceFilter (0.18s)
    --- SKIP: TestIntegrationSDKMetrics/Multi-project_metrics (0.00s)
    --- SKIP: TestIntegrationSDKMetrics/Metrics_with_only_one_+inf_bucket (0.00s)
    --- PASS: TestIntegrationSDKMetrics/Basic_Counter_with_gzip_compression (0.11s)
=== RUN   TestIntegrationTraces
=== RUN   TestIntegrationTraces/Basic_traces
    traces_integration_test.go:45: Collector traces exporter started
--- PASS: TestIntegrationTraces (0.46s)
    --- PASS: TestIntegrationTraces/Basic_traces (0.46s)
PASS
ok  	github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/internal/integrationtest	17.262s
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/internal/integrationtest/cmd/recordfixtures	[no test files]
testing: warning: no tests to run
PASS
ok  	github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/internal/integrationtest/config	0.190s [no tests to run]
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/internal/integrationtest/protos	[no test files]
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/internal/integrationtest/testcases	[no test files]
go test ./... + race in ./exporter/metric
go: downloading cloud.google.com/go/trace v1.4.0
go: downloading cloud.google.com/go/logging v1.6.1
go: downloading cloud.google.com/go/longrunning v0.3.0
testing: warning: no tests to run
PASS
ok  	github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric	0.058s [no tests to run]
go test ./... + race in ./exporter/trace
go: downloading cloud.google.com/go/monitoring v1.8.0
testing: warning: no tests to run
PASS
ok  	github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace	0.060s [no tests to run]
go test ./... + race in ./internal/cloudmock
go: downloading google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55
go: downloading google.golang.org/grpc v1.50.1
go: downloading golang.org/x/sys v0.5.0
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock	[no test files]
go test ./... + race in ./internal/resourcemapping
?   	github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping	[no test files]
go test ./... + race in ./propagator
testing: warning: no tests to run
PASS
ok  	github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator	0.027s [no tests to run]
PUSH
DONE

Build Log: https://storage.cloud.google.com/opentelemetry-ops-e2e-cloud-build-logs/log-164a617c-b825-404c-b2f7-30e2fd8e804a.txt