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

Building commonjs alongside es2015 #18

Building commonjs alongside es2015

Building commonjs alongside es2015 #18

Triggered via push January 30, 2024 04:14
Status Failure
Total duration 33s
Artifacts
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 SignallingWebServer/platform_scripts/bash/setup.sh --build\" did not complete successfully: exit code: 1\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.04kB 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 1.1s\n\n#5 [signalling 1/5] FROM docker.io/library/node:lts@sha256:ffebb4405810c92d267a764b21975fb2d96772e41877248a37bf3abaa0d3b590\n#5 DONE 0.0s\n\n#6 [signalling internal] load build context\n#6 transferring context: 4.96MB 0.1s done\n#6 DONE 0.1s\n\n#7 [signalling 2/5] COPY /SignallingWebServer /SignallingWebServer\n#7 DONE 0.1s\n\n#8 [signalling 3/5] COPY /Frontend /Frontend\n#8 DONE 0.0s\n\n#9 [signalling 4/5] COPY /Common /Common\n#9 DONE 0.0s\n\n#10 [signalling 5/5] RUN SignallingWebServer/platform_scripts/bash/setup.sh --build\n#10 0.872 Checking Pixel Streaming Server dependencies.\n#10 0.981 node installation not found installing...\n#10 2.020 % Total % Received % Xferd Average Speed Time Time Time Current\n#10 2.020 Dload Upload Total Spent Left Speed\n#10 2.020 \r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 71 42.3M 71 30.4M 0 0 61.9M 0 --:--:-- --:--:-- --:--:-- 61.8M\r100 42.3M 100 42.3M 0 0 80.3M 0 --:--:-- --:--:-- --:--:-- 80.3M\n#10 5.312 \n#10 5.312 added 114 packages, and audited 115 packages in 1s\n#10 5.312 \n#10 5.312 10 packages are looking for funding\n#10 5.312 run `npm fund` for details\n#10 5.313 \n#10 5.313 found 0 vulnerabilities\n#10 5.314 npm notice \n#10 5.314 npm notice New major version of npm available! 9.6.7 -> 10.4.0\n#10 5.314 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.4.0>\n#10 5.314 npm notice Run `npm install -g npm@10.4.0` to update!\n#10 5.314 npm notice \n#10 5.350 Building Typescript Frontend.\n#10 7.560 npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.\n#10 8.365 npm WARN deprecated domexception@2.0.1: Use your platform's native DOMException instead\n#10 8.583 npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead\n#10 11.61 \n#10 11.61 added 564 packages, and audited 565 packages in 6s\n#10 11.61 \n#10 11.61 66 packages are looking for funding\n#10 11.61 run `npm fund` for details\n#10 11.62 \n#10 11.62 found 0 vulnerabilities\n#10 11.89 \n#10 11.89 > @epicgames-ps/lib-pixelstreamingcommon-ue5.5@0.0.6 build\n#10 11.89 > npm run build_proto && npm run compile\n#10 11.89 \n#10 12.14 \n#10 12.14 > @epicgames-ps/lib-pixelstreamingcommon-ue5.5@0.0.6 build_proto\n#10 12.14 > npx protoc --ts_out src/Messages --proto_path protobuf protobuf/signalling_messages.proto\n#10 12.14 \n#10 13.52 @protobuf-ts/protoc installed protoc v25.2.\n#10 14.27 \n#10 14.27 > @epicgames-ps/lib-pixelstreamingcommon-ue5.5@0.0.6 compile\n#10 14.27 > tsc --build --clean && tsc --project tsconfig.build.json --module es2015 --outDir build/es2015 && tsc --project tsconfig.build.json --module commonjs --outDir build/commonjs --declaration --declarationDir build/types\n#10 14.27 \n#10 14.58 error TS5058: The specified path does not exist: 'tsconfig.build.json'.\n#10 ERROR: process \"/bin/sh -c SignallingWebServer/platform_scripts/bash/setup.sh --build\" did not complete successfully: exit code: 1\n------\n > [signalling 5/5] RUN SignallingWebServer/platform_scripts/bash/setup.sh --build:\n12.14 \n12.14 > @epicgames-ps/lib-pixelstreamingcommon-ue5.5@0.0.6 build_proto\n12.14 > npx protoc --ts_out src/Messages --proto_path protobuf protobuf/signalling_messages.prot
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/.