Skip to content

Re-implemented in Kotlin #37

Re-implemented in Kotlin

Re-implemented in Kotlin #37

Triggered via push June 9, 2024 21:29
Status Failure
Total duration 1m 49s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
net.typedrest.endpoints.rpc.ConsumerEndpointTest ► testInvoke(): core/src/test/kotlin/net/typedrest/endpoints/AbstractEndpointTest.kt#L32
Failed test found in: serializers-jackson/build/test-results/test/TEST-net.typedrest.endpoints.rpc.ConsumerEndpointTest.xml Error: org.opentest4j.AssertionFailedError: expected: <application/json; charset=utf-8> but was: <application/json>
net.typedrest.endpoints.rpc.FunctionEndpointTest ► testInvoke(): serializers-jackson/src/main/kotlin/net/typedrest/serializers/JacksonJsonSerializer.kt#L20
Failed test found in: serializers-jackson/build/test-results/test/TEST-net.typedrest.endpoints.rpc.FunctionEndpointTest.xml Error: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `net.typedrest.MockEntity` (no Creators, like default constructor, exist): cannot deserialize from Object value (no delegate- or property-based Creator)
net.typedrest.endpoints.rpc.ProducerEndpointTest ► testInvoke(): serializers-jackson/src/main/kotlin/net/typedrest/serializers/JacksonJsonSerializer.kt#L20
Failed test found in: serializers-jackson/build/test-results/test/TEST-net.typedrest.endpoints.rpc.ProducerEndpointTest.xml Error: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `net.typedrest.MockEntity` (no Creators, like default constructor, exist): cannot deserialize from Object value (no delegate- or property-based Creator)
build
Failed test were found and 'fail-on-error' option is set to true
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, gittools/actions/gitversion/[email protected], gittools/actions/gitversion/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/