Skip to content

Fixed error on trying to send ws message to disconnected client #670

Fixed error on trying to send ws message to disconnected client

Fixed error on trying to send ws message to disconnected client #670

Triggered via push August 16, 2024 08:28
Status Failure
Total duration 10m 24s
Artifacts 4

ci.yml

on: push
Matrix: test
publish-images
0s
publish-images
publish-release
0s
publish-release
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 8 warnings
test (postgres)
{"exitCode":1,"err":"time=\"2024-08-16T08:33:00Z\" level=warning msg=\"/home/runner/work/Spoolman/Spoolman/tests_integration/docker-compose-postgres.yml: `version` is obsolete\"\n db Pulling \n 661ff4d9561e Pulling fs layer \n 78d5f75d0d36 Pulling fs layer \n 6a6e46f43853 Pulling fs layer \n 461502dc2d2f Pulling fs layer \n 3143a11ba1b8 Pulling fs layer \n 9ea4ef0bd3f1 Pulling fs layer \n 7637f1518faa Pulling fs layer \n 8b4c3c3e77d6 Pulling fs layer \n 461502dc2d2f Waiting \n 9ea4ef0bd3f1 Waiting \n 7637f1518faa Waiting \n 8b4c3c3e77d6 Waiting \n 3143a11ba1b8 Waiting \n 6a6e46f43853 Downloading [==================================================>] 116B/116B\n 6a6e46f43853 Verifying Checksum \n 6a6e46f43853 Download complete \n 661ff4d9561e Downloading [> ] 34.77kB/3.408MB\n 78d5f75d0d36 Downloading [============================> ] 720B/1.26kB\n 78d5f75d0d36 Downloading [==================================================>] 1.26kB/1.26kB\n 78d5f75d0d36 Verifying Checksum \n 78d5f75d0d36 Download complete \n 661ff4d9561e Verifying Checksum \n 661ff4d9561e Download complete \n 661ff4d9561e Extracting [> ] 65.54kB/3.408MB\n 461502dc2d2f Downloading [> ] 535.8kB/87.41MB\n 3143a11ba1b8 Downloading [====> ] 720B/7.983kB\n 3143a11ba1b8 Download complete \n 9ea4ef0bd3f1 Downloading [==================================================>] 129B/129B\n 9ea4ef0bd3f1 Verifying Checksum \n 9ea4ef0bd3f1 Download complete \n 661ff4d9561e Extracting [==================================================>] 3.408MB/3.408MB\n 7637f1518faa Download complete \n 8b4c3c3e77d6 Downloading [=======> ] 720B/4.784kB\n 8b4c3c3e77d6 Downloading [==================================================>] 4.784kB/4.784kB\n 8b4c3c3e77d6 Verifying Checksum \n 8b4c3c3e77d6 Download complete \n 661ff4d9561e Pull complete \n 78d5f75d0d36 Extracting [==================================================>] 1.26kB/1.26kB\n 78d5f75d0d36 Extracting [==================================================>] 1.26kB/1.26kB\n 461502dc2d2f Downloading [===============> ] 27.86MB/87.41MB\n 78d5f75d0d36 Pull complete \n 6a6e46f43853 Extracting [==================================================>] 116B/116B\n 6a6e46f43853 Extracting [==================================================>] 116B/116B\n 6a6e46f43853 Pull complete \n 461502dc2d2f Downloading [========================> ] 42.26MB/87.41MB\n 461502dc2d2f Downloading [======================================> ] 66.89MB/87.41MB\n 461502dc2d2f Verifying Checksum \n 461502dc2d2f Download complete \n 461502dc2d2f Extracting [> ] 557.1kB/87.41MB\n 461502dc2d2f Extracting [===> ] 5.571MB/87.41MB\n 461502dc2d2f Extracting [========> ] 15.04MB/87.41MB\n 461502dc2d2f Extracting [==============> ] 24.51MB/87.41MB\n 461502dc2d2f Extracting [===================> ] 33.98MB/87.41MB\n 461502dc2d2f Extracting [======================> ] 38.99MB/87.41MB\n 461502dc2d2f Extracting [=========================> ] 45.12MB/87.41MB\n 461502dc2d2f Extracting [=============================> ] 52.36MB/87.41MB\n 461502dc2d2f Extracting [=================================> ] 58.49MB/87.41MB\n 461502dc2d2f Extracting [==================================> ] 59.6MB/87.41MB\n 461502dc2d2f Extracting [====================================> ] 62.95MB/87.41MB\n 461502dc2d2f Extracting [======================================> ] 67.96MB/87.41MB\n 461502dc2d2f Extracting [===============
test (sqlite)
The job was canceled because "postgres" failed.
test (sqlite)
{"exitCode":1,"err":"time=\"2024-08-16T08:33:09Z\" level=warning msg=\"/home/runner/work/Spoolman/Spoolman/tests_integration/docker-compose-sqlite.yml: `version` is obsolete\"\n Network tests_integration_default Creating\n Network tests_integration_default Created\n Container tests_integration-spoolman-1 Creating\n Container tests_integration-spoolman-1 Created\n Container tests_integration-tester-1 Creating\n Container tests_integration-tester-1 Created\nspoolman-1 | INFO: Started server process [1]\nspoolman-1 | INFO: Waiting for application startup.\nspoolman-1 | spoolman.main INFO Starting Spoolman v0.19.3 (commit: unknown) (built: None)\nspoolman-1 | spoolman.main INFO Using data directory: /home/app/.local/share/spoolman\nspoolman-1 | spoolman.main INFO Using logs directory: /home/app/.local/share/spoolman\nspoolman-1 | spoolman.main INFO Using backups directory: /home/app/.local/share/spoolman/backups\nspoolman-1 | spoolman.main INFO Setting up database...\nspoolman-1 | spoolman.database.database INFO No database type specified, using a default SQLite database located at \"/home/app/.local/share/spoolman/spoolman.db\"\nspoolman-1 | spoolman.main INFO Performing migrations...\nspoolman-1 | alembic.runtime.migration INFO Context impl SQLiteImpl.\nspoolman-1 | alembic.runtime.migration INFO Will assume non-transactional DDL.\nspoolman-1 | alembic.runtime.migration INFO Running upgrade -> 684d32cf7e4d, initial.\nspoolman-1 | alembic.runtime.migration INFO Running upgrade 684d32cf7e4d -> b47376d60c6d, add extruder and bed temperature override.\nspoolman-1 | alembic.runtime.migration INFO Running upgrade b47376d60c6d -> db385b808a20, add filament color code.\nspoolman-1 | alembic.runtime.migration INFO Running upgrade db385b808a20 -> 92186a5f7b0f, add spool archived field.\nspoolman-1 | alembic.runtime.migration INFO Running upgrade 92186a5f7b0f -> 92793c8a937c, color_hex alpha.\nspoolman-1 | alembic.runtime.migration INFO Running upgrade 92793c8a937c -> b82cd9e2aa6f, Added spool prices.\nspoolman-1 | alembic.runtime.migration INFO Running upgrade b82cd9e2aa6f -> ccbb17aeda7c, Added Settings table.\nspoolman-1 | alembic.runtime.migration INFO Running upgrade ccbb17aeda7c -> b8881bdb716c, Added extra fields.\nspoolman-1 | alembic.runtime.migration INFO Running upgrade b8881bdb716c -> aafcd7fb0e84, spool weights.\nspoolman-1 | alembic.runtime.migration INFO Running upgrade aafcd7fb0e84 -> 304a32906234, spool weight population.\nspoolman-1 | alembic.runtime.migration INFO Running upgrade 304a32906234 -> 5f069e51bd89, vendor empty spool weight.\nspoolman-1 | alembic.runtime.migration INFO Running upgrade 5f069e51bd89 -> 395d560284b3, Added external ID.\nspoolman-1 | alembic.runtime.migration INFO Running upgrade 395d560284b3 -> 415a8f855e14, multi_colors.\nspoolman-1 | spoolman.database.database INFO Scheduling automatic database backup for midnight.\nspoolman-1 | spoolman.externaldb INFO Scheduling external DB sync.\nspoolman-1 | spoolman.main INFO Startup complete.\nspoolman-1 | spoolman.main WARNING !!!! WARNING !!!!\nspoolman-1 | spoolman.main WARNING !!!! WARNING !!!!\nspoolman-1 | spoolman.main WARNING The data directory is not mounted.\nspoolman-1 | spoolman.main WARNING Spoolman stores its database in the container directory \"/home/app/.local/share/spoolman\". If this directory isn't mounted to the host OS, the database will be lost when the container is stopped.\nspoolman-1 | spoolman.main WARNING Please carefully read the docker part of the README.md file, and ensure your docker-compose file matches the example.\nspoolman-1 | spoolman.main WARNING !!!! WARNING !!!!\nspoolman-1 | spoolman.main WARNING !!!! WARNING !!!!\nspoolman-1 | INFO: Application start
test (cockroachdb)
The job was canceled because "postgres" failed.
test (cockroachdb)
The operation was canceled.
test (mariadb)
The job was canceled because "postgres" failed.
test (mariadb)
The operation was canceled.
build-tester
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4, 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/
style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-client
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v4, 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/
build-amd64
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4, 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/
test (postgres)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-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/
build-arm64
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-armv7
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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: "client", "spoolman", "spoolman-image", "spoolman-tester-image". 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
client Expired
9.38 MB
spoolman Expired
9.84 MB
spoolman-image Expired
384 MB
spoolman-tester-image Expired
26.2 MB