Skip to content

Merge branch 'master' into error-messages-goes #655

Merge branch 'master' into error-messages-goes

Merge branch 'master' into error-messages-goes #655

Triggered via push December 9, 2024 16:47
Status Failure
Total duration 8m 10s
Artifacts
Build under Ubuntu
8m 0s
Build under Ubuntu
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 1 warning
GoesErrorMessagesITest.show the default error message for `message` field: java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesErrorMessagesITest.kt#L55
io.kotest.assertions.AssertionFailedError: Missing elements from index 0 expected:<["message_field", "companion"]> but was:<[]>
GoesErrorMessagesITest.show the default error message for `enum` field: java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesErrorMessagesITest.kt#L55
io.kotest.assertions.AssertionFailedError: Missing elements from index 0 expected:<["enum_field", "companion"]> but was:<[]>
GoesErrorMessagesITest.show the default error message for `string` field: java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesErrorMessagesITest.kt#L55
io.kotest.assertions.AssertionFailedError: Missing elements from index 0 expected:<["string_field", "companion"]> but was:<[]>
GoesErrorMessagesITest.show the default error message for `bytes` field: java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesErrorMessagesITest.kt#L55
io.kotest.assertions.AssertionFailedError: Missing elements from index 0 expected:<["bytes_field", "companion"]> but was:<[]>
GoesErrorMessagesITest.show the default error message for `repeated` field: java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesErrorMessagesITest.kt#L55
io.kotest.assertions.AssertionFailedError: Missing elements from index 0 expected:<["repeated_field", "companion"]> but was:<[]>
GoesErrorMessagesITest.show the default error message for `map` field: java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesErrorMessagesITest.kt#L55
io.kotest.assertions.AssertionFailedError: Missing elements from index 0 expected:<["map_field", "companion"]> but was:<[]>
GoesErrorMessagesITest.show the custom error message for `message` field: java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesErrorMessagesITest.kt#L66
io.kotest.assertions.AssertionFailedError: expected:<"Field_2: `%s`, `%s`."> but was:<"Field_2: `{companionName}`, `{fieldName}`.">
GoesErrorMessagesITest.show the custom error message for `enum` field: java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesErrorMessagesITest.kt#L66
io.kotest.assertions.AssertionFailedError: expected:<"Field_3: `%s`, `%s`."> but was:<"Field_3: `{companionName}`, `{fieldName}`.">
GoesErrorMessagesITest.show the custom error message for `string` field: java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesErrorMessagesITest.kt#L66
io.kotest.assertions.AssertionFailedError: expected:<"Field_4: `%s`, `%s`."> but was:<"Field_4: `{companionName}`, `{fieldName}`.">
GoesErrorMessagesITest.show the custom error message for `bytes` field: java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesErrorMessagesITest.kt#L66
io.kotest.assertions.AssertionFailedError: expected:<"Field_5: `%s`, `%s`."> but was:<"Field_5: `{companionName}`, `{fieldName}`.">
GoesErrorMessagesITest.show the custom error message for `repeated` field: java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesErrorMessagesITest.kt#L66
io.kotest.assertions.AssertionFailedError: expected:<"Field_6: `%s`, `%s`."> but was:<"Field_6: `{companionName}`, `{fieldName}`.">
GoesErrorMessagesITest.show the custom error message for `map` field: java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesErrorMessagesITest.kt#L66
io.kotest.assertions.AssertionFailedError: expected:<"Field_7: `%s`, `%s`."> but was:<"Field_7: `{companionName}`, `{fieldName}`.">
Build under Ubuntu
Process completed with exit code 1.
GoesErrorMessagesITest.show the default error message for `message` field: java-tests\validating\build\classes\kotlin\test\io\spine\test\options\goes\GoesErrorMessagesITest.class#L55
io.kotest.assertions.AssertionFailedError: Missing elements from index 0 expected:<["message_field", "companion"]> but was:<[]>
GoesErrorMessagesITest.show the default error message for `enum` field: java-tests\validating\build\classes\kotlin\test\io\spine\test\options\goes\GoesErrorMessagesITest.class#L55
io.kotest.assertions.AssertionFailedError: Missing elements from index 0 expected:<["enum_field", "companion"]> but was:<[]>
GoesErrorMessagesITest.show the default error message for `string` field: java-tests\validating\build\classes\kotlin\test\io\spine\test\options\goes\GoesErrorMessagesITest.class#L55
io.kotest.assertions.AssertionFailedError: Missing elements from index 0 expected:<["string_field", "companion"]> but was:<[]>
GoesErrorMessagesITest.show the default error message for `bytes` field: java-tests\validating\build\classes\kotlin\test\io\spine\test\options\goes\GoesErrorMessagesITest.class#L55
io.kotest.assertions.AssertionFailedError: Missing elements from index 0 expected:<["bytes_field", "companion"]> but was:<[]>
GoesErrorMessagesITest.show the default error message for `repeated` field: java-tests\validating\build\classes\kotlin\test\io\spine\test\options\goes\GoesErrorMessagesITest.class#L55
io.kotest.assertions.AssertionFailedError: Missing elements from index 0 expected:<["repeated_field", "companion"]> but was:<[]>
GoesErrorMessagesITest.show the default error message for `map` field: java-tests\validating\build\classes\kotlin\test\io\spine\test\options\goes\GoesErrorMessagesITest.class#L55
io.kotest.assertions.AssertionFailedError: Missing elements from index 0 expected:<["map_field", "companion"]> but was:<[]>
GoesErrorMessagesITest.show the custom error message for `message` field: java-tests\validating\build\classes\kotlin\test\io\spine\test\options\goes\GoesErrorMessagesITest.class#L66
io.kotest.assertions.AssertionFailedError: expected:<"Field_2: `%s`, `%s`."> but was:<"Field_2: `{companionName}`, `{fieldName}`.">
GoesErrorMessagesITest.show the custom error message for `enum` field: java-tests\validating\build\classes\kotlin\test\io\spine\test\options\goes\GoesErrorMessagesITest.class#L66
io.kotest.assertions.AssertionFailedError: expected:<"Field_3: `%s`, `%s`."> but was:<"Field_3: `{companionName}`, `{fieldName}`.">
GoesErrorMessagesITest.show the custom error message for `string` field: java-tests\validating\build\classes\kotlin\test\io\spine\test\options\goes\GoesErrorMessagesITest.class#L66
io.kotest.assertions.AssertionFailedError: expected:<"Field_4: `%s`, `%s`."> but was:<"Field_4: `{companionName}`, `{fieldName}`.">
GoesErrorMessagesITest.show the custom error message for `bytes` field: java-tests\validating\build\classes\kotlin\test\io\spine\test\options\goes\GoesErrorMessagesITest.class#L66
io.kotest.assertions.AssertionFailedError: expected:<"Field_5: `%s`, `%s`."> but was:<"Field_5: `{companionName}`, `{fieldName}`.">
GoesErrorMessagesITest.show the custom error message for `repeated` field: java-tests\validating\build\classes\kotlin\test\io\spine\test\options\goes\GoesErrorMessagesITest.class#L66
io.kotest.assertions.AssertionFailedError: expected:<"Field_6: `%s`, `%s`."> but was:<"Field_6: `{companionName}`, `{fieldName}`.">
GoesErrorMessagesITest.show the custom error message for `map` field: java-tests\validating\build\classes\kotlin\test\io\spine\test\options\goes\GoesErrorMessagesITest.class#L66
io.kotest.assertions.AssertionFailedError: expected:<"Field_7: `%s`, `%s`."> but was:<"Field_7: `{companionName}`, `{fieldName}`.">
Build under Ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636