Skip to content

Merge branch 'master' into netty-multipart #10945

Merge branch 'master' into netty-multipart

Merge branch 'master' into netty-multipart #10945

Triggered via push August 16, 2024 09:12
Status Failure
Total duration 56m 22s
Artifacts 9

ci.yml

on: push
Matrix: ci
Matrix: Publish release
Auto merge
0s
Auto merge
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 19 warnings
ci (2.12, JS, 11)
Shutdown in progress
ci (3, JS, 11)
Shutdown in progress
ci (2.12, JVM, 11)
Shutdown in progress
ci (2.12, JVM, 11)
Final attempt failed. Timeout of 900000ms hit
ci (3, JVM, 11)
Final attempt failed. Timeout of 900000ms hit
ci (2.13, JVM, 11)
Final attempt failed. Timeout of 900000ms hit
sttp.tapir.server.armeria.cats.ArmeriaCatsServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) multipart with maxContentLength: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L53
Failed test found in: server/armeria-server/cats/target/jvm-2.12/test-reports/TEST-sttp.tapir.server.armeria.cats.ArmeriaCatsServerTest.xml Error: org.scalatest.exceptions.TestFailedException: 200 was not equal to 413
sttp.tapir.server.armeria.ArmeriaFutureServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) multipart with maxContentLength: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L53
Failed test found in: server/armeria-server/target/jvm-2.12/test-reports/TEST-sttp.tapir.server.armeria.ArmeriaFutureServerTest.xml server/armeria-server/zio/target/jvm-2.12/test-reports/TEST-sttp.tapir.server.armeria.zio.ArmeriaZioServerTest.xml Error: org.scalatest.exceptions.TestFailedException: 200 was not equal to 413
sttp.tapir.server.netty.cats.NettyCatsServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) large file multipart body: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L155
Failed test found in: server/netty-server/cats/target/jvm-2.12/test-reports/TEST-sttp.tapir.server.netty.cats.NettyCatsServerTest.xml Error: org.scalatest.exceptions.TestFailedException: "[]0" was not equal to "[524288]0"
sttp.tapir.server.vertx.cats.CatsVertxServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) file from a multipart attribute: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L168
Failed test found in: server/vertx-server/cats/target/jvm-2.12/test-reports/TEST-sttp.tapir.server.vertx.cats.CatsVertxServerTest.xml Error: org.scalatest.exceptions.TestFailedException: "[Invalid value for: body (part: data (missing))]" was not equal to "[3oiram 3hcaep]"
sttp.tapir.server.vertx.VertxBlockingServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) file from a multipart attribute: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L168
Failed test found in: server/vertx-server/target/jvm-2.12/test-reports/TEST-sttp.tapir.server.vertx.VertxBlockingServerTest.xml server/vertx-server/target/jvm-2.12/test-reports/TEST-sttp.tapir.server.vertx.VertxServerTest.xml server/vertx-server/zio/target/jvm-2.12/test-reports/TEST-sttp.tapir.server.vertx.zio.ZioVertxServerTest.xml Error: org.scalatest.exceptions.TestFailedException: "[Invalid value for: body (part: data (missing))]" was not equal to "[3oiram 3hcaep]"
sttp.tapir.server.armeria.cats.ArmeriaCatsServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) multipart with maxContentLength: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L53
Failed test found in: server/armeria-server/cats/target/jvm-2.13/test-reports/TEST-sttp.tapir.server.armeria.cats.ArmeriaCatsServerTest.xml Error: org.scalatest.exceptions.TestFailedException: 200 was not equal to 413
sttp.tapir.server.armeria.ArmeriaFutureServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) multipart with maxContentLength: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L53
Failed test found in: server/armeria-server/target/jvm-2.13/test-reports/TEST-sttp.tapir.server.armeria.ArmeriaFutureServerTest.xml server/armeria-server/zio/target/jvm-2.13/test-reports/TEST-sttp.tapir.server.armeria.zio.ArmeriaZioServerTest.xml Error: org.scalatest.exceptions.TestFailedException: 200 was not equal to 413
sttp.tapir.server.netty.cats.NettyCatsServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) large file multipart body: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L155
Failed test found in: server/netty-server/cats/target/jvm-2.13/test-reports/TEST-sttp.tapir.server.netty.cats.NettyCatsServerTest.xml Error: org.scalatest.exceptions.TestFailedException: "[]0" was not equal to "[524288]0"
sttp.tapir.server.pekkohttp.PekkoHttpServerTest ► Endpoint[echo byte array](securityin: -, in: POST /api /echo {body as application/octet-stream}, errout: -, out: {body as application/octet-stream}) checks payload limit and returns 413 on exceeded max ...: server/pekko-http-server/target/jvm-2.13/test-reports/TEST-sttp.tapir.server.pekkohttp.PekkoHttpServerTest.xml#L0
Failed test found in: server/pekko-http-server/target/jvm-2.13/test-reports/TEST-sttp.tapir.server.pekkohttp.PekkoHttpServerTest.xml Error: sttp.client3.SttpClientException$ReadException: Exception when sending request: POST http://localhost:42151/api/echo
sttp.tapir.server.vertx.cats.CatsVertxServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) file from a multipart attribute: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L168
Failed test found in: server/vertx-server/cats/target/jvm-2.13/test-reports/TEST-sttp.tapir.server.vertx.cats.CatsVertxServerTest.xml Error: org.scalatest.exceptions.TestFailedException: "[Invalid value for: body (part: data (missing))]" was not equal to "[3oiram 3hcaep]"
sttp.tapir.server.vertx.VertxBlockingServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) file from a multipart attribute: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L168
Failed test found in: server/vertx-server/target/jvm-2.13/test-reports/TEST-sttp.tapir.server.vertx.VertxBlockingServerTest.xml server/vertx-server/target/jvm-2.13/test-reports/TEST-sttp.tapir.server.vertx.VertxServerTest.xml server/vertx-server/zio/target/jvm-2.13/test-reports/TEST-sttp.tapir.server.vertx.zio.ZioVertxServerTest.xml Error: org.scalatest.exceptions.TestFailedException: "[Invalid value for: body (part: data (missing))]" was not equal to "[3oiram 3hcaep]"
sttp.tapir.server.armeria.cats.ArmeriaCatsServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) multipart with maxContentLength: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L53
Failed test found in: server/armeria-server/cats/target/jvm-3/test-reports/TEST-sttp.tapir.server.armeria.cats.ArmeriaCatsServerTest.xml Error: org.scalatest.exceptions.TestFailedException: 200 was not equal to 413
sttp.tapir.server.armeria.ArmeriaFutureServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) multipart with maxContentLength: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L53
Failed test found in: server/armeria-server/target/jvm-3/test-reports/TEST-sttp.tapir.server.armeria.ArmeriaFutureServerTest.xml server/armeria-server/zio/target/jvm-3/test-reports/TEST-sttp.tapir.server.armeria.zio.ArmeriaZioServerTest.xml Error: org.scalatest.exceptions.TestFailedException: 200 was not equal to 413
sttp.tapir.server.netty.cats.NettyCatsServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) large file multipart body: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L155
Failed test found in: server/netty-server/cats/target/jvm-3/test-reports/TEST-sttp.tapir.server.netty.cats.NettyCatsServerTest.xml Error: org.scalatest.exceptions.TestFailedException: "[]0" was not equal to "[524288]0"
sttp.tapir.server.vertx.cats.CatsVertxServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) file from a multipart attribute: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L168
Failed test found in: server/vertx-server/cats/target/jvm-3/test-reports/TEST-sttp.tapir.server.vertx.cats.CatsVertxServerTest.xml Error: org.scalatest.exceptions.TestFailedException: "[Invalid value for: body (part: data (missing))]" was not equal to "[3oiram 3hcaep]"
sttp.tapir.server.vertx.VertxBlockingServerTest ► Endpoint(securityin: -, in: POST /api /echo /multipart {body as multipart/form-data}, errout: -, out: {body as text/plain (UTF-8)}) file from a multipart attribute: server/tests/src/main/scala/sttp/tapir/server/tests/ServerMultipartTests.scala#L168
Failed test found in: server/vertx-server/target/jvm-3/test-reports/TEST-sttp.tapir.server.vertx.VertxBlockingServerTest.xml server/vertx-server/target/jvm-3/test-reports/TEST-sttp.tapir.server.vertx.VertxServerTest.xml server/vertx-server/zio/target/jvm-3/test-reports/TEST-sttp.tapir.server.vertx.zio.ZioVertxServerTest.xml Error: org.scalatest.exceptions.TestFailedException: "[Invalid value for: body (part: data (missing))]" was not equal to "[3oiram 3hcaep]"
ci (2.12, JS, 11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3, release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci (2.13, JS, 11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3, release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci (2.13, JVM, 21)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3, release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci (3, JS, 11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3, release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci (3, Native, 11)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3, release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci (3, JVM, 21)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3, release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci (2.12, JVM, 11)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci (2.12, JVM, 11)
Attempt 1 failed. Reason: Child_process exited with error code 1
ci (2.12, JVM, 11)
Attempt 2 failed. Reason: Child_process exited with error code 1
ci (2.12, JVM, 11)
Attempt 3 failed. Reason: Child_process exited with error code 1
ci (3, JVM, 11)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci (3, JVM, 11)
Attempt 1 failed. Reason: Timeout of 900000ms hit
ci (3, JVM, 11)
Attempt 2 failed. Reason: Child_process exited with error code 1
ci (3, JVM, 11)
Attempt 3 failed. Reason: Timeout of 900000ms hit
ci (2.13, JVM, 11)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci (2.13, JVM, 11)
Attempt 1 failed. Reason: Timeout of 900000ms hit
ci (2.13, JVM, 11)
Attempt 2 failed. Reason: Timeout of 900000ms hit
ci (2.13, JVM, 11)
Attempt 3 failed. Reason: Child_process exited with error code 1
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "tests-results-2.12-JS-11", "tests-results-2.12-JVM-11", "tests-results-2.13-JS-11", "tests-results-2.13-JVM-11", "tests-results-2.13-JVM-21", "tests-results-3-JS-11", "tests-results-3-JVM-11", "tests-results-3-JVM-21", "tests-results-3-Native-11". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
tests-results-2.12-JS-11 Expired
302 KB
tests-results-2.12-JVM-11 Expired
1.97 MB
tests-results-2.13-JS-11 Expired
304 KB
tests-results-2.13-JVM-11 Expired
2.3 MB
tests-results-2.13-JVM-21 Expired
54.9 KB
tests-results-3-JS-11 Expired
290 KB
tests-results-3-JVM-11 Expired
2.03 MB
tests-results-3-JVM-21 Expired
121 KB
tests-results-3-Native-11 Expired
240 KB