pages
Sreenath Sasidharan Nair
1Running with gitlab-runner 16.10.0 (81ab07f6)2 on WA Docker Runner with DIND4241 PDRD5WLd, system ID: s_3ca7e35b159e3 feature flags: FF_NETWORK_PER_BUILD:true6Using Docker executor with image node:latest ...7Pulling docker image node:latest ...8Using docker image sha256:a1c1026b1a58d8dabc8554808ad296d41a28ebe1cd3ee27264bce9793b708e27 for node:latest with digest node@sha256:cbd62dc7ba7e50d01520f2c0a8d9853ec872187fa806ed61d0f87081c220386d ...10Running on runner-pdrd5wld-project-651-concurrent-0 via gitlab-runner-02.ebi.ac.uk...12Fetching changes...13Initialized empty Git repository in /builds/pdbe/web-components/ligand-env/.git/14Created fresh repository.15Checking out db7be3f5 as detached HEAD (ref is master)...16Skipping Git submodules setup18Using docker image sha256:a1c1026b1a58d8dabc8554808ad296d41a28ebe1cd3ee27264bce9793b708e27 for node:latest with digest node@sha256:cbd62dc7ba7e50d01520f2c0a8d9853ec872187fa806ed61d0f87081c220386d ...19$ npm install20npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.21npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)22npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)23npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)24added 1418 packages, and audited 1419 packages in 23s2555 packages are looking for funding26 run `npm fund` for details2764 vulnerabilities (2 low, 16 moderate, 39 high, 7 critical)28To address issues that do not require attention, run:29 npm audit fix30To address all issues possible (including breaking changes), run:31 npm audit fix --force32Some issues need review, and may require choosing33a different dependency.34Run `npm audit` for details.35$ npm run build36> pdb-ligand-env@2.0.0 build37> tsc && webpack --mode=development && gulp38asset pdb-ligand-env-component-init.js 168 KiB [emitted] (name: main) 1 related asset39runtime modules 972 bytes 5 modules40modules by path ./node_modules/ 130 KiB41 modules by path ./node_modules/lit-html/ 64.5 KiB 13 modules42 modules by path ./node_modules/lit-element/ 49.9 KiB43 ./node_modules/lit-element/lit-element.js 10.7 KiB [built] [code generated]44 + 3 modules45 modules by path ./node_modules/style-loader/lib/*.js 13.2 KiB46 ./node_modules/style-loader/lib/addStyles.js 10.2 KiB [built] [code generated]47 ./node_modules/style-loader/lib/urls.js 3.02 KiB [built] [code generated]48 ./node_modules/css-loader/dist/runtime/api.js 2.34 KiB [built] [code generated]49modules by path ./src/ 8.78 KiB50 ./src/component/component.js 4.36 KiB [built] [code generated]51 ./src/styles/pdb-ligand-env.css 1.18 KiB [built] [code generated]52 ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/styles/pdb-ligand-env.css 3.24 KiB [built] [code generated]53webpack 5.89.0 compiled successfully in 3464 ms54[12:30:35] Using gulpfile /builds/pdbe/web-components/ligand-env/gulpfile.js55[12:30:35] Starting 'default'...56[12:30:35] Starting 'clean'...57[12:30:35] Finished 'clean' after 8.57 ms58[12:30:35] Starting 'copyAppCSS'...59(node:70) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.60(Use `node --trace-deprecation ...` to show where the warning was created)61[12:30:35] 'copyAppCSS' errored after 20 ms62[12:30:35] TypeError: Cannot assign to read only property 'atime' of object '#<Stats>'63 at onFutimes (/builds/pdbe/web-components/ligand-env/node_modules/vinyl-fs/lib/file-operations.js:258:27)64 at FSReqCallback.oncomplete (node:fs:188:23)65 at FSReqCallback.callbackTrampoline (node:internal/async_hooks:130:17)66[12:30:35] 'default' errored after 32 ms68ERROR: Job failed: exit code 1