prebid / prebid-js-build-generator

backend code for powering the prebid.org/download page
5 stars 7 forks source link

Latest prebid.js >5 fails: python is missing in Dockerfile.builder #16

Open holms opened 3 years ago

holms commented 3 years ago

From logs of the builder I see that npm breaks because python is missing?

=====> Checking out 2 previous versions of prebid.js
Cloning into 'working_master'...
Already up to date.
Copying working_master to ../prebid_5.2.0
Note: switching to '5.2.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 8cffa84d Prebid 5.2.0 Release
{
  "name": "prebid.js",
  "version": "5.2.0",
  "description": "Header Bidding Management Library",
  "main": "src/prebid.js",
  "scripts": {
    "test": "gulp test",
    "lint": "gulp lint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prebid/Prebid.js.git"
  },
  "keywords": [
    "advertising",
    "auction",
    "header bidding",
    "prebid"
  ],
  "globalVarName": "stpd",
  "author": "the prebid.js contributors",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8.9.0"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "@jsdevtools/coverage-istanbul-loader": "^3.0.3",
    "@wdio/browserstack-service": "^6.1.4",
    "@wdio/cli": "^7.5.2",
    "@wdio/concise-reporter": "^7.5.2",
    "@wdio/local-runner": "^7.5.2",
    "@wdio/mocha-framework": "^7.5.2",
    "@wdio/spec-reporter": "^7.5.2",
    "@wdio/sync": "^7.5.2",
    "ajv": "5.5.2",
    "babel-loader": "^8.0.5",
    "body-parser": "^1.19.0",
    "chai": "^4.2.0",
    "coveralls": "^3.1.0",
    "deep-equal": "^2.0.3",
    "documentation": "^13.2.5",
    "es5-shim": "^4.5.14",
    "eslint": "^7.27.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prebid": "file:./plugins/eslint",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^3.0.1",
    "execa": "^5.0.0",
    "faker": "^5.5.3",
    "fs.extra": "^1.3.2",
    "gulp": "^4.0.0",
    "gulp-clean": "^0.3.2",
    "gulp-concat": "^2.6.0",
    "gulp-connect": "^5.7.0",
    "gulp-eslint": "^4.0.0",
    "gulp-footer": "^2.0.2",
    "gulp-header": "^2.0.9",
    "gulp-if": "^3.0.0",
    "gulp-js-escape": "^1.0.1",
    "gulp-replace": "^1.0.0",
    "gulp-shell": "^0.8.0",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-terser": "^2.0.1",
    "gulp-util": "^3.0.0",
    "is-docker": "^2.2.1",
    "istanbul": "^0.4.5",
    "karma": "^6.3.2",
    "karma-babel-preprocessor": "^8.0.1",
    "karma-browserstack-launcher": "1.4.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.1",
    "karma-coverage-istanbul-reporter": "^3.0.3",
    "karma-es5-shim": "^0.0.4",
    "karma-firefox-launcher": "^2.1.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-opera-launcher": "^1.0.0",
    "karma-safari-launcher": "^1.0.0",
    "karma-script-launcher": "^1.0.0",
    "karma-sinon": "^1.0.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "^0.0.32",
    "karma-webpack": "^3.0.5",
    "lodash": "^4.17.21",
    "mocha": "^5.0.0",
    "morgan": "^1.10.0",
    "open": "^8.2.0",
    "resolve-from": "^5.0.0",
    "sinon": "^4.1.3",
    "through2": "^4.0.2",
    "url-parse": "^1.0.5",
    "webdriverio": "^7.6.1",
    "webpack": "^3.0.0",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-stream": "^3.2.0",
    "yargs": "^17.0.1"
  },
  "dependencies": {
    "babel-plugin-transform-object-assign": "^6.22.0",
    "core-js": "^3.13.0",
    "core-js-pure": "^3.13.0",
    "criteo-direct-rsa-validate": "^1.1.0",
    "crypto-js": "^3.3.0",
    "dlv": "1.1.3",
    "dset": "2.0.1",
    "express": "^4.15.4",
    "fun-hooks": "^0.9.9",
    "just-clone": "^1.0.2",
    "live-connect-js": "2.0.0"
  }
}
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!

> fibers@5.0.0 install /app/prebid.js/prebid_5.2.0/node_modules/fibers
> node build.js || nodejs build.js

gyp ERR! find Python 
gyp ERR! find Python Python is not set from command line or npm configuration
gyp ERR! find Python Python is not set from environment variable PYTHON
gyp ERR! find Python checking if "python" can be used
gyp ERR! find Python - "python" is not in PATH or produced an error
gyp ERR! find Python checking if "python2" can be used
gyp ERR! find Python - "python2" is not in PATH or produced an error
gyp ERR! find Python checking if "python3" can be used
gyp ERR! find Python - "python3" is not in PATH or produced an error
gyp ERR! find Python 
gyp ERR! find Python **********************************************************
gyp ERR! find Python You need to install the latest version of Python.
gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
gyp ERR! find Python you can try one of the following options:
gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable"
gyp ERR! find Python   (accepted by both node-gyp and npm)
gyp ERR! find Python - Set the environment variable PYTHON
gyp ERR! find Python - Set the npm configuration variable python:
gyp ERR! find Python   npm config set python "/path/to/pythonexecutable"
gyp ERR! find Python For more information consult the documentation at:
gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
gyp ERR! find Python **********************************************************
gyp ERR! find Python 
gyp ERR! configure error 
gyp ERR! stack Error: Could not find any Python installation to use
gyp ERR! stack     at PythonFinder.fail (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:307:47)
gyp ERR! stack     at PythonFinder.runChecks (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:136:21)
gyp ERR! stack     at PythonFinder.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:179:16)
gyp ERR! stack     at PythonFinder.execFileCallback (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:271:16)
gyp ERR! stack     at exithandler (child_process.js:301:5)
gyp ERR! stack     at ChildProcess.errorhandler (child_process.js:313:5)
gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)
gyp ERR! stack     at onErrorNT (internal/child_process.js:415:16)
gyp ERR! stack     at process._tickCallback (internal/process/next_tick.js:63:19)
gyp ERR! System Linux 4.19.0-16-cloud-amd64
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--release"
gyp ERR! cwd /app/prebid.js/prebid_5.2.0/node_modules/fibers
gyp ERR! node -v v10.24.1
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok 
node-gyp exited with code: 1
Please make sure you are using a supported platform and node version. If you
would like to compile fibers on this machine please make sure you have setup your
build environment--
Windows + OS X instructions here: https://github.com/nodejs/node-gyp
Ubuntu users please run: `sudo apt-get install g++ build-essential`
RHEL users please run: `yum install gcc-c++` and `yum groupinstall 'Development Tools'` 
Alpine users please run: `sudo apk add python make g++`
gyp ERR! find Python 
gyp ERR! find Python Python is not set from command line or npm configuration
gyp ERR! find Python Python is not set from environment variable PYTHON
gyp ERR! find Python checking if "python" can be used
gyp ERR! find Python - "python" is not in PATH or produced an error
gyp ERR! find Python checking if "python2" can be used
gyp ERR! find Python - "python2" is not in PATH or produced an error
gyp ERR! find Python checking if "python3" can be used
gyp ERR! find Python - "python3" is not in PATH or produced an error
gyp ERR! find Python 
gyp ERR! find Python **********************************************************
gyp ERR! find Python You need to install the latest version of Python.
gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
gyp ERR! find Python you can try one of the following options:
gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable"
gyp ERR! find Python   (accepted by both node-gyp and npm)
gyp ERR! find Python - Set the environment variable PYTHON
gyp ERR! find Python - Set the npm configuration variable python:
gyp ERR! find Python   npm config set python "/path/to/pythonexecutable"
gyp ERR! find Python For more information consult the documentation at:
gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
gyp ERR! find Python **********************************************************
gyp ERR! find Python 
gyp ERR! configure error 
gyp ERR! stack Error: Could not find any Python installation to use
gyp ERR! stack     at PythonFinder.fail (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:307:47)
gyp ERR! stack     at PythonFinder.runChecks (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:136:21)
gyp ERR! stack     at PythonFinder.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:179:16)
gyp ERR! stack     at PythonFinder.execFileCallback (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:271:16)
gyp ERR! stack     at exithandler (child_process.js:301:5)
gyp ERR! stack     at ChildProcess.errorhandler (child_process.js:313:5)
gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)
gyp ERR! stack     at onErrorNT (internal/child_process.js:415:16)
gyp ERR! stack     at process._tickCallback (internal/process/next_tick.js:63:19)
gyp ERR! System Linux 4.19.0-16-cloud-amd64
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--release"
gyp ERR! cwd /app/prebid.js/prebid_5.2.0/node_modules/fibers
gyp ERR! node -v v10.24.1
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok 
node-gyp exited with code: 1
Please make sure you are using a supported platform and node version. If you
would like to compile fibers on this machine please make sure you have setup your
build environment--
Windows + OS X instructions here: https://github.com/nodejs/node-gyp
Ubuntu users please run: `sudo apt-get install g++ build-essential`
RHEL users please run: `yum install gcc-c++` and `yum groupinstall 'Development Tools'` 
Alpine users please run: `sudo apk add python make g++`
npm WARN notsup Unsupported engine for open@8.2.1: wanted: {"node":">=12"} (current: {"node":"10.24.1","npm":"6.14.12"})
npm WARN notsup Not compatible with your version of node/npm: open@8.2.1
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-stream/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/glob-watcher/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fibers@5.0.0 install: `node build.js || nodejs build.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the fibers@5.0.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-07-01T12_57_42_153Z-debug.log
Error: yargs supports a minimum Node.js version of 12. Read our version support policy: https://github.com/yargs/yargs#supported-nodejs-versions
    at Object.<anonymous> (/app/prebid.js/prebid_5.2.0/node_modules/yargs/build/index.cjs:1:55294)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/app/prebid.js/prebid_5.2.0/node_modules/yargs/index.cjs:5:30)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
../prebid_5.2.0 installed
Copying working_master to ../prebid_4.43.1
Note: switching to '4.43.1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 03808b9b Prebid 4.43.1 Release
{
  "name": "prebid.js",
  "version": "4.43.1",
  "description": "Header Bidding Management Library",
  "main": "src/prebid.js",
  "scripts": {
    "test": "gulp test",
    "lint": "gulp lint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prebid/Prebid.js.git"
  },
  "keywords": [
    "advertising",
    "auction",
    "header bidding",
    "prebid"
  ],
  "globalVarName": "stpd",
  "author": "the prebid.js contributors",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8.9.0"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "@jsdevtools/coverage-istanbul-loader": "^3.0.3",
    "@wdio/browserstack-service": "^6.1.4",
    "@wdio/cli": "^6.1.5",
    "@wdio/concise-reporter": "^6.1.5",
    "@wdio/local-runner": "^6.1.7",
    "@wdio/mocha-framework": "^6.1.6",
    "@wdio/spec-reporter": "^6.1.5",
    "@wdio/sync": "^6.1.5",
    "ajv": "5.5.2",
    "babel-loader": "^8.0.5",
    "body-parser": "^1.19.0",
    "chai": "^4.2.0",
    "coveralls": "^3.1.0",
    "deep-equal": "^2.0.3",
    "documentation": "^5.2.2",
    "es5-shim": "^4.5.14",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^5.1.0",
    "eslint-plugin-prebid": "file:./plugins/eslint",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "execa": "^1.0.0",
    "faker": "^3.1.0",
    "fs.extra": "^1.3.2",
    "gulp": "^4.0.0",
    "gulp-clean": "^0.3.2",
    "gulp-concat": "^2.6.0",
    "gulp-connect": "^5.7.0",
    "gulp-eslint": "^4.0.0",
    "gulp-footer": "^2.0.2",
    "gulp-header": "^1.7.1",
    "gulp-if": "^2.0.2",
    "gulp-js-escape": "^1.0.1",
    "gulp-replace": "^1.0.0",
    "gulp-shell": "^0.5.2",
    "gulp-sourcemaps": "^2.6.0",
    "gulp-uglify": "^3.0.0",
    "gulp-util": "^3.0.0",
    "is-docker": "^1.1.0",
    "istanbul": "^0.4.5",
    "karma": "^4.0.0",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-browserstack-launcher": "1.4.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^2.0.1",
    "karma-coverage-istanbul-reporter": "^1.3.0",
    "karma-es5-shim": "^0.0.4",
    "karma-firefox-launcher": "^1.3.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-opera-launcher": "^1.0.0",
    "karma-safari-launcher": "^1.0.0",
    "karma-script-launcher": "^1.0.0",
    "karma-sinon": "^1.0.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "^0.0.31",
    "karma-webpack": "^3.0.5",
    "lodash": "^4.17.21",
    "mocha": "^5.0.0",
    "morgan": "^1.10.0",
    "opn": "^5.4.0",
    "resolve-from": "^5.0.0",
    "sinon": "^4.1.3",
    "through2": "^2.0.3",
    "url-parse": "^1.0.5",
    "webdriverio": "^6.1.5",
    "webpack": "^3.0.0",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-stream": "^3.2.0",
    "yargs": "^1.3.1"
  },
  "dependencies": {
    "babel-plugin-transform-object-assign": "^6.22.0",
    "core-js": "^3.0.0",
    "core-js-pure": "^3.6.5",
    "criteo-direct-rsa-validate": "^1.1.0",
    "crypto-js": "^3.3.0",
    "dlv": "1.1.3",
    "dset": "2.0.1",
    "express": "^4.15.4",
    "fun-hooks": "^0.9.9",
    "just-clone": "^1.0.2",
    "live-connect-js": "2.0.0"
  }
}

> fibers@4.0.3 install /app/prebid.js/prebid_4.43.1/node_modules/fibers
> node build.js || nodejs build.js

`linux-x64-64-musl` exists; testing
Binary is fine; exiting

> core-js@2.6.11 postinstall /app/prebid.js/prebid_4.43.1/node_modules/babel-register/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

> core-js@2.6.11 postinstall /app/prebid.js/prebid_4.43.1/node_modules/babel-runtime/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

> ejs@3.1.3 postinstall /app/prebid.js/prebid_4.43.1/node_modules/ejs
> node --harmony ./postinstall.js

Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)

> ejs@2.7.4 postinstall /app/prebid.js/prebid_4.43.1/node_modules/webpack-bundle-analyzer/node_modules/ejs
> node ./postinstall.js

Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)

> uglifyjs-webpack-plugin@0.4.6 postinstall /app/prebid.js/prebid_4.43.1/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js

> parse-domain@2.3.4 postinstall /app/prebid.js/prebid_4.43.1/node_modules/parse-domain
> run-s build:tries

> parse-domain@2.3.4 build:tries /app/prebid.js/prebid_4.43.1/node_modules/parse-domain
> node scripts/build-tries.js

Downloading public suffix list from https://publicsuffix.org/list/public_suffix_list.dat... ok
Writing /app/prebid.js/prebid_4.43.1/node_modules/parse-domain/build/tries/icann.complete.json... ok
Writing /app/prebid.js/prebid_4.43.1/node_modules/parse-domain/build/tries/icann.light.json... ok
Writing /app/prebid.js/prebid_4.43.1/node_modules/parse-domain/build/tries/private.complete.json... ok
Running sanity check... 
Could not update list of known top-level domains for parse-domain because of "Command failed: /usr/local/bin/node /app/prebid.js/prebid_4.43.1/node_modules/jest/bin/jest.js"
Using possibly outdated prebuilt list from Sat Nov 02 2019

> core-js@3.6.5 postinstall /app/prebid.js/prebid_4.43.1/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

> core-js-pure@3.6.5 postinstall /app/prebid.js/prebid_4.43.1/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

> sinon@4.5.0 postinstall /app/prebid.js/prebid_4.43.1/node_modules/sinon
> node scripts/support-sinon.js

Have some ❤️ for Sinon? You can support the project via Open Collective:
 > https://opencollective.com/sinon/donate

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-stream/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/jest-haste-map/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/glob-watcher/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/documentation/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 2611 packages from 2504 contributors and audited 2626 packages in 76.984s

112 packages are looking for funding
  run `npm fund` for details

found 92 vulnerabilities (12 low, 33 moderate, 46 high, 1 critical)
  run `npm audit fix` to fix them, or `npm audit` for details
[12:59:07] Using gulpfile /app/prebid.js/prebid_4.43.1/gulpfile.js
[12:59:07] Starting 'build'...
[12:59:07] Starting 'clean'...
[12:59:07] Finished 'clean' after 33 ms
[12:59:07] Starting 'build-bundle-prod'...
[12:59:07] Starting 'makeWebpackPkg'...
[13:00:14] Version: webpack 3.12.0
                           Asset     Size  Chunks                    Chunk Names
                     multibid.js  14.4 kB     212  [emitted]         multibid
             adagioBidAdapter.js  75.4 kB       0  [emitted]         adagioBidAdapter
           liveIntentIdSystem.js  70.3 kB       2  [emitted]         liveIntentIdSystem
              idImportLibrary.js  42.6 kB       3  [emitted]         idImportLibrary
   yuktamediaAnalyticsAdapter.js  25.4 kB       4  [emitted]         yuktamediaAnalyticsAdapter
     yieldoneAnalyticsAdapter.js  17.3 kB       5  [emitted]         yieldoneAnalyticsAdapter
          validationFpdModule.js  15.1 kB       6  [emitted]         validationFpdModule
                       userId.js  45.9 kB       7  [emitted]         userId
     ucfunnelAnalyticsAdapter.js  17.8 kB       8  [emitted]         ucfunnelAnalyticsAdapter
      terceptAnalyticsAdapter.js  15.1 kB       9  [emitted]         terceptAnalyticsAdapter
         staqAnalyticsAdapter.js  25.1 kB      10  [emitted]         staqAnalyticsAdapter
              sovrnBidAdapter.js  16.3 kB      11  [emitted]         sovrnBidAdapter
        sovrnAnalyticsAdapter.js  22.2 kB      12  [emitted]         sovrnAnalyticsAdapter
           sortableBidAdapter.js  22.4 kB      13  [emitted]         sortableBidAdapter
     sortableAnalyticsAdapter.js  26.9 kB      14  [emitted]         sortableAnalyticsAdapter
       sonobiAnalyticsAdapter.js  19.2 kB      15  [emitted]         sonobiAnalyticsAdapter
      smartadserverBidAdapter.js  16.2 kB      16  [emitted]         smartadserverBidAdapter
      sigmoidAnalyticsAdapter.js  18.7 kB      17  [emitted]         sigmoidAnalyticsAdapter
 sharethroughAnalyticsAdapter.js  11.5 kB      18  [emitted]         sharethroughAnalyticsAdapter
    scaleableAnalyticsAdapter.js  16.9 kB      19  [emitted]         scaleableAnalyticsAdapter
      rubiconAnalyticsAdapter.js  45.4 kB      20  [emitted]         rubiconAnalyticsAdapter
        roxotAnalyticsAdapter.js  24.2 kB      21  [emitted]         roxotAnalyticsAdapter
         rivrAnalyticsAdapter.js  10.8 kB      22  [emitted]         rivrAnalyticsAdapter
     relevantAnalyticsAdapter.js  10.5 kB      23  [emitted]         relevantAnalyticsAdapter
       realvuAnalyticsAdapter.js  38.2 kB      24  [emitted]         realvuAnalyticsAdapter
   pulsepointAnalyticsAdapter.js  9.29 kB      25  [emitted]         pulsepointAnalyticsAdapter
       pubxaiAnalyticsAdapter.js  17.2 kB      26  [emitted]         pubxaiAnalyticsAdapter
      pubwiseAnalyticsAdapter.js  20.2 kB      27  [emitted]         pubwiseAnalyticsAdapter
     pubstackAnalyticsAdapter.js  9.22 kB      28  [emitted]         pubstackAnalyticsAdapter
      pubperfAnalyticsAdapter.js  9.93 kB      29  [emitted]         pubperfAnalyticsAdapter
     pubmaticAnalyticsAdapter.js  27.7 kB      30  [emitted]         pubmaticAnalyticsAdapter
prebidmanagerAnalyticsAdapter.js  15.8 kB      31  [emitted]         prebidmanagerAnalyticsAdapter
       prebidServerBidAdapter.js  56.1 kB      32  [emitted]         prebidServerBidAdapter
      optimonAnalyticsAdapter.js  9.41 kB      33  [emitted]         optimonAnalyticsAdapter
        openxAnalyticsAdapter.js  37.9 kB      34  [emitted]         openxAnalyticsAdapter
         ooloAnalyticsAdapter.js  28.2 kB      35  [emitted]         ooloAnalyticsAdapter
             onetagBidAdapter.js  22.9 kB      36  [emitted]         onetagBidAdapter
     medianetAnalyticsAdapter.js  47.8 kB      37  [emitted]         medianetAnalyticsAdapter
    marsmediaAnalyticsAdapter.js  10.7 kB      38  [emitted]         marsmediaAnalyticsAdapter
    liveyieldAnalyticsAdapter.js  24.1 kB      39  [emitted]         liveyieldAnalyticsAdapter
  livewrappedAnalyticsAdapter.js  21.8 kB      40  [emitted]         livewrappedAnalyticsAdapter
      konduitAnalyticsAdapter.js  18.1 kB      41  [emitted]         konduitAnalyticsAdapter
        kargoAnalyticsAdapter.js  9.21 kB      42  [emitted]         kargoAnalyticsAdapter
    invisiblyAnalyticsAdapter.js  16.6 kB      43  [emitted]         invisiblyAnalyticsAdapter
     improvedigitalBidAdapter.js  34.7 kB      44  [emitted]         improvedigitalBidAdapter
          id5AnalyticsAdapter.js  21.8 kB      45  [emitted]         id5AnalyticsAdapter
      fintezaAnalyticsAdapter.js  20.1 kB      46  [emitted]         fintezaAnalyticsAdapter
    eplanningAnalyticsAdapter.js  12.7 kB      47  [emitted]         eplanningAnalyticsAdapter
   datablocksAnalyticsAdapter.js  9.27 kB      48  [emitted]         datablocksAnalyticsAdapter
          connectadBidAdapter.js  15.4 kB      49  [emitted]         connectadBidAdapter
      concertAnalyticsAdapter.js  14.8 kB      50  [emitted]         concertAnalyticsAdapter
       bluebillywigBidAdapter.js  26.3 kB      51  [emitted]         bluebillywigBidAdapter
          atsAnalyticsAdapter.js  19.8 kB      52  [emitted]         atsAnalyticsAdapter
     appnexusAnalyticsAdapter.js  9.29 kB      53  [emitted]         appnexusAnalyticsAdapter
       appierAnalyticsAdapter.js  19.9 kB      54  [emitted]         appierAnalyticsAdapter
   adxpremiumAnalyticsAdapter.js  19.6 kB      55  [emitted]         adxpremiumAnalyticsAdapter
        adxcgAnalyticsAdapter.js  15.4 kB      56  [emitted]         adxcgAnalyticsAdapter
       adomikAnalyticsAdapter.js  19.1 kB      57  [emitted]         adomikAnalyticsAdapter
       adlooxAnalyticsAdapter.js  21.4 kB      58  [emitted]         adlooxAnalyticsAdapter
  adkernelAdnAnalyticsAdapter.js    24 kB      59  [emitted]         adkernelAdnAnalyticsAdapter
       adagioAnalyticsAdapter.js  11.3 kB      60  [emitted]         adagioAnalyticsAdapter
        adWMGAnalyticsAdapter.js  20.1 kB      61  [emitted]         adWMGAnalyticsAdapter
            zetaSspBidAdapter.js  7.79 kB      62  [emitted]         zetaSspBidAdapter
               zetaBidAdapter.js  6.92 kB      63  [emitted]         zetaBidAdapter
         zeotapIdPlusIdSystem.js  2.89 kB      64  [emitted]         zeotapIdPlusIdSystem
            zemantaBidAdapter.js  11.8 kB      65  [emitted]         zemantaBidAdapter
               zedoBidAdapter.js  13.4 kB      66  [emitted]         zedoBidAdapter
           yieldoneBidAdapter.js   9.3 kB      67  [emitted]         yieldoneBidAdapter
            yieldmoBidAdapter.js  24.5 kB      68  [emitted]         yieldmoBidAdapter
          yieldliftBidAdapter.js  5.84 kB      69  [emitted]         yieldliftBidAdapter
           yieldlabBidAdapter.js  10.3 kB      70  [emitted]         yieldlabBidAdapter
                xhbBidAdapter.js  19.9 kB      71  [emitted]         xhbBidAdapter
              wipesBidAdapter.js   2.9 kB      72  [emitted]         wipesBidAdapter
         windtalkerBidAdapter.js  11.5 kB      73  [emitted]         windtalkerBidAdapter
          widespaceBidAdapter.js  10.5 kB      74  [emitted]         widespaceBidAdapter
             welectBidAdapter.js  5.29 kB      75  [emitted]         welectBidAdapter
            waardexBidAdapter.js  13.2 kB      76  [emitted]         waardexBidAdapter
             vuukleBidAdapter.js  2.36 kB      77  [emitted]         vuukleBidAdapter
              vubleBidAdapter.js  7.41 kB      78  [emitted]         vubleBidAdapter
             vrtcalBidAdapter.js   3.5 kB      79  [emitted]         vrtcalBidAdapter
                voxBidAdapter.js  9.85 kB      80  [emitted]         voxBidAdapter
                vmgBidAdapter.js     3 kB      81  [emitted]         vmgBidAdapter
               visxBidAdapter.js  16.2 kB      82  [emitted]         visxBidAdapter
         viewdeosDXBidAdapter.js  9.54 kB      83  [emitted]         viewdeosDXBidAdapter
         videoreachBidAdapter.js   3.9 kB      84  [emitted]         videoreachBidAdapter
            videofyBidAdapter.js  11.4 kB      85  [emitted]         videofyBidAdapter
           videoNowBidAdapter.js  6.76 kB      86  [emitted]         videoNowBidAdapter
            vidazooBidAdapter.js  10.3 kB      87  [emitted]         vidazooBidAdapter
                 viBidAdapter.js  18.6 kB      88  [emitted]         viBidAdapter
         verizonMediaIdSystem.js  4.97 kB      89  [emitted]         verizonMediaIdSystem
              vdoaiBidAdapter.js   4.8 kB      90  [emitted]         vdoaiBidAdapter
              userIdTargeting.js  4.04 kB      91  [emitted]         userIdTargeting
             unrulyBidAdapter.js   6.1 kB      92  [emitted]         unrulyBidAdapter
              unifiedIdSystem.js  3.17 kB      93  [emitted]         unifiedIdSystem
            unicornBidAdapter.js  5.91 kB      94  [emitted]         unicornBidAdapter
          undertoneBidAdapter.js  7.63 kB      95  [emitted]         undertoneBidAdapter
      underdogmediaBidAdapter.js  6.67 kB      96  [emitted]         underdogmediaBidAdapter
                 uid2IdSystem.js  3.24 kB      97  [emitted]         uid2IdSystem
           ucfunnelBidAdapter.js  14.4 kB      98  [emitted]         ucfunnelBidAdapter
        turktelekomBidAdapter.js    10 kB      99  [emitted]         turktelekomBidAdapter
             trustxBidAdapter.js  22.3 kB     100  [emitted]         trustxBidAdapter
          truereachBidAdapter.js  5.29 kB     101  [emitted]         truereachBidAdapter
         tripleliftBidAdapter.js  14.4 kB     102  [emitted]         tripleliftBidAdapter
              trionBidAdapter.js  8.06 kB     103  [emitted]         trionBidAdapter
            tribeosBidAdapter.js  6.61 kB     104  [emitted]         tribeosBidAdapter
          trendqubeBidAdapter.js   4.6 kB     105  [emitted]         trendqubeBidAdapter
               tpmnBidAdapter.js  5.54 kB     106  [emitted]         tpmnBidAdapter
             topRTBBidAdapter.js  2.94 kB     107  [emitted]         topRTBBidAdapter
                timBidAdapter.js  6.26 kB     108  [emitted]         timBidAdapter
             theAdxBidAdapter.js  14.5 kB     109  [emitted]         theAdxBidAdapter
            temedyaBidAdapter.js   6.7 kB     110  [emitted]         temedyaBidAdapter
            telariaBidAdapter.js  11.2 kB     111  [emitted]         telariaBidAdapter
              teadsBidAdapter.js  7.86 kB     112  [emitted]         teadsBidAdapter
              tappxBidAdapter.js  18.3 kB     113  [emitted]         tappxBidAdapter
            taphypeBidAdapter.js   1.9 kB     114  [emitted]         taphypeBidAdapter
                tapadIdSystem.js  2.91 kB     115  [emitted]         tapadIdSystem
       synacormediaBidAdapter.js  14.3 kB     116  [emitted]         synacormediaBidAdapter
            sublimeBidAdapter.js  9.07 kB     117  [emitted]         sublimeBidAdapter
                stvBidAdapter.js  5.65 kB     118  [emitted]         stvBidAdapter
        stroeerCoreBidAdapter.js  8.05 kB     119  [emitted]         stroeerCoreBidAdapter
              sspBCBidAdapter.js  14.9 kB     120  [emitted]         sspBCBidAdapter
              spotxBidAdapter.js    30 kB     121  [emitted]         spotxBidAdapter
             sonobiBidAdapter.js  19.5 kB     122  [emitted]         sonobiBidAdapter
               somoBidAdapter.js  9.84 kB     123  [emitted]         somoBidAdapter
               smmsBidAdapter.js  6.13 kB     124  [emitted]         smmsBidAdapter
        smilewantedBidAdapter.js  7.73 kB     125  [emitted]         smilewantedBidAdapter
          smartyadsBidAdapter.js  4.52 kB     126  [emitted]         smartyadsBidAdapter
             smartxBidAdapter.js  20.1 kB     127  [emitted]         smartxBidAdapter
           smartrtbBidAdapter.js  4.72 kB     128  [emitted]         smartrtbBidAdapter
           smarticoBidAdapter.js   5.3 kB     129  [emitted]         smarticoBidAdapter
             smaatoBidAdapter.js  11.3 kB     130  [emitted]         smaatoBidAdapter
            slimcutBidAdapter.js     5 kB     131  [emitted]         slimcutBidAdapter
                sizeMappingV2.js  36.3 kB     132  [emitted]         sizeMappingV2
           sirdataRtdProvider.js  26.1 kB     133  [emitted]         sirdataRtdProvider
      showheroes-bsBidAdapter.js  12.2 kB     134  [emitted]         showheroes-bsBidAdapter
             shinezBidAdapter.js  2.92 kB     135  [emitted]         shinezBidAdapter
       sharethroughBidAdapter.js  11.7 kB     136  [emitted]         sharethroughBidAdapter
               sharedIdSystem.js  12.1 kB     137  [emitted]         sharedIdSystem
          sekindoUMBidAdapter.js  7.04 kB     138  [emitted]         sekindoUMBidAdapter
           segmentoBidAdapter.js  2.62 kB     139  [emitted]         segmentoBidAdapter
            seedtagBidAdapter.js  9.43 kB     140  [emitted]         seedtagBidAdapter
    seedingAllianceBidAdapter.js  7.69 kB     141  [emitted]         seedingAllianceBidAdapter
                       schain.js  7.72 kB     142  [emitted]         schain
            saambaaBidAdapter.js  17.4 kB     143  [emitted]         saambaaBidAdapter
                   s2sTesting.js  5.07 kB     144  [emitted]         s2sTesting
            rubiconBidAdapter.js  55.2 kB     145  [emitted]         rubiconBidAdapter
                    rtdModule.js  12.8 kB     146  [emitted]         rtdModule
       rtbsolutionsBidAdapter.js  3.48 kB     147  [emitted]         rtbsolutionsBidAdapter
            rtbsapeBidAdapter.js  5.54 kB     148  [emitted]         rtbsapeBidAdapter
           rtbhouseBidAdapter.js  13.6 kB     149  [emitted]         rtbhouseBidAdapter
          rtbdemandBidAdapter.js  4.26 kB     150  [emitted]         rtbdemandBidAdapter
               riseBidAdapter.js  12.2 kB     151  [emitted]         riseBidAdapter
       richaudienceBidAdapter.js  11.4 kB     152  [emitted]         richaudienceBidAdapter
          rhythmoneBidAdapter.js  9.81 kB     153  [emitted]         rhythmoneBidAdapter
         revcontentBidAdapter.js  9.67 kB     154  [emitted]         revcontentBidAdapter
       resultsmediaBidAdapter.js  9.14 kB     155  [emitted]         resultsmediaBidAdapter
       resetdigitalBidAdapter.js  4.96 kB     156  [emitted]         resetdigitalBidAdapter
             reloadBidAdapter.js  11.8 kB     157  [emitted]         reloadBidAdapter
            relaidoBidAdapter.js  11.3 kB     158  [emitted]         relaidoBidAdapter
        reklamstoreBidAdapter.js  7.07 kB     159  [emitted]         reklamstoreBidAdapter
    reconciliationRtdProvider.js  8.91 kB     160  [emitted]         reconciliationRtdProvider
           readpeakBidAdapter.js  9.88 kB     161  [emitted]         readpeakBidAdapter
            rakutenBidAdapter.js  4.62 kB     162  [emitted]         rakutenBidAdapter
               radsBidAdapter.js  9.02 kB     163  [emitted]         radsBidAdapter
             qwarryBidAdapter.js  4.07 kB     164  [emitted]         qwarryBidAdapter
            quantcastIdSystem.js  1.96 kB     165  [emitted]         quantcastIdSystem
          quantcastBidAdapter.js  13.6 kB     166  [emitted]         quantcastBidAdapter
               pxyzBidAdapter.js  6.38 kB     167  [emitted]         pxyzBidAdapter
         pulsepointBidAdapter.js  16.7 kB     168  [emitted]         pulsepointBidAdapter
               pubxBidAdapter.js   3.7 kB     169  [emitted]         pubxBidAdapter
            pubwiseBidAdapter.js  30.5 kB     170  [emitted]         pubwiseBidAdapter
           pubmaticBidAdapter.js  54.1 kB     171  [emitted]         pubmaticBidAdapter
          pubgeniusBidAdapter.js  9.66 kB     172  [emitted]         pubgeniusBidAdapter
          pubProvidedIdSystem.js  2.19 kB     173  [emitted]         pubProvidedIdSystem
            pubCommonIdSystem.js    15 kB     174  [emitted]         pubCommonIdSystem
                  pubCommonId.js  12.7 kB     175  [emitted]         pubCommonId
         proxistoreBidAdapter.js  5.06 kB     176  [emitted]         proxistoreBidAdapter
   projectLimeLightBidAdapter.js  4.47 kB     177  [emitted]         projectLimeLightBidAdapter
                  priceFloors.js  41.4 kB     178  [emitted]         priceFloors
         platformioBidAdapter.js  11.5 kB     179  [emitted]         platformioBidAdapter
          piximediaBidAdapter.js  2.08 kB     180  [emitted]         piximediaBidAdapter
         permutiveRtdProvider.js  8.96 kB     181  [emitted]         permutiveRtdProvider
          performaxBidAdapter.js  2.53 kB     182  [emitted]         performaxBidAdapter
             parrableIdSystem.js  13.9 kB     183  [emitted]         parrableIdSystem
            papyrusBidAdapter.js  2.93 kB     184  [emitted]         papyrusBidAdapter
           padsquadBidAdapter.js  5.25 kB     185  [emitted]         padsquadBidAdapter
              ozoneBidAdapter.js  69.4 kB     186  [emitted]         ozoneBidAdapter
             outconBidAdapter.js  3.54 kB     187  [emitted]         outconBidAdapter
           outbrainBidAdapter.js  11.6 kB     188  [emitted]         outbrainBidAdapter
                otmBidAdapter.js   2.8 kB     189  [emitted]         otmBidAdapter
           orbidderBidAdapter.js  4.68 kB     190  [emitted]         orbidderBidAdapter
          optimeraRtdProvider.js   6.8 kB     191  [emitted]         optimeraRtdProvider
           optimeraBidAdapter.js  3.62 kB     192  [emitted]         optimeraBidAdapter
              openxBidAdapter.js  22.5 kB     193  [emitted]         openxBidAdapter
              open8BidAdapter.js  6.37 kB     194  [emitted]         open8BidAdapter
           onomagicBidAdapter.js  10.2 kB     195  [emitted]         onomagicBidAdapter
           oneVideoBidAdapter.js  18.7 kB     196  [emitted]         oneVideoBidAdapter
              oguryBidAdapter.js  4.69 kB     197  [emitted]         oguryBidAdapter
              novatiqIdSystem.js  3.92 kB     198  [emitted]         novatiqIdSystem
              nobidBidAdapter.js  17.7 kB     199  [emitted]         nobidBidAdapter
             nextrollIdSystem.js  2.37 kB     200  [emitted]         nextrollIdSystem
           nextrollBidAdapter.js  12.2 kB     201  [emitted]         nextrollBidAdapter
     nextMillenniumBidAdapter.js  2.87 kB     202  [emitted]         nextMillenniumBidAdapter
     newborntownWebBidAdapter.js  5.88 kB     203  [emitted]         newborntownWebBidAdapter
                  netIdSystem.js  1.66 kB     204  [emitted]         netIdSystem
             nativoBidAdapter.js  10.7 kB     205  [emitted]         nativoBidAdapter
    nasmediaAdmixerBidAdapter.js  2.87 kB     206  [emitted]         nasmediaAdmixerBidAdapter
    nanointeractiveBidAdapter.js   6.7 kB     207  [emitted]         nanointeractiveBidAdapter
         nafdigitalBidAdapter.js  9.66 kB     208  [emitted]         nafdigitalBidAdapter
           mytargetBidAdapter.js  3.62 kB     209  [emitted]         mytargetBidAdapter
           my6senseBidAdapter.js  6.59 kB     210  [emitted]         my6senseBidAdapter
           mwOpenLinkIdSystem.js  5.01 kB     211  [emitted]         mwOpenLinkIdSystem
             criteoBidAdapter.js  43.9 kB       1  [emitted]         criteoBidAdapter
           mobsmartBidAdapter.js  3.27 kB     213  [emitted]         mobsmartBidAdapter
           mobfoxpbBidAdapter.js  4.82 kB     214  [emitted]         mobfoxpbBidAdapter
             mobfoxBidAdapter.js  6.06 kB     215  [emitted]         mobfoxBidAdapter
            missenaBidAdapter.js  4.01 kB     216  [emitted]         missenaBidAdapter
            microadBidAdapter.js  5.12 kB     217  [emitted]         microadBidAdapter
               mgidBidAdapter.js  23.6 kB     218  [emitted]         mgidBidAdapter
               merkleIdSystem.js  5.49 kB     219  [emitted]         merkleIdSystem
        mediasquareBidAdapter.js  8.97 kB     220  [emitted]         mediasquareBidAdapter
           medianetBidAdapter.js  18.7 kB     221  [emitted]         medianetBidAdapter
            mediagoBidAdapter.js  14.7 kB     222  [emitted]         mediagoBidAdapter
         mediaforceBidAdapter.js  12.7 kB     223  [emitted]         mediaforceBidAdapter
              meazyBidAdapter.js   5.3 kB     224  [emitted]         meazyBidAdapter
                         mass.js  7.29 kB     225  [emitted]         mass
          marsmediaBidAdapter.js  15.9 kB     226  [emitted]         marsmediaBidAdapter
             mantisBidAdapter.js  10.2 kB     227  [emitted]         mantisBidAdapter
             malltvBidAdapter.js  4.91 kB     228  [emitted]         malltvBidAdapter
         madvertiseBidAdapter.js  4.22 kB     229  [emitted]         madvertiseBidAdapter
         luponmediaBidAdapter.js    18 kB     230  [emitted]         luponmediaBidAdapter
        lunamediahbBidAdapter.js  4.99 kB     231  [emitted]         lunamediahbBidAdapter
          lunamediaBidAdapter.js  17.3 kB     232  [emitted]         lunamediaBidAdapter
       lotamePanoramaIdSystem.js  8.76 kB     233  [emitted]         lotamePanoramaIdSystem
             loopmeBidAdapter.js  5.84 kB     234  [emitted]         loopmeBidAdapter
            logicadBidAdapter.js  2.76 kB     235  [emitted]         logicadBidAdapter
              loganBidAdapter.js  5.54 kB     236  [emitted]         loganBidAdapter
         lockerdomeBidAdapter.js  3.23 kB     237  [emitted]         lockerdomeBidAdapter
               lkqdBidAdapter.js  12.8 kB     238  [emitted]         lkqdBidAdapter
        livewrappedBidAdapter.js  14.5 kB     239  [emitted]         livewrappedBidAdapter
         lifestreetBidAdapter.js  6.05 kB     240  [emitted]         lifestreetBidAdapter
              lemmaBidAdapter.js  15.5 kB     241  [emitted]         lemmaBidAdapter
            kubientBidAdapter.js  4.59 kB     242  [emitted]         kubientBidAdapter
         krushmediaBidAdapter.js  5.52 kB     243  [emitted]         krushmediaBidAdapter
               konduitWrapper.js  11.6 kB     244  [emitted]         konduitWrapper
            komoonaBidAdapter.js  5.43 kB     245  [emitted]         komoonaBidAdapter
             koblerBidAdapter.js  9.14 kB     246  [emitted]         koblerBidAdapter
              kargoBidAdapter.js  8.95 kB     247  [emitted]         kargoBidAdapter
          jwplayerRtdProvider.js  9.98 kB     248  [emitted]         jwplayerRtdProvider
        justpremiumBidAdapter.js  7.43 kB     249  [emitted]         justpremiumBidAdapter
              jixieBidAdapter.js  10.2 kB     250  [emitted]         jixieBidAdapter
                jcmBidAdapter.js  3.06 kB     251  [emitted]         jcmBidAdapter
                 ixBidAdapter.js  44.3 kB     252  [emitted]         ixBidAdapter
         ironsourceBidAdapter.js  12.2 kB     253  [emitted]         ironsourceBidAdapter
              ipromBidAdapter.js   3.1 kB     254  [emitted]         ipromBidAdapter
            invibesBidAdapter.js  19.5 kB     255  [emitted]         invibesBidAdapter
            invamiaBidAdapter.js  5.14 kB     256  [emitted]         invamiaBidAdapter
  interactiveOffersBidAdapter.js  6.39 kB     257  [emitted]         interactiveOffersBidAdapter
             intentIqIdSystem.js  6.59 kB     258  [emitted]         intentIqIdSystem
             instreamTracking.js  8.21 kB     259  [emitted]         instreamTracking
             inskinBidAdapter.js  12.4 kB     260  [emitted]         inskinBidAdapter
             innityBidAdapter.js   2.5 kB     261  [emitted]         innityBidAdapter
              inmarBidAdapter.js  4.45 kB     262  [emitted]         inmarBidAdapter
          impactifyBidAdapter.js  10.4 kB     263  [emitted]         impactifyBidAdapter
            imonomyBidAdapter.js  5.75 kB     264  [emitted]         imonomyBidAdapter
                  idxIdSystem.js  2.85 kB     265  [emitted]         idxIdSystem
         identityLinkIdSystem.js  5.42 kB     266  [emitted]         identityLinkIdSystem
                  id5IdSystem.js  15.5 kB     267  [emitted]         id5IdSystem
               iasRtdProvider.js   4.8 kB     268  [emitted]         iasRtdProvider
                iasBidAdapter.js  4.69 kB     269  [emitted]         iasBidAdapter
             hybridBidAdapter.js  10.2 kB     270  [emitted]         hybridBidAdapter
        hpmdnetworkBidAdapter.js  3.03 kB     271  [emitted]         hpmdnetworkBidAdapter
           haxmediaBidAdapter.js  4.99 kB     272  [emitted]         haxmediaBidAdapter
              haloRtdProvider.js  7.75 kB     273  [emitted]         haloRtdProvider
                 haloIdSystem.js  3.46 kB     274  [emitted]         haloIdSystem
           h12mediaBidAdapter.js   9.1 kB     275  [emitted]         h12mediaBidAdapter
             gumgumBidAdapter.js  20.7 kB     276  [emitted]         gumgumBidAdapter
             gridNMBidAdapter.js  11.4 kB     277  [emitted]         gridNMBidAdapter
               gridBidAdapter.js    18 kB     278  [emitted]         gridBidAdapter
                gptPreAuction.js  5.43 kB     279  [emitted]         gptPreAuction
          gothamadsBidAdapter.js  14.3 kB     280  [emitted]         gothamadsBidAdapter
       googleAnalyticsAdapter.js  8.69 kB     281  [emitted]         googleAnalyticsAdapter
               gnetBidAdapter.js  3.87 kB     282  [emitted]         gnetBidAdapter
             gmosspBidAdapter.js  6.04 kB     283  [emitted]         gmosspBidAdapter
             glomexBidAdapter.js  3.77 kB     284  [emitted]         glomexBidAdapter
            glimpseBidAdapter.js  3.32 kB     285  [emitted]         glimpseBidAdapter
            gjirafaBidAdapter.js  4.91 kB     286  [emitted]         gjirafaBidAdapter
          getintentBidAdapter.js  5.48 kB     287  [emitted]         getintentBidAdapter
           geoedgeRtdProvider.js  7.11 kB     288  [emitted]         geoedgeRtdProvider
              gdprEnforcement.js  22.3 kB     289  [emitted]         gdprEnforcement
            gamoshiBidAdapter.js  15.2 kB     290  [emitted]         gamoshiBidAdapter
              gammaBidAdapter.js  3.86 kB     291  [emitted]         gammaBidAdapter
      freewheel-sspBidAdapter.js  17.3 kB     292  [emitted]         freewheel-sspBidAdapter
       freeWheelAdserverVideo.js  1.35 kB     293  [emitted]         freeWheelAdserverVideo
                    fpdModule.js  2.52 kB     294  [emitted]         fpdModule
              fluctBidAdapter.js  4.34 kB     295  [emitted]         fluctBidAdapter
                 flocIdSystem.js  3.96 kB     296  [emitted]         flocIdSystem
           fidelityBidAdapter.js  5.88 kB     297  [emitted]         fidelityBidAdapter
             feedadBidAdapter.js  10.2 kB     298  [emitted]         feedadBidAdapter
              fabrickIdSystem.js  6.92 kB     299  [emitted]         fabrickIdSystem
                      express.js  8.22 kB     300  [emitted]         express
            etargetBidAdapter.js  6.46 kB     301  [emitted]         etargetBidAdapter
          eplanningBidAdapter.js  15.6 kB     302  [emitted]         eplanningBidAdapter
             envivoBidAdapter.js  4.65 kB     303  [emitted]         envivoBidAdapter
          enrichmentFpdModule.js  4.47 kB     304  [emitted]         enrichmentFpdModule
           engageyaBidAdapter.js   5.6 kB     305  [emitted]         engageyaBidAdapter
        emx_digitalBidAdapter.js  14.8 kB     306  [emitted]         emx_digitalBidAdapter
            emoteevBidAdapter.js  24.1 kB     307  [emitted]         emoteevBidAdapter
         edgequeryxBidAdapter.js  4.21 kB     308  [emitted]         edgequeryxBidAdapter
               ebdrBidAdapter.js  7.73 kB     309  [emitted]         ebdrBidAdapter
         e_volutionBidAdapter.js   4.3 kB     310  [emitted]         e_volutionBidAdapter
               dspxBidAdapter.js  8.96 kB     311  [emitted]         dspxBidAdapter
            docereeBidAdapter.js  4.01 kB     312  [emitted]         docereeBidAdapter
                  dmdIdSystem.js  2.18 kB     313  [emitted]         dmdIdSystem
               djaxBidAdapter.js  4.68 kB     314  [emitted]         djaxBidAdapter
       districtmDMXBidAdapter.js    20 kB     315  [emitted]         districtmDMXBidAdapter
         dgkeywordRtdProvider.js  8.63 kB     316  [emitted]         dgkeywordRtdProvider
             dfpAdServerVideo.js  14.9 kB     317  [emitted]         dfpAdServerVideo
       deepintentDpesIdSystem.js  2.08 kB     318  [emitted]         deepintentDpesIdSystem
         deepintentBidAdapter.js  7.37 kB     319  [emitted]         deepintentBidAdapter
        decenteradsBidAdapter.js  3.58 kB     320  [emitted]         decenteradsBidAdapter
         datablocksBidAdapter.js  12.3 kB     321  [emitted]         datablocksBidAdapter
          dailyhuntBidAdapter.js    15 kB     322  [emitted]         dailyhuntBidAdapter
                     currency.js  14.7 kB     323  [emitted]         currency
               criteoIdSystem.js   5.9 kB     324  [emitted]         criteoIdSystem
              craftBidAdapter.js  10.4 kB     325  [emitted]         craftBidAdapter
            cpmstarBidAdapter.js  8.16 kB     326  [emitted]         cpmstarBidAdapter
             cosmosBidAdapter.js  13.3 kB     327  [emitted]         cosmosBidAdapter
         conversantBidAdapter.js  14.4 kB     328  [emitted]         conversantBidAdapter
           convergeBidAdapter.js  11.8 kB     329  [emitted]         convergeBidAdapter
         consumableBidAdapter.js   6.5 kB     330  [emitted]         consumableBidAdapter
         consentManagementUsp.js  15.6 kB     331  [emitted]         consentManagementUsp
            consentManagement.js  25.4 kB     332  [emitted]         consentManagement
            concertBidAdapter.js  8.21 kB     333  [emitted]         concertBidAdapter
        colossussspBidAdapter.js  7.58 kB     334  [emitted]         colossussspBidAdapter
           colombiaBidAdapter.js  3.51 kB     335  [emitted]         colombiaBidAdapter
        collectcentBidAdapter.js  3.54 kB     336  [emitted]         collectcentBidAdapter
          coinzillaBidAdapter.js  3.73 kB     337  [emitted]         coinzillaBidAdapter
        cointrafficBidAdapter.js  4.05 kB     338  [emitted]         cointrafficBidAdapter
         clicktripzBidAdapter.js   2.4 kB     339  [emitted]         clicktripzBidAdapter
         clickforceBidAdapter.js  4.81 kB     340  [emitted]         clickforceBidAdapter
      cleanmedianetBidAdapter.js  11.9 kB     341  [emitted]         cleanmedianetBidAdapter
             cedatoBidAdapter.js  8.21 kB     342  [emitted]         cedatoBidAdapter
                ccxBidAdapter.js  10.5 kB     343  [emitted]         ccxBidAdapter
          categoryTranslation.js  5.81 kB     344  [emitted]         categoryTranslation
                c1xBidAdapter.js  6.51 kB     345  [emitted]         c1xBidAdapter
             byplayBidAdapter.js   3.9 kB     346  [emitted]         byplayBidAdapter
           buzzoolaBidAdapter.js  4.79 kB     347  [emitted]         buzzoolaBidAdapter
          bucksenseBidAdapter.js  5.22 kB     348  [emitted]         bucksenseBidAdapter
            browsiRtdProvider.js  10.6 kB     349  [emitted]         browsiRtdProvider
            britepoolIdSystem.js  7.03 kB     350  [emitted]         britepoolIdSystem
          brightcomBidAdapter.js  10.6 kB     351  [emitted]         brightcomBidAdapter
brightMountainMediaBidAdapter.js  8.25 kB     352  [emitted]         brightMountainMediaBidAdapter
         bridgewellBidAdapter.js  10.6 kB     353  [emitted]         bridgewellBidAdapter
            boldwinBidAdapter.js  4.77 kB     354  [emitted]         boldwinBidAdapter
          bizzclickBidAdapter.js  14.3 kB     355  [emitted]         bizzclickBidAdapter
           bidscubeBidAdapter.js  3.59 kB     356  [emitted]         bidscubeBidAdapter
         bidphysicsBidAdapter.js  5.34 kB     357  [emitted]         bidphysicsBidAdapter
             bidlabBidAdapter.js  4.38 kB     358  [emitted]         bidlabBidAdapter
           bidglassBidAdapter.js  6.11 kB     359  [emitted]         bidglassBidAdapter
         bidfluenceBidAdapter.js  4.77 kB     360  [emitted]         bidfluenceBidAdapter
               bidViewability.js  7.33 kB     361  [emitted]         bidViewability
            betweenBidAdapter.js  8.09 kB     362  [emitted]         betweenBidAdapter
         beachfrontBidAdapter.js    21 kB     363  [emitted]         beachfrontBidAdapter
             axonixBidAdapter.js  9.35 kB     364  [emitted]         axonixBidAdapter
             avocetBidAdapter.js   5.4 kB     365  [emitted]         avocetBidAdapter
          automatadBidAdapter.js  4.68 kB     366  [emitted]         automatadBidAdapter
        audiencerunBidAdapter.js  5.67 kB     367  [emitted]         audiencerunBidAdapter
              atomxBidAdapter.js  3.42 kB     368  [emitted]         atomxBidAdapter
           astraoneBidAdapter.js   6.1 kB     369  [emitted]         astraoneBidAdapter
           apstreamBidAdapter.js    14 kB     370  [emitted]         apstreamBidAdapter
           appnexusBidAdapter.js  44.8 kB     371  [emitted]         appnexusBidAdapter
             appierBidAdapter.js   3.9 kB     372  [emitted]         appierBidAdapter
            apacdexBidAdapter.js  11.6 kB     373  [emitted]         apacdexBidAdapter
                aolBidAdapter.js  15.6 kB     374  [emitted]         aolBidAdapter
            aniviewBidAdapter.js  10.9 kB     375  [emitted]         aniviewBidAdapter
                amxBidAdapter.js  15.8 kB     376  [emitted]         amxBidAdapter
                ajaBidAdapter.js  7.12 kB     377  [emitted]         ajaBidAdapter
          adyoulikeBidAdapter.js  15.4 kB     378  [emitted]         adyoulikeBidAdapter
              adxcgBidAdapter.js  18.8 kB     379  [emitted]         adxcgBidAdapter
           advertlyBidAdapter.js  4.91 kB     380  [emitted]         advertlyBidAdapter
            advenueBidAdapter.js  3.39 kB     381  [emitted]         advenueBidAdapter
       advangelistsBidAdapter.js  16.6 kB     382  [emitted]         advangelistsBidAdapter
           aduptechBidAdapter.js  10.4 kB     383  [emitted]         aduptechBidAdapter
             adtrueBidAdapter.js  25.9 kB     384  [emitted]         adtrueBidAdapter
        adtelligentBidAdapter.js  12.5 kB     385  [emitted]         adtelligentBidAdapter
           adtargetBidAdapter.js  8.61 kB     386  [emitted]         adtargetBidAdapter
            adspendBidAdapter.js  5.21 kB     387  [emitted]         adspendBidAdapter
            adriverBidAdapter.js   6.7 kB     388  [emitted]         adriverBidAdapter
       adrelevantisBidAdapter.js  25.7 kB     389  [emitted]         adrelevantisBidAdapter
            adprimeBidAdapter.js  5.52 kB     390  [emitted]         adprimeBidAdapter
             adponeBidAdapter.js  4.73 kB     391  [emitted]         adponeBidAdapter
                        adpod.js  36.5 kB     392  [emitted]         adpod
          adpartnerBidAdapter.js   4.5 kB     393  [emitted]         adpartnerBidAdapter
               adotBidAdapter.js  30.8 kB     394  [emitted]         adotBidAdapter
            adoceanBidAdapter.js  5.19 kB     395  [emitted]         adoceanBidAdapter
          adnuntiusBidAdapter.js  7.25 kB     396  [emitted]         adnuntiusBidAdapter
              adnowBidAdapter.js  7.48 kB     397  [emitted]         adnowBidAdapter
              admixerIdSystem.js   4.2 kB     398  [emitted]         admixerIdSystem
            admixerBidAdapter.js  5.24 kB     399  [emitted]         admixerBidAdapter
            admediaBidAdapter.js   2.4 kB     400  [emitted]         admediaBidAdapter
            admaticBidAdapter.js  5.65 kB     401  [emitted]         admaticBidAdapter
              admanBidAdapter.js  4.81 kB     402  [emitted]         admanBidAdapter
             adliveBidAdapter.js  2.73 kB     403  [emitted]         adliveBidAdapter
           adkernelBidAdapter.js  23.7 kB     404  [emitted]         adkernelBidAdapter
        adkernelAdnBidAdapter.js  9.67 kB     405  [emitted]         adkernelAdnBidAdapter
             adheseBidAdapter.js  9.56 kB     406  [emitted]         adheseBidAdapter
             adhashBidAdapter.js  4.53 kB     407  [emitted]         adhashBidAdapter
            adglareBidAdapter.js  3.68 kB     408  [emitted]         adglareBidAdapter
       adgenerationBidAdapter.js  9.49 kB     409  [emitted]         adgenerationBidAdapter
             adformBidAdapter.js  9.12 kB     410  [emitted]         adformBidAdapter
           adfinityBidAdapter.js  4.82 kB     411  [emitted]         adfinityBidAdapter
                adfBidAdapter.js  12.9 kB     412  [emitted]         adfBidAdapter
           addefendBidAdapter.js  4.96 kB     413  [emitted]         addefendBidAdapter
           adbutlerBidAdapter.js  5.78 kB     414  [emitted]         adbutlerBidAdapter
          adbookpspBidAdapter.js  27.4 kB     415  [emitted]         adbookpspBidAdapter
              adWMGBidAdapter.js   9.9 kB     416  [emitted]         adWMGBidAdapter
             ablidaBidAdapter.js  4.89 kB     417  [emitted]         ablidaBidAdapter
           aardvarkBidAdapter.js  8.66 kB     418  [emitted]         aardvarkBidAdapter
                a4gBidAdapter.js  3.85 kB     419  [emitted]         a4gBidAdapter
              7xbidBidAdapter.js  5.58 kB     420  [emitted]         7xbidBidAdapter
           33acrossBidAdapter.js  21.3 kB     421  [emitted]         33acrossBidAdapter
           1ad4goodBidAdapter.js  16.9 kB     422  [emitted]         1ad4goodBidAdapter
                  prebid-core.js   483 kB     423  [emitted]  [big]  prebid

WARNING in EnvironmentPlugin - LiveConnectMode environment variable is undefined.

You can pass an object with default values to suppress this warning.
See https://webpack.js.org/plugins/environment-plugin for example.
[13:00:32] Finished 'makeWebpackPkg' after 1.4 min
[13:00:32] Starting 'bound gulpBundle'...
[13:00:32] Concatenating files:
 [ '/app/prebid.js/prebid_4.43.1/build/dist/prebid-core.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/1ad4goodBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/33acrossBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/7xbidBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/a4gBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/aardvarkBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/ablidaBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adWMGAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adWMGBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adagioAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adagioBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adbookpspBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adbutlerBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/addefendBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adfBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adfinityBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adformBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adgenerationBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adglareBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adhashBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adheseBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adkernelAdnAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adkernelAdnBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adkernelBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adliveBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adlooxAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/admanBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/admaticBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/admediaBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/admixerBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/admixerIdSystem.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adnowBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adnuntiusBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adoceanBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adomikAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adotBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adpartnerBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adpod.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adponeBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adprimeBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adrelevantisBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adriverBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adspendBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adtargetBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adtelligentBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adtrueBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/aduptechBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/advangelistsBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/advenueBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/advertlyBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adxcgAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adxcgBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adxpremiumAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adyoulikeBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/ajaBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/amxBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/aniviewBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/aolBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/apacdexBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/appierAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/appierBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/appnexusAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/appnexusBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/apstreamBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/astraoneBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/atomxBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/atsAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/audiencerunBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/automatadBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/avocetBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/axonixBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/beachfrontBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/betweenBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bidViewability.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bidfluenceBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bidglassBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bidlabBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bidphysicsBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bidscubeBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bizzclickBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bluebillywigBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/boldwinBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bridgewellBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/brightMountainMediaBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/brightcomBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/britepoolIdSystem.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/browsiRtdProvider.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bucksenseBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/buzzoolaBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/byplayBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/c1xBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/categoryTranslation.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/ccxBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/cedatoBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/cleanmedianetBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/clickforceBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/clicktripzBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/cointrafficBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/coinzillaBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/collectcentBidAdapter.js',
  ... 324 more items ]
[13:00:32] Appending pbjs.processQueue();
[13:00:32] Generating bundle: prebid.js
[13:00:33] Finished 'bound gulpBundle' after 714 ms
[13:00:33] Finished 'build-bundle-prod' after 1.42 min
[13:00:33] Finished 'build' after 1.42 min
../prebid_4.43.1 installed
=====> Update complete
holms commented 3 years ago

Added python and alpine-sdk but it stil fails because it requires node.js 12. How your web page is even generating latest prebid.js..?

Error: yargs supports a minimum Node.js version of 12. Read our version support policy: https://github.com/yargs/yargs#supported-nodejs-versions
    at Object.<anonymous> (/app/prebid.js/prebid_5.2.0/node_modules/yargs/build/index.cjs:1:55294)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/app/prebid.js/prebid_5.2.0/node_modules/yargs/index.cjs:5:30)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
../prebid_5.2.0 installed
Copying working_master to ../prebid_4.43.1
Note: switching to '4.43.1'.
holms commented 3 years ago

Ok changed node-10 to node-12 seems 5.2.0 builds fine but via API it fails to be found. Also check file list in volume below, everything is place

Log of request:

holms@debian ~/D/c/s/d/t/s/post-infra> echo '{"modules": ["smartadserverBidAdapter", "googleAnalyticsAdapter"],"version": "5.2.0"}' |    http POST https://prebid-build-generator.setupad.net/download   cache-control:no-cache   content-type:application/json
HTTP/1.1 200 OK
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept
Access-Control-Allow-Origin: *
CF-Cache-Status: DYNAMIC
CF-RAY: 668043c11e21ffec-VNO
Connection: keep-alive
Content-Encoding: gzip
Content-Type: text/html; charset=utf-8
Date: Thu, 01 Jul 2021 14:18:38 GMT
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
NEL: {"report_to":"cf-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v2?s=mxIblQDM3vSYelWSA9L3Ufh2%2FVb1Tx3vlwpgpiUgDtypxpF6Aw3v6%2BtCmznYiw53CRiCdmvTYG6B2KVdLKWJEX3e4DlV4mnI1D4wXj4HcZubZrC%2FySPWik%2FNr1TEJfbEy1CnwGiS6xuIr35R2SzQ"}],"group":"cf-nel","max_age":604800}
Server: cloudflare
Transfer-Encoding: chunked
X-Powered-By: Express
cf-request-id: 0b0408acb20000ffec7eb25000000001

{
    "error": "Prebid file not built properly",
    "requestId": "44dbf42a-370a-4c82-9089-dd2112e7d6c6"
}

Log of api:

Listening on port 3000...
dataCapture,1625148490732,5.2.0,smartadserverBidAdapter;googleAnalyticsAdapter,,
[14:08:11] Working directory changed to /app/prebid.js/prebid_5.2.0
dataCapture,1625148621288,5.2.0,smartadserverBidAdapter;googleAnalyticsAdapter,,
[14:10:21] Working directory changed to /app/prebid.js/prebid_5.2.0
dataCapture,1625148627393,5.2.0,smartadserverBidAdapter;googleAnalyticsAdapter,,
[14:10:27] Working directory changed to /app/prebid.js/prebid_5.2.0
dataCapture,1625148705810,4.43.1,smartadserverBidAdapter;googleAnalyticsAdapter,,
[14:11:46] Working directory changed to /app/prebid.js/prebid_4.43.1
[14:11:48] Using gulpfile /app/prebid.js/prebid_4.43.1/gulpfile.js
[14:11:48] Starting 'bundle'...
[14:11:48] Concatenating files:
 [ '/app/prebid.js/prebid_4.43.1/build/dist/prebid-core.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/googleAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/smartadserverBidAdapter.js' ]
[14:11:48] Appending pbjs.processQueue();
[14:11:48] Generating bundle: prebid.2f0124d9-a6eb-4bcd-94ba-682f0a76cdaf.js
[14:11:48] Finished 'bundle' after 112 ms
dataCapture,1625148718399,5.2.0,smartadserverBidAdapter;googleAnalyticsAdapter,,
[14:11:58] Working directory changed to /app/prebid.js/prebid_5.2.0
dataCapture,1625149095210,5.2.0,smartadserverBidAdapter;googleAnalyticsAdapter,,
[14:18:15] Working directory changed to /app/prebid.js/prebid_5.2.0
dataCapture,1625149117782,5.2.0,smartadserverBidAdapter;googleAnalyticsAdapter,,
[14:18:38] Working directory changed to /app/prebid.js/prebid_5.2.0

ls of /app/prebid.js

holms@debian ~/D/c/s/d/t/s/post-infra> kubectl -n=prebid-build-generator  exec --stdin --tty prebid-build-generator-76ddff687b-hxqhk api -- /bin/sh
Defaulting container name to api.
Use 'kubectl describe pod/prebid-build-generator-76ddff687b-hxqhk -n prebid-build-generator' to see all of the containers in this pod.
/app # cd prebid.js/
/app/prebid.js # ls
prebid_4.43.1   prebid_5.2.0    working_master
/app/prebid.js # ls prebid_5.2.0/
CONTRIBUTING.md                   README.md                         build                             integrationExamples               nightwatch.conf.js                package.json                      wdio.conf.js
LICENSE                           RELEASE_SCHEDULE.md               governance.md                     karma.conf.maker.js               nightwatch.json                   plugins                           webpack.conf.js
PREBID_VERSIONING_DEPRECATION.md  allowedModules.js                 gulpHelpers.js                    modules                           node_modules                      src
PR_REVIEW.md                      browsers.json                     gulpfile.js                       nightwatch.browserstack.json      package-lock.json                 test
/app/prebid.js # 

Log of buider

=====> Checking out 2 previous versions of prebid.js
Cloning into 'working_master'...
Already up to date.
Copying working_master to ../prebid_5.2.0
Note: switching to '5.2.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 8cffa84d Prebid 5.2.0 Release
{
  "name": "prebid.js",
  "version": "5.2.0",
  "description": "Header Bidding Management Library",
  "main": "src/prebid.js",
  "scripts": {
    "test": "gulp test",
    "lint": "gulp lint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prebid/Prebid.js.git"
  },
  "keywords": [
    "advertising",
    "auction",
    "header bidding",
    "prebid"
  ],
  "globalVarName": "stpd",
  "author": "the prebid.js contributors",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8.9.0"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "@jsdevtools/coverage-istanbul-loader": "^3.0.3",
    "@wdio/browserstack-service": "^6.1.4",
    "@wdio/cli": "^7.5.2",
    "@wdio/concise-reporter": "^7.5.2",
    "@wdio/local-runner": "^7.5.2",
    "@wdio/mocha-framework": "^7.5.2",
    "@wdio/spec-reporter": "^7.5.2",
    "@wdio/sync": "^7.5.2",
    "ajv": "5.5.2",
    "babel-loader": "^8.0.5",
    "body-parser": "^1.19.0",
    "chai": "^4.2.0",
    "coveralls": "^3.1.0",
    "deep-equal": "^2.0.3",
    "documentation": "^13.2.5",
    "es5-shim": "^4.5.14",
    "eslint": "^7.27.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prebid": "file:./plugins/eslint",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^3.0.1",
    "execa": "^5.0.0",
    "faker": "^5.5.3",
    "fs.extra": "^1.3.2",
    "gulp": "^4.0.0",
    "gulp-clean": "^0.3.2",
    "gulp-concat": "^2.6.0",
    "gulp-connect": "^5.7.0",
    "gulp-eslint": "^4.0.0",
    "gulp-footer": "^2.0.2",
    "gulp-header": "^2.0.9",
    "gulp-if": "^3.0.0",
    "gulp-js-escape": "^1.0.1",
    "gulp-replace": "^1.0.0",
    "gulp-shell": "^0.8.0",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-terser": "^2.0.1",
    "gulp-util": "^3.0.0",
    "is-docker": "^2.2.1",
    "istanbul": "^0.4.5",
    "karma": "^6.3.2",
    "karma-babel-preprocessor": "^8.0.1",
    "karma-browserstack-launcher": "1.4.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.1",
    "karma-coverage-istanbul-reporter": "^3.0.3",
    "karma-es5-shim": "^0.0.4",
    "karma-firefox-launcher": "^2.1.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-opera-launcher": "^1.0.0",
    "karma-safari-launcher": "^1.0.0",
    "karma-script-launcher": "^1.0.0",
    "karma-sinon": "^1.0.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "^0.0.32",
    "karma-webpack": "^3.0.5",
    "lodash": "^4.17.21",
    "mocha": "^5.0.0",
    "morgan": "^1.10.0",
    "open": "^8.2.0",
    "resolve-from": "^5.0.0",
    "sinon": "^4.1.3",
    "through2": "^4.0.2",
    "url-parse": "^1.0.5",
    "webdriverio": "^7.6.1",
    "webpack": "^3.0.0",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-stream": "^3.2.0",
    "yargs": "^17.0.1"
  },
  "dependencies": {
    "babel-plugin-transform-object-assign": "^6.22.0",
    "core-js": "^3.13.0",
    "core-js-pure": "^3.13.0",
    "criteo-direct-rsa-validate": "^1.1.0",
    "crypto-js": "^3.3.0",
    "dlv": "1.1.3",
    "dset": "2.0.1",
    "express": "^4.15.4",
    "fun-hooks": "^0.9.9",
    "just-clone": "^1.0.2",
    "live-connect-js": "2.0.0"
  }
}
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!

> fibers@5.0.0 install /app/prebid.js/prebid_5.2.0/node_modules/fibers
> node build.js || nodejs build.js

`linux-x64-72-musl` exists; testing
Binary is fine; exiting

> core-js@2.6.11 postinstall /app/prebid.js/prebid_5.2.0/node_modules/babel-runtime/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

> core-js-pure@3.14.0 postinstall /app/prebid.js/prebid_5.2.0/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

> ejs@3.1.3 postinstall /app/prebid.js/prebid_5.2.0/node_modules/ejs
> node --harmony ./postinstall.js

Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)

> ejs@2.7.4 postinstall /app/prebid.js/prebid_5.2.0/node_modules/webpack-bundle-analyzer/node_modules/ejs
> node ./postinstall.js

Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)

> uglifyjs-webpack-plugin@0.4.6 postinstall /app/prebid.js/prebid_5.2.0/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js

> core-js@3.14.0 postinstall /app/prebid.js/prebid_5.2.0/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

> sinon@4.5.0 postinstall /app/prebid.js/prebid_5.2.0/node_modules/sinon
> node scripts/support-sinon.js

Have some ❤️ for Sinon? You can support the project via Open Collective:
 > https://opencollective.com/sinon/donate

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-stream/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/glob-watcher/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 2449 packages from 2369 contributors and audited 2462 packages in 73.485s

187 packages are looking for funding
  run `npm fund` for details

found 14 vulnerabilities (6 low, 6 moderate, 2 high)
  run `npm audit fix` to fix them, or `npm audit` for details
[14:02:31] Using gulpfile /app/prebid.js/prebid_5.2.0/gulpfile.js
[14:02:31] Starting 'build'...
[14:02:31] Starting 'clean'...
[14:02:31] Finished 'clean' after 33 ms
[14:02:31] Starting 'build-bundle-prod'...
[14:02:31] Starting 'makeWebpackPkg'...
[14:02:58] Version: webpack 3.12.0
                           Asset     Size  Chunks                    Chunk Names
             adagioBidAdapter.js  74.7 kB       0  [emitted]         adagioBidAdapter
             criteoBidAdapter.js  45.7 kB       1  [emitted]         criteoBidAdapter
           liveIntentIdSystem.js  70.3 kB       2  [emitted]         liveIntentIdSystem
              idImportLibrary.js  42.6 kB       3  [emitted]         idImportLibrary
   yuktamediaAnalyticsAdapter.js  25.4 kB       4  [emitted]         yuktamediaAnalyticsAdapter
     yieldoneAnalyticsAdapter.js  17.3 kB       5  [emitted]         yieldoneAnalyticsAdapter
          validationFpdModule.js  15.1 kB       6  [emitted]         validationFpdModule
                       userId.js  45.8 kB       7  [emitted]         userId
     ucfunnelAnalyticsAdapter.js  17.8 kB       8  [emitted]         ucfunnelAnalyticsAdapter
      terceptAnalyticsAdapter.js  15.1 kB       9  [emitted]         terceptAnalyticsAdapter
         staqAnalyticsAdapter.js  25.1 kB      10  [emitted]         staqAnalyticsAdapter
              sovrnBidAdapter.js  16.1 kB      11  [emitted]         sovrnBidAdapter
        sovrnAnalyticsAdapter.js  22.2 kB      12  [emitted]         sovrnAnalyticsAdapter
     sortableAnalyticsAdapter.js  26.9 kB      13  [emitted]         sortableAnalyticsAdapter
       sonobiAnalyticsAdapter.js  19.3 kB      14  [emitted]         sonobiAnalyticsAdapter
      smartadserverBidAdapter.js    16 kB      15  [emitted]         smartadserverBidAdapter
      sigmoidAnalyticsAdapter.js  18.7 kB      16  [emitted]         sigmoidAnalyticsAdapter
 sharethroughAnalyticsAdapter.js  11.5 kB      17  [emitted]         sharethroughAnalyticsAdapter
    scaleableAnalyticsAdapter.js  16.9 kB      18  [emitted]         scaleableAnalyticsAdapter
      rubiconAnalyticsAdapter.js  45.4 kB      19  [emitted]         rubiconAnalyticsAdapter
        roxotAnalyticsAdapter.js  24.2 kB      20  [emitted]         roxotAnalyticsAdapter
         rivrAnalyticsAdapter.js  10.8 kB      21  [emitted]         rivrAnalyticsAdapter
     relevantAnalyticsAdapter.js  10.5 kB      22  [emitted]         relevantAnalyticsAdapter
       realvuAnalyticsAdapter.js  38.2 kB      23  [emitted]         realvuAnalyticsAdapter
   pulsepointAnalyticsAdapter.js  9.29 kB      24  [emitted]         pulsepointAnalyticsAdapter
       pubxaiAnalyticsAdapter.js  17.2 kB      25  [emitted]         pubxaiAnalyticsAdapter
      pubwiseAnalyticsAdapter.js  20.2 kB      26  [emitted]         pubwiseAnalyticsAdapter
     pubstackAnalyticsAdapter.js  9.22 kB      27  [emitted]         pubstackAnalyticsAdapter
      pubperfAnalyticsAdapter.js  9.93 kB      28  [emitted]         pubperfAnalyticsAdapter
     pubmaticAnalyticsAdapter.js  27.7 kB      29  [emitted]         pubmaticAnalyticsAdapter
prebidmanagerAnalyticsAdapter.js  15.8 kB      30  [emitted]         prebidmanagerAnalyticsAdapter
       prebidServerBidAdapter.js  56.5 kB      31  [emitted]         prebidServerBidAdapter
      optimonAnalyticsAdapter.js  9.41 kB      32  [emitted]         optimonAnalyticsAdapter
        openxAnalyticsAdapter.js  37.9 kB      33  [emitted]         openxAnalyticsAdapter
         ooloAnalyticsAdapter.js  28.2 kB      34  [emitted]         ooloAnalyticsAdapter
             onetagBidAdapter.js  22.7 kB      35  [emitted]         onetagBidAdapter
     medianetAnalyticsAdapter.js  47.8 kB      36  [emitted]         medianetAnalyticsAdapter
    marsmediaAnalyticsAdapter.js  10.7 kB      37  [emitted]         marsmediaAnalyticsAdapter
    liveyieldAnalyticsAdapter.js  24.1 kB      38  [emitted]         liveyieldAnalyticsAdapter
  livewrappedAnalyticsAdapter.js  21.8 kB      39  [emitted]         livewrappedAnalyticsAdapter
      konduitAnalyticsAdapter.js  18.1 kB      40  [emitted]         konduitAnalyticsAdapter
        kargoAnalyticsAdapter.js  9.21 kB      41  [emitted]         kargoAnalyticsAdapter
    invisiblyAnalyticsAdapter.js  16.6 kB      42  [emitted]         invisiblyAnalyticsAdapter
     improvedigitalBidAdapter.js  34.5 kB      43  [emitted]         improvedigitalBidAdapter
          id5AnalyticsAdapter.js  21.8 kB      44  [emitted]         id5AnalyticsAdapter
      fintezaAnalyticsAdapter.js  20.1 kB      45  [emitted]         fintezaAnalyticsAdapter
    eplanningAnalyticsAdapter.js  12.7 kB      46  [emitted]         eplanningAnalyticsAdapter
   datablocksAnalyticsAdapter.js  9.27 kB      47  [emitted]         datablocksAnalyticsAdapter
          connectadBidAdapter.js  15.2 kB      48  [emitted]         connectadBidAdapter
      concertAnalyticsAdapter.js  14.9 kB      49  [emitted]         concertAnalyticsAdapter
       bluebillywigBidAdapter.js  26.1 kB      50  [emitted]         bluebillywigBidAdapter
          atsAnalyticsAdapter.js  19.8 kB      51  [emitted]         atsAnalyticsAdapter
     appnexusAnalyticsAdapter.js  9.29 kB      52  [emitted]         appnexusAnalyticsAdapter
       appierAnalyticsAdapter.js  19.9 kB      53  [emitted]         appierAnalyticsAdapter
   adxpremiumAnalyticsAdapter.js  19.6 kB      54  [emitted]         adxpremiumAnalyticsAdapter
        adxcgAnalyticsAdapter.js  15.4 kB      55  [emitted]         adxcgAnalyticsAdapter
       adomikAnalyticsAdapter.js  19.1 kB      56  [emitted]         adomikAnalyticsAdapter
       adlooxAnalyticsAdapter.js  21.4 kB      57  [emitted]         adlooxAnalyticsAdapter
  adkernelAdnAnalyticsAdapter.js    24 kB      58  [emitted]         adkernelAdnAnalyticsAdapter
       adagioAnalyticsAdapter.js  11.3 kB      59  [emitted]         adagioAnalyticsAdapter
        adWMGAnalyticsAdapter.js  20.1 kB      60  [emitted]         adWMGAnalyticsAdapter
            zetaSspBidAdapter.js   8.3 kB      61  [emitted]         zetaSspBidAdapter
               zetaBidAdapter.js  6.92 kB      62  [emitted]         zetaBidAdapter
         zeotapIdPlusIdSystem.js  2.89 kB      63  [emitted]         zeotapIdPlusIdSystem
           yieldoneBidAdapter.js   9.4 kB      64  [emitted]         yieldoneBidAdapter
            yieldmoBidAdapter.js  24.7 kB      65  [emitted]         yieldmoBidAdapter
          yieldliftBidAdapter.js  5.83 kB      66  [emitted]         yieldliftBidAdapter
           yieldlabBidAdapter.js  10.4 kB      67  [emitted]         yieldlabBidAdapter
               winrBidAdapter.js  22.7 kB      68  [emitted]         winrBidAdapter
          widespaceBidAdapter.js  10.5 kB      69  [emitted]         widespaceBidAdapter
            waardexBidAdapter.js  13.2 kB      70  [emitted]         waardexBidAdapter
             vuukleBidAdapter.js  2.35 kB      71  [emitted]         vuukleBidAdapter
                voxBidAdapter.js  9.85 kB      72  [emitted]         voxBidAdapter
               visxBidAdapter.js  16.2 kB      73  [emitted]         visxBidAdapter
         viewdeosDXBidAdapter.js  9.54 kB      74  [emitted]         viewdeosDXBidAdapter
          videobyteBidAdapter.js  12.4 kB      75  [emitted]         videobyteBidAdapter
            vidazooBidAdapter.js  10.4 kB      76  [emitted]         vidazooBidAdapter
         verizonMediaIdSystem.js  4.97 kB      77  [emitted]         verizonMediaIdSystem
              userIdTargeting.js  4.04 kB      78  [emitted]         userIdTargeting
             unrulyBidAdapter.js   6.1 kB      79  [emitted]         unrulyBidAdapter
              unifiedIdSystem.js  3.17 kB      80  [emitted]         unifiedIdSystem
          undertoneBidAdapter.js  7.63 kB      81  [emitted]         undertoneBidAdapter
      underdogmediaBidAdapter.js  6.67 kB      82  [emitted]         underdogmediaBidAdapter
                 uid2IdSystem.js  3.24 kB      83  [emitted]         uid2IdSystem
           ucfunnelBidAdapter.js  14.1 kB      84  [emitted]         ucfunnelBidAdapter
             trustxBidAdapter.js  24.6 kB      85  [emitted]         trustxBidAdapter
          truereachBidAdapter.js  5.19 kB      86  [emitted]         truereachBidAdapter
         tripleliftBidAdapter.js  14.4 kB      87  [emitted]         tripleliftBidAdapter
              trionBidAdapter.js  8.06 kB      88  [emitted]         trionBidAdapter
               tpmnBidAdapter.js  5.57 kB      89  [emitted]         tpmnBidAdapter
             theAdxBidAdapter.js  14.5 kB      90  [emitted]         theAdxBidAdapter
            temedyaBidAdapter.js  6.69 kB      91  [emitted]         temedyaBidAdapter
            telariaBidAdapter.js  11.2 kB      92  [emitted]         telariaBidAdapter
              teadsBidAdapter.js  7.86 kB      93  [emitted]         teadsBidAdapter
              tappxBidAdapter.js  18.4 kB      94  [emitted]         tappxBidAdapter
                tapadIdSystem.js  2.91 kB      95  [emitted]         tapadIdSystem
       synacormediaBidAdapter.js  14.3 kB      96  [emitted]         synacormediaBidAdapter
            sublimeBidAdapter.js  9.07 kB      97  [emitted]         sublimeBidAdapter
        stroeerCoreBidAdapter.js  8.04 kB      98  [emitted]         stroeerCoreBidAdapter
              sspBCBidAdapter.js  16.2 kB      99  [emitted]         sspBCBidAdapter
              spotxBidAdapter.js  29.8 kB     100  [emitted]         spotxBidAdapter
             sonobiBidAdapter.js  19.5 kB     101  [emitted]         sonobiBidAdapter
        smilewantedBidAdapter.js  7.73 kB     102  [emitted]         smilewantedBidAdapter
          smartyadsBidAdapter.js  4.52 kB     103  [emitted]         smartyadsBidAdapter
             smartxBidAdapter.js  20.1 kB     104  [emitted]         smartxBidAdapter
             smaatoBidAdapter.js  11.3 kB     105  [emitted]         smaatoBidAdapter
                sizeMappingV2.js  36.3 kB     106  [emitted]         sizeMappingV2
           sirdataRtdProvider.js  26.1 kB     107  [emitted]         sirdataRtdProvider
      showheroes-bsBidAdapter.js  12.2 kB     108  [emitted]         showheroes-bsBidAdapter
       sharethroughBidAdapter.js  11.5 kB     109  [emitted]         sharethroughBidAdapter
               sharedIdSystem.js  14.8 kB     110  [emitted]         sharedIdSystem
            seedtagBidAdapter.js  9.43 kB     111  [emitted]         seedtagBidAdapter
                       schain.js  7.72 kB     112  [emitted]         schain
                   s2sTesting.js  5.07 kB     113  [emitted]         s2sTesting
            rubiconBidAdapter.js  55.2 kB     114  [emitted]         rubiconBidAdapter
                    rtdModule.js  12.8 kB     115  [emitted]         rtdModule
           rtbhouseBidAdapter.js  13.6 kB     116  [emitted]         rtbhouseBidAdapter
       richaudienceBidAdapter.js  11.4 kB     117  [emitted]         richaudienceBidAdapter
          rhythmoneBidAdapter.js  9.71 kB     118  [emitted]         rhythmoneBidAdapter
       resetdigitalBidAdapter.js  4.96 kB     119  [emitted]         resetdigitalBidAdapter
            relaidoBidAdapter.js  11.3 kB     120  [emitted]         relaidoBidAdapter
    reconciliationRtdProvider.js  8.91 kB     121  [emitted]         reconciliationRtdProvider
           readpeakBidAdapter.js  9.88 kB     122  [emitted]         readpeakBidAdapter
            rakutenBidAdapter.js  4.63 kB     123  [emitted]         rakutenBidAdapter
               radsBidAdapter.js  9.33 kB     124  [emitted]         radsBidAdapter
             qwarryBidAdapter.js  4.07 kB     125  [emitted]         qwarryBidAdapter
            quantcastIdSystem.js  1.96 kB     126  [emitted]         quantcastIdSystem
          quantcastBidAdapter.js  13.6 kB     127  [emitted]         quantcastBidAdapter
               pxyzBidAdapter.js  7.61 kB     128  [emitted]         pxyzBidAdapter
         pulsepointBidAdapter.js  16.7 kB     129  [emitted]         pulsepointBidAdapter
            pubwiseBidAdapter.js  30.5 kB     130  [emitted]         pubwiseBidAdapter
           pubmaticBidAdapter.js  54.1 kB     131  [emitted]         pubmaticBidAdapter
          pubgeniusBidAdapter.js  9.66 kB     132  [emitted]         pubgeniusBidAdapter
          pubProvidedIdSystem.js  2.19 kB     133  [emitted]         pubProvidedIdSystem
                  pubCommonId.js  12.7 kB     134  [emitted]         pubCommonId
                  priceFloors.js  41.4 kB     135  [emitted]         priceFloors
         permutiveRtdProvider.js  8.98 kB     136  [emitted]         permutiveRtdProvider
             parrableIdSystem.js  13.9 kB     137  [emitted]         parrableIdSystem
           padsquadBidAdapter.js  5.25 kB     138  [emitted]         padsquadBidAdapter
              ozoneBidAdapter.js  69.4 kB     139  [emitted]         ozoneBidAdapter
           outbrainBidAdapter.js  11.7 kB     140  [emitted]         outbrainBidAdapter
           orbidderBidAdapter.js  4.59 kB     141  [emitted]         orbidderBidAdapter
             optoutBidAdapter.js  3.58 kB     142  [emitted]         optoutBidAdapter
          optimeraRtdProvider.js   6.8 kB     143  [emitted]         optimeraRtdProvider
              openxBidAdapter.js  22.5 kB     144  [emitted]         openxBidAdapter
           onomagicBidAdapter.js  10.2 kB     145  [emitted]         onomagicBidAdapter
           oneVideoBidAdapter.js  18.4 kB     146  [emitted]         oneVideoBidAdapter
              oguryBidAdapter.js  4.69 kB     147  [emitted]         oguryBidAdapter
              novatiqIdSystem.js  3.92 kB     148  [emitted]         novatiqIdSystem
              nobidBidAdapter.js  17.7 kB     149  [emitted]         nobidBidAdapter
             nextrollIdSystem.js  2.37 kB     150  [emitted]         nextrollIdSystem
                  netIdSystem.js  1.66 kB     151  [emitted]         netIdSystem
             nativoBidAdapter.js  10.7 kB     152  [emitted]         nativoBidAdapter
           my6senseBidAdapter.js  6.59 kB     153  [emitted]         my6senseBidAdapter
           mwOpenLinkIdSystem.js  5.01 kB     154  [emitted]         mwOpenLinkIdSystem
                     multibid.js  14.4 kB     155  [emitted]         multibid
            microadBidAdapter.js  5.19 kB     156  [emitted]         microadBidAdapter
               merkleIdSystem.js  5.49 kB     157  [emitted]         merkleIdSystem
        mediasquareBidAdapter.js  8.97 kB     158  [emitted]         mediasquareBidAdapter
           medianetBidAdapter.js  18.7 kB     159  [emitted]         medianetBidAdapter
         mediaforceBidAdapter.js  12.6 kB     160  [emitted]         mediaforceBidAdapter
                         mass.js   7.3 kB     161  [emitted]         mass
          marsmediaBidAdapter.js  15.9 kB     162  [emitted]         marsmediaBidAdapter
             malltvBidAdapter.js  4.91 kB     163  [emitted]         malltvBidAdapter
         madvertiseBidAdapter.js  4.34 kB     164  [emitted]         madvertiseBidAdapter
        lunamediahbBidAdapter.js  4.99 kB     165  [emitted]         lunamediahbBidAdapter
       lotamePanoramaIdSystem.js  8.76 kB     166  [emitted]         lotamePanoramaIdSystem
         lockerdomeBidAdapter.js  3.23 kB     167  [emitted]         lockerdomeBidAdapter
        livewrappedBidAdapter.js  14.6 kB     168  [emitted]         livewrappedBidAdapter
   limelightDigitalBidAdapter.js  5.54 kB     169  [emitted]         limelightDigitalBidAdapter
               konduitWrapper.js  11.7 kB     170  [emitted]         konduitWrapper
             koblerBidAdapter.js  9.14 kB     171  [emitted]         koblerBidAdapter
              kargoBidAdapter.js  8.95 kB     172  [emitted]         kargoBidAdapter
          jwplayerRtdProvider.js  9.98 kB     173  [emitted]         jwplayerRtdProvider
        justpremiumBidAdapter.js  7.42 kB     174  [emitted]         justpremiumBidAdapter
              jixieBidAdapter.js  10.2 kB     175  [emitted]         jixieBidAdapter
                 ixBidAdapter.js    44 kB     176  [emitted]         ixBidAdapter
            invibesBidAdapter.js  19.5 kB     177  [emitted]         invibesBidAdapter
            invamiaBidAdapter.js  5.28 kB     178  [emitted]         invamiaBidAdapter
  interactiveOffersBidAdapter.js  6.39 kB     179  [emitted]         interactiveOffersBidAdapter
             intentIqIdSystem.js  6.59 kB     180  [emitted]         intentIqIdSystem
             instreamTracking.js  8.22 kB     181  [emitted]         instreamTracking
             inskinBidAdapter.js  12.4 kB     182  [emitted]         inskinBidAdapter
              inmarBidAdapter.js  4.45 kB     183  [emitted]         inmarBidAdapter
                  idxIdSystem.js  2.85 kB     184  [emitted]         idxIdSystem
         identityLinkIdSystem.js  5.42 kB     185  [emitted]         identityLinkIdSystem
                  id5IdSystem.js  14.3 kB     186  [emitted]         id5IdSystem
               iasRtdProvider.js   4.8 kB     187  [emitted]         iasRtdProvider
             hybridBidAdapter.js  10.2 kB     188  [emitted]         hybridBidAdapter
              haloRtdProvider.js  8.55 kB     189  [emitted]         haloRtdProvider
                 haloIdSystem.js  3.46 kB     190  [emitted]         haloIdSystem
           h12mediaBidAdapter.js   9.1 kB     191  [emitted]         h12mediaBidAdapter
             gumgumBidAdapter.js  20.8 kB     192  [emitted]         gumgumBidAdapter
    growadvertisingBidAdapter.js  3.93 kB     193  [emitted]         growadvertisingBidAdapter
             gridNMBidAdapter.js  11.4 kB     194  [emitted]         gridNMBidAdapter
               gridBidAdapter.js    18 kB     195  [emitted]         gridBidAdapter
                gptPreAuction.js  5.43 kB     196  [emitted]         gptPreAuction
          gothamadsBidAdapter.js  14.4 kB     197  [emitted]         gothamadsBidAdapter
       googleAnalyticsAdapter.js  8.69 kB     198  [emitted]         googleAnalyticsAdapter
             gmosspBidAdapter.js  6.03 kB     199  [emitted]         gmosspBidAdapter
             glomexBidAdapter.js  3.77 kB     200  [emitted]         glomexBidAdapter
            glimpseBidAdapter.js  3.32 kB     201  [emitted]         glimpseBidAdapter
            gjirafaBidAdapter.js  4.91 kB     202  [emitted]         gjirafaBidAdapter
           geoedgeRtdProvider.js  7.11 kB     203  [emitted]         geoedgeRtdProvider
              gdprEnforcement.js  22.4 kB     204  [emitted]         gdprEnforcement
            gamoshiBidAdapter.js  15.2 kB     205  [emitted]         gamoshiBidAdapter
              gammaBidAdapter.js  4.03 kB     206  [emitted]         gammaBidAdapter
      freewheel-sspBidAdapter.js  17.3 kB     207  [emitted]         freewheel-sspBidAdapter
       freeWheelAdserverVideo.js  1.35 kB     208  [emitted]         freeWheelAdserverVideo
                    fpdModule.js  2.52 kB     209  [emitted]         fpdModule
                 flocIdSystem.js  3.96 kB     210  [emitted]         flocIdSystem
             feedadBidAdapter.js  10.2 kB     211  [emitted]         feedadBidAdapter
              fabrickIdSystem.js  6.92 kB     212  [emitted]         fabrickIdSystem
                      express.js  8.22 kB     213  [emitted]         express
            etargetBidAdapter.js  6.51 kB     214  [emitted]         etargetBidAdapter
          eplanningBidAdapter.js  15.6 kB     215  [emitted]         eplanningBidAdapter
          enrichmentFpdModule.js  4.47 kB     216  [emitted]         enrichmentFpdModule
        emx_digitalBidAdapter.js  14.8 kB     217  [emitted]         emx_digitalBidAdapter
               dspxBidAdapter.js  8.96 kB     218  [emitted]         dspxBidAdapter
            docereeBidAdapter.js  4.01 kB     219  [emitted]         docereeBidAdapter
                  dmdIdSystem.js  2.18 kB     220  [emitted]         dmdIdSystem
       districtmDMXBidAdapter.js  19.9 kB     221  [emitted]         districtmDMXBidAdapter
         dgkeywordRtdProvider.js  8.63 kB     222  [emitted]         dgkeywordRtdProvider
             dfpAdServerVideo.js  15.2 kB     223  [emitted]         dfpAdServerVideo
       deepintentDpesIdSystem.js  2.08 kB     224  [emitted]         deepintentDpesIdSystem
         deepintentBidAdapter.js  7.37 kB     225  [emitted]         deepintentBidAdapter
         datablocksBidAdapter.js  26.1 kB     226  [emitted]         datablocksBidAdapter
                     currency.js  14.7 kB     227  [emitted]         currency
               criteoIdSystem.js   5.9 kB     228  [emitted]         criteoIdSystem
              craftBidAdapter.js  10.5 kB     229  [emitted]         craftBidAdapter
         conversantBidAdapter.js  14.4 kB     230  [emitted]         conversantBidAdapter
         consumableBidAdapter.js   6.5 kB     231  [emitted]         consumableBidAdapter
         consentManagementUsp.js  15.6 kB     232  [emitted]         consentManagementUsp
            consentManagement.js  25.4 kB     233  [emitted]         consentManagement
            concertBidAdapter.js  8.21 kB     234  [emitted]         concertBidAdapter
          coinzillaBidAdapter.js  3.73 kB     235  [emitted]         coinzillaBidAdapter
        cointrafficBidAdapter.js  4.05 kB     236  [emitted]         cointrafficBidAdapter
      cleanmedianetBidAdapter.js  11.9 kB     237  [emitted]         cleanmedianetBidAdapter
                ccxBidAdapter.js  10.5 kB     238  [emitted]         ccxBidAdapter
          categoryTranslation.js  5.81 kB     239  [emitted]         categoryTranslation
           buzzoolaBidAdapter.js  4.79 kB     240  [emitted]         buzzoolaBidAdapter
          bucksenseBidAdapter.js  5.22 kB     241  [emitted]         bucksenseBidAdapter
            browsiRtdProvider.js  10.6 kB     242  [emitted]         browsiRtdProvider
            britepoolIdSystem.js  7.03 kB     243  [emitted]         britepoolIdSystem
          brightcomBidAdapter.js  10.6 kB     244  [emitted]         brightcomBidAdapter
brightMountainMediaBidAdapter.js  8.26 kB     245  [emitted]         brightMountainMediaBidAdapter
         bridgewellBidAdapter.js  10.6 kB     246  [emitted]         bridgewellBidAdapter
           bidscubeBidAdapter.js  3.59 kB     247  [emitted]         bidscubeBidAdapter
           bidglassBidAdapter.js  6.11 kB     248  [emitted]         bidglassBidAdapter
               bidViewability.js  7.33 kB     249  [emitted]         bidViewability
            betweenBidAdapter.js  7.67 kB     250  [emitted]         betweenBidAdapter
         beachfrontBidAdapter.js    21 kB     251  [emitted]         beachfrontBidAdapter
             axonixBidAdapter.js  9.35 kB     252  [emitted]         axonixBidAdapter
          automatadBidAdapter.js  4.68 kB     253  [emitted]         automatadBidAdapter
        audiencerunBidAdapter.js  5.67 kB     254  [emitted]         audiencerunBidAdapter
           astraoneBidAdapter.js   6.1 kB     255  [emitted]         astraoneBidAdapter
           apstreamBidAdapter.js    14 kB     256  [emitted]         apstreamBidAdapter
           appnexusBidAdapter.js  46.9 kB     257  [emitted]         appnexusBidAdapter
             appierBidAdapter.js   3.9 kB     258  [emitted]         appierBidAdapter
            apacdexBidAdapter.js  11.6 kB     259  [emitted]         apacdexBidAdapter
                aolBidAdapter.js  15.6 kB     260  [emitted]         aolBidAdapter
            aniviewBidAdapter.js  10.9 kB     261  [emitted]         aniviewBidAdapter
                  amxIdSystem.js  5.33 kB     262  [emitted]         amxIdSystem
                amxBidAdapter.js  15.8 kB     263  [emitted]         amxBidAdapter
          adyoulikeBidAdapter.js  15.9 kB     264  [emitted]         adyoulikeBidAdapter
              adxcgBidAdapter.js  18.8 kB     265  [emitted]         adxcgBidAdapter
           aduptechBidAdapter.js  10.4 kB     266  [emitted]         aduptechBidAdapter
             adtrueBidAdapter.js  25.7 kB     267  [emitted]         adtrueBidAdapter
        adtelligentBidAdapter.js  12.5 kB     268  [emitted]         adtelligentBidAdapter
           adtargetBidAdapter.js  8.61 kB     269  [emitted]         adtargetBidAdapter
            adriverBidAdapter.js  7.29 kB     270  [emitted]         adriverBidAdapter
       adrelevantisBidAdapter.js  25.6 kB     271  [emitted]         adrelevantisBidAdapter
             adponeBidAdapter.js  4.76 kB     272  [emitted]         adponeBidAdapter
                        adpod.js  36.5 kB     273  [emitted]         adpod
               adotBidAdapter.js  30.8 kB     274  [emitted]         adotBidAdapter
            adoceanBidAdapter.js  5.19 kB     275  [emitted]         adoceanBidAdapter
          adnuntiusBidAdapter.js  8.35 kB     276  [emitted]         adnuntiusBidAdapter
              adnowBidAdapter.js  7.48 kB     277  [emitted]         adnowBidAdapter
              admixerIdSystem.js   4.2 kB     278  [emitted]         admixerIdSystem
            admixerBidAdapter.js  5.24 kB     279  [emitted]         admixerBidAdapter
           adkernelBidAdapter.js  23.7 kB     280  [emitted]         adkernelBidAdapter
        adkernelAdnBidAdapter.js  9.67 kB     281  [emitted]         adkernelAdnBidAdapter
                adfBidAdapter.js    13 kB     282  [emitted]         adfBidAdapter
           addefendBidAdapter.js  4.97 kB     283  [emitted]         addefendBidAdapter
          adbookpspBidAdapter.js  27.4 kB     284  [emitted]         adbookpspBidAdapter
              adWMGBidAdapter.js   9.9 kB     285  [emitted]         adWMGBidAdapter
             ablidaBidAdapter.js  4.89 kB     286  [emitted]         ablidaBidAdapter
                a4gBidAdapter.js  3.85 kB     287  [emitted]         a4gBidAdapter
           33acrossBidAdapter.js  21.3 kB     288  [emitted]         33acrossBidAdapter
                  prebid-core.js   487 kB     289  [emitted]  [big]  prebid

WARNING in EnvironmentPlugin - LiveConnectMode environment variable is undefined.

You can pass an object with default values to suppress this warning.
See https://webpack.js.org/plugins/environment-plugin for example.
[14:03:23] Finished 'makeWebpackPkg' after 52 s
[14:03:23] Starting 'bound gulpBundle'...
[14:03:23] Concatenating files:
 [
  '/app/prebid.js/prebid_5.2.0/build/dist/prebid-core.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/33acrossBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/a4gBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/ablidaBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adWMGAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adWMGBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adagioAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adagioBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adbookpspBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/addefendBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adfBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adkernelAdnAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adkernelAdnBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adkernelBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adlooxAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/admixerBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/admixerIdSystem.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adnowBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adnuntiusBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adoceanBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adomikAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adotBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adpod.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adponeBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adrelevantisBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adriverBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adtargetBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adtelligentBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adtrueBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/aduptechBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adxcgAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adxcgBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adxpremiumAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/adyoulikeBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/amxBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/amxIdSystem.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/aniviewBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/aolBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/apacdexBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/appierAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/appierBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/appnexusAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/appnexusBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/apstreamBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/astraoneBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/atsAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/audiencerunBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/automatadBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/axonixBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/beachfrontBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/betweenBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/bidViewability.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/bidglassBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/bidscubeBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/bluebillywigBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/bridgewellBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/brightMountainMediaBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/brightcomBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/britepoolIdSystem.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/browsiRtdProvider.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/bucksenseBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/buzzoolaBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/categoryTranslation.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/ccxBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/cleanmedianetBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/cointrafficBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/coinzillaBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/concertAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/concertBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/connectadBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/consentManagement.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/consentManagementUsp.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/consumableBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/conversantBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/craftBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/criteoBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/criteoIdSystem.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/currency.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/datablocksAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/datablocksBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/deepintentBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/deepintentDpesIdSystem.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/dfpAdServerVideo.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/dgkeywordRtdProvider.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/districtmDMXBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/dmdIdSystem.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/docereeBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/dspxBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/emx_digitalBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/enrichmentFpdModule.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/eplanningAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/eplanningBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/etargetBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/express.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/fabrickIdSystem.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/feedadBidAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/fintezaAnalyticsAdapter.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/flocIdSystem.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/fpdModule.js',
  '/app/prebid.js/prebid_5.2.0/build/dist/freeWheelAdserverVideo.js',
  ... 190 more items
]
[14:03:23] Appending pbjs.processQueue();
[14:03:23] Generating bundle: prebid.js
[14:03:23] Finished 'bound gulpBundle' after 589 ms
[14:03:23] Finished 'build-bundle-prod' after 53 s
[14:03:23] Finished 'build' after 53 s
../prebid_5.2.0 installed
Copying working_master to ../prebid_4.43.1
Note: switching to '4.43.1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 03808b9b Prebid 4.43.1 Release
{
  "name": "prebid.js",
  "version": "4.43.1",
  "description": "Header Bidding Management Library",
  "main": "src/prebid.js",
  "scripts": {
    "test": "gulp test",
    "lint": "gulp lint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prebid/Prebid.js.git"
  },
  "keywords": [
    "advertising",
    "auction",
    "header bidding",
    "prebid"
  ],
  "globalVarName": "stpd",
  "author": "the prebid.js contributors",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8.9.0"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "@jsdevtools/coverage-istanbul-loader": "^3.0.3",
    "@wdio/browserstack-service": "^6.1.4",
    "@wdio/cli": "^6.1.5",
    "@wdio/concise-reporter": "^6.1.5",
    "@wdio/local-runner": "^6.1.7",
    "@wdio/mocha-framework": "^6.1.6",
    "@wdio/spec-reporter": "^6.1.5",
    "@wdio/sync": "^6.1.5",
    "ajv": "5.5.2",
    "babel-loader": "^8.0.5",
    "body-parser": "^1.19.0",
    "chai": "^4.2.0",
    "coveralls": "^3.1.0",
    "deep-equal": "^2.0.3",
    "documentation": "^5.2.2",
    "es5-shim": "^4.5.14",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^5.1.0",
    "eslint-plugin-prebid": "file:./plugins/eslint",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "execa": "^1.0.0",
    "faker": "^3.1.0",
    "fs.extra": "^1.3.2",
    "gulp": "^4.0.0",
    "gulp-clean": "^0.3.2",
    "gulp-concat": "^2.6.0",
    "gulp-connect": "^5.7.0",
    "gulp-eslint": "^4.0.0",
    "gulp-footer": "^2.0.2",
    "gulp-header": "^1.7.1",
    "gulp-if": "^2.0.2",
    "gulp-js-escape": "^1.0.1",
    "gulp-replace": "^1.0.0",
    "gulp-shell": "^0.5.2",
    "gulp-sourcemaps": "^2.6.0",
    "gulp-uglify": "^3.0.0",
    "gulp-util": "^3.0.0",
    "is-docker": "^1.1.0",
    "istanbul": "^0.4.5",
    "karma": "^4.0.0",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-browserstack-launcher": "1.4.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^2.0.1",
    "karma-coverage-istanbul-reporter": "^1.3.0",
    "karma-es5-shim": "^0.0.4",
    "karma-firefox-launcher": "^1.3.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-opera-launcher": "^1.0.0",
    "karma-safari-launcher": "^1.0.0",
    "karma-script-launcher": "^1.0.0",
    "karma-sinon": "^1.0.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "^0.0.31",
    "karma-webpack": "^3.0.5",
    "lodash": "^4.17.21",
    "mocha": "^5.0.0",
    "morgan": "^1.10.0",
    "opn": "^5.4.0",
    "resolve-from": "^5.0.0",
    "sinon": "^4.1.3",
    "through2": "^2.0.3",
    "url-parse": "^1.0.5",
    "webdriverio": "^6.1.5",
    "webpack": "^3.0.0",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-stream": "^3.2.0",
    "yargs": "^1.3.1"
  },
  "dependencies": {
    "babel-plugin-transform-object-assign": "^6.22.0",
    "core-js": "^3.0.0",
    "core-js-pure": "^3.6.5",
    "criteo-direct-rsa-validate": "^1.1.0",
    "crypto-js": "^3.3.0",
    "dlv": "1.1.3",
    "dset": "2.0.1",
    "express": "^4.15.4",
    "fun-hooks": "^0.9.9",
    "just-clone": "^1.0.2",
    "live-connect-js": "2.0.0"
  }
}

> fibers@4.0.3 install /app/prebid.js/prebid_4.43.1/node_modules/fibers
> node build.js || nodejs build.js

`linux-x64-72-musl` exists; testing
Binary is fine; exiting

> core-js@2.6.11 postinstall /app/prebid.js/prebid_4.43.1/node_modules/babel-register/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

> core-js@2.6.11 postinstall /app/prebid.js/prebid_4.43.1/node_modules/babel-runtime/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

> ejs@3.1.3 postinstall /app/prebid.js/prebid_4.43.1/node_modules/ejs
> node --harmony ./postinstall.js

Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)

> ejs@2.7.4 postinstall /app/prebid.js/prebid_4.43.1/node_modules/webpack-bundle-analyzer/node_modules/ejs
> node ./postinstall.js

Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)

> uglifyjs-webpack-plugin@0.4.6 postinstall /app/prebid.js/prebid_4.43.1/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js

> parse-domain@2.3.4 postinstall /app/prebid.js/prebid_4.43.1/node_modules/parse-domain
> run-s build:tries

> parse-domain@2.3.4 build:tries /app/prebid.js/prebid_4.43.1/node_modules/parse-domain
> node scripts/build-tries.js

Downloading public suffix list from https://publicsuffix.org/list/public_suffix_list.dat... (node:240) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
ok
Writing /app/prebid.js/prebid_4.43.1/node_modules/parse-domain/build/tries/icann.complete.json... ok
Writing /app/prebid.js/prebid_4.43.1/node_modules/parse-domain/build/tries/icann.light.json... ok
Writing /app/prebid.js/prebid_4.43.1/node_modules/parse-domain/build/tries/private.complete.json... ok
Running sanity check... 
Could not update list of known top-level domains for parse-domain because of "Command failed: /usr/local/bin/node /app/prebid.js/prebid_4.43.1/node_modules/jest/bin/jest.js"
Using possibly outdated prebuilt list from Sat Nov 02 2019

> core-js@3.6.5 postinstall /app/prebid.js/prebid_4.43.1/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

> core-js-pure@3.6.5 postinstall /app/prebid.js/prebid_4.43.1/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

> sinon@4.5.0 postinstall /app/prebid.js/prebid_4.43.1/node_modules/sinon
> node scripts/support-sinon.js

Have some ❤️ for Sinon? You can support the project via Open Collective:
 > https://opencollective.com/sinon/donate

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-stream/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/glob-watcher/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/jest-haste-map/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/documentation/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 2611 packages from 2504 contributors and audited 2626 packages in 83.49s

112 packages are looking for funding
  run `npm fund` for details

found 92 vulnerabilities (12 low, 33 moderate, 46 high, 1 critical)
  run `npm audit fix` to fix them, or `npm audit` for details
[14:04:54] Using gulpfile /app/prebid.js/prebid_4.43.1/gulpfile.js
[14:04:54] Starting 'build'...
[14:04:54] Starting 'clean'...
[14:04:54] Finished 'clean' after 30 ms
[14:04:54] Starting 'build-bundle-prod'...
[14:04:54] Starting 'makeWebpackPkg'...
[14:05:59] Version: webpack 3.12.0
                           Asset     Size  Chunks                    Chunk Names
             adagioBidAdapter.js  75.4 kB       0  [emitted]         adagioBidAdapter
             criteoBidAdapter.js  43.9 kB       1  [emitted]         criteoBidAdapter
           liveIntentIdSystem.js  70.3 kB       2  [emitted]         liveIntentIdSystem
              idImportLibrary.js  42.6 kB       3  [emitted]         idImportLibrary
   yuktamediaAnalyticsAdapter.js  25.4 kB       4  [emitted]         yuktamediaAnalyticsAdapter
     yieldoneAnalyticsAdapter.js  17.3 kB       5  [emitted]         yieldoneAnalyticsAdapter
          validationFpdModule.js  15.1 kB       6  [emitted]         validationFpdModule
                       userId.js  45.9 kB       7  [emitted]         userId
     ucfunnelAnalyticsAdapter.js  17.8 kB       8  [emitted]         ucfunnelAnalyticsAdapter
      terceptAnalyticsAdapter.js  15.1 kB       9  [emitted]         terceptAnalyticsAdapter
         staqAnalyticsAdapter.js  25.1 kB      10  [emitted]         staqAnalyticsAdapter
              sovrnBidAdapter.js  16.3 kB      11  [emitted]         sovrnBidAdapter
        sovrnAnalyticsAdapter.js  22.2 kB      12  [emitted]         sovrnAnalyticsAdapter
           sortableBidAdapter.js  22.4 kB      13  [emitted]         sortableBidAdapter
     sortableAnalyticsAdapter.js  26.9 kB      14  [emitted]         sortableAnalyticsAdapter
       sonobiAnalyticsAdapter.js  19.2 kB      15  [emitted]         sonobiAnalyticsAdapter
      smartadserverBidAdapter.js  16.2 kB      16  [emitted]         smartadserverBidAdapter
      sigmoidAnalyticsAdapter.js  18.7 kB      17  [emitted]         sigmoidAnalyticsAdapter
 sharethroughAnalyticsAdapter.js  11.5 kB      18  [emitted]         sharethroughAnalyticsAdapter
    scaleableAnalyticsAdapter.js  16.9 kB      19  [emitted]         scaleableAnalyticsAdapter
      rubiconAnalyticsAdapter.js  45.4 kB      20  [emitted]         rubiconAnalyticsAdapter
        roxotAnalyticsAdapter.js  24.2 kB      21  [emitted]         roxotAnalyticsAdapter
         rivrAnalyticsAdapter.js  10.8 kB      22  [emitted]         rivrAnalyticsAdapter
     relevantAnalyticsAdapter.js  10.5 kB      23  [emitted]         relevantAnalyticsAdapter
       realvuAnalyticsAdapter.js  38.2 kB      24  [emitted]         realvuAnalyticsAdapter
   pulsepointAnalyticsAdapter.js  9.29 kB      25  [emitted]         pulsepointAnalyticsAdapter
       pubxaiAnalyticsAdapter.js  17.2 kB      26  [emitted]         pubxaiAnalyticsAdapter
      pubwiseAnalyticsAdapter.js  20.2 kB      27  [emitted]         pubwiseAnalyticsAdapter
     pubstackAnalyticsAdapter.js  9.22 kB      28  [emitted]         pubstackAnalyticsAdapter
      pubperfAnalyticsAdapter.js  9.93 kB      29  [emitted]         pubperfAnalyticsAdapter
     pubmaticAnalyticsAdapter.js  27.7 kB      30  [emitted]         pubmaticAnalyticsAdapter
prebidmanagerAnalyticsAdapter.js  15.8 kB      31  [emitted]         prebidmanagerAnalyticsAdapter
       prebidServerBidAdapter.js  56.1 kB      32  [emitted]         prebidServerBidAdapter
      optimonAnalyticsAdapter.js  9.41 kB      33  [emitted]         optimonAnalyticsAdapter
        openxAnalyticsAdapter.js  37.9 kB      34  [emitted]         openxAnalyticsAdapter
         ooloAnalyticsAdapter.js  28.2 kB      35  [emitted]         ooloAnalyticsAdapter
             onetagBidAdapter.js  22.9 kB      36  [emitted]         onetagBidAdapter
     medianetAnalyticsAdapter.js  47.8 kB      37  [emitted]         medianetAnalyticsAdapter
    marsmediaAnalyticsAdapter.js  10.7 kB      38  [emitted]         marsmediaAnalyticsAdapter
    liveyieldAnalyticsAdapter.js  24.1 kB      39  [emitted]         liveyieldAnalyticsAdapter
  livewrappedAnalyticsAdapter.js  21.8 kB      40  [emitted]         livewrappedAnalyticsAdapter
      konduitAnalyticsAdapter.js  18.1 kB      41  [emitted]         konduitAnalyticsAdapter
        kargoAnalyticsAdapter.js  9.21 kB      42  [emitted]         kargoAnalyticsAdapter
    invisiblyAnalyticsAdapter.js  16.6 kB      43  [emitted]         invisiblyAnalyticsAdapter
     improvedigitalBidAdapter.js  34.7 kB      44  [emitted]         improvedigitalBidAdapter
          id5AnalyticsAdapter.js  21.8 kB      45  [emitted]         id5AnalyticsAdapter
      fintezaAnalyticsAdapter.js  20.1 kB      46  [emitted]         fintezaAnalyticsAdapter
    eplanningAnalyticsAdapter.js  12.7 kB      47  [emitted]         eplanningAnalyticsAdapter
   datablocksAnalyticsAdapter.js  9.27 kB      48  [emitted]         datablocksAnalyticsAdapter
          connectadBidAdapter.js  15.4 kB      49  [emitted]         connectadBidAdapter
      concertAnalyticsAdapter.js  14.8 kB      50  [emitted]         concertAnalyticsAdapter
       bluebillywigBidAdapter.js  26.3 kB      51  [emitted]         bluebillywigBidAdapter
          atsAnalyticsAdapter.js  19.8 kB      52  [emitted]         atsAnalyticsAdapter
     appnexusAnalyticsAdapter.js  9.29 kB      53  [emitted]         appnexusAnalyticsAdapter
       appierAnalyticsAdapter.js  19.9 kB      54  [emitted]         appierAnalyticsAdapter
   adxpremiumAnalyticsAdapter.js  19.6 kB      55  [emitted]         adxpremiumAnalyticsAdapter
        adxcgAnalyticsAdapter.js  15.4 kB      56  [emitted]         adxcgAnalyticsAdapter
       adomikAnalyticsAdapter.js  19.1 kB      57  [emitted]         adomikAnalyticsAdapter
       adlooxAnalyticsAdapter.js  21.4 kB      58  [emitted]         adlooxAnalyticsAdapter
  adkernelAdnAnalyticsAdapter.js    24 kB      59  [emitted]         adkernelAdnAnalyticsAdapter
       adagioAnalyticsAdapter.js  11.3 kB      60  [emitted]         adagioAnalyticsAdapter
        adWMGAnalyticsAdapter.js  20.1 kB      61  [emitted]         adWMGAnalyticsAdapter
            zetaSspBidAdapter.js  7.79 kB      62  [emitted]         zetaSspBidAdapter
               zetaBidAdapter.js  6.92 kB      63  [emitted]         zetaBidAdapter
         zeotapIdPlusIdSystem.js  2.89 kB      64  [emitted]         zeotapIdPlusIdSystem
            zemantaBidAdapter.js  11.8 kB      65  [emitted]         zemantaBidAdapter
               zedoBidAdapter.js  13.4 kB      66  [emitted]         zedoBidAdapter
           yieldoneBidAdapter.js   9.3 kB      67  [emitted]         yieldoneBidAdapter
            yieldmoBidAdapter.js  24.5 kB      68  [emitted]         yieldmoBidAdapter
          yieldliftBidAdapter.js  5.84 kB      69  [emitted]         yieldliftBidAdapter
           yieldlabBidAdapter.js  10.3 kB      70  [emitted]         yieldlabBidAdapter
                xhbBidAdapter.js  19.9 kB      71  [emitted]         xhbBidAdapter
              wipesBidAdapter.js   2.9 kB      72  [emitted]         wipesBidAdapter
         windtalkerBidAdapter.js  11.5 kB      73  [emitted]         windtalkerBidAdapter
          widespaceBidAdapter.js  10.5 kB      74  [emitted]         widespaceBidAdapter
             welectBidAdapter.js  5.29 kB      75  [emitted]         welectBidAdapter
            waardexBidAdapter.js  13.2 kB      76  [emitted]         waardexBidAdapter
             vuukleBidAdapter.js  2.36 kB      77  [emitted]         vuukleBidAdapter
              vubleBidAdapter.js  7.41 kB      78  [emitted]         vubleBidAdapter
             vrtcalBidAdapter.js   3.5 kB      79  [emitted]         vrtcalBidAdapter
                voxBidAdapter.js  9.85 kB      80  [emitted]         voxBidAdapter
                vmgBidAdapter.js     3 kB      81  [emitted]         vmgBidAdapter
               visxBidAdapter.js  16.2 kB      82  [emitted]         visxBidAdapter
         viewdeosDXBidAdapter.js  9.54 kB      83  [emitted]         viewdeosDXBidAdapter
         videoreachBidAdapter.js   3.9 kB      84  [emitted]         videoreachBidAdapter
            videofyBidAdapter.js  11.4 kB      85  [emitted]         videofyBidAdapter
           videoNowBidAdapter.js  6.76 kB      86  [emitted]         videoNowBidAdapter
            vidazooBidAdapter.js  10.3 kB      87  [emitted]         vidazooBidAdapter
                 viBidAdapter.js  18.6 kB      88  [emitted]         viBidAdapter
         verizonMediaIdSystem.js  4.97 kB      89  [emitted]         verizonMediaIdSystem
              vdoaiBidAdapter.js   4.8 kB      90  [emitted]         vdoaiBidAdapter
              userIdTargeting.js  4.04 kB      91  [emitted]         userIdTargeting
             unrulyBidAdapter.js   6.1 kB      92  [emitted]         unrulyBidAdapter
              unifiedIdSystem.js  3.17 kB      93  [emitted]         unifiedIdSystem
            unicornBidAdapter.js  5.91 kB      94  [emitted]         unicornBidAdapter
          undertoneBidAdapter.js  7.63 kB      95  [emitted]         undertoneBidAdapter
      underdogmediaBidAdapter.js  6.67 kB      96  [emitted]         underdogmediaBidAdapter
                 uid2IdSystem.js  3.24 kB      97  [emitted]         uid2IdSystem
           ucfunnelBidAdapter.js  14.4 kB      98  [emitted]         ucfunnelBidAdapter
        turktelekomBidAdapter.js    10 kB      99  [emitted]         turktelekomBidAdapter
             trustxBidAdapter.js  22.3 kB     100  [emitted]         trustxBidAdapter
          truereachBidAdapter.js  5.29 kB     101  [emitted]         truereachBidAdapter
         tripleliftBidAdapter.js  14.4 kB     102  [emitted]         tripleliftBidAdapter
              trionBidAdapter.js  8.06 kB     103  [emitted]         trionBidAdapter
            tribeosBidAdapter.js  6.61 kB     104  [emitted]         tribeosBidAdapter
          trendqubeBidAdapter.js   4.6 kB     105  [emitted]         trendqubeBidAdapter
               tpmnBidAdapter.js  5.54 kB     106  [emitted]         tpmnBidAdapter
             topRTBBidAdapter.js  2.94 kB     107  [emitted]         topRTBBidAdapter
                timBidAdapter.js  6.26 kB     108  [emitted]         timBidAdapter
             theAdxBidAdapter.js  14.5 kB     109  [emitted]         theAdxBidAdapter
            temedyaBidAdapter.js   6.7 kB     110  [emitted]         temedyaBidAdapter
            telariaBidAdapter.js  11.2 kB     111  [emitted]         telariaBidAdapter
              teadsBidAdapter.js  7.86 kB     112  [emitted]         teadsBidAdapter
              tappxBidAdapter.js  18.3 kB     113  [emitted]         tappxBidAdapter
            taphypeBidAdapter.js   1.9 kB     114  [emitted]         taphypeBidAdapter
                tapadIdSystem.js  2.91 kB     115  [emitted]         tapadIdSystem
       synacormediaBidAdapter.js  14.3 kB     116  [emitted]         synacormediaBidAdapter
            sublimeBidAdapter.js  9.07 kB     117  [emitted]         sublimeBidAdapter
                stvBidAdapter.js  5.65 kB     118  [emitted]         stvBidAdapter
        stroeerCoreBidAdapter.js  8.05 kB     119  [emitted]         stroeerCoreBidAdapter
              sspBCBidAdapter.js  14.9 kB     120  [emitted]         sspBCBidAdapter
              spotxBidAdapter.js    30 kB     121  [emitted]         spotxBidAdapter
             sonobiBidAdapter.js  19.5 kB     122  [emitted]         sonobiBidAdapter
               somoBidAdapter.js  9.84 kB     123  [emitted]         somoBidAdapter
               smmsBidAdapter.js  6.13 kB     124  [emitted]         smmsBidAdapter
        smilewantedBidAdapter.js  7.73 kB     125  [emitted]         smilewantedBidAdapter
          smartyadsBidAdapter.js  4.52 kB     126  [emitted]         smartyadsBidAdapter
             smartxBidAdapter.js  20.1 kB     127  [emitted]         smartxBidAdapter
           smartrtbBidAdapter.js  4.72 kB     128  [emitted]         smartrtbBidAdapter
           smarticoBidAdapter.js   5.3 kB     129  [emitted]         smarticoBidAdapter
             smaatoBidAdapter.js  11.3 kB     130  [emitted]         smaatoBidAdapter
            slimcutBidAdapter.js     5 kB     131  [emitted]         slimcutBidAdapter
                sizeMappingV2.js  36.3 kB     132  [emitted]         sizeMappingV2
           sirdataRtdProvider.js  26.1 kB     133  [emitted]         sirdataRtdProvider
      showheroes-bsBidAdapter.js  12.2 kB     134  [emitted]         showheroes-bsBidAdapter
             shinezBidAdapter.js  2.92 kB     135  [emitted]         shinezBidAdapter
       sharethroughBidAdapter.js  11.7 kB     136  [emitted]         sharethroughBidAdapter
               sharedIdSystem.js  12.1 kB     137  [emitted]         sharedIdSystem
          sekindoUMBidAdapter.js  7.04 kB     138  [emitted]         sekindoUMBidAdapter
           segmentoBidAdapter.js  2.62 kB     139  [emitted]         segmentoBidAdapter
            seedtagBidAdapter.js  9.43 kB     140  [emitted]         seedtagBidAdapter
    seedingAllianceBidAdapter.js  7.69 kB     141  [emitted]         seedingAllianceBidAdapter
                       schain.js  7.72 kB     142  [emitted]         schain
            saambaaBidAdapter.js  17.4 kB     143  [emitted]         saambaaBidAdapter
                   s2sTesting.js  5.07 kB     144  [emitted]         s2sTesting
            rubiconBidAdapter.js  55.2 kB     145  [emitted]         rubiconBidAdapter
                    rtdModule.js  12.8 kB     146  [emitted]         rtdModule
       rtbsolutionsBidAdapter.js  3.48 kB     147  [emitted]         rtbsolutionsBidAdapter
            rtbsapeBidAdapter.js  5.54 kB     148  [emitted]         rtbsapeBidAdapter
           rtbhouseBidAdapter.js  13.6 kB     149  [emitted]         rtbhouseBidAdapter
          rtbdemandBidAdapter.js  4.26 kB     150  [emitted]         rtbdemandBidAdapter
               riseBidAdapter.js  12.2 kB     151  [emitted]         riseBidAdapter
       richaudienceBidAdapter.js  11.4 kB     152  [emitted]         richaudienceBidAdapter
          rhythmoneBidAdapter.js  9.81 kB     153  [emitted]         rhythmoneBidAdapter
         revcontentBidAdapter.js  9.67 kB     154  [emitted]         revcontentBidAdapter
       resultsmediaBidAdapter.js  9.14 kB     155  [emitted]         resultsmediaBidAdapter
       resetdigitalBidAdapter.js  4.96 kB     156  [emitted]         resetdigitalBidAdapter
             reloadBidAdapter.js  11.8 kB     157  [emitted]         reloadBidAdapter
            relaidoBidAdapter.js  11.3 kB     158  [emitted]         relaidoBidAdapter
        reklamstoreBidAdapter.js  7.07 kB     159  [emitted]         reklamstoreBidAdapter
    reconciliationRtdProvider.js  8.91 kB     160  [emitted]         reconciliationRtdProvider
           readpeakBidAdapter.js  9.88 kB     161  [emitted]         readpeakBidAdapter
            rakutenBidAdapter.js  4.62 kB     162  [emitted]         rakutenBidAdapter
               radsBidAdapter.js  9.02 kB     163  [emitted]         radsBidAdapter
             qwarryBidAdapter.js  4.07 kB     164  [emitted]         qwarryBidAdapter
            quantcastIdSystem.js  1.96 kB     165  [emitted]         quantcastIdSystem
          quantcastBidAdapter.js  13.6 kB     166  [emitted]         quantcastBidAdapter
               pxyzBidAdapter.js  6.38 kB     167  [emitted]         pxyzBidAdapter
         pulsepointBidAdapter.js  16.7 kB     168  [emitted]         pulsepointBidAdapter
               pubxBidAdapter.js   3.7 kB     169  [emitted]         pubxBidAdapter
            pubwiseBidAdapter.js  30.5 kB     170  [emitted]         pubwiseBidAdapter
           pubmaticBidAdapter.js  54.1 kB     171  [emitted]         pubmaticBidAdapter
          pubgeniusBidAdapter.js  9.66 kB     172  [emitted]         pubgeniusBidAdapter
          pubProvidedIdSystem.js  2.19 kB     173  [emitted]         pubProvidedIdSystem
            pubCommonIdSystem.js    15 kB     174  [emitted]         pubCommonIdSystem
                  pubCommonId.js  12.7 kB     175  [emitted]         pubCommonId
         proxistoreBidAdapter.js  5.06 kB     176  [emitted]         proxistoreBidAdapter
   projectLimeLightBidAdapter.js  4.47 kB     177  [emitted]         projectLimeLightBidAdapter
                  priceFloors.js  41.4 kB     178  [emitted]         priceFloors
         platformioBidAdapter.js  11.5 kB     179  [emitted]         platformioBidAdapter
          piximediaBidAdapter.js  2.08 kB     180  [emitted]         piximediaBidAdapter
         permutiveRtdProvider.js  8.96 kB     181  [emitted]         permutiveRtdProvider
          performaxBidAdapter.js  2.53 kB     182  [emitted]         performaxBidAdapter
             parrableIdSystem.js  13.9 kB     183  [emitted]         parrableIdSystem
            papyrusBidAdapter.js  2.93 kB     184  [emitted]         papyrusBidAdapter
           padsquadBidAdapter.js  5.25 kB     185  [emitted]         padsquadBidAdapter
              ozoneBidAdapter.js  69.4 kB     186  [emitted]         ozoneBidAdapter
             outconBidAdapter.js  3.54 kB     187  [emitted]         outconBidAdapter
           outbrainBidAdapter.js  11.6 kB     188  [emitted]         outbrainBidAdapter
                otmBidAdapter.js   2.8 kB     189  [emitted]         otmBidAdapter
           orbidderBidAdapter.js  4.68 kB     190  [emitted]         orbidderBidAdapter
          optimeraRtdProvider.js   6.8 kB     191  [emitted]         optimeraRtdProvider
           optimeraBidAdapter.js  3.62 kB     192  [emitted]         optimeraBidAdapter
              openxBidAdapter.js  22.5 kB     193  [emitted]         openxBidAdapter
              open8BidAdapter.js  6.37 kB     194  [emitted]         open8BidAdapter
           onomagicBidAdapter.js  10.2 kB     195  [emitted]         onomagicBidAdapter
           oneVideoBidAdapter.js  18.7 kB     196  [emitted]         oneVideoBidAdapter
              oguryBidAdapter.js  4.69 kB     197  [emitted]         oguryBidAdapter
              novatiqIdSystem.js  3.92 kB     198  [emitted]         novatiqIdSystem
              nobidBidAdapter.js  17.7 kB     199  [emitted]         nobidBidAdapter
             nextrollIdSystem.js  2.37 kB     200  [emitted]         nextrollIdSystem
           nextrollBidAdapter.js  12.2 kB     201  [emitted]         nextrollBidAdapter
     nextMillenniumBidAdapter.js  2.87 kB     202  [emitted]         nextMillenniumBidAdapter
     newborntownWebBidAdapter.js  5.88 kB     203  [emitted]         newborntownWebBidAdapter
                  netIdSystem.js  1.66 kB     204  [emitted]         netIdSystem
             nativoBidAdapter.js  10.7 kB     205  [emitted]         nativoBidAdapter
    nasmediaAdmixerBidAdapter.js  2.87 kB     206  [emitted]         nasmediaAdmixerBidAdapter
    nanointeractiveBidAdapter.js   6.7 kB     207  [emitted]         nanointeractiveBidAdapter
         nafdigitalBidAdapter.js  9.66 kB     208  [emitted]         nafdigitalBidAdapter
           mytargetBidAdapter.js  3.62 kB     209  [emitted]         mytargetBidAdapter
           my6senseBidAdapter.js  6.59 kB     210  [emitted]         my6senseBidAdapter
           mwOpenLinkIdSystem.js  5.01 kB     211  [emitted]         mwOpenLinkIdSystem
                     multibid.js  14.4 kB     212  [emitted]         multibid
           mobsmartBidAdapter.js  3.27 kB     213  [emitted]         mobsmartBidAdapter
           mobfoxpbBidAdapter.js  4.82 kB     214  [emitted]         mobfoxpbBidAdapter
             mobfoxBidAdapter.js  6.06 kB     215  [emitted]         mobfoxBidAdapter
            missenaBidAdapter.js  4.01 kB     216  [emitted]         missenaBidAdapter
            microadBidAdapter.js  5.12 kB     217  [emitted]         microadBidAdapter
               mgidBidAdapter.js  23.6 kB     218  [emitted]         mgidBidAdapter
               merkleIdSystem.js  5.49 kB     219  [emitted]         merkleIdSystem
        mediasquareBidAdapter.js  8.97 kB     220  [emitted]         mediasquareBidAdapter
           medianetBidAdapter.js  18.7 kB     221  [emitted]         medianetBidAdapter
            mediagoBidAdapter.js  14.7 kB     222  [emitted]         mediagoBidAdapter
         mediaforceBidAdapter.js  12.7 kB     223  [emitted]         mediaforceBidAdapter
              meazyBidAdapter.js   5.3 kB     224  [emitted]         meazyBidAdapter
                         mass.js  7.29 kB     225  [emitted]         mass
          marsmediaBidAdapter.js  15.9 kB     226  [emitted]         marsmediaBidAdapter
             mantisBidAdapter.js  10.2 kB     227  [emitted]         mantisBidAdapter
             malltvBidAdapter.js  4.91 kB     228  [emitted]         malltvBidAdapter
         madvertiseBidAdapter.js  4.22 kB     229  [emitted]         madvertiseBidAdapter
         luponmediaBidAdapter.js    18 kB     230  [emitted]         luponmediaBidAdapter
        lunamediahbBidAdapter.js  4.99 kB     231  [emitted]         lunamediahbBidAdapter
          lunamediaBidAdapter.js  17.3 kB     232  [emitted]         lunamediaBidAdapter
       lotamePanoramaIdSystem.js  8.76 kB     233  [emitted]         lotamePanoramaIdSystem
             loopmeBidAdapter.js  5.84 kB     234  [emitted]         loopmeBidAdapter
            logicadBidAdapter.js  2.76 kB     235  [emitted]         logicadBidAdapter
              loganBidAdapter.js  5.54 kB     236  [emitted]         loganBidAdapter
         lockerdomeBidAdapter.js  3.23 kB     237  [emitted]         lockerdomeBidAdapter
               lkqdBidAdapter.js  12.8 kB     238  [emitted]         lkqdBidAdapter
        livewrappedBidAdapter.js  14.5 kB     239  [emitted]         livewrappedBidAdapter
         lifestreetBidAdapter.js  6.05 kB     240  [emitted]         lifestreetBidAdapter
              lemmaBidAdapter.js  15.5 kB     241  [emitted]         lemmaBidAdapter
            kubientBidAdapter.js  4.59 kB     242  [emitted]         kubientBidAdapter
         krushmediaBidAdapter.js  5.52 kB     243  [emitted]         krushmediaBidAdapter
               konduitWrapper.js  11.6 kB     244  [emitted]         konduitWrapper
            komoonaBidAdapter.js  5.43 kB     245  [emitted]         komoonaBidAdapter
             koblerBidAdapter.js  9.14 kB     246  [emitted]         koblerBidAdapter
              kargoBidAdapter.js  8.95 kB     247  [emitted]         kargoBidAdapter
          jwplayerRtdProvider.js  9.98 kB     248  [emitted]         jwplayerRtdProvider
        justpremiumBidAdapter.js  7.43 kB     249  [emitted]         justpremiumBidAdapter
              jixieBidAdapter.js  10.2 kB     250  [emitted]         jixieBidAdapter
                jcmBidAdapter.js  3.06 kB     251  [emitted]         jcmBidAdapter
                 ixBidAdapter.js  44.3 kB     252  [emitted]         ixBidAdapter
         ironsourceBidAdapter.js  12.2 kB     253  [emitted]         ironsourceBidAdapter
              ipromBidAdapter.js   3.1 kB     254  [emitted]         ipromBidAdapter
            invibesBidAdapter.js  19.5 kB     255  [emitted]         invibesBidAdapter
            invamiaBidAdapter.js  5.14 kB     256  [emitted]         invamiaBidAdapter
  interactiveOffersBidAdapter.js  6.39 kB     257  [emitted]         interactiveOffersBidAdapter
             intentIqIdSystem.js  6.59 kB     258  [emitted]         intentIqIdSystem
             instreamTracking.js  8.21 kB     259  [emitted]         instreamTracking
             inskinBidAdapter.js  12.4 kB     260  [emitted]         inskinBidAdapter
             innityBidAdapter.js   2.5 kB     261  [emitted]         innityBidAdapter
              inmarBidAdapter.js  4.45 kB     262  [emitted]         inmarBidAdapter
          impactifyBidAdapter.js  10.4 kB     263  [emitted]         impactifyBidAdapter
            imonomyBidAdapter.js  5.75 kB     264  [emitted]         imonomyBidAdapter
                  idxIdSystem.js  2.85 kB     265  [emitted]         idxIdSystem
         identityLinkIdSystem.js  5.42 kB     266  [emitted]         identityLinkIdSystem
                  id5IdSystem.js  15.5 kB     267  [emitted]         id5IdSystem
               iasRtdProvider.js   4.8 kB     268  [emitted]         iasRtdProvider
                iasBidAdapter.js  4.69 kB     269  [emitted]         iasBidAdapter
             hybridBidAdapter.js  10.2 kB     270  [emitted]         hybridBidAdapter
        hpmdnetworkBidAdapter.js  3.03 kB     271  [emitted]         hpmdnetworkBidAdapter
           haxmediaBidAdapter.js  4.99 kB     272  [emitted]         haxmediaBidAdapter
              haloRtdProvider.js  7.75 kB     273  [emitted]         haloRtdProvider
                 haloIdSystem.js  3.46 kB     274  [emitted]         haloIdSystem
           h12mediaBidAdapter.js   9.1 kB     275  [emitted]         h12mediaBidAdapter
             gumgumBidAdapter.js  20.7 kB     276  [emitted]         gumgumBidAdapter
             gridNMBidAdapter.js  11.4 kB     277  [emitted]         gridNMBidAdapter
               gridBidAdapter.js    18 kB     278  [emitted]         gridBidAdapter
                gptPreAuction.js  5.43 kB     279  [emitted]         gptPreAuction
          gothamadsBidAdapter.js  14.3 kB     280  [emitted]         gothamadsBidAdapter
       googleAnalyticsAdapter.js  8.69 kB     281  [emitted]         googleAnalyticsAdapter
               gnetBidAdapter.js  3.87 kB     282  [emitted]         gnetBidAdapter
             gmosspBidAdapter.js  6.04 kB     283  [emitted]         gmosspBidAdapter
             glomexBidAdapter.js  3.77 kB     284  [emitted]         glomexBidAdapter
            glimpseBidAdapter.js  3.32 kB     285  [emitted]         glimpseBidAdapter
            gjirafaBidAdapter.js  4.91 kB     286  [emitted]         gjirafaBidAdapter
          getintentBidAdapter.js  5.48 kB     287  [emitted]         getintentBidAdapter
           geoedgeRtdProvider.js  7.11 kB     288  [emitted]         geoedgeRtdProvider
              gdprEnforcement.js  22.3 kB     289  [emitted]         gdprEnforcement
            gamoshiBidAdapter.js  15.2 kB     290  [emitted]         gamoshiBidAdapter
              gammaBidAdapter.js  3.86 kB     291  [emitted]         gammaBidAdapter
      freewheel-sspBidAdapter.js  17.3 kB     292  [emitted]         freewheel-sspBidAdapter
       freeWheelAdserverVideo.js  1.35 kB     293  [emitted]         freeWheelAdserverVideo
                    fpdModule.js  2.52 kB     294  [emitted]         fpdModule
              fluctBidAdapter.js  4.34 kB     295  [emitted]         fluctBidAdapter
                 flocIdSystem.js  3.96 kB     296  [emitted]         flocIdSystem
           fidelityBidAdapter.js  5.88 kB     297  [emitted]         fidelityBidAdapter
             feedadBidAdapter.js  10.2 kB     298  [emitted]         feedadBidAdapter
              fabrickIdSystem.js  6.92 kB     299  [emitted]         fabrickIdSystem
                      express.js  8.22 kB     300  [emitted]         express
            etargetBidAdapter.js  6.46 kB     301  [emitted]         etargetBidAdapter
          eplanningBidAdapter.js  15.6 kB     302  [emitted]         eplanningBidAdapter
             envivoBidAdapter.js  4.65 kB     303  [emitted]         envivoBidAdapter
          enrichmentFpdModule.js  4.47 kB     304  [emitted]         enrichmentFpdModule
           engageyaBidAdapter.js   5.6 kB     305  [emitted]         engageyaBidAdapter
        emx_digitalBidAdapter.js  14.8 kB     306  [emitted]         emx_digitalBidAdapter
            emoteevBidAdapter.js  24.1 kB     307  [emitted]         emoteevBidAdapter
         edgequeryxBidAdapter.js  4.21 kB     308  [emitted]         edgequeryxBidAdapter
               ebdrBidAdapter.js  7.73 kB     309  [emitted]         ebdrBidAdapter
         e_volutionBidAdapter.js   4.3 kB     310  [emitted]         e_volutionBidAdapter
               dspxBidAdapter.js  8.96 kB     311  [emitted]         dspxBidAdapter
            docereeBidAdapter.js  4.01 kB     312  [emitted]         docereeBidAdapter
                  dmdIdSystem.js  2.18 kB     313  [emitted]         dmdIdSystem
               djaxBidAdapter.js  4.68 kB     314  [emitted]         djaxBidAdapter
       districtmDMXBidAdapter.js    20 kB     315  [emitted]         districtmDMXBidAdapter
         dgkeywordRtdProvider.js  8.63 kB     316  [emitted]         dgkeywordRtdProvider
             dfpAdServerVideo.js  14.9 kB     317  [emitted]         dfpAdServerVideo
       deepintentDpesIdSystem.js  2.08 kB     318  [emitted]         deepintentDpesIdSystem
         deepintentBidAdapter.js  7.37 kB     319  [emitted]         deepintentBidAdapter
        decenteradsBidAdapter.js  3.58 kB     320  [emitted]         decenteradsBidAdapter
         datablocksBidAdapter.js  12.3 kB     321  [emitted]         datablocksBidAdapter
          dailyhuntBidAdapter.js    15 kB     322  [emitted]         dailyhuntBidAdapter
                     currency.js  14.7 kB     323  [emitted]         currency
               criteoIdSystem.js   5.9 kB     324  [emitted]         criteoIdSystem
              craftBidAdapter.js  10.4 kB     325  [emitted]         craftBidAdapter
            cpmstarBidAdapter.js  8.16 kB     326  [emitted]         cpmstarBidAdapter
             cosmosBidAdapter.js  13.3 kB     327  [emitted]         cosmosBidAdapter
         conversantBidAdapter.js  14.4 kB     328  [emitted]         conversantBidAdapter
           convergeBidAdapter.js  11.8 kB     329  [emitted]         convergeBidAdapter
         consumableBidAdapter.js   6.5 kB     330  [emitted]         consumableBidAdapter
         consentManagementUsp.js  15.6 kB     331  [emitted]         consentManagementUsp
            consentManagement.js  25.4 kB     332  [emitted]         consentManagement
            concertBidAdapter.js  8.21 kB     333  [emitted]         concertBidAdapter
        colossussspBidAdapter.js  7.58 kB     334  [emitted]         colossussspBidAdapter
           colombiaBidAdapter.js  3.51 kB     335  [emitted]         colombiaBidAdapter
        collectcentBidAdapter.js  3.54 kB     336  [emitted]         collectcentBidAdapter
          coinzillaBidAdapter.js  3.73 kB     337  [emitted]         coinzillaBidAdapter
        cointrafficBidAdapter.js  4.05 kB     338  [emitted]         cointrafficBidAdapter
         clicktripzBidAdapter.js   2.4 kB     339  [emitted]         clicktripzBidAdapter
         clickforceBidAdapter.js  4.81 kB     340  [emitted]         clickforceBidAdapter
      cleanmedianetBidAdapter.js  11.9 kB     341  [emitted]         cleanmedianetBidAdapter
             cedatoBidAdapter.js  8.21 kB     342  [emitted]         cedatoBidAdapter
                ccxBidAdapter.js  10.5 kB     343  [emitted]         ccxBidAdapter
          categoryTranslation.js  5.81 kB     344  [emitted]         categoryTranslation
                c1xBidAdapter.js  6.51 kB     345  [emitted]         c1xBidAdapter
             byplayBidAdapter.js   3.9 kB     346  [emitted]         byplayBidAdapter
           buzzoolaBidAdapter.js  4.79 kB     347  [emitted]         buzzoolaBidAdapter
          bucksenseBidAdapter.js  5.22 kB     348  [emitted]         bucksenseBidAdapter
            browsiRtdProvider.js  10.6 kB     349  [emitted]         browsiRtdProvider
            britepoolIdSystem.js  7.03 kB     350  [emitted]         britepoolIdSystem
          brightcomBidAdapter.js  10.6 kB     351  [emitted]         brightcomBidAdapter
brightMountainMediaBidAdapter.js  8.25 kB     352  [emitted]         brightMountainMediaBidAdapter
         bridgewellBidAdapter.js  10.6 kB     353  [emitted]         bridgewellBidAdapter
            boldwinBidAdapter.js  4.77 kB     354  [emitted]         boldwinBidAdapter
          bizzclickBidAdapter.js  14.3 kB     355  [emitted]         bizzclickBidAdapter
           bidscubeBidAdapter.js  3.59 kB     356  [emitted]         bidscubeBidAdapter
         bidphysicsBidAdapter.js  5.34 kB     357  [emitted]         bidphysicsBidAdapter
             bidlabBidAdapter.js  4.38 kB     358  [emitted]         bidlabBidAdapter
           bidglassBidAdapter.js  6.11 kB     359  [emitted]         bidglassBidAdapter
         bidfluenceBidAdapter.js  4.77 kB     360  [emitted]         bidfluenceBidAdapter
               bidViewability.js  7.33 kB     361  [emitted]         bidViewability
            betweenBidAdapter.js  8.09 kB     362  [emitted]         betweenBidAdapter
         beachfrontBidAdapter.js    21 kB     363  [emitted]         beachfrontBidAdapter
             axonixBidAdapter.js  9.35 kB     364  [emitted]         axonixBidAdapter
             avocetBidAdapter.js   5.4 kB     365  [emitted]         avocetBidAdapter
          automatadBidAdapter.js  4.68 kB     366  [emitted]         automatadBidAdapter
        audiencerunBidAdapter.js  5.67 kB     367  [emitted]         audiencerunBidAdapter
              atomxBidAdapter.js  3.42 kB     368  [emitted]         atomxBidAdapter
           astraoneBidAdapter.js   6.1 kB     369  [emitted]         astraoneBidAdapter
           apstreamBidAdapter.js    14 kB     370  [emitted]         apstreamBidAdapter
           appnexusBidAdapter.js  44.8 kB     371  [emitted]         appnexusBidAdapter
             appierBidAdapter.js   3.9 kB     372  [emitted]         appierBidAdapter
            apacdexBidAdapter.js  11.6 kB     373  [emitted]         apacdexBidAdapter
                aolBidAdapter.js  15.6 kB     374  [emitted]         aolBidAdapter
            aniviewBidAdapter.js  10.9 kB     375  [emitted]         aniviewBidAdapter
                amxBidAdapter.js  15.8 kB     376  [emitted]         amxBidAdapter
                ajaBidAdapter.js  7.12 kB     377  [emitted]         ajaBidAdapter
          adyoulikeBidAdapter.js  15.4 kB     378  [emitted]         adyoulikeBidAdapter
              adxcgBidAdapter.js  18.8 kB     379  [emitted]         adxcgBidAdapter
           advertlyBidAdapter.js  4.91 kB     380  [emitted]         advertlyBidAdapter
            advenueBidAdapter.js  3.39 kB     381  [emitted]         advenueBidAdapter
       advangelistsBidAdapter.js  16.6 kB     382  [emitted]         advangelistsBidAdapter
           aduptechBidAdapter.js  10.4 kB     383  [emitted]         aduptechBidAdapter
             adtrueBidAdapter.js  25.9 kB     384  [emitted]         adtrueBidAdapter
        adtelligentBidAdapter.js  12.5 kB     385  [emitted]         adtelligentBidAdapter
           adtargetBidAdapter.js  8.61 kB     386  [emitted]         adtargetBidAdapter
            adspendBidAdapter.js  5.21 kB     387  [emitted]         adspendBidAdapter
            adriverBidAdapter.js   6.7 kB     388  [emitted]         adriverBidAdapter
       adrelevantisBidAdapter.js  25.7 kB     389  [emitted]         adrelevantisBidAdapter
            adprimeBidAdapter.js  5.52 kB     390  [emitted]         adprimeBidAdapter
             adponeBidAdapter.js  4.73 kB     391  [emitted]         adponeBidAdapter
                        adpod.js  36.5 kB     392  [emitted]         adpod
          adpartnerBidAdapter.js   4.5 kB     393  [emitted]         adpartnerBidAdapter
               adotBidAdapter.js  30.8 kB     394  [emitted]         adotBidAdapter
            adoceanBidAdapter.js  5.19 kB     395  [emitted]         adoceanBidAdapter
          adnuntiusBidAdapter.js  7.25 kB     396  [emitted]         adnuntiusBidAdapter
              adnowBidAdapter.js  7.48 kB     397  [emitted]         adnowBidAdapter
              admixerIdSystem.js   4.2 kB     398  [emitted]         admixerIdSystem
            admixerBidAdapter.js  5.24 kB     399  [emitted]         admixerBidAdapter
            admediaBidAdapter.js   2.4 kB     400  [emitted]         admediaBidAdapter
            admaticBidAdapter.js  5.65 kB     401  [emitted]         admaticBidAdapter
              admanBidAdapter.js  4.81 kB     402  [emitted]         admanBidAdapter
             adliveBidAdapter.js  2.73 kB     403  [emitted]         adliveBidAdapter
           adkernelBidAdapter.js  23.7 kB     404  [emitted]         adkernelBidAdapter
        adkernelAdnBidAdapter.js  9.67 kB     405  [emitted]         adkernelAdnBidAdapter
             adheseBidAdapter.js  9.56 kB     406  [emitted]         adheseBidAdapter
             adhashBidAdapter.js  4.53 kB     407  [emitted]         adhashBidAdapter
            adglareBidAdapter.js  3.68 kB     408  [emitted]         adglareBidAdapter
       adgenerationBidAdapter.js  9.49 kB     409  [emitted]         adgenerationBidAdapter
             adformBidAdapter.js  9.12 kB     410  [emitted]         adformBidAdapter
           adfinityBidAdapter.js  4.82 kB     411  [emitted]         adfinityBidAdapter
                adfBidAdapter.js  12.9 kB     412  [emitted]         adfBidAdapter
           addefendBidAdapter.js  4.96 kB     413  [emitted]         addefendBidAdapter
           adbutlerBidAdapter.js  5.78 kB     414  [emitted]         adbutlerBidAdapter
          adbookpspBidAdapter.js  27.4 kB     415  [emitted]         adbookpspBidAdapter
              adWMGBidAdapter.js   9.9 kB     416  [emitted]         adWMGBidAdapter
             ablidaBidAdapter.js  4.89 kB     417  [emitted]         ablidaBidAdapter
           aardvarkBidAdapter.js  8.66 kB     418  [emitted]         aardvarkBidAdapter
                a4gBidAdapter.js  3.85 kB     419  [emitted]         a4gBidAdapter
              7xbidBidAdapter.js  5.58 kB     420  [emitted]         7xbidBidAdapter
           33acrossBidAdapter.js  21.3 kB     421  [emitted]         33acrossBidAdapter
           1ad4goodBidAdapter.js  16.9 kB     422  [emitted]         1ad4goodBidAdapter
                  prebid-core.js   483 kB     423  [emitted]  [big]  prebid

WARNING in EnvironmentPlugin - LiveConnectMode environment variable is undefined.

You can pass an object with default values to suppress this warning.
See https://webpack.js.org/plugins/environment-plugin for example.
[14:06:16] Finished 'makeWebpackPkg' after 1.37 min
[14:06:16] Starting 'bound gulpBundle'...
[14:06:16] Concatenating files:
 [
  '/app/prebid.js/prebid_4.43.1/build/dist/prebid-core.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/1ad4goodBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/33acrossBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/7xbidBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/a4gBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/aardvarkBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/ablidaBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adWMGAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adWMGBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adagioAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adagioBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adbookpspBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adbutlerBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/addefendBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adfBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adfinityBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adformBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adgenerationBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adglareBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adhashBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adheseBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adkernelAdnAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adkernelAdnBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adkernelBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adliveBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adlooxAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/admanBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/admaticBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/admediaBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/admixerBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/admixerIdSystem.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adnowBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adnuntiusBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adoceanBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adomikAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adotBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adpartnerBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adpod.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adponeBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adprimeBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adrelevantisBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adriverBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adspendBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adtargetBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adtelligentBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adtrueBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/aduptechBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/advangelistsBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/advenueBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/advertlyBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adxcgAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adxcgBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adxpremiumAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/adyoulikeBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/ajaBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/amxBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/aniviewBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/aolBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/apacdexBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/appierAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/appierBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/appnexusAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/appnexusBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/apstreamBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/astraoneBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/atomxBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/atsAnalyticsAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/audiencerunBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/automatadBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/avocetBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/axonixBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/beachfrontBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/betweenBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bidViewability.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bidfluenceBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bidglassBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bidlabBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bidphysicsBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bidscubeBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bizzclickBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bluebillywigBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/boldwinBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bridgewellBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/brightMountainMediaBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/brightcomBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/britepoolIdSystem.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/browsiRtdProvider.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/bucksenseBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/buzzoolaBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/byplayBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/c1xBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/categoryTranslation.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/ccxBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/cedatoBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/cleanmedianetBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/clickforceBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/clicktripzBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/cointrafficBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/coinzillaBidAdapter.js',
  '/app/prebid.js/prebid_4.43.1/build/dist/collectcentBidAdapter.js',
  ... 324 more items
]
[14:06:16] Appending pbjs.processQueue();
[14:06:16] Generating bundle: prebid.js
[14:06:17] Finished 'bound gulpBundle' after 792 ms
[14:06:17] Finished 'build-bundle-prod' after 1.38 min
[14:06:17] Finished 'build' after 1.38 min
../prebid_4.43.1 installed
=====> Update complete