Skip to content

[exporter/elasticsearchexporter/integrationtest]: Report for failed tests on mainΒ #42672

@github-actions

Description

@github-actions

Auto-generated report for __run_3 job build.

Link to failed build: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/17706993062

Test Failures

  • TestExporter/metrics/batcher_disabled_es_intermittent_http_error
=== RUN   TestExporter/metrics/batcher_disabled_es_intermittent_http_error
    exporter_test.go:57: test otel collector configuration: 
        receivers:
          otlp:
            protocols:
              grpc:
                endpoint: "127.0.0.1:62275"
        exporters:
          elasticsearch:
            endpoints: [http://127.0.0.1:62276]
            logs_index: logs-test-idx
            metrics_index: metrics-test-idx
            traces_index: traces-test-idx
            sending_queue:
              enabled: true
              block_on_overflow: true
            mapping:
              mode: otel
            retry:
              enabled: true
              initial_interval: 100ms
              max_interval: 500ms
              max_retries: 10000
              retry_on_status: [429, 503]
            timeout: 10m
        
            batcher:
              flush_timeout: 1s
              enabled: false
        
          debug:
            verbosity: basic
        
        processors:
          
        
        extensions:
          
        
        service:
          telemetry:
            metrics:
              level: none
            logs:
              level: INFO
              sampling:
                enabled: false
          extensions: []
          pipelines:
            metrics:
              receivers: [otlp]
              processors: []
              exporters: [elasticsearch]
        
2025/09/14 06:36:51 Starting mock backend...
2025-09-14T06:36:51.974Z	info	otelconftelemetry/metrics.go:26	Internal metrics telemetry disabled	{"resource": {"service.instance.id": "54647693-8f61-4a0c-8496-7b7631046720", "service.name": "otelcol", "service.version": "latest"}}
2025-09-14T06:36:51.974Z	info	builders/builders.go:26	Development component. May change in the future.	{"resource": {"service.instance.id": "54647693-8f61-4a0c-8496-7b7631046720", "service.name": "otelcol", "service.version": "latest"}, "otelcol.component.id": "elasticsearch", "otelcol.component.kind": "exporter", "otelcol.signal": "metrics"}
2025-09-14T06:36:51.974Z	warn	elasticsearchexporter/config.go:509	batcher has been deprecated, and will be removed in a future version. Use sending_queue instead.	{"resource": {"service.instance.id": "54647693-8f61-4a0c-8496-7b7631046720", "service.name": "otelcol", "service.version": "latest"}, "otelcol.component.id": "elasticsearch", "otelcol.component.kind": "exporter", "otelcol.signal": "metrics"}
2025-09-14T06:36:51.975Z	info	[email protected]/service.go:205	Starting otelcol...	{"resource": {"service.instance.id": "54647693-8f61-4a0c-8496-7b7631046720", "service.name": "otelcol", "service.version": "latest"}, "Version": "latest", "NumCPU": 4}
2025-09-14T06:36:51.975Z	info	extensions/extensions.go:41	Starting extensions...	{"resource": {"service.instance.id": "54647693-8f61-4a0c-8496-7b7631046720", "service.name": "otelcol", "service.version": "latest"}}
2025-09-14T06:36:51.976Z	info	[email protected]/otlp.go:121	Starting GRPC server	{"resource": {"service.instance.id": "54647693-8f61-4a0c-8496-7b7631046720", "service.name": "otelcol", "service.version": "latest"}, "otelcol.component.id": "otlp", "otelcol.component.kind": "receiver", "endpoint": "127.0.0.1:62275"}
2025-09-14T06:36:51.976Z	info	[email protected]/service.go:228	Everything is ready. Begin running and processing data.	{"resource": {"service.instance.id": "54647693-8f61-4a0c-8496-7b7631046720", "service.name": "otelcol", "service.version": "latest"}}
2025/09/14 06:36:52 Starting load generator at 1000 items/sec.
2025/09/14 06:36:54  | Sent:    13,930 metrics (6,957/sec) | Received:    13,860 items (4,614/sec)
2025/09/14 06:36:58  | Sent:    26,460 metrics (5,179/sec) | Received:    14,000 items (2,291/sec)
2025/09/14 06:37:03  | Sent:    26,740 metrics (2,564/sec) | Received:    16,240 items (1,421/sec)
2025/09/14 06:37:04  | Sent:    26,740 metrics (2,373/sec) | Received:    16,310 items (1,329/sec)
2025/09/14 06:37:05 Stopped generator. Sent:    26,740 metrics (2,072/sec)
2025/09/14 06:37:07  | Sent:    26,740 metrics (1,848/sec) | Received:    16,660 items (1,077/sec)
2025/09/14 06:37:09  | Sent:    26,740 metrics (1,572/sec) | Received:    22,400 items (1,244/sec)
2025/09/14 06:37:12  | Sent:    26,740 metrics (1,337/sec) | Received:    26,810 items (1,276/sec)
2025/09/14 06:37:15  | Sent:    26,740 metrics (1,162/sec) | Received:    26,810 items (1,117/sec)
2025/09/14 06:37:16 Time out waiting for backend should receive all sent items
    test_case.go:291: Time out waiting for backend should receive all sent items
2025-09-14T06:37:16.056Z	info	[email protected]/collector.go:364	Received shutdown request	{"resource": {"service.instance.id": "54647693-8f61-4a0c-8496-7b7631046720", "service.name": "otelcol", "service.version": "latest"}}
2025-09-14T06:37:16.056Z	info	[email protected]/service.go:242	Starting shutdown...	{"resource": {"service.instance.id": "54647693-8f61-4a0c-8496-7b7631046720", "service.name": "otelcol", "service.version": "latest"}}
2025-09-14T06:37:16.057Z	info	extensions/extensions.go:69	Stopping extensions...	{"resource": {"service.instance.id": "54647693-8f61-4a0c-8496-7b7631046720", "service.name": "otelcol", "service.version": "latest"}}
2025-09-14T06:37:16.057Z	info	[email protected]/service.go:256	Shutdown complete.	{"resource": {"service.instance.id": "54647693-8f61-4a0c-8496-7b7631046720", "service.name": "otelcol", "service.version": "latest"}}
2025/09/14 06:37:16 Stopping mock backend...
2025/09/14 06:37:16 Stopped backend. Received:    26,810 items (1,112/sec)
--- FAIL: TestExporter/metrics/batcher_disabled_es_intermittent_http_error (24.31s)

  • TestExporter
=== RUN   TestExporter
--- FAIL: TestExporter (187.80s)

Note: Information about any subsequent build failures that happen while
this issue is open, will be added as comments with more information to this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions