> @gentrace/core@3.5.8 build /Users/vivek/Code/gt-repos/gentrace-node-2/packages/core > run-s clean typescript:compile rollup:compile > @gentrace/core@3.5.8 clean /Users/vivek/Code/gt-repos/gentrace-node-2/packages/core > rimraf dist tsconfig.tsbuildinfo > @gentrace/core@3.5.8 typescript:compile /Users/vivek/Code/gt-repos/gentrace-node-2/packages/core > tsc -p tsconfig.json > @gentrace/core@3.5.8 rollup:compile /Users/vivek/Code/gt-repos/gentrace-node-2/packages/core > rollup --config rollup.config.mjs  dist/index.js → dist, dist... (!) "this" has been rewritten to "undefined" https://rollupjs.org/troubleshooting/#error-this-is-undefined dist/api/v3-api.js 12: * Do not edit the class manually. 13: */ 14: var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { ^ 15: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } 16: return new (P || (P = Promise))(function (resolve, reject) { ...and 1 other occurrence dist/api/v1-api.js 12: * Do not edit the class manually. 13: */ 14: var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { ^ 15: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } 16: return new (P || (P = Promise))(function (resolve, reject) { ...and 1 other occurrence dist/providers/init.js 1: var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { ^ 2: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } 3: return new (P || (P = Promise))(function (resolve, reject) { ...and 1 other occurrence ...and 15 other files (!) Unresolved dependencies https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency lodash (imported by "dist/providers/pipeline-run.js") uuid (imported by "dist/providers/pipeline-run.js") @web-std/file (imported by "dist/providers/files.js") ws (imported by "dist/providers/test-job-runner.js") async_hooks (imported by "dist/providers/test-job-runner.js") mustache (imported by "dist/providers/test-job-runner.js") os (imported by "dist/providers/test-job-runner.js") chalk (imported by "dist/providers/warnings.js") boxen (imported by "dist/providers/warnings.js") axios (imported by "dist/axios-instance.js", "dist/providers/utils.js" and "dist/adapters/fetch.js") acorn (imported by "dist/providers/utils.js") form-data (imported by "dist/axios-unsafe-lib/platform/node/classes/FormData.js") created dist, dist in 189ms