Refactor to JCTools #1500
build-pull.yml
on: pull_request
Check conventional commits
18s
Compatibility Check
4m 39s
Matrix: build
Annotations
7 errors
Check conventional commits
You have commit messages with errors
⧗ input: Replace fixed queues with checks + MPSC array queue
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: More JCTools queues, disabled some older Queues-related tests
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Remove MpscLinkedQueue
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Remove SpscLinkedArrayQueue
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Remove SpscArrayQueue
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Cleanups
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Move queue size constants to Infrastructure class
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Avoid direct concrete instance creation
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Avoid star imports
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Add some native tests
emitter() fails in native
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Build with Java 21
Process completed with exit code 1.
|
Build with Java 17
The job was canceled because "_21" failed.
|
Build with Java 17
The operation was canceled.
|
Build with Java 11
The job was canceled because "_21" failed.
|
Build with Java 11
Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@63479c9f[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@227a96a4[Wrapped task = io.smallrye.mutiny.operators.multi.builders.IntervalMulti$IntervalRunnable@26450633]] rejected from java.util.concurrent.ThreadPoolExecutor@245722c1[Terminated, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 35606]
|
Build with Java 11
The operation was canceled.
|