Good Morning Scale!
I attempted to do a build yesterday and ran into an error:
While building the truenas_webui package it aborted with:
make: *** [Makefile:14 packages] Error 1
truenas_webui.log:
chunk {scripts} scripts.4767b83c9e7380540df0.js (scripts) 1.09 MB [entry] [rendered]
Date: 2020-06-25T15:11:06.811Z - Hash: af10f47e35a5959f461a - Time: 464066ms
WARNING in new Worker() will only be bundled if passed a String.
WARNING in /dpkg-src/src/app/pages/common/entity/entity-form/components/form-upload/upload-input-interface.component.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.
ERROR in main.668a351478dbe7336a2f.js from Terser
Error: Call retries were exceeded
at ChildProcessWorker.initialize (/dpkg-src/node_modules/terser-webpack-plugin/node_modules/jest-worker/build/workers/ChildProcessWorker.js:191:21)
at ChildProcessWorker._onExit (/dpkg-src/node_modules/terser-webpack-plugin/node_modules/jest-worker/build/workers/ChildProcessWorker.js:268:12)
at ChildProcess.emit (events.js:198:13)
at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
error Command failed with exit code 1.
info Visit
https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit
https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit
https://yarnpkg.com/en/docs/cli/run for documentation about this command.
make: *** [debian/rules:32: binary-stamp] Error 1
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui -b failed
ERROR: Failed to build package
The build machine is a VM running under Proxmox 6.1-7
root@debian10:~/truenas-build-master/logs/packages# uname -a
Linux debian10 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linux
root@debian10:~/truenas-build-master/logs/packages#
All of the prerequisites were installed before the build.
Any ideas?