Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Add new Common and signalling libs and rewrite Cirrus (now Wilbur) to use them #31

Add new Common and signalling libs and rewrite Cirrus (now Wilbur) to use them

Add new Common and signalling libs and rewrite Cirrus (now Wilbur) to use them #31

Triggered via pull request February 28, 2024 01:56
Status Failure
Total duration 2m 41s
Artifacts

run-signalling-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
compose up failed {"exitCode":17,"err":"failed to solve: process \"/bin/sh -c npm run build\" did not complete successfully: exit code: 2\n","out":"#0 building with \"default\" instance using docker driver\n\n#1 [signalling internal] load .dockerignore\n#1 transferring context: 2B done\n#1 DONE 0.0s\n\n#2 [signalling internal] load build definition from Dockerfile\n#2 transferring dockerfile: 1.02kB done\n#2 DONE 0.0s\n\n#3 [signalling internal] load metadata for docker.io/library/node:lts\n#3 ...\n\n#4 [signalling auth] library/node:pull token for registry-1.docker.io\n#4 DONE 0.0s\n\n#3 [signalling internal] load metadata for docker.io/library/node:lts\n#3 DONE 0.9s\n\n#5 [signalling 1/6] FROM docker.io/library/node:lts@sha256:f3299f16246c71ab8b304d6745bb4059fa9283e8d025972e28436a9f9b36ed24\n#5 DONE 0.0s\n\n#6 [signalling internal] load build context\n#6 transferring context: 5.17MB 0.1s done\n#6 DONE 0.1s\n\n#7 [signalling 2/6] COPY /Common /Common\n#7 DONE 0.2s\n\n#8 [signalling 3/6] COPY /Signalling /Signalling\n#8 DONE 0.0s\n\n#9 [signalling 4/6] COPY /SignallingWebServer /SignallingWebServer\n#9 DONE 0.0s\n\n#10 [signalling 5/6] COPY /Frontend /Frontend\n#10 DONE 0.0s\n\n#11 [signalling 6/6] RUN SignallingWebServer/platform_scripts/bash/setup.sh --build\n#11 0.970 Checking Pixel Streaming Server dependencies.\n#11 1.011 Checking for required node install\n#11 1.137 node installation not found installing...\n#11 2.699 % Total % Received % Xferd Average Speed Time Time Time Current\n#11 2.699 Dload Upload Total Spent Left Speed\n#11 2.699 \r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 98 42.3M 98 41.9M 0 0 62.6M 0 --:--:-- --:--:-- --:--:-- 62.5M\r100 42.3M 100 42.3M 0 0 63.0M 0 --:--:-- --:--:-- --:--:-- 63.0M\n#11 9.364 \n#11 9.364 added 380 packages, and audited 381 packages in 4s\n#11 9.365 \n#11 9.365 66 packages are looking for funding\n#11 9.365 run `npm fund` for details\n#11 9.366 \n#11 9.366 found 0 vulnerabilities\n#11 9.367 npm notice \n#11 9.367 npm notice New major version of npm available! 9.6.7 -> 10.4.0\n#11 9.367 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.4.0>\n#11 9.367 npm notice Run `npm install -g npm@10.4.0` to update!\n#11 9.367 npm notice \n#11 9.429 Testing /SignallingWebServer/platform_scripts/bash/../../www/player.html\n#11 9.429 Building Typescript Frontend.\n#11 11.94 npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.\n#11 12.66 npm WARN deprecated domexception@2.0.1: Use your platform's native DOMException instead\n#11 12.86 npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead\n#11 15.87 \n#11 15.87 added 612 packages, and audited 613 packages in 6s\n#11 15.87 \n#11 15.87 79 packages are looking for funding\n#11 15.87 run `npm fund` for details\n#11 15.87 \n#11 15.87 found 0 vulnerabilities\n#11 16.13 \n#11 16.13 > @epicgames-ps/lib-pixelstreamingcommon-ue5.5@0.0.9 build\n#11 16.13 > rimraf ./build && npm run build-proto && npm run compile\n#11 16.13 \n#11 16.44 \n#11 16.44 > @epicgames-ps/lib-pixelstreamingcommon-ue5.5@0.0.9 build-proto\n#11 16.44 > protoc --experimental_allow_proto3_optional --ts_out src/Messages --proto_path protobuf protobuf/signalling_messages.proto\n#11 16.44 \n#11 17.39 @protobuf-ts/protoc installed protoc v25.3.\n#11 18.12 \n#11 18.12 > @epicgames-ps/lib-pixelstreamingcommon-ue5.5@0.0.9 compile\n#11 18.12 > tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json\n#11 18.12 \n#11 29.90 npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.\n#11 33.08 \n#11 33.08 added 587 packages, and audited 588 packages in 5s\n#11 33.08 \n#11 33.08 65 packages are looking for funding\n#11 33.08 run `npm fund` for details\n#11 33.08 \n#11 33.08 1 moderate severity vulnerability\n#11 33.08 \n#11 33.08 To address all issues, run:\n#11 33.08 npm audit fix\n#11 3
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, isbang/compose-action@v1.5.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.