Skip to content

[exporterqueue] Implement blocking queue #21933

[exporterqueue] Implement blocking queue

[exporterqueue] Implement blocking queue #21933

Triggered via pull request January 13, 2025 22:32
Status Failure
Total duration 6m 41s
Artifacts

build-and-test-windows.yaml

on: pull_request
Matrix: windows-service-test
Matrix: windows-unittest
Fit to window
Zoom out
Zoom in

Annotations

26 errors
windows-service-test (windows-2025)
undefined: sizedChannel
windows-service-test (windows-2025)
cannot use &blockingMemoryQueue[T]{…} (value of type *blockingMemoryQueue[T]) as Queue[T] value in return statement: *blockingMemoryQueue[T] does not implement Queue[T] (missing method Capacity)
windows-service-test (windows-2025)
undefined: newSizedChannel
windows-service-test (windows-2025)
cannot use &boundedMemoryQueue[T]{…} (value of type *boundedMemoryQueue[T]) as Queue[T] value in return statement: *boundedMemoryQueue[T] does not implement Queue[T] (missing method IsBlocking)
windows-service-test (windows-2025)
Process completed with exit code 1.
windows-service-test (windows-2025)
Process completed with exit code 1.
windows-service-test (windows-2022)
undefined: sizedChannel
windows-service-test (windows-2022)
cannot use &blockingMemoryQueue[T]{…} (value of type *blockingMemoryQueue[T]) as Queue[T] value in return statement: *blockingMemoryQueue[T] does not implement Queue[T] (missing method Capacity)
windows-service-test (windows-2022)
undefined: newSizedChannel
windows-service-test (windows-2022)
cannot use &boundedMemoryQueue[T]{…} (value of type *boundedMemoryQueue[T]) as Queue[T] value in return statement: *boundedMemoryQueue[T] does not implement Queue[T] (missing method IsBlocking)
windows-service-test (windows-2022)
Process completed with exit code 1.
windows-service-test (windows-2022)
Process completed with exit code 1.
windows-unittest (windows-2025)
cannot use &boundedMemoryQueue[T]{…} (value of type *boundedMemoryQueue[T]) as Queue[T] value in return statement: *boundedMemoryQueue[T] does not implement Queue[T] (missing method IsBlocking)\n"
windows-unittest (windows-2025)
cannot use &boundedMemoryQueue[T]{…} (value of type *boundedMemoryQueue[T]) as Queue[T] value in return statement: *boundedMemoryQueue[T] does not implement Queue[T] (missing method IsBlocking)\n"
windows-unittest (windows-2025): exporter/exporterqueue/blocking_queue.go#L33
cannot use &blockingMemoryQueue[T]{…} (value of type *blockingMemoryQueue[T]) as Queue[T] value in return statement: *blockingMemoryQueue[T] does not implement Queue[T] (missing method Capacity)
windows-unittest (windows-2025): exporter/exporterqueue/bounded_memory_queue.go#L31
cannot use &boundedMemoryQueue[T]{…} (value of type *boundedMemoryQueue[T]) as Queue[T] value in return statement: *boundedMemoryQueue[T] does not implement Queue[T] (missing method IsBlocking)
windows-unittest (windows-2025)
Process completed with exit code 1.
windows-unittest (windows-2022)
cannot use &boundedMemoryQueue[T]{…} (value of type *boundedMemoryQueue[T]) as Queue[T] value in return statement: *boundedMemoryQueue[T] does not implement Queue[T] (missing method IsBlocking)\n"
windows-unittest (windows-2022)
cannot use &boundedMemoryQueue[T]{…} (value of type *boundedMemoryQueue[T]) as Queue[T] value in return statement: *boundedMemoryQueue[T] does not implement Queue[T] (missing method IsBlocking)\n"
windows-unittest (windows-2022): exporter/exporterqueue/blocking_queue.go#L33
cannot use &blockingMemoryQueue[T]{…} (value of type *blockingMemoryQueue[T]) as Queue[T] value in return statement: *blockingMemoryQueue[T] does not implement Queue[T] (missing method Capacity)
windows-unittest (windows-2022): exporter/exporterqueue/bounded_memory_queue.go#L31
cannot use &boundedMemoryQueue[T]{…} (value of type *boundedMemoryQueue[T]) as Queue[T] value in return statement: *boundedMemoryQueue[T] does not implement Queue[T] (missing method IsBlocking)
windows-unittest (windows-2022)
Process completed with exit code 1.