mediawiki/extensions/Wikibase (REL1_41)

sourcepatches
$ date
--- stdout ---
Thu Jun 27 18:33:16 UTC 2024

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-Wikibase.git repo --depth=1 -b REL1_41
--- stderr ---
Cloning into 'repo'...
--- stdout ---

--- end ---
$ git config user.name libraryupgrader
--- stdout ---

--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---

--- end ---
$ git submodule update --init
--- stderr ---
Submodule 'lib/resources/wikibase-api' (https://gerrit.wikimedia.org/r/wikibase/javascript-api) registered for path 'lib/resources/wikibase-api'
Submodule 'view/lib/wikibase-data-model' (https://phabricator.wikimedia.org/source/wikibase-data-model.git) registered for path 'view/lib/wikibase-data-model'
Submodule 'view/lib/wikibase-data-values' (https://phabricator.wikimedia.org/source/datavalues-javascript.git) registered for path 'view/lib/wikibase-data-values'
Submodule 'view/lib/wikibase-data-values-value-view' (https://gerrit.wikimedia.org/r/data-values/value-view) registered for path 'view/lib/wikibase-data-values-value-view'
Submodule 'view/lib/wikibase-serialization' (https://phabricator.wikimedia.org/source/wikibase-serialization.git) registered for path 'view/lib/wikibase-serialization'
Submodule 'view/lib/wikibase-termbox' (https://gerrit.wikimedia.org/r/wikibase/termbox) registered for path 'view/lib/wikibase-termbox'
Cloning into '/src/repo/lib/resources/wikibase-api'...
Cloning into '/src/repo/view/lib/wikibase-data-model'...
Cloning into '/src/repo/view/lib/wikibase-data-values'...
Cloning into '/src/repo/view/lib/wikibase-data-values-value-view'...
Cloning into '/src/repo/view/lib/wikibase-serialization'...
Cloning into '/src/repo/view/lib/wikibase-termbox'...
--- stdout ---
Submodule path 'lib/resources/wikibase-api': checked out 'b755658e33e23688e47e08fb8451c3c4ae029f8a'
Submodule path 'view/lib/wikibase-data-model': checked out '6b304daeb804591ddc4520925337429ac086515c'
Submodule path 'view/lib/wikibase-data-values': checked out '457733ebe7b0d090a67e2623350be2e4286077fe'
Submodule path 'view/lib/wikibase-data-values-value-view': checked out '66f76142c6df10937524b5eb475933f4f5b4a6c6'
Submodule path 'view/lib/wikibase-serialization': checked out 'e9b9a736f19e42497bfe45cb6f323781b00b5023'
Submodule path 'view/lib/wikibase-termbox': checked out '9be3aed6f40743049b42a74676040eb4ab0f3441'

--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.

--- end ---
$ git show-ref refs/heads/REL1_41
--- stdout ---
75b6021e53fc9f026b6fc66491780de4c96f9cdf refs/heads/REL1_41

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "@babel/traverse": {
      "name": "@babel/traverse",
      "severity": "critical",
      "isDirect": false,
      "via": [
        {
          "source": 1096886,
          "name": "@babel/traverse",
          "dependency": "@babel/traverse",
          "title": "Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code",
          "url": "https://github.com/advisories/GHSA-67hx-6x53-jw92",
          "severity": "critical",
          "cwe": [
            "CWE-184",
            "CWE-697"
          ],
          "cvss": {
            "score": 9.4,
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
          },
          "range": "<7.23.2"
        }
      ],
      "effects": [],
      "range": "<7.23.2",
      "nodes": [
        "node_modules/@babel/traverse"
      ],
      "fixAvailable": true
    },
    "@wdio/cli": {
      "name": "@wdio/cli",
      "severity": "high",
      "isDirect": true,
      "via": [
        "webdriverio"
      ],
      "effects": [],
      "range": "7.16.5 - 8.39.0",
      "nodes": [
        "node_modules/@wdio/cli"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "@wdio/local-runner": {
      "name": "@wdio/local-runner",
      "severity": "high",
      "isDirect": true,
      "via": [
        "@wdio/runner"
      ],
      "effects": [],
      "range": "7.16.5 - 8.39.0",
      "nodes": [
        "node_modules/@wdio/local-runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "@wdio/runner": {
      "name": "@wdio/runner",
      "severity": "high",
      "isDirect": false,
      "via": [
        "webdriverio"
      ],
      "effects": [
        "@wdio/local-runner"
      ],
      "range": "7.16.5 - 8.39.0",
      "nodes": [
        "node_modules/@wdio/runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "braces": {
      "name": "braces",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1097496,
          "name": "braces",
          "dependency": "braces",
          "title": "Uncontrolled resource consumption in braces",
          "url": "https://github.com/advisories/GHSA-grv7-fg5c-xmjg",
          "severity": "high",
          "cwe": [
            "CWE-1050"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.0.3"
        }
      ],
      "effects": [],
      "range": "<3.0.3",
      "nodes": [
        "node_modules/braces"
      ],
      "fixAvailable": true
    },
    "cookiejar": {
      "name": "cookiejar",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1088659,
          "name": "cookiejar",
          "dependency": "cookiejar",
          "title": "cookiejar Regular Expression Denial of Service via Cookie.parse function",
          "url": "https://github.com/advisories/GHSA-h452-7996-h45h",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<2.1.4"
        }
      ],
      "effects": [],
      "range": "<2.1.4",
      "nodes": [
        "node_modules/cookiejar"
      ],
      "fixAvailable": true
    },
    "devtools": {
      "name": "devtools",
      "severity": "high",
      "isDirect": false,
      "via": [
        "puppeteer-core"
      ],
      "effects": [],
      "range": ">=7.16.5",
      "nodes": [
        "node_modules/devtools"
      ],
      "fixAvailable": true
    },
    "ejs": {
      "name": "ejs",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1097492,
          "name": "ejs",
          "dependency": "ejs",
          "title": "ejs lacks certain pollution protection",
          "url": "https://github.com/advisories/GHSA-ghr5-ch3p-vcr6",
          "severity": "moderate",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": "<3.1.10"
        }
      ],
      "effects": [],
      "range": "<3.1.10",
      "nodes": [
        "node_modules/ejs"
      ],
      "fixAvailable": true
    },
    "eslint-plugin-compat": {
      "name": "eslint-plugin-compat",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "semver"
      ],
      "effects": [],
      "range": "3.6.0-0 - 4.1.4",
      "nodes": [
        "node_modules/eslint-plugin-compat"
      ],
      "fixAvailable": true
    },
    "get-func-name": {
      "name": "get-func-name",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1094574,
          "name": "get-func-name",
          "dependency": "get-func-name",
          "title": "Chaijs/get-func-name vulnerable to ReDoS",
          "url": "https://github.com/advisories/GHSA-4q6p-r6v2-jvc5",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<2.0.1"
        }
      ],
      "effects": [],
      "range": "<2.0.1",
      "nodes": [
        "node_modules/get-func-name"
      ],
      "fixAvailable": true
    },
    "got": {
      "name": "got",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1088948,
          "name": "got",
          "dependency": "got",
          "title": "Got allows a redirect to a UNIX socket",
          "url": "https://github.com/advisories/GHSA-pfrx-2q88-qq97",
          "severity": "moderate",
          "cwe": [],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
          },
          "range": "<11.8.5"
        }
      ],
      "effects": [],
      "range": "<11.8.5",
      "nodes": [
        "node_modules/got"
      ],
      "fixAvailable": true
    },
    "http-cache-semantics": {
      "name": "http-cache-semantics",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1092316,
          "name": "http-cache-semantics",
          "dependency": "http-cache-semantics",
          "title": "http-cache-semantics vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-rc47-6667-2j5j",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<4.1.1"
        }
      ],
      "effects": [],
      "range": "<4.1.1",
      "nodes": [
        "node_modules/http-cache-semantics"
      ],
      "fixAvailable": true
    },
    "json5": {
      "name": "json5",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1096544,
          "name": "json5",
          "dependency": "json5",
          "title": "Prototype Pollution in JSON5 via Parse Method",
          "url": "https://github.com/advisories/GHSA-9c47-m6qq-7p4h",
          "severity": "high",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 7.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H"
          },
          "range": ">=2.0.0 <2.2.2"
        }
      ],
      "effects": [],
      "range": "2.0.0 - 2.2.1",
      "nodes": [
        "node_modules/json5"
      ],
      "fixAvailable": true
    },
    "minimatch": {
      "name": "minimatch",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1096485,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch ReDoS vulnerability",
          "url": "https://github.com/advisories/GHSA-f8q6-p94x-37v3",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.0.5"
        }
      ],
      "effects": [
        "recursive-readdir"
      ],
      "range": "<3.0.5",
      "nodes": [
        "node_modules/recursive-readdir/node_modules/minimatch"
      ],
      "fixAvailable": true
    },
    "mwbot": {
      "name": "mwbot",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "request",
        "semver"
      ],
      "effects": [
        "wdio-mediawiki"
      ],
      "range": ">=0.1.6",
      "nodes": [
        "node_modules/mwbot"
      ],
      "fixAvailable": true
    },
    "postcss": {
      "name": "postcss",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1094544,
          "name": "postcss",
          "dependency": "postcss",
          "title": "PostCSS line return parsing error",
          "url": "https://github.com/advisories/GHSA-7fh5-64p2-3v2j",
          "severity": "moderate",
          "cwe": [
            "CWE-74",
            "CWE-144"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
          },
          "range": "<8.4.31"
        }
      ],
      "effects": [],
      "range": "<8.4.31",
      "nodes": [
        "node_modules/postcss"
      ],
      "fixAvailable": true
    },
    "puppeteer-core": {
      "name": "puppeteer-core",
      "severity": "high",
      "isDirect": false,
      "via": [
        "ws"
      ],
      "effects": [
        "devtools",
        "webdriverio"
      ],
      "range": "11.0.0 - 22.11.1",
      "nodes": [
        "node_modules/puppeteer-core"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "recursive-readdir": {
      "name": "recursive-readdir",
      "severity": "high",
      "isDirect": false,
      "via": [
        "minimatch"
      ],
      "effects": [],
      "range": "1.2.0 - 2.2.2",
      "nodes": [
        "node_modules/recursive-readdir"
      ],
      "fixAvailable": true
    },
    "request": {
      "name": "request",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1096727,
          "name": "request",
          "dependency": "request",
          "title": "Server-Side Request Forgery in Request",
          "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6",
          "severity": "moderate",
          "cwe": [
            "CWE-918"
          ],
          "cvss": {
            "score": 6.1,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
          },
          "range": "<=2.88.2"
        },
        "tough-cookie"
      ],
      "effects": [
        "mwbot"
      ],
      "range": "*",
      "nodes": [
        "node_modules/request"
      ],
      "fixAvailable": true
    },
    "semver": {
      "name": "semver",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1096482,
          "name": "semver",
          "dependency": "semver",
          "title": "semver vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": ">=7.0.0 <7.5.2"
        },
        {
          "source": 1096483,
          "name": "semver",
          "dependency": "semver",
          "title": "semver vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<5.7.2"
        },
        {
          "source": 1096484,
          "name": "semver",
          "dependency": "semver",
          "title": "semver vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": ">=6.0.0 <6.3.1"
        }
      ],
      "effects": [
        "eslint-plugin-compat",
        "mwbot"
      ],
      "range": "<=5.7.1 || 6.0.0 - 6.3.0 || 7.0.0 - 7.5.1",
      "nodes": [
        "node_modules/@babel/core/node_modules/semver",
        "node_modules/@babel/helper-compilation-targets/node_modules/semver",
        "node_modules/eslint-plugin-node/node_modules/semver",
        "node_modules/istanbul-lib-instrument/node_modules/semver",
        "node_modules/make-dir/node_modules/semver",
        "node_modules/mwbot/node_modules/semver",
        "node_modules/normalize-package-data/node_modules/semver",
        "node_modules/npm-run-all/node_modules/semver",
        "node_modules/semver"
      ],
      "fixAvailable": true
    },
    "tough-cookie": {
      "name": "tough-cookie",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1097682,
          "name": "tough-cookie",
          "dependency": "tough-cookie",
          "title": "tough-cookie Prototype Pollution vulnerability",
          "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3",
          "severity": "moderate",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 6.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
          },
          "range": "<4.1.3"
        }
      ],
      "effects": [
        "request"
      ],
      "range": "<4.1.3",
      "nodes": [
        "node_modules/tough-cookie"
      ],
      "fixAvailable": true
    },
    "ua-parser-js": {
      "name": "ua-parser-js",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1092302,
          "name": "ua-parser-js",
          "dependency": "ua-parser-js",
          "title": "ReDoS Vulnerability in ua-parser-js version",
          "url": "https://github.com/advisories/GHSA-fhg7-m89q-25r3",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=0.8.0 <1.0.33"
        }
      ],
      "effects": [],
      "range": "0.8.1 - 1.0.32",
      "nodes": [
        "node_modules/ua-parser-js"
      ],
      "fixAvailable": true
    },
    "wdio-mediawiki": {
      "name": "wdio-mediawiki",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "mwbot"
      ],
      "effects": [],
      "range": "1.1.0 - 2.2.0",
      "nodes": [
        "node_modules/wdio-mediawiki"
      ],
      "fixAvailable": true
    },
    "webdriverio": {
      "name": "webdriverio",
      "severity": "high",
      "isDirect": false,
      "via": [
        "devtools",
        "puppeteer-core"
      ],
      "effects": [
        "@wdio/cli",
        "@wdio/runner"
      ],
      "range": "7.16.5 - 8.39.0",
      "nodes": [
        "node_modules/webdriverio"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "word-wrap": {
      "name": "word-wrap",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1097681,
          "name": "word-wrap",
          "dependency": "word-wrap",
          "title": "word-wrap vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-j8xg-fqg3-53r7",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<1.2.4"
        }
      ],
      "effects": [],
      "range": "<1.2.4",
      "nodes": [
        "node_modules/word-wrap"
      ],
      "fixAvailable": true
    },
    "ws": {
      "name": "ws",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1097615,
          "name": "ws",
          "dependency": "ws",
          "title": "ws affected by a DoS when handling a request with many HTTP headers",
          "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q",
          "severity": "high",
          "cwe": [
            "CWE-476"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=8.0.0 <8.17.1"
        }
      ],
      "effects": [
        "puppeteer-core"
      ],
      "range": "8.0.0 - 8.17.0",
      "nodes": [
        "node_modules/ws"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 11,
      "high": 14,
      "critical": 1,
      "total": 26
    },
    "dependencies": {
      "prod": 1,
      "dev": 1111,
      "optional": 2,
      "peer": 2,
      "peerOptional": 0,
      "total": 1111
    }
  }
}

--- end ---
$ /usr/bin/composer install
--- stderr ---
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 57 installs, 0 updates, 0 removals
  - Locking composer/installers (v1.12.0)
  - Locking composer/pcre (3.1.4)
  - Locking composer/semver (3.3.2)
  - Locking composer/spdx-licenses (1.5.8)
  - Locking composer/xdebug-handler (3.0.5)
  - Locking data-values/common (1.1.0)
  - Locking data-values/data-values (3.1.0)
  - Locking data-values/geo (4.4.0)
  - Locking data-values/interfaces (1.0.0)
  - Locking data-values/number (0.12.3)
  - Locking data-values/serialization (1.2.5)
  - Locking data-values/time (1.1.2)
  - Locking dealerdirect/phpcodesniffer-composer-installer (v0.7.2)
  - Locking diff/diff (3.3.1)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking mediawiki/mediawiki-codesniffer (v41.0.0)
  - Locking mediawiki/mediawiki-phan-config (0.12.1)
  - Locking mediawiki/minus-x (1.1.1)
  - Locking mediawiki/phan-taint-check-plugin (4.0.0)
  - Locking microsoft/tolerant-php-parser (v0.1.1)
  - Locking monolog/monolog (2.9.3)
  - Locking netresearch/jsonmapper (v4.4.1)
  - Locking onoi/message-reporter (1.4.2)
  - Locking phan/phan (5.4.1)
  - Locking php-parallel-lint/php-console-color (v1.0.1)
  - Locking php-parallel-lint/php-console-highlighter (v1.0.0)
  - Locking php-parallel-lint/php-parallel-lint (v1.3.2)
  - Locking phpat/phpat (0.10.17)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.3.0)
  - Locking phpdocumentor/type-resolver (1.6.2)
  - Locking phpstan/phpdoc-parser (0.4.9)
  - Locking phpstan/phpstan (1.11.5)
  - Locking psr/container (2.0.2)
  - Locking psr/http-message (1.1)
  - Locking psr/log (1.1.4)
  - Locking psr/simple-cache (1.0.1)
  - Locking sabre/event (5.1.4)
  - Locking serialization/serialization (4.0.0)
  - Locking slevomat/coding-standard (6.4.1)
  - Locking squizlabs/php_codesniffer (3.7.2)
  - Locking swaggest/json-diff (v3.10.5)
  - Locking symfony/console (v5.4.40)
  - Locking symfony/deprecation-contracts (v3.5.0)
  - Locking symfony/polyfill-ctype (v1.30.0)
  - Locking symfony/polyfill-intl-grapheme (v1.30.0)
  - Locking symfony/polyfill-intl-normalizer (v1.30.0)
  - Locking symfony/polyfill-mbstring (v1.30.0)
  - Locking symfony/polyfill-php73 (v1.30.0)
  - Locking symfony/polyfill-php80 (v1.30.0)
  - Locking symfony/service-contracts (v3.5.0)
  - Locking symfony/string (v6.4.8)
  - Locking tysonandre/var_representation_polyfill (0.1.3)
  - Locking webmozart/assert (1.11.0)
  - Locking wikimedia/at-ease (v2.1.0)
  - Locking wikimedia/purtle (v1.0.8)
  - Locking wikimedia/timestamp (v4.1.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 57 installs, 0 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Installing composer/installers (v1.12.0): Extracting archive
  - Installing squizlabs/php_codesniffer (3.7.2): Extracting archive
  - Installing dealerdirect/phpcodesniffer-composer-installer (v0.7.2): Extracting archive
  - Installing composer/pcre (3.1.4): Extracting archive
  - Installing symfony/polyfill-php80 (v1.30.0): Extracting archive
  - Installing data-values/interfaces (1.0.0): Extracting archive
  - Installing data-values/data-values (3.1.0): Extracting archive
  - Installing data-values/geo (4.4.0): Extracting archive
  - Installing data-values/common (1.1.0): Extracting archive
  - Installing data-values/number (0.12.3): Extracting archive
  - Installing serialization/serialization (4.0.0): Extracting archive
  - Installing data-values/serialization (1.2.5): Extracting archive
  - Installing data-values/time (1.1.2): Extracting archive
  - Installing diff/diff (3.3.1): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.30.0): Extracting archive
  - Installing composer/spdx-licenses (1.5.8): Extracting archive
  - Installing composer/semver (3.3.2): Extracting archive
  - Installing mediawiki/mediawiki-codesniffer (v41.0.0): Extracting archive
  - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.30.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.30.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.30.0): Extracting archive
  - Installing symfony/string (v6.4.8): Extracting archive
  - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.5.0): Extracting archive
  - Installing symfony/polyfill-php73 (v1.30.0): Extracting archive
  - Installing symfony/console (v5.4.40): Extracting archive
  - Installing sabre/event (5.1.4): Extracting archive
  - Installing netresearch/jsonmapper (v4.4.1): Extracting archive
  - Installing microsoft/tolerant-php-parser (v0.1.1): Extracting archive
  - Installing webmozart/assert (1.11.0): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing phpdocumentor/type-resolver (1.6.2): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
  - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
  - Installing psr/log (1.1.4): Extracting archive
  - Installing composer/xdebug-handler (3.0.5): Extracting archive
  - Installing phan/phan (5.4.1): Extracting archive
  - Installing mediawiki/phan-taint-check-plugin (4.0.0): Extracting archive
  - Installing mediawiki/mediawiki-phan-config (0.12.1): Extracting archive
  - Installing mediawiki/minus-x (1.1.1): Extracting archive
  - Installing monolog/monolog (2.9.3): Extracting archive
  - Installing onoi/message-reporter (1.4.2): Extracting archive
  - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
  - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.3.2): Extracting archive
  - Installing phpstan/phpstan (1.11.5): Extracting archive
  - Installing phpat/phpat (0.10.17): Extracting archive
  - Installing psr/http-message (1.1): Extracting archive
  - Installing psr/simple-cache (1.0.1): Extracting archive
  - Installing phpstan/phpdoc-parser (0.4.9): Extracting archive
  - Installing slevomat/coding-standard (6.4.1): Extracting archive
  - Installing swaggest/json-diff (v3.10.5): Extracting archive
  - Installing wikimedia/at-ease (v2.1.0): Extracting archive
  - Installing wikimedia/purtle (v1.0.8): Extracting archive
  - Installing wikimedia/timestamp (v4.1.1): Extracting archive
  0/54 [>---------------------------]   0%
 20/54 [==========>-----------------]  37%
 30/54 [===============>------------]  55%
 43/54 [======================>-----]  79%
 53/54 [===========================>]  98%
 54/54 [============================] 100%
13 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
22 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
PHP CodeSniffer Config installed_paths set to ../../../repo,../../mediawiki/mediawiki-codesniffer,../../slevomat/coding-standard

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "@babel/traverse": {
      "name": "@babel/traverse",
      "severity": "critical",
      "isDirect": false,
      "via": [
        {
          "source": 1096886,
          "name": "@babel/traverse",
          "dependency": "@babel/traverse",
          "title": "Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code",
          "url": "https://github.com/advisories/GHSA-67hx-6x53-jw92",
          "severity": "critical",
          "cwe": [
            "CWE-184",
            "CWE-697"
          ],
          "cvss": {
            "score": 9.4,
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
          },
          "range": "<7.23.2"
        }
      ],
      "effects": [],
      "range": "<7.23.2",
      "nodes": [
        "node_modules/@babel/traverse"
      ],
      "fixAvailable": true
    },
    "@wdio/cli": {
      "name": "@wdio/cli",
      "severity": "high",
      "isDirect": true,
      "via": [
        "webdriverio"
      ],
      "effects": [],
      "range": "7.16.5 - 8.39.0",
      "nodes": [
        "node_modules/@wdio/cli"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "@wdio/local-runner": {
      "name": "@wdio/local-runner",
      "severity": "high",
      "isDirect": true,
      "via": [
        "@wdio/runner"
      ],
      "effects": [],
      "range": "7.16.5 - 8.39.0",
      "nodes": [
        "node_modules/@wdio/local-runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "@wdio/runner": {
      "name": "@wdio/runner",
      "severity": "high",
      "isDirect": false,
      "via": [
        "webdriverio"
      ],
      "effects": [
        "@wdio/local-runner"
      ],
      "range": "7.16.5 - 8.39.0",
      "nodes": [
        "node_modules/@wdio/runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "braces": {
      "name": "braces",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1097496,
          "name": "braces",
          "dependency": "braces",
          "title": "Uncontrolled resource consumption in braces",
          "url": "https://github.com/advisories/GHSA-grv7-fg5c-xmjg",
          "severity": "high",
          "cwe": [
            "CWE-1050"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.0.3"
        }
      ],
      "effects": [],
      "range": "<3.0.3",
      "nodes": [
        "node_modules/braces"
      ],
      "fixAvailable": true
    },
    "cookiejar": {
      "name": "cookiejar",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1088659,
          "name": "cookiejar",
          "dependency": "cookiejar",
          "title": "cookiejar Regular Expression Denial of Service via Cookie.parse function",
          "url": "https://github.com/advisories/GHSA-h452-7996-h45h",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<2.1.4"
        }
      ],
      "effects": [],
      "range": "<2.1.4",
      "nodes": [
        "node_modules/cookiejar"
      ],
      "fixAvailable": true
    },
    "devtools": {
      "name": "devtools",
      "severity": "high",
      "isDirect": false,
      "via": [
        "puppeteer-core"
      ],
      "effects": [],
      "range": ">=7.16.5",
      "nodes": [
        "node_modules/devtools"
      ],
      "fixAvailable": true
    },
    "ejs": {
      "name": "ejs",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1097492,
          "name": "ejs",
          "dependency": "ejs",
          "title": "ejs lacks certain pollution protection",
          "url": "https://github.com/advisories/GHSA-ghr5-ch3p-vcr6",
          "severity": "moderate",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": "<3.1.10"
        }
      ],
      "effects": [],
      "range": "<3.1.10",
      "nodes": [
        "node_modules/ejs"
      ],
      "fixAvailable": true
    },
    "eslint-plugin-compat": {
      "name": "eslint-plugin-compat",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "semver"
      ],
      "effects": [],
      "range": "3.6.0-0 - 4.1.4",
      "nodes": [
        "node_modules/eslint-plugin-compat"
      ],
      "fixAvailable": true
    },
    "get-func-name": {
      "name": "get-func-name",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1094574,
          "name": "get-func-name",
          "dependency": "get-func-name",
          "title": "Chaijs/get-func-name vulnerable to ReDoS",
          "url": "https://github.com/advisories/GHSA-4q6p-r6v2-jvc5",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<2.0.1"
        }
      ],
      "effects": [],
      "range": "<2.0.1",
      "nodes": [
        "node_modules/get-func-name"
      ],
      "fixAvailable": true
    },
    "got": {
      "name": "got",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1088948,
          "name": "got",
          "dependency": "got",
          "title": "Got allows a redirect to a UNIX socket",
          "url": "https://github.com/advisories/GHSA-pfrx-2q88-qq97",
          "severity": "moderate",
          "cwe": [],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
          },
          "range": "<11.8.5"
        }
      ],
      "effects": [],
      "range": "<11.8.5",
      "nodes": [
        "node_modules/got"
      ],
      "fixAvailable": true
    },
    "http-cache-semantics": {
      "name": "http-cache-semantics",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1092316,
          "name": "http-cache-semantics",
          "dependency": "http-cache-semantics",
          "title": "http-cache-semantics vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-rc47-6667-2j5j",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<4.1.1"
        }
      ],
      "effects": [],
      "range": "<4.1.1",
      "nodes": [
        "node_modules/http-cache-semantics"
      ],
      "fixAvailable": true
    },
    "json5": {
      "name": "json5",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1096544,
          "name": "json5",
          "dependency": "json5",
          "title": "Prototype Pollution in JSON5 via Parse Method",
          "url": "https://github.com/advisories/GHSA-9c47-m6qq-7p4h",
          "severity": "high",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 7.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H"
          },
          "range": ">=2.0.0 <2.2.2"
        }
      ],
      "effects": [],
      "range": "2.0.0 - 2.2.1",
      "nodes": [
        "node_modules/json5"
      ],
      "fixAvailable": true
    },
    "minimatch": {
      "name": "minimatch",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1096485,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch ReDoS vulnerability",
          "url": "https://github.com/advisories/GHSA-f8q6-p94x-37v3",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.0.5"
        }
      ],
      "effects": [
        "recursive-readdir"
      ],
      "range": "<3.0.5",
      "nodes": [
        "node_modules/recursive-readdir/node_modules/minimatch"
      ],
      "fixAvailable": true
    },
    "mwbot": {
      "name": "mwbot",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "request",
        "semver"
      ],
      "effects": [
        "wdio-mediawiki"
      ],
      "range": ">=0.1.6",
      "nodes": [
        "node_modules/mwbot"
      ],
      "fixAvailable": true
    },
    "postcss": {
      "name": "postcss",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1094544,
          "name": "postcss",
          "dependency": "postcss",
          "title": "PostCSS line return parsing error",
          "url": "https://github.com/advisories/GHSA-7fh5-64p2-3v2j",
          "severity": "moderate",
          "cwe": [
            "CWE-74",
            "CWE-144"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
          },
          "range": "<8.4.31"
        }
      ],
      "effects": [],
      "range": "<8.4.31",
      "nodes": [
        "node_modules/postcss"
      ],
      "fixAvailable": true
    },
    "puppeteer-core": {
      "name": "puppeteer-core",
      "severity": "high",
      "isDirect": false,
      "via": [
        "ws"
      ],
      "effects": [
        "devtools",
        "webdriverio"
      ],
      "range": "11.0.0 - 22.11.1",
      "nodes": [
        "node_modules/puppeteer-core"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "recursive-readdir": {
      "name": "recursive-readdir",
      "severity": "high",
      "isDirect": false,
      "via": [
        "minimatch"
      ],
      "effects": [],
      "range": "1.2.0 - 2.2.2",
      "nodes": [
        "node_modules/recursive-readdir"
      ],
      "fixAvailable": true
    },
    "request": {
      "name": "request",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1096727,
          "name": "request",
          "dependency": "request",
          "title": "Server-Side Request Forgery in Request",
          "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6",
          "severity": "moderate",
          "cwe": [
            "CWE-918"
          ],
          "cvss": {
            "score": 6.1,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
          },
          "range": "<=2.88.2"
        },
        "tough-cookie"
      ],
      "effects": [
        "mwbot"
      ],
      "range": "*",
      "nodes": [
        "node_modules/request"
      ],
      "fixAvailable": true
    },
    "semver": {
      "name": "semver",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1096482,
          "name": "semver",
          "dependency": "semver",
          "title": "semver vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": ">=7.0.0 <7.5.2"
        },
        {
          "source": 1096483,
          "name": "semver",
          "dependency": "semver",
          "title": "semver vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<5.7.2"
        },
        {
          "source": 1096484,
          "name": "semver",
          "dependency": "semver",
          "title": "semver vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": ">=6.0.0 <6.3.1"
        }
      ],
      "effects": [
        "eslint-plugin-compat",
        "mwbot"
      ],
      "range": "<=5.7.1 || 6.0.0 - 6.3.0 || 7.0.0 - 7.5.1",
      "nodes": [
        "node_modules/@babel/core/node_modules/semver",
        "node_modules/@babel/helper-compilation-targets/node_modules/semver",
        "node_modules/eslint-plugin-node/node_modules/semver",
        "node_modules/istanbul-lib-instrument/node_modules/semver",
        "node_modules/make-dir/node_modules/semver",
        "node_modules/mwbot/node_modules/semver",
        "node_modules/normalize-package-data/node_modules/semver",
        "node_modules/npm-run-all/node_modules/semver",
        "node_modules/semver"
      ],
      "fixAvailable": true
    },
    "tough-cookie": {
      "name": "tough-cookie",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1097682,
          "name": "tough-cookie",
          "dependency": "tough-cookie",
          "title": "tough-cookie Prototype Pollution vulnerability",
          "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3",
          "severity": "moderate",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 6.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
          },
          "range": "<4.1.3"
        }
      ],
      "effects": [
        "request"
      ],
      "range": "<4.1.3",
      "nodes": [
        "node_modules/tough-cookie"
      ],
      "fixAvailable": true
    },
    "ua-parser-js": {
      "name": "ua-parser-js",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1092302,
          "name": "ua-parser-js",
          "dependency": "ua-parser-js",
          "title": "ReDoS Vulnerability in ua-parser-js version",
          "url": "https://github.com/advisories/GHSA-fhg7-m89q-25r3",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=0.8.0 <1.0.33"
        }
      ],
      "effects": [],
      "range": "0.8.1 - 1.0.32",
      "nodes": [
        "node_modules/ua-parser-js"
      ],
      "fixAvailable": true
    },
    "wdio-mediawiki": {
      "name": "wdio-mediawiki",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "mwbot"
      ],
      "effects": [],
      "range": "1.1.0 - 2.2.0",
      "nodes": [
        "node_modules/wdio-mediawiki"
      ],
      "fixAvailable": true
    },
    "webdriverio": {
      "name": "webdriverio",
      "severity": "high",
      "isDirect": false,
      "via": [
        "devtools",
        "puppeteer-core"
      ],
      "effects": [
        "@wdio/cli",
        "@wdio/runner"
      ],
      "range": "7.16.5 - 8.39.0",
      "nodes": [
        "node_modules/webdriverio"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "word-wrap": {
      "name": "word-wrap",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1097681,
          "name": "word-wrap",
          "dependency": "word-wrap",
          "title": "word-wrap vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-j8xg-fqg3-53r7",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<1.2.4"
        }
      ],
      "effects": [],
      "range": "<1.2.4",
      "nodes": [
        "node_modules/word-wrap"
      ],
      "fixAvailable": true
    },
    "ws": {
      "name": "ws",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1097615,
          "name": "ws",
          "dependency": "ws",
          "title": "ws affected by a DoS when handling a request with many HTTP headers",
          "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q",
          "severity": "high",
          "cwe": [
            "CWE-476"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=8.0.0 <8.17.1"
        }
      ],
      "effects": [
        "puppeteer-core"
      ],
      "range": "8.0.0 - 8.17.0",
      "nodes": [
        "node_modules/ws"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 11,
      "high": 14,
      "critical": 1,
      "total": 26
    },
    "dependencies": {
      "prod": 1,
      "dev": 1111,
      "optional": 2,
      "peer": 2,
      "peerOptional": 0,
      "total": 1111
    }
  }
}

--- end ---
Attempting to npm audit fix
$ /usr/bin/npm audit fix --dry-run --only=dev --json
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@es-joy/jsdoccomment@0.23.6',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@39.2.2',
npm WARN EBADENGINE   required: { node: '^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'wdio-mediawiki@2.5.0',
npm WARN EBADENGINE   required: { node: '>=18.17.0', npm: '>=9.6.7' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
--- stdout ---
{
  "added": 1154,
  "removed": 0,
  "changed": 0,
  "audited": 1155,
  "funding": 141,
  "audit": {
    "auditReportVersion": 2,
    "vulnerabilities": {
      "@babel/traverse": {
        "name": "@babel/traverse",
        "severity": "critical",
        "isDirect": false,
        "via": [
          {
            "source": 1096886,
            "name": "@babel/traverse",
            "dependency": "@babel/traverse",
            "title": "Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code",
            "url": "https://github.com/advisories/GHSA-67hx-6x53-jw92",
            "severity": "critical",
            "cwe": [
              "CWE-184",
              "CWE-697"
            ],
            "cvss": {
              "score": 9.4,
              "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
            },
            "range": "<7.23.2"
          }
        ],
        "effects": [],
        "range": "<7.23.2",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "@wdio/cli": {
        "name": "@wdio/cli",
        "severity": "high",
        "isDirect": true,
        "via": [
          "webdriverio"
        ],
        "effects": [],
        "range": "7.16.5 - 8.39.0",
        "nodes": [
          "",
          "node_modules/@wdio/cli"
        ],
        "fixAvailable": {
          "name": "@wdio/cli",
          "version": "7.16.4",
          "isSemVerMajor": true
        }
      },
      "@wdio/local-runner": {
        "name": "@wdio/local-runner",
        "severity": "high",
        "isDirect": false,
        "via": [
          "@wdio/runner"
        ],
        "effects": [],
        "range": "7.16.5 - 8.39.0",
        "nodes": [
          ""
        ],
        "fixAvailable": {
          "name": "@wdio/local-runner",
          "version": "7.16.4",
          "isSemVerMajor": true
        }
      },
      "@wdio/runner": {
        "name": "@wdio/runner",
        "severity": "high",
        "isDirect": false,
        "via": [
          "webdriverio"
        ],
        "effects": [
          "@wdio/local-runner"
        ],
        "range": "7.16.5 - 8.39.0",
        "nodes": [
          ""
        ],
        "fixAvailable": {
          "name": "@wdio/local-runner",
          "version": "7.16.4",
          "isSemVerMajor": true
        }
      },
      "braces": {
        "name": "braces",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1097496,
            "name": "braces",
            "dependency": "braces",
            "title": "Uncontrolled resource consumption in braces",
            "url": "https://github.com/advisories/GHSA-grv7-fg5c-xmjg",
            "severity": "high",
            "cwe": [
              "CWE-1050"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<3.0.3"
          }
        ],
        "effects": [],
        "range": "<3.0.3",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "cookiejar": {
        "name": "cookiejar",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1088659,
            "name": "cookiejar",
            "dependency": "cookiejar",
            "title": "cookiejar Regular Expression Denial of Service via Cookie.parse function",
            "url": "https://github.com/advisories/GHSA-h452-7996-h45h",
            "severity": "moderate",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
            },
            "range": "<2.1.4"
          }
        ],
        "effects": [],
        "range": "<2.1.4",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "devtools": {
        "name": "devtools",
        "severity": "high",
        "isDirect": false,
        "via": [
          "puppeteer-core"
        ],
        "effects": [],
        "range": ">=7.16.5",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "ejs": {
        "name": "ejs",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1097492,
            "name": "ejs",
            "dependency": "ejs",
            "title": "ejs lacks certain pollution protection",
            "url": "https://github.com/advisories/GHSA-ghr5-ch3p-vcr6",
            "severity": "moderate",
            "cwe": [
              "CWE-1321"
            ],
            "cvss": {
              "score": 0,
              "vectorString": null
            },
            "range": "<3.1.10"
          }
        ],
        "effects": [],
        "range": "<3.1.10",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "eslint-plugin-compat": {
        "name": "eslint-plugin-compat",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "semver"
        ],
        "effects": [],
        "range": "3.6.0-0 - 4.1.4",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "get-func-name": {
        "name": "get-func-name",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1094574,
            "name": "get-func-name",
            "dependency": "get-func-name",
            "title": "Chaijs/get-func-name vulnerable to ReDoS",
            "url": "https://github.com/advisories/GHSA-4q6p-r6v2-jvc5",
            "severity": "high",
            "cwe": [
              "CWE-400",
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<2.0.1"
          }
        ],
        "effects": [],
        "range": "<2.0.1",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "got": {
        "name": "got",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1088948,
            "name": "got",
            "dependency": "got",
            "title": "Got allows a redirect to a UNIX socket",
            "url": "https://github.com/advisories/GHSA-pfrx-2q88-qq97",
            "severity": "moderate",
            "cwe": [],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
            },
            "range": "<11.8.5"
          }
        ],
        "effects": [],
        "range": "<11.8.5",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "http-cache-semantics": {
        "name": "http-cache-semantics",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1092316,
            "name": "http-cache-semantics",
            "dependency": "http-cache-semantics",
            "title": "http-cache-semantics vulnerable to Regular Expression Denial of Service",
            "url": "https://github.com/advisories/GHSA-rc47-6667-2j5j",
            "severity": "high",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<4.1.1"
          }
        ],
        "effects": [],
        "range": "<4.1.1",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "json5": {
        "name": "json5",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1096544,
            "name": "json5",
            "dependency": "json5",
            "title": "Prototype Pollution in JSON5 via Parse Method",
            "url": "https://github.com/advisories/GHSA-9c47-m6qq-7p4h",
            "severity": "high",
            "cwe": [
              "CWE-1321"
            ],
            "cvss": {
              "score": 7.1,
              "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H"
            },
            "range": ">=2.0.0 <2.2.2"
          }
        ],
        "effects": [],
        "range": "2.0.0 - 2.2.1",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "minimatch": {
        "name": "minimatch",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1096485,
            "name": "minimatch",
            "dependency": "minimatch",
            "title": "minimatch ReDoS vulnerability",
            "url": "https://github.com/advisories/GHSA-f8q6-p94x-37v3",
            "severity": "high",
            "cwe": [
              "CWE-400",
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<3.0.5"
          }
        ],
        "effects": [
          "recursive-readdir"
        ],
        "range": "<3.0.5",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "mwbot": {
        "name": "mwbot",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "request",
          "semver"
        ],
        "effects": [
          "wdio-mediawiki"
        ],
        "range": ">=0.1.6",
        "nodes": [
          "",
          "node_modules/mwbot"
        ],
        "fixAvailable": true
      },
      "postcss": {
        "name": "postcss",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1094544,
            "name": "postcss",
            "dependency": "postcss",
            "title": "PostCSS line return parsing error",
            "url": "https://github.com/advisories/GHSA-7fh5-64p2-3v2j",
            "severity": "moderate",
            "cwe": [
              "CWE-74",
              "CWE-144"
            ],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
            },
            "range": "<8.4.31"
          }
        ],
        "effects": [],
        "range": "<8.4.31",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "puppeteer-core": {
        "name": "puppeteer-core",
        "severity": "high",
        "isDirect": false,
        "via": [
          "ws"
        ],
        "effects": [
          "devtools",
          "webdriverio"
        ],
        "range": "11.0.0 - 22.11.1",
        "nodes": [
          ""
        ],
        "fixAvailable": {
          "name": "@wdio/cli",
          "version": "7.16.4",
          "isSemVerMajor": true
        }
      },
      "recursive-readdir": {
        "name": "recursive-readdir",
        "severity": "high",
        "isDirect": false,
        "via": [
          "minimatch"
        ],
        "effects": [],
        "range": "1.2.0 - 2.2.2",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "request": {
        "name": "request",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1096727,
            "name": "request",
            "dependency": "request",
            "title": "Server-Side Request Forgery in Request",
            "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6",
            "severity": "moderate",
            "cwe": [
              "CWE-918"
            ],
            "cvss": {
              "score": 6.1,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
            },
            "range": "<=2.88.2"
          },
          "tough-cookie"
        ],
        "effects": [
          "mwbot"
        ],
        "range": "*",
        "nodes": [
          "node_modules/request"
        ],
        "fixAvailable": true
      },
      "semver": {
        "name": "semver",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1096482,
            "name": "semver",
            "dependency": "semver",
            "title": "semver vulnerable to Regular Expression Denial of Service",
            "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
            "severity": "moderate",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
            },
            "range": ">=7.0.0 <7.5.2"
          },
          {
            "source": 1096483,
            "name": "semver",
            "dependency": "semver",
            "title": "semver vulnerable to Regular Expression Denial of Service",
            "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
            "severity": "moderate",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
            },
            "range": "<5.7.2"
          },
          {
            "source": 1096484,
            "name": "semver",
            "dependency": "semver",
            "title": "semver vulnerable to Regular Expression Denial of Service",
            "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
            "severity": "moderate",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
            },
            "range": ">=6.0.0 <6.3.1"
          }
        ],
        "effects": [
          "eslint-plugin-compat",
          "mwbot"
        ],
        "range": "<=5.7.1 || 6.0.0 - 6.3.0 || 7.0.0 - 7.5.1",
        "nodes": [
          "",
          "",
          "",
          "",
          "",
          "",
          "",
          "",
          ""
        ],
        "fixAvailable": true
      },
      "tough-cookie": {
        "name": "tough-cookie",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1097682,
            "name": "tough-cookie",
            "dependency": "tough-cookie",
            "title": "tough-cookie Prototype Pollution vulnerability",
            "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3",
            "severity": "moderate",
            "cwe": [
              "CWE-1321"
            ],
            "cvss": {
              "score": 6.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
            },
            "range": "<4.1.3"
          }
        ],
        "effects": [
          "request"
        ],
        "range": "<4.1.3",
        "nodes": [
          "node_modules/tough-cookie"
        ],
        "fixAvailable": true
      },
      "ua-parser-js": {
        "name": "ua-parser-js",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1092302,
            "name": "ua-parser-js",
            "dependency": "ua-parser-js",
            "title": "ReDoS Vulnerability in ua-parser-js version",
            "url": "https://github.com/advisories/GHSA-fhg7-m89q-25r3",
            "severity": "high",
            "cwe": [
              "CWE-400",
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": ">=0.8.0 <1.0.33"
          }
        ],
        "effects": [],
        "range": "0.8.1 - 1.0.32",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "wdio-mediawiki": {
        "name": "wdio-mediawiki",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "mwbot"
        ],
        "effects": [],
        "range": "1.1.0 - 2.2.0",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "webdriverio": {
        "name": "webdriverio",
        "severity": "high",
        "isDirect": false,
        "via": [
          "devtools",
          "puppeteer-core"
        ],
        "effects": [
          "@wdio/cli",
          "@wdio/runner"
        ],
        "range": "7.16.5 - 8.39.0",
        "nodes": [
          "",
          "node_modules/webdriverio"
        ],
        "fixAvailable": {
          "name": "@wdio/cli",
          "version": "7.16.4",
          "isSemVerMajor": true
        }
      },
      "word-wrap": {
        "name": "word-wrap",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1097681,
            "name": "word-wrap",
            "dependency": "word-wrap",
            "title": "word-wrap vulnerable to Regular Expression Denial of Service",
            "url": "https://github.com/advisories/GHSA-j8xg-fqg3-53r7",
            "severity": "moderate",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
            },
            "range": "<1.2.4"
          }
        ],
        "effects": [],
        "range": "<1.2.4",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "ws": {
        "name": "ws",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1097615,
            "name": "ws",
            "dependency": "ws",
            "title": "ws affected by a DoS when handling a request with many HTTP headers",
            "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q",
            "severity": "high",
            "cwe": [
              "CWE-476"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": ">=8.0.0 <8.17.1"
          }
        ],
        "effects": [
          "puppeteer-core"
        ],
        "range": "8.0.0 - 8.17.0",
        "nodes": [
          ""
        ],
        "fixAvailable": {
          "name": "@wdio/cli",
          "version": "7.16.4",
          "isSemVerMajor": true
        }
      }
    },
    "metadata": {
      "vulnerabilities": {
        "info": 0,
        "low": 0,
        "moderate": 11,
        "high": 14,
        "critical": 1,
        "total": 26
      },
      "dependencies": {
        "prod": 1,
        "dev": 1154,
        "optional": 2,
        "peer": 2,
        "peerOptional": 0,
        "total": 1154
      }
    }
  }
}

--- end ---
{"added": 1154, "removed": 0, "changed": 0, "audited": 1155, "funding": 141, "audit": {"auditReportVersion": 2, "vulnerabilities": {"@babel/traverse": {"name": "@babel/traverse", "severity": "critical", "isDirect": false, "via": [{"source": 1096886, "name": "@babel/traverse", "dependency": "@babel/traverse", "title": "Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code", "url": "https://github.com/advisories/GHSA-67hx-6x53-jw92", "severity": "critical", "cwe": ["CWE-184", "CWE-697"], "cvss": {"score": 9.4, "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"}, "range": "<7.23.2"}], "effects": [], "range": "<7.23.2", "nodes": [""], "fixAvailable": true}, "@wdio/cli": {"name": "@wdio/cli", "severity": "high", "isDirect": true, "via": ["webdriverio"], "effects": [], "range": "7.16.5 - 8.39.0", "nodes": ["", "node_modules/@wdio/cli"], "fixAvailable": {"name": "@wdio/cli", "version": "7.16.4", "isSemVerMajor": true}}, "@wdio/local-runner": {"name": "@wdio/local-runner", "severity": "high", "isDirect": false, "via": ["@wdio/runner"], "effects": [], "range": "7.16.5 - 8.39.0", "nodes": [""], "fixAvailable": {"name": "@wdio/local-runner", "version": "7.16.4", "isSemVerMajor": true}}, "@wdio/runner": {"name": "@wdio/runner", "severity": "high", "isDirect": false, "via": ["webdriverio"], "effects": ["@wdio/local-runner"], "range": "7.16.5 - 8.39.0", "nodes": [""], "fixAvailable": {"name": "@wdio/local-runner", "version": "7.16.4", "isSemVerMajor": true}}, "braces": {"name": "braces", "severity": "high", "isDirect": false, "via": [{"source": 1097496, "name": "braces", "dependency": "braces", "title": "Uncontrolled resource consumption in braces", "url": "https://github.com/advisories/GHSA-grv7-fg5c-xmjg", "severity": "high", "cwe": ["CWE-1050"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<3.0.3"}], "effects": [], "range": "<3.0.3", "nodes": [""], "fixAvailable": true}, "cookiejar": {"name": "cookiejar", "severity": "moderate", "isDirect": false, "via": [{"source": 1088659, "name": "cookiejar", "dependency": "cookiejar", "title": "cookiejar Regular Expression Denial of Service via Cookie.parse function", "url": "https://github.com/advisories/GHSA-h452-7996-h45h", "severity": "moderate", "cwe": ["CWE-1333"], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"}, "range": "<2.1.4"}], "effects": [], "range": "<2.1.4", "nodes": [""], "fixAvailable": true}, "devtools": {"name": "devtools", "severity": "high", "isDirect": false, "via": ["puppeteer-core"], "effects": [], "range": ">=7.16.5", "nodes": [""], "fixAvailable": true}, "ejs": {"name": "ejs", "severity": "moderate", "isDirect": false, "via": [{"source": 1097492, "name": "ejs", "dependency": "ejs", "title": "ejs lacks certain pollution protection", "url": "https://github.com/advisories/GHSA-ghr5-ch3p-vcr6", "severity": "moderate", "cwe": ["CWE-1321"], "cvss": {"score": 0, "vectorString": null}, "range": "<3.1.10"}], "effects": [], "range": "<3.1.10", "nodes": [""], "fixAvailable": true}, "eslint-plugin-compat": {"name": "eslint-plugin-compat", "severity": "moderate", "isDirect": false, "via": ["semver"], "effects": [], "range": "3.6.0-0 - 4.1.4", "nodes": [""], "fixAvailable": true}, "get-func-name": {"name": "get-func-name", "severity": "high", "isDirect": false, "via": [{"source": 1094574, "name": "get-func-name", "dependency": "get-func-name", "title": "Chaijs/get-func-name vulnerable to ReDoS", "url": "https://github.com/advisories/GHSA-4q6p-r6v2-jvc5", "severity": "high", "cwe": ["CWE-400", "CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<2.0.1"}], "effects": [], "range": "<2.0.1", "nodes": [""], "fixAvailable": true}, "got": {"name": "got", "severity": "moderate", "isDirect": false, "via": [{"source": 1088948, "name": "got", "dependency": "got", "title": "Got allows a redirect to a UNIX socket", "url": "https://github.com/advisories/GHSA-pfrx-2q88-qq97", "severity": "moderate", "cwe": [], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"}, "range": "<11.8.5"}], "effects": [], "range": "<11.8.5", "nodes": [""], "fixAvailable": true}, "http-cache-semantics": {"name": "http-cache-semantics", "severity": "high", "isDirect": false, "via": [{"source": 1092316, "name": "http-cache-semantics", "dependency": "http-cache-semantics", "title": "http-cache-semantics vulnerable to Regular Expression Denial of Service", "url": "https://github.com/advisories/GHSA-rc47-6667-2j5j", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<4.1.1"}], "effects": [], "range": "<4.1.1", "nodes": [""], "fixAvailable": true}, "json5": {"name": "json5", "severity": "high", "isDirect": false, "via": [{"source": 1096544, "name": "json5", "dependency": "json5", "title": "Prototype Pollution in JSON5 via Parse Method", "url": "https://github.com/advisories/GHSA-9c47-m6qq-7p4h", "severity": "high", "cwe": ["CWE-1321"], "cvss": {"score": 7.1, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H"}, "range": ">=2.0.0 <2.2.2"}], "effects": [], "range": "2.0.0 - 2.2.1", "nodes": [""], "fixAvailable": true}, "minimatch": {"name": "minimatch", "severity": "high", "isDirect": false, "via": [{"source": 1096485, "name": "minimatch", "dependency": "minimatch", "title": "minimatch ReDoS vulnerability", "url": "https://github.com/advisories/GHSA-f8q6-p94x-37v3", "severity": "high", "cwe": ["CWE-400", "CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<3.0.5"}], "effects": ["recursive-readdir"], "range": "<3.0.5", "nodes": [""], "fixAvailable": true}, "mwbot": {"name": "mwbot", "severity": "moderate", "isDirect": false, "via": ["request", "semver"], "effects": ["wdio-mediawiki"], "range": ">=0.1.6", "nodes": ["", "node_modules/mwbot"], "fixAvailable": true}, "postcss": {"name": "postcss", "severity": "moderate", "isDirect": false, "via": [{"source": 1094544, "name": "postcss", "dependency": "postcss", "title": "PostCSS line return parsing error", "url": "https://github.com/advisories/GHSA-7fh5-64p2-3v2j", "severity": "moderate", "cwe": ["CWE-74", "CWE-144"], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"}, "range": "<8.4.31"}], "effects": [], "range": "<8.4.31", "nodes": [""], "fixAvailable": true}, "puppeteer-core": {"name": "puppeteer-core", "severity": "high", "isDirect": false, "via": ["ws"], "effects": ["devtools", "webdriverio"], "range": "11.0.0 - 22.11.1", "nodes": [""], "fixAvailable": {"name": "@wdio/cli", "version": "7.16.4", "isSemVerMajor": true}}, "recursive-readdir": {"name": "recursive-readdir", "severity": "high", "isDirect": false, "via": ["minimatch"], "effects": [], "range": "1.2.0 - 2.2.2", "nodes": [""], "fixAvailable": true}, "request": {"name": "request", "severity": "moderate", "isDirect": false, "via": [{"source": 1096727, "name": "request", "dependency": "request", "title": "Server-Side Request Forgery in Request", "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6", "severity": "moderate", "cwe": ["CWE-918"], "cvss": {"score": 6.1, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"}, "range": "<=2.88.2"}, "tough-cookie"], "effects": ["mwbot"], "range": "*", "nodes": ["node_modules/request"], "fixAvailable": true}, "semver": {"name": "semver", "severity": "moderate", "isDirect": false, "via": [{"source": 1096482, "name": "semver", "dependency": "semver", "title": "semver vulnerable to Regular Expression Denial of Service", "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw", "severity": "moderate", "cwe": ["CWE-1333"], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"}, "range": ">=7.0.0 <7.5.2"}, {"source": 1096483, "name": "semver", "dependency": "semver", "title": "semver vulnerable to Regular Expression Denial of Service", "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw", "severity": "moderate", "cwe": ["CWE-1333"], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"}, "range": "<5.7.2"}, {"source": 1096484, "name": "semver", "dependency": "semver", "title": "semver vulnerable to Regular Expression Denial of Service", "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw", "severity": "moderate", "cwe": ["CWE-1333"], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"}, "range": ">=6.0.0 <6.3.1"}], "effects": ["eslint-plugin-compat", "mwbot"], "range": "<=5.7.1 || 6.0.0 - 6.3.0 || 7.0.0 - 7.5.1", "nodes": ["", "", "", "", "", "", "", "", ""], "fixAvailable": true}, "tough-cookie": {"name": "tough-cookie", "severity": "moderate", "isDirect": false, "via": [{"source": 1097682, "name": "tough-cookie", "dependency": "tough-cookie", "title": "tough-cookie Prototype Pollution vulnerability", "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3", "severity": "moderate", "cwe": ["CWE-1321"], "cvss": {"score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"}, "range": "<4.1.3"}], "effects": ["request"], "range": "<4.1.3", "nodes": ["node_modules/tough-cookie"], "fixAvailable": true}, "ua-parser-js": {"name": "ua-parser-js", "severity": "high", "isDirect": false, "via": [{"source": 1092302, "name": "ua-parser-js", "dependency": "ua-parser-js", "title": "ReDoS Vulnerability in ua-parser-js version", "url": "https://github.com/advisories/GHSA-fhg7-m89q-25r3", "severity": "high", "cwe": ["CWE-400", "CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=0.8.0 <1.0.33"}], "effects": [], "range": "0.8.1 - 1.0.32", "nodes": [""], "fixAvailable": true}, "wdio-mediawiki": {"name": "wdio-mediawiki", "severity": "moderate", "isDirect": false, "via": ["mwbot"], "effects": [], "range": "1.1.0 - 2.2.0", "nodes": [""], "fixAvailable": true}, "webdriverio": {"name": "webdriverio", "severity": "high", "isDirect": false, "via": ["devtools", "puppeteer-core"], "effects": ["@wdio/cli", "@wdio/runner"], "range": "7.16.5 - 8.39.0", "nodes": ["", "node_modules/webdriverio"], "fixAvailable": {"name": "@wdio/cli", "version": "7.16.4", "isSemVerMajor": true}}, "word-wrap": {"name": "word-wrap", "severity": "moderate", "isDirect": false, "via": [{"source": 1097681, "name": "word-wrap", "dependency": "word-wrap", "title": "word-wrap vulnerable to Regular Expression Denial of Service", "url": "https://github.com/advisories/GHSA-j8xg-fqg3-53r7", "severity": "moderate", "cwe": ["CWE-1333"], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"}, "range": "<1.2.4"}], "effects": [], "range": "<1.2.4", "nodes": [""], "fixAvailable": true}, "ws": {"name": "ws", "severity": "high", "isDirect": false, "via": [{"source": 1097615, "name": "ws", "dependency": "ws", "title": "ws affected by a DoS when handling a request with many HTTP headers", "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q", "severity": "high", "cwe": ["CWE-476"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=8.0.0 <8.17.1"}], "effects": ["puppeteer-core"], "range": "8.0.0 - 8.17.0", "nodes": [""], "fixAvailable": {"name": "@wdio/cli", "version": "7.16.4", "isSemVerMajor": true}}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 11, "high": 14, "critical": 1, "total": 26}, "dependencies": {"prod": 1, "dev": 1154, "optional": 2, "peer": 2, "peerOptional": 0, "total": 1154}}}}
$ /usr/bin/npm audit fix --only=dev
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@es-joy/jsdoccomment@0.23.6',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@39.2.2',
npm WARN EBADENGINE   required: { node: '^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'wdio-mediawiki@2.5.0',
npm WARN EBADENGINE   required: { node: '>=18.17.0', npm: '>=9.6.7' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated superagent@6.1.0: Please upgrade to v7.0.2+ of superagent.  We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing.  See the releases tab for more information at <https://github.com/visionmedia/superagent/releases>.
--- stdout ---

added 1153 packages, and audited 1154 packages in 15s

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

# npm audit report

request  *
Severity: moderate
Server-Side Request Forgery in Request - https://github.com/advisories/GHSA-p8p7-x288-28g6
Depends on vulnerable versions of tough-cookie
No fix available
node_modules/request
  mwbot  >=0.1.6
  Depends on vulnerable versions of request
  node_modules/mwbot
    wdio-mediawiki  *
    Depends on vulnerable versions of mwbot
    node_modules/wdio-mediawiki
    wdio-wikibase  *
    Depends on vulnerable versions of mwbot
    Depends on vulnerable versions of wdio-mediawiki
    node_modules/wdio-wikibase

tough-cookie  <4.1.3
Severity: moderate
tough-cookie Prototype Pollution vulnerability - https://github.com/advisories/GHSA-72xf-g2v4-qvf3
No fix available
node_modules/tough-cookie

ws  8.0.0 - 8.17.0
Severity: high
ws affected by a DoS when handling a request with many HTTP headers - https://github.com/advisories/GHSA-3h5v-q93c-6h6q
fix available via `npm audit fix --force`
Will install @wdio/cli@7.16.4, which is a breaking change
node_modules/devtools/node_modules/ws
node_modules/ws
  puppeteer-core  11.0.0 - 22.11.1
  Depends on vulnerable versions of ws
  node_modules/devtools/node_modules/puppeteer-core
  node_modules/puppeteer-core
    devtools  >=7.16.5
    Depends on vulnerable versions of puppeteer-core
    node_modules/devtools
    webdriverio  7.16.5 - 8.39.0
    Depends on vulnerable versions of devtools
    Depends on vulnerable versions of puppeteer-core
    node_modules/webdriverio
      @wdio/cli  7.16.5 - 8.39.0
      Depends on vulnerable versions of webdriverio
      node_modules/@wdio/cli
      @wdio/runner  7.16.5 - 8.39.0
      Depends on vulnerable versions of webdriverio
      node_modules/@wdio/runner
        @wdio/local-runner  7.16.5 - 8.39.0
        Depends on vulnerable versions of @wdio/runner
        node_modules/@wdio/local-runner

12 vulnerabilities (5 moderate, 7 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
Verifying that tests still pass
$ /usr/bin/npm ci
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@es-joy/jsdoccomment@0.23.6',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@39.2.2',
npm WARN EBADENGINE   required: { node: '^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'wdio-mediawiki@2.5.0',
npm WARN EBADENGINE   required: { node: '>=18.17.0', npm: '>=9.6.7' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated superagent@6.1.0: Please upgrade to v7.0.2+ of superagent.  We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing.  See the releases tab for more information at <https://github.com/visionmedia/superagent/releases>.
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@es-joy/jsdoccomment@0.23.6',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@39.2.2',
npm WARN EBADENGINE   required: { node: '^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: cache-loader@4.1.0
npm WARN Found: webpack@5.66.0
npm WARN node_modules/webpack
npm WARN   peer webpack@"^4.0.0 || ^5.0.0" from @soda/friendly-errors-webpack-plugin@1.8.1
npm WARN   node_modules/@soda/friendly-errors-webpack-plugin
npm WARN     @soda/friendly-errors-webpack-plugin@"^1.8.0" from @vue/cli-service@5.0.0-rc.2
npm WARN     node_modules/@vue/cli-service
npm WARN   25 more (@vue/cli-plugin-babel, @vue/cli-plugin-eslint, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer webpack@"^4.0.0" from cache-loader@4.1.0
npm WARN node_modules/cache-loader
npm WARN   cache-loader@"^4.1.0" from @vue/cli-plugin-typescript@5.0.0-rc.2
npm WARN   node_modules/@vue/cli-plugin-typescript
npm WARN   1 more (@vue/cli-service)
npm WARN 
npm WARN Conflicting peer dependency: webpack@4.47.0
npm WARN node_modules/webpack
npm WARN   peer webpack@"^4.0.0" from cache-loader@4.1.0
npm WARN   node_modules/cache-loader
npm WARN     cache-loader@"^4.1.0" from @vue/cli-plugin-typescript@5.0.0-rc.2
npm WARN     node_modules/@vue/cli-plugin-typescript
npm WARN     1 more (@vue/cli-service)
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@es-joy/jsdoccomment@0.23.6',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@39.2.2',
npm WARN EBADENGINE   required: { node: '^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated superagent@6.1.0: Please upgrade to v7.0.2+ of superagent.  We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing.  See the releases tab for more information at <https://github.com/visionmedia/superagent/releases>.
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/library'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-t4-cs.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-t4-vb.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-tap.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-tcl.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/obuf/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/normalize-package-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-libs-browser/mock'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/npm-run-all/bin/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/normalize-selector/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/nice-try/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/minimalistic-crypto-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mini-css-extract-plugin/dist/hmr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/launch-editor/editor-info'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/keyv/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-stable-stringify-without-jsonify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-buffer/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-deceiver/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hmac-drbg/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/api'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/getpass/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/get-intrinsic/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-monkey/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fastq/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/estree-walker/dist/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/esprima/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/es-abstract/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/editorconfig/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/des.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/deep-equal/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssnano-util-same-parent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssnano-util-get-arguments/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssnano-util-raw-cache/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssesc/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssnano-util-get-match/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-select/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-declaration-sorter/orders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/connect-history-api-fallback/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/combined-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-api/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/brorand/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-plugin-dynamic-import-node/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/autoprefixer/lib/hacks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1/lib/ber'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/array-reduce/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/array-map/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/address/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-errors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@xtuc/ieee754/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/ieee754/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-fsm/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-module-context/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-code-frame/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-api-error/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/lib-version-check/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/generator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-vuex/generator/template-vue3/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/generator/template-vue3/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/bourne/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/address/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-modules/lib/plugins/transform-async-arrows-in-class'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/helper-define-polyfill-provider/lib/browser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/generator/lib/generators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/import-local/fixtures'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/json-schema-traverse/spec/fixtures'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/parse-json/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-format/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdast-util-to-markdown/node_modules/mdast-util-to-string/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/copy-webpack-plugin/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/get-intrinsic/node_modules/has-symbols/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/safe-regex/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-unicorn/configs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-tremor.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/json-schema-traverse/spec/fixtures'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-core/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-dom/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/@vue/compiler-core/dist'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/reactivity/node_modules/@vue/shared/dist'
 npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/lib/runtime'
 tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-tsx.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/json-schema-traverse/spec/fixtures'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@stylelint/postcss-markdown/node_modules/remark-stringify/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs-parser/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/xmlchars/xmlns/1.0'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/which/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/urix/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unique-slug/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uniq/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/timsort/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/symbol-tree/lib'
npm WARN deprecated stylelint-processor-html@1.0.0: Please use stylelint-processor-arbitrary-tags https://github.com/mapbox/stylelint-processor-arbitrary-tags 
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stream-browserify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sprintf-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sigmund/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/requireindex/test/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/docs/images'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/setprototypeof/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/interpreter/finite-automaton'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pseudomap/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/prompts/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-normalize-timing-functions/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-normalize-display-values/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-normalize-repeat-style/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-minify-selectors/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-rules/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-discard-comments/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-ordered-values/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/optionator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/negotiator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/no-case/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/make-error/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/miller-rabin/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsprim/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-buffer/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-empty/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-core-module/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-escaper/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/has/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/flatted/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ecc-jsbn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/dotenv-expand/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/duplexer/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domexception/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/diff-sequences/perf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/delayed-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/dashdash/etc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-select-base-adapter/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/concat-map/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clipboardy/fallbacks/linux'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/dist/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/call-bind/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-zlib/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-preset-current-node-syntax/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/array-filter/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-wasm-bytecode/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wasm-opt/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-buffer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/floating-point-hex-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/classes'
npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@humanwhocodes/object-schema/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-dotall-regex/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-proposal-unicode-property-regex/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/parser/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-middleware/node_modules/mime/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/url-loader/node_modules/mime/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/svgo/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/npm-run-all/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/internal-ip/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clipboardy/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-turtle.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-twig.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-typescript.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-typoscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-typoscript.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-regenerator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yorkie/__tests__'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yaml/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/wcwidth/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-log/src/loglevel'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-v.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/lib/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/es.typed-array.uint8-clamped-array.js'
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/upath/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/es.unescape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typedarray-to-buffer/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typedarray/example'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/es.weak-map.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/es.weak-map.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-vbnet.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/refractor/node_modules/prismjs/components/prism-xquery.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-velocity.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/refractor/node_modules/prismjs/components/prism-yaml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sshpk/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/string.prototype.trimright/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/snapdragon/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/string.prototype.trimleft/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/retry/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/select-hose/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/reset-css/sass'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexpu-core/data'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-vhdl.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.array.at.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/internal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.array.filter-out.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-minify-font-values/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-error/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-loader/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-convert-values/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pnp-webpack-plugin/fixtures'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pidtree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/parse5/lib/common'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.array.group-by-to-map.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/normalize-package-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-libs-browser/mock'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-warpscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.array.group-to-map.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/nanoid/non-secure'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/normalize-selector/test'
WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.array.group.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-is/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/minimalistic-crypto-utils/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-wasm.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-web-idl.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.array.last-item.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdast-util-to-markdown/lib/handle'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdast-util-from-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.array.to-reversed.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-wgsl.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-wgsl.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/launch-editor/editor-info'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/keyv/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-stable-stringify-without-jsonify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsesc/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-haste-map/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-wiki.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-reports/lib/html'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.array.with.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-wolfram.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/es.unescape.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.as-indexed-pairs.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/es.weak-map.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-wolfram.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/es.weak-map.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.drop.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-arguments/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ipaddr.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.every.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.filter.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.find.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.flat-map.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.for-each.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-xeora.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.indexed.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-xml-doc.js'
npm npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.array.at.js'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.map.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-deceiver/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-xml-doc.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.array.filter-out.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsonify/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.reduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hmac-drbg/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-xojo.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.some.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-xojo.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.take.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/api'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.async-iterator.to-array.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iferr/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.bigint.range.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.array.group-by-to-map.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.composite-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-extra/lib/copy'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/webpack/lib/dependencies/WebAssemblyImportDependency.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-xquery.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-write-stream-atomic/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/faye-websocket/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-yaml.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.array.group-to-map.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.composite-symbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/esprima/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.array.group.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.function.is-callable.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-yml/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.function.is-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/rules/fix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-node/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-json-es/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-yang.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-no-jquery/src/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.function.un-this.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-compat/lib/rules'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/webpack/lib/wasm-sync'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/error-stack-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.array.last-item.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.global-this.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/editorconfig/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/prismjs/components/prism-zig.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.array.to-reversed.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.as-indexed-pairs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domain-browser/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/data'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.drop.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/webpack/lib/wasm-sync'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.every.js'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/des.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/diffie-hellman/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.array.with.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/deep-is/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/deepmerge/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.filter.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/webpack/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssesc/man'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/crypto-browserify/example'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.find.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-select/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.flat-map.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-declaration-sorter/orders'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.drop.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.for-each.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/consolidate/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/webpack/lib/dependencies/WebpackIsIncludedDependency.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/commondir/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.every.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/lib/parser'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.indexed.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.filter.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.map.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.find.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/check-types/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.reduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.flat-map.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.some.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.for-each.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.take.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-api/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer-indexof/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.to-array.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.indexed.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.iterator.to-async.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.map.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.delete-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.reduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-plugin-dynamic-import-node/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.emplace.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.some.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.every.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.take.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.filter.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.async-iterator.to-array.js'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.find-key.js'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bonjour/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.bigint.range.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.find.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/address/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.composite-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.composite-symbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-errors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.group-by.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@xtuc/ieee754/dist'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/vuex-helpers/tests'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.function.is-callable.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.includes.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wasm-edit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/ieee754/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.function.is-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-module-context/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.key-by.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/utf8/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/devtools-api/lib/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/generator'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.function.un-this.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-vuex/generator/template'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.key-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/codemods'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/generator/template'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.global-this.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.map-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/dist/eslint-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.map-values.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/configs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.walk/out/readers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.merge.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@soda/friendly-errors-webpack-plugin/src/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.drop.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.of.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/joi/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/address/bench'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.every.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.reduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.filter.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.some.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/webpack/lib/dependencies/WorkerDependency.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.find.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.update-or-insert.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/webpack/lib/dependencies/WorkerPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.flat-map.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.update.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/helper-define-polyfill-provider/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.for-each.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/generator/lib/generators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.map.upsert.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.math.clamp.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.indexed.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.math.deg-per-rad.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yaml-eslint-parser/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.map.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.math.degrees.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.reduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.math.fscale.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.some.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.math.iaddh.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.take.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.math.imulh.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.to-array.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.math.isubh.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.iterator.to-async.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.math.rad-per-deg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.delete-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.math.radians.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.emplace.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.math.scale.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.every.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.math.seeded-prng.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.filter.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.math.signbit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.find-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.math.umulh.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.number.from-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.find.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.number.range.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.object.has-own.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.group-by.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.object.iterate-entries.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.includes.js'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/shared/dist'
WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.object.iterate-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.key-by.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.object.iterate-values.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/url-loader/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.key-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.observable.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.map-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.observable.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.map-values.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.observable.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.merge.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.observable.of.js'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.of.js'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.promise.all-settled.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.reduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.promise.any.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-no-unsupported-browser-features/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.some.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.promise.try.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.update-or-insert.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.reflect.define-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.update.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.reflect.delete-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.map.upsert.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.reflect.get-metadata-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.math.clamp.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.reflect.get-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.math.deg-per-rad.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.reflect.get-own-metadata-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/templateSettings.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.math.degrees.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.reflect.get-own-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.math.fscale.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.reflect.has-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.math.iaddh.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.reflect.has-own-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.math.imulh.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/thru.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.math.isubh.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.reflect.metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.math.rad-per-deg.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.add-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.math.radians.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.delete-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.math.scale.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.difference.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/toArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.math.seeded-prng.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.every.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.math.signbit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.filter.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.math.umulh.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/parse-json/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.find.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.number.from-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass-loader/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.number.range.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/yargs-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.intersection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regjsparser/node_modules/jsesc/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.object.has-own.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.is-disjoint-from.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/toIterator.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.object.iterate-entries.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.is-subset-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.object.iterate-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/toJSON.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.object.iterate-values.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.is-superset-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.observable.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.join.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/node_modules/json5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/toLength.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.map.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.observable.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/toLower.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.observable.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.reduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.observable.of.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.some.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.promise.all-settled.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.symmetric-difference.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.promise.any.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.set.union.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.promise.try.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.string.at-alternative.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/copy-webpack-plugin/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.reflect.define-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.string.at.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/toPairsIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.reflect.delete-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.string.code-points.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.string.cooked.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/toPath.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.string.match-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.reflect.get-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.string.replace-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.symbol.async-dispose.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.symbol.dispose.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.reflect.has-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.symbol.matcher.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.symbol.metadata-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/toString.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.reflect.metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.symbol.metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.add-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/internal-ip/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.symbol.observable.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/toUpper.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.delete-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.symbol.pattern-match.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.difference.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.symbol.replace-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/@nodelib/fs.stat/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/get-intrinsic/node_modules/has-symbols/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/transform.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.every.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.typed-array.at.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/file-loader/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/espree/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/node_modules/regjsparser/node_modules/jsesc/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.filter.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.typed-array.filter-out.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.find.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.typed-array.filter-reject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-json-es/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.typed-array.find-last-index.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.intersection.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.typed-array.find-last.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-compat/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mocha/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.is-disjoint-from.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.typed-array.from-async.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/lib/parser'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.is-subset-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.typed-array.group-by.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.is-superset-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.typed-array.to-reversed.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.join.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.typed-array.to-sorted.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.map.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.typed-array.to-spliced.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.typed-array.unique-by.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/mdn-data/l10n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-loader/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/truncate.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.reduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.typed-array.with.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.weak-map.delete-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.some.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clipboardy/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js-compat/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/node_modules/source-map/lib'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax'
 tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.weak-map.emplace.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cache-loader/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/parse5/lib/common'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.symmetric-difference.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.weak-map.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cliui/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/json5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.set.union.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.weak-map.of.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.string.at-alternative.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.weak-map.upsert.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-core/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/lib-version-check/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-dom/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.string.at.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.weak-set.add-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.string.code-points.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.weak-set.delete-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.string.cooked.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/reactivity/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.weak-set.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.string.match-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/esnext.weak-set.of.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/node_modules/json5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.string.replace-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.symbol.async-dispose.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.symbol.dispose.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.symbol.matcher.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.symbol.metadata-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/uniqBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.symbol.metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.symbol.observable.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.symbol.pattern-match.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.symbol.replace-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.typed-array.at.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/eslint-reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.typed-array.filter-out.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.typed-array.filter-reject.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.typed-array.find-last-index.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.typed-array.find-last.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/unzip.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.typed-array.from-async.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.typed-array.group-by.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser/tools'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/unzipWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/@webassemblyjs/wasm-parser/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.typed-array.to-reversed.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.typed-array.to-sorted.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.typed-array.to-spliced.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.typed-array.unique-by.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/updateWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.typed-array.with.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.weak-map.delete-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/upperCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.weak-map.emplace.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.weak-map.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/upperFirst.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.weak-map.of.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/uglify-js/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.weak-map.upsert.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.weak-set.add-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.scandir/node_modules/@nodelib/fs.stat/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.weak-set.delete-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.weak-set.from.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/esnext.weak-set.of.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/valueOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/valuesIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/without.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/node_modules/regjsparser/node_modules/jsesc/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs-parser/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/wrapperAt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/wordwrap/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/client/clients'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/wrapperChain.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/fp/wrapperLodash.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/w3c-hr-time/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/util/support'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/dist/compiler'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/timsort/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/symbol-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/wrapperReverse.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/fp/wrapperValue.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/wrapperValue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sprintf-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/fp/xor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-url/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/fp/xorBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/safe-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/rgb-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/xorWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/reusify/benchmarks'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/fp/zip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regjsparser/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/rgba-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/zip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/fp/zipAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp.prototype.flags/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/fp/zipObj.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/fp/zipObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/zipObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/fp/zipObjectDeep.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-minify-selectors/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/fp/zipWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-discard-comments/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-colormin/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/lodash/release.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-ordered-values/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/optionator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pako/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/negotiator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/no-case/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/magic-string/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/miller-rabin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json3/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-stringify-safe/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema/draft-02'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-beautify/js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-yaml/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/TimeClip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/isexe/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-color-stop/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hsla-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hsl-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fastq/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/expand-brackets/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/extglob/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/exit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-wdio/build/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-json-stable-stringify/benchmark'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ecc-jsbn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/dotenv/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domexception/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/duplexer2/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/depd/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/dashdash/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/delegates/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssstyle/lib/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-select-base-adapter/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tokenize/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-util-is/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/concat-map/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-rule-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cacache/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/call-me-maybe/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-zlib/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-plugin-transform-vue-jsx/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ast-metadata-inferer/lib/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/chrome-trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/array-map/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/array-reduce/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/array-filter/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-html/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-colors/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wast-printer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/leb128/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-wasm-bytecode/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/web-component-wrapper/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-wasm-section/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wasm-opt/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-buffer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/migrator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@mrmlnc/readdir-enhanced/lib'
npm WARN deprecated @stylelint/postcss-markdown@0.36.2: Use the original unforked package instead: postcss-markdown
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/asserts/generated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-dotall-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-proposal-unicode-property-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/traverse/lib/path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@achrinza/node-ipc/entities'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/http-proxy-middleware/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-middleware/node_modules/mime/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/watchpack/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/url-loader/node_modules/mime/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-loader/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/svgo/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-format/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/npm-run-all/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-haste-map/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-message-util/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-config/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/internal-ip/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-proxy-middleware/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/uglify-js/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clipboardy/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack-sources/lib/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/@webassemblyjs/ast/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs3/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yorkie/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-farm/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/wcwidth/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-log/src/loglevel'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-style-loader/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/compiler-sfc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vm-browserify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/verror/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser/tools'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/testUtils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/dist/src/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sshpk/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/specificity/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/snapdragon/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/retry/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve-url/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/select-hose/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexpu-core/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-prefixwrap/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-minify-font-values/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-media-query-parser/dist/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-error/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-loader/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-discard-overridden/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-reduce-initial/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pnp-webpack-plugin/fixtures'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pidtree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/performance-now/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/normalize-package-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-libs-browser/mock'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/npm-run-all/bin/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/nanoid/url-alphabet'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/normalize-selector/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/launch-editor/editor-info'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/memorystream/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-stable-stringify-without-jsonify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsesc/man'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-watch-typeahead/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-haste-map/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-cli/build/init'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-serializer-vue/.circleci'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-circus/build/legacy-code-todo-rewrite'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ipaddr.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-signature/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsonify/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hmac-drbg/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ip/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/TimeFromYear.js'
npm WARN deprecated har-validator@5.1.3: this library is no longer supported
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/api'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iferr/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-write-stream-atomic/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/faye-websocket/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/TimeString.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/TimeWithinDay.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToBigInt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/estree-walker/dist/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/esprima/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToBigInt64.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-scope/lib'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/espree/lib'
 tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToBigUint64.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-json-es/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-no-jquery/src/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/error-stack-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/editorconfig/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToBoolean.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/diff-sequences/perf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/diff/lib/diff'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/diffie-hellman/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/deep-is/test'
npmnpm  WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToDateString.js'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/deepmerge/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/crypto-browserify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-select/lib'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-declaration-sorter/orders'
 tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/check-types/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/call-bind/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer-indexof/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToInt16.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/chalk/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer-xor/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/autoprefixer/lib/hacks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1.js/lib/asn1/base'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1/lib/ber'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bonjour/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-plugin-jsx-v-model/.vscode'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToInt32.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-errors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/vuex-helpers/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wasm-gen/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wasm-edit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-module-context/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/utf8/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-core/dist'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/reactivity/dist'
tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToInt8.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToInt8.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/dist/styleProcessors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/generator/template/standard'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToIntegerOrInfinity.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToIntegerOrInfinity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/definition'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToLength.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.scandir/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToLength.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jridgewell/set-array/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/joi/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-modules/lib/plugins/transform-edge-default-parameters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/helper-define-polyfill-provider/lib/visitors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/generator/lib/generators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/yargs-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yaml-eslint-parser/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-sources/node_modules/source-map/lib'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/source-map/lib'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToNumber.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToNumber.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToNumeric.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-no-unsupported-browser-features/node_modules/source-map/lib'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser/node_modules/source-map/lib'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToNumeric.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/node_modules/y18n/build/lib/platform-shims'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/@nodelib/fs.stat/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/@nodelib/fs.stat/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regjsparser/node_modules/jsesc/man'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/node_modules/parse-entities/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdast-util-to-markdown/node_modules/parse-entities/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/merge-source-map/node_modules/source-map/lib'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/node_modules/json5/lib'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdast-util-from-markdown/node_modules/parse-entities/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/copy-webpack-plugin/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToPrimitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/internal-ip/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToPrimitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/espree/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/node_modules/regjsparser/node_modules/jsesc/man'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-json-es/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/safe-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-unicorn/rules/fix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToPropertyDescriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToPropertyDescriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/js-yaml/lib/schema'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToPropertyKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToPropertyKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/dom-collections'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/source-map/lib'
WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clipboardy/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cliui/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToUint16.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToUint16.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-core/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-dom/node_modules/@vue/shared/dist'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/@vue/shared/dist'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToUint32.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToUint32.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/reactivity/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/lib/codegen'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToUint8.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToUint8.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToUint8Clamp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ToUint8Clamp.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToUint8Clamp.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/terser/tools'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/TrimString.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/TrimString.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/TrimString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/Type.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/Type.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/Type.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser/tools'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/@webassemblyjs/utf8/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/UnicodeEscape.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/UnicodeEscape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/UnicodeEscape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/uglify-js/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/js-yaml/lib/schema'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/UTF16DecodeString.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/node_modules/regjsparser/node_modules/jsesc/man'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs-parser/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/xmlchars/xml/1.0'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/UTF16Encoding.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/wordwrap/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/WeakRefDeref.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/WeakRefDeref.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/w3c-hr-time/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/WeekDay.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/WeekDay.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/util/support'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/WeekDay.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/YearFromTime.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2021/YearFromTime.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2022/YearFromTime.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typedarray/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/timsort/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/symbol-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stream-http/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sprintf-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/reusify/benchmarks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/public'
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/requireindex/test/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/docs/images'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/optimizer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/relateurl/lib/parse'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/prompts/dist/elements'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-less/lib/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-ordered-values/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/optionator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-releases/data/release-schedule'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/negotiator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/nanomatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-is/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/no-case/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/magic-string/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mime/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/miller-rabin/test'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/less-variable-resolver/src'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json3/lib'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-stringify-safe/test'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema/draft-02'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-yaml/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/date'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/core'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-color-stop/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/has-symbols/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/expand-brackets/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/extglob/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-json-stable-stringify/benchmark'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ecc-jsbn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/dotenv/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domexception/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/des.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/depd/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssstyle/lib/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-select-base-adapter/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tokenize/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-rule-stream/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/commander/typings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-plugin-transform-vue-jsx/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ast-metadata-inferer/lib/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/async/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/chrome-trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/leb128/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-wasm-section/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/migrator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@xtuc/long/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/codemods'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@mrmlnc/readdir-enhanced/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/build/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-dotall-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-proposal-unicode-property-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/traverse/lib/path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@achrinza/node-ipc/entities'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/http-proxy-middleware/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/watchpack/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-loader/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/svgo/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/split2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/npm-run-all/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ldjson-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-haste-map/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-message-util/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-config/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/internal-ip/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-proxy-middleware/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/uglify-js/node_modules/commander/typings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/uglify-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/get-intrinsic/node_modules/has-symbols/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/commander/typings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-rule-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clipboardy/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/assert/node_modules/util/support'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/observable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack-sources/lib/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/@webassemblyjs/ast/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/observable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@stylelint/postcss-markdown/node_modules/unified/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/observable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs3/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yorkie/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yaml/browser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-farm/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-log/src/loglevel'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/compiler-sfc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/buildin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/observable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sshpk/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/string.prototype.trimright/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/specificity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/snapdragon/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/string.prototype.trimleft/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/shell-quote/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sockjs-client/lib/transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/select-hose/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/querystring-es3/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp.prototype.flags/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-format/build/plugins/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-prefixwrap/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-minify-font-values/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-media-query-parser/dist/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-error/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-loader/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-discard-overridden/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pidtree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/parse5/lib/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/performance-now/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/normalize-package-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-libs-browser/mock'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/nanoid/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/normalize-selector/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdast-util-to-markdown/lib/handle'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-inspect/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/memorystream/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-stable-stringify-without-jsonify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-watch-typeahead/build/file_name_plugin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-reports/lib/html'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-circus/build/legacy-code-todo-rewrite'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-signature/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-escaper/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ip/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/function-bind/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-write-stream-atomic/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fastq/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/extsprintf/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/faye-websocket/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-yml/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-node/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-no-jquery/src/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/error-stack-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/editorconfig/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doctrine/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/diffie-hellman/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/deep-is/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/deepmerge/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/deep-equal/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/crypto-browserify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-select/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-loader/dist/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-declaration-sorter/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/coa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cacache/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer-indexof/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-zlib/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer-xor/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1.js/lib/asn1/constants'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bonjour/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-plugin-jsx-v-model/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wasm-gen/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wasm-parser/esm/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/utf8/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/dist/ts-eslint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/parser/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/babel__traverse/ts4.1'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.walk/out/readers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.scandir/out/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.stat/out/managers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@soda/friendly-errors-webpack-plugin/src/formatters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jridgewell/set-array/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/joi/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@humanwhocodes/object-schema/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/generator/lib/generators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-no-unsupported-browser-features/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/v8-to-istanbul/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/fast-glob/out/readers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/safe-regex/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/js-yaml/lib/schema'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/parse5/lib/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-core/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-dom/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/reactivity/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/formatter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/dist/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack-sources/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/uglify-js/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/js-yaml/lib/schema'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs-parser/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/wordwrap/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/w3c-hr-time/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typedarray/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/dist/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/symbol-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/text-table/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stream-http/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sprintf-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/retry/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/reusify/benchmarks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/rust.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/set'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/rust.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/relateurl/lib/parse'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/rust.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sas.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-less/lib/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sas.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-ordered-values/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/url'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/sas.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/negotiator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sass.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/nanomatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sass.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/magic-string/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mime/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema/draft-02'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-yaml/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/sass.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/public-encrypt/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/scala.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/json'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-core-module/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-color-stop/lib'
 TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/scala.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/scala.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/has-symbols/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/scheme.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/scheme.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/expand-brackets/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/extglob/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/scheme.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-json-stable-stringify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/scss.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/scss.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domexception/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/des.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/depd/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/define-properties/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssstyle/lib/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/scss.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tokenize/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/lib/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-rule-stream/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/shell-session.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/shell-session.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/shell-session.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-plugin-transform-vue-jsx/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ast-metadata-inferer/lib/providers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/smali.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/chrome-trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/agent-base/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/smali.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/vuex-helpers/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/smali.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/leb128/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-wasm-section/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/devtools-api/lib/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/smalltalk.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/smalltalk.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/smalltalk.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/smarty.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/dist/stylePlugins'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/smarty.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/smarty.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@xtuc/long/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/ui'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@mrmlnc/readdir-enhanced/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/sml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/ast-types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-dotall-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-proposal-unicode-property-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/traverse/lib/path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@achrinza/node-ipc/services'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/http-proxy-middleware/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/watchpack/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/url-loader/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-loader/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/svgo/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/split2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass-loader/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/npm-run-all/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/solidity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/solidity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ldjson-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/solidity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/solution-file.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/solution-file.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/solution-file.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-haste-map/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-message-util/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/soy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/soy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/soy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-config/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sparql.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/internal-ip/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sparql.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-proxy-middleware/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/commander/typings'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/sparql.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/entities/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/@nodelib/fs.stat/out/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/splunk-spl.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/uglify-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/file-loader/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/splunk-spl.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/qs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/is-pure.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/splunk-spl.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/is-regexp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sqf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-scope/lib'
npm npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sqf.js'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-compat/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/sqf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mocha/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/lib/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sql.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/sql.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-loader/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-rule-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/sql.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cache-loader/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/is-symbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/qs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/squirrel.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/squirrel.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clipboardy/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/squirrel.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/assert/node_modules/util/support'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/lib-version-check/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js-compat/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/qs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/is-pure.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/is-regexp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/qs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/stan.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/stan.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/stan.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack-sources/lib/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/stylus.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/is-symbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/stylus.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/stylus.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/iterate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/qs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/iterator-close.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/iterator-create-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/iterator-create-proxy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/iterator-define.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/qs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/iterator-indexed.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/supported-languages.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/supported-languages.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.scandir/node_modules/@nodelib/fs.stat/out/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@stylelint/postcss-markdown/node_modules/unified/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/supported-languages.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/swift.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs3/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/swift.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yorkie/src'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/swift.js'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-farm/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-log/src/loglevel'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-style-loader/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/lib/tree'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/compiler-sfc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/buildin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/iterate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/systemd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uuid/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/iterator-close.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/systemd.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/iterator-create-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tryer/lib'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/string.prototype.trimright/test'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/systemd.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/iterator-create-proxy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/t4-cs.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/iterator-define.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/t4-cs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/specificity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/t4-cs.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/iterator-indexed.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/snapdragon/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/string.prototype.trimleft/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/t4-templating.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/shell-quote/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/t4-templating.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/t4-templating.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/t4-vb.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/querystring-es3/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/t4-vb.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/t4-vb.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-prefixwrap/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-minify-font-values/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-error/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-loader/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-discard-overridden/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pidtree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/tap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.values/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/normalize-package-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-libs-browser/mock'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/iterators-core.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/npm-run-all/bin/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/iterators.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/tap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdast-util-from-markdown/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-inspect/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/tcl.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-watch-typeahead/build/test_name_plugin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tcl.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-haste-map/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-cli/build/init'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/tcl.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-circus/build/legacy-code-todo-rewrite'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-signature/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/he/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/function-bind/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-write-stream-atomic/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/faye-websocket/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-monkey/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/rules/fix'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/textile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-no-jquery/src/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/textile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/editorconfig/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/textile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doctrine/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/diff/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/deep-is/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/deep-equal/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/toml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/crypto-browserify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/toml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-select/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-loader/dist/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/toml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/coa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer-indexof/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-zlib/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bfj/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/autoprefixer/lib/hacks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/atob/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/async/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1.js/lib/asn1/decoders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1/lib/ber'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bonjour/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-plugin-jsx-v-model/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wasm-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/iterators-core.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/iterators.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/utf8/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.stat/out/managers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jridgewell/resolve-uri/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/joi/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/tremor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-modules/lib/plugins/transform-edge-function-name'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/parser/typings'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tremor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/tremor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/generator/lib/generators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/tsx.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tsx.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/tsx.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/tt2.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-no-unsupported-browser-features/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/@nodelib/fs.stat/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/v8-to-istanbul/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tt2.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/@nodelib/fs.stat/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/tt2.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/turtle.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/turtle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/turtle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/twig.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/twig.js'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/get-intrinsic/node_modules/has-symbols/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/readable-stream/lib'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/twig.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-unicorn/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/mdn-data/l10n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/duplexer2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tokenize/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/typescript.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/typescript.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/typescript.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-escapes/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/length-of-array-like.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/typoscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/typoscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/typoscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/unrealscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
npm WARN npmtar WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/lib/codegen'
 TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/unrealscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/unrealscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tarnpm  TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/uorazor.js'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/html-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/uorazor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/uorazor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/uri.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/uri.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/uri.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/@webassemblyjs/ast/lib/transform'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/v.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/v.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/v.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/uglify-js/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/vala.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/vala.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/vala.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs-parser/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/xmlchars/xml/1.0'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/vbnet.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/vbnet.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/length-of-array-like.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/vbnet.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/velocity.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/velocity.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/velocity.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/make-built-in.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/map-emplace.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/w3c-hr-time/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/verilog.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/verilog.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/verilog.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/map-upsert.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/vhdl.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/text-table/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/vhdl.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stream-http/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/vhdl.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/vim.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/vim.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/vim.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/visual-basic.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/visual-basic.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/visual-basic.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/make-built-in.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/map-emplace.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/map-upsert.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/warpscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/warpscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/warpscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/wasm.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/wasm.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/wasm.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/web-idl.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/web-idl.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs-parser/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sourcemap-codec/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sprintf-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/retry/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/requireindex/test/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/docs/images'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/optimizer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/relateurl/lib/parse'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/prompts/lib/elements'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/querystring/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-less/lib/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-ordered-values/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/nwsapi/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/nanomatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-is/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.assign/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/magic-string/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema/draft-02'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/dist/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-beautify/js/src/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/public-encrypt/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-symbol/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-core-module/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-color-stop/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/has-symbols/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/form-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fastq/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/extglob/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-json-es/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-json-stable-stringify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/linter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/entities/lib/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/depd/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssstyle/lib/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tokenize/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/vuex-helpers/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/leb128/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/helper-wasm-section/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@xtuc/long/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/generator/template'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/visitor-keys/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/parser/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.scandir/out/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@mrmlnc/readdir-enhanced/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@humanwhocodes/object-schema/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-dotall-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-proposal-unicode-property-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/traverse/lib/path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/http-proxy-middleware/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/watchpack/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-loader/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/svgo/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/split2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/dist/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/joi/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/npm-run-all/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ldjson-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-haste-map/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-message-util/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-config/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/internal-ip/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/https-proxy-agent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-proxy-middleware/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/gonzales-pe/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/entities/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash-base/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/uglify-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-compat/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/dist/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-rule-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clipboardy/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/assert/node_modules/util/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-sign/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bl/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/lib-version-check/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js-compat/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack-sources/lib/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs3/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-farm/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-rpc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-style-loader/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/compiler-sfc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/utila/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uuid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tryer/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/string.prototype.padend/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/specificity/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssnano-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cacache/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-declaration-sorter/orders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/agent-base/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/generator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/generator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tar-fs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sideway/formula/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs/node_modules/yargs-parser/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/yargs-parser/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs-parser/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/https-proxy-agent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/snapdragon/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/wiki.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/shell-quote/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sockjs-client/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/web-idl.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/wiki.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/wiki.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/wolfram.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/wolfram.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/precedence'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/wolfram.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/querystring-es3/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/wren.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp.prototype.flags/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/wren.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-prefixwrap/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-minify-font-values/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/wren.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-loader/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-discard-overridden/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pidtree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/math-expm1.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/parse5/lib/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.getownpropertydescriptors/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/xeora.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.values/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-keys/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/math-fround.js'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/normalize-package-data/lib'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/xeora.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-libs-browser/mock'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/math-log10.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/xeora.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/minimist/example'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/math-log1p.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/microevent.ts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-inspect/example'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/math-scale.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/math-sign.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-watch-typeahead/build/file_name_plugin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/xml-doc.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/math-trunc.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/xml-doc.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-config/build/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/xml-doc.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-reports/lib/html-spa/assets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-signature/lib'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/xojo.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/lib'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/lib'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/xojo.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/he/man'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/css'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/xojo.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/get-intrinsic/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-write-stream-atomic/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/flatted/php'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/faye-websocket/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-monkey/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-yml/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-node/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-no-jquery/src/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/es-module-lexer/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/editorconfig/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domutils/lib'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doctrine/lib'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/xquery.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/des.js/lib'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax'
 tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/math-expm1.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/crypto-browserify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cosmiconfig/dist'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-select/lib'
 TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/xquery.js'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-loader/dist/plugins'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/microtask.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/coa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/math-fround.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bs-logger/dist'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer-indexof/test'
WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/xquery.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/math-log10.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bfj/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/async/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1.js/lib/asn1/encoders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-plugin-jsx-v-model/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bonjour/test'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/math-log1p.js'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/agent-base/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wasm-parser/lib'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/math-scale.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/lib/transformers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/math-sign.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/utf8/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/yaml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/generator/template/public'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/math-trunc.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/dist/stylePlugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/presets/default'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/generator/template'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/dist/ast-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/definition'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/dist/create-program'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jridgewell/sourcemap-codec/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.stat/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@soda/friendly-errors-webpack-plugin/src/formatters'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/yaml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/joi/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/helper-validator-identifier/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/helper-define-polyfill-provider/lib/visitors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/generator/lib/generators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/yaml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/yang.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/new-promise-capability.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/yang.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/normalize-string-argument.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/yang.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/not-a-nan.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unist-util-select/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-no-unsupported-browser-features/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/v8-to-istanbul/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/not-a-regexp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/send/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/snapdragon/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/microtask.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/number-is-finite.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/zig.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/number-parse-float.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/zig.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/number-parse-int.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/zig.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/numeric-range-iterator.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-assign.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-create.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-define-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-define-property.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/new-promise-capability.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/normalize-string-argument.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-get-own-property-descriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/not-a-nan.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-get-own-property-names-external.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/gonzales-pe/node_modules/minimist/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/finalhandler/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/not-a-regexp.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-get-own-property-names.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-get-own-property-symbols.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-get-prototype-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-is-extensible.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/duplexer2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tokenize/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/expand-brackets/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-is-prototype-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/compression/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/parse5/lib/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-iterator.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-keys-internal.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-property-is-enumerable.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-prototype-accessors-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/number-is-finite.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-set-prototype-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/number-parse-float.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-to-array.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/number-parse-int.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/object-to-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/html-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/numeric-range-iterator.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/observable-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/formatter'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-assign.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-create.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-define-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-define-property.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/@webassemblyjs/ast/lib/transform'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-get-own-property-descriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-get-own-property-names-external.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-get-own-property-names.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-get-own-property-symbols.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/uglify-js/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-get-prototype-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-is-extensible.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-is-prototype-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yaml/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/w3c-hr-time/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/text-table/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-iterator.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stream-http/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vm-browserify/.github'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-keys-internal.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stackframe/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sprintf-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-property-is-enumerable.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-prototype-accessors-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/relateurl/lib/parse'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/querystring/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sha.js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-selector-parser/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-error/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-less/lib/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-set-prototype-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/ordinary-to-primitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-to-array.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/object-to-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/observable-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/own-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-ordered-values/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/nanomatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-is/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.assign/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/magic-string/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema/draft-03'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/ordinary-to-primitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/public-encrypt/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-symbol/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-core-module/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-color-stop/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/own-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-arguments/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-extra/lib/copy'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/has-symbols/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/form-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/extglob/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/estree-walker/dist/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-wdio/build/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-json-stable-stringify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-compat/lib/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/entities/lib/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/dotenv/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/path.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ejs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/perform.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssstyle/lib/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/chokidar/types'
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cacache/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/call-bind/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-aes/modes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/promise-constructor-detection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/promise-native-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wast-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/promise-resolve.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/promise-statics-incorrect-iteration.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/path.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.scandir/out/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@mrmlnc/readdir-enhanced/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/perform.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/proxy-accessor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-proposal-unicode-property-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/traverse/lib/path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-dotall-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/http-proxy-middleware/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/watchpack/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/svgo/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-loader/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/promise-constructor-detection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/promise-native-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/promise-resolve.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/promise-statics-incorrect-iteration.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/queue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/split2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/proxy-accessor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/copy-webpack-plugin/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ldjson-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-haste-map/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-message-util/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-config/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-proxy-middleware/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/queue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/entities/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash-base/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/uglify-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-rule-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/assert/node_modules/util/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-sign/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bl/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/reflect-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/regexp-exec-abstract.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/cacache/lib/content'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/regexp-exec.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack-sources/lib/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/regexp-flags.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/regexp-get-flags.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/regexp-sticky-helpers.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/regexp-unsupported-dot-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/regexp-unsupported-ncg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/dist/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs3/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/reflect-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-farm/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/websocket-driver/lib/websocket/driver/hybi'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/regexp-exec-abstract.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-rpc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/regexp-exec.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/regexp-flags.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/utila/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/regexp-get-flags.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/dist/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/regexp-sticky-helpers.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uuid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/regexp-unsupported-dot-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/regexp-unsupported-ncg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tryer/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/string.prototype.padend/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/shell-quote/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/retry/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp.prototype.flags/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-format/build/plugins/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-prefixwrap/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/require-object-coercible.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/readable-stream/doc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-discard-overridden/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.getownpropertydescriptors/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.values/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/normalize-package-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-libs-browser/mock'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/npm-run-all/bin/npm-run-all'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/microevent.ts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/same-value-zero.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/same-value.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/schedulers-fix.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/require-object-coercible.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-inspect/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-stable-stringify-without-jsonify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-watch-typeahead/build/test_name_plugin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/same-value-zero.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/same-value.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/schedulers-fix.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-signature/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-write-stream-atomic/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/faye-websocket/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-no-jquery/src/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/editorconfig/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/elliptic/lib/elliptic/ec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/diff/lib/diff'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/crypto-browserify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-loader/dist/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/lib/clean'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/coa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/set-species.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/set-to-string-tag.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bfj/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/autoprefixer/lib/hacks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1.js/lib/asn1/base'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1/lib/ber'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bonjour/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/set-species.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wasm-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/shared-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/shared-store.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/lib/transformers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/shared.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/utf8/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/set-to-string-tag.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/devtools-api/lib/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/generator/template'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/dist/create-program'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/visitor-keys/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.walk/out/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.stat/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jridgewell/gen-mapping/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/joi/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@soda/get-current-script/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-modules/lib/plugins/transform-jsx-spread'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/generator/lib/generators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@achrinza/node-ipc/local-node-ipc-certs/private'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/shared-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/shared-store.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/watchpack/node_modules/chokidar/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/shared.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unist-util-select/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-no-unsupported-browser-features/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/v8-to-istanbul/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/send/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/snapdragon/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/node_modules/chokidar/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/finalhandler/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mocha/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-unicorn/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/js-yaml/lib/schema'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/duplexer2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tokenize/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/expand-brackets/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/compression/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/species-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/html-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/chokidar/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/species-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/@webassemblyjs/ast/lib/transform'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/uglify-js/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/js-yaml/lib/schema'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/enhanced-resolve/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-style-loader/.circleci'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/text-table/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylehacks/dist/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stream-http/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stackframe/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/requireindex/test/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/optimizer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/relateurl/lib/parse'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/prompts/dist/elements'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/querystring/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sha.js/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/string-html-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-error/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-less/lib/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/string-multibyte.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-ordered-values/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/string-pad-webkit-bug.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/string-pad.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/string-punycode-to-ascii.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.assign/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/string-repeat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/magic-string/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/string-trim-end.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/string-trim-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema/draft-03'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/dist/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/string-trim-start.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/string-trim.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/public-encrypt/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-core-module/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-color-stop/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-arguments/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/string-html-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/form-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-json-stable-stringify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/es-to-primitive/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/entities/lib/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/dotenv/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ejs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssstyle/lib/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/string-multibyte.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/string-pad-webkit-bug.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/string-pad.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/string-punycode-to-ascii.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cacache/lib/content'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/string-repeat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-aes/modes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wast-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/generator/template-vue3/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/ast/esm/transform'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/string-trim-end.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/string-trim-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@mrmlnc/readdir-enhanced/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/string-trim-start.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/string-trim.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-proposal-unicode-property-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/traverse/lib/path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-dotall-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/http-proxy-middleware/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/watchpack/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/svgo/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-loader/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/@nodelib/fs.stat/out/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/symbol-constructor-detection.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/symbol-define-to-primitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/symbol-registry-detection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/@nodelib/fs.stat/out/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/split2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/task.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ldjson-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-haste-map/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-message-util/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/this-number-value.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-config/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-proxy-middleware/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/to-absolute-index.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/entities/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash-base/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/uglify-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/get-intrinsic/node_modules/has-symbols/.github'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/symbol-constructor-detection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/symbol-define-to-primitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/symbol-registry-detection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/dist/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/to-big-int.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-rule-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/assert/node_modules/util/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-sign/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bl/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/task.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/this-number-value.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-absolute-index.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-big-int.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@stylelint/postcss-markdown/node_modules/vfile/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/braces/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs3/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yaml/browser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-farm/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-rpc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/utila/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uuid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tryer/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/string.prototype.padend/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sprintf-js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/shell-quote/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sockjs-client/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/retry/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-prefixwrap/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-discard-overridden/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/parse5/lib/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.getownpropertydescriptors/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.values/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-libs-browser/mock'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/microevent.ts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-stable-stringify-without-jsonify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-watch-typeahead/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/number/virtual'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-haste-map/build/lib'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-reports/lib/html'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/to-index.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/lib'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/to-indexed-object.js'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/to-integer-or-infinity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-yml/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-node/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-no-jquery/src/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/editorconfig/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/elliptic/lib/elliptic/eddsa'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/des.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/crypto-browserify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/coa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/url'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-index.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bfj/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-indexed-object.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1.js/lib/asn1/constants'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-integer-or-infinity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/vuex-helpers/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/utf8/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/to-length.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/generator/template/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/to-object.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/to-offset.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/to-positive-integer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/dist/eslint-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.walk/out/readers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jridgewell/gen-mapping/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/joi/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@humanwhocodes/object-schema/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/date'
npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/generator/lib/generators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@achrinza/node-ipc/local-node-ipc-certs/private'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-length.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unist-util-select/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-no-unsupported-browser-features/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-object.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-offset.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-positive-integer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/to-primitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/v8-to-istanbul/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/send/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/snapdragon/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/to-property-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-primitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-property-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/finalhandler/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/to-string-tag-support.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/escodegen/node_modules/source-map/lib'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/source-map/lib'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/duplexer2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tokenize/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/expand-brackets/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/compression/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/parse5/lib/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-string-tag-support.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/to-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/html-webpack-plugin/lib'
npm WARN deprecated html-webpack-plugin@3.2.0: 3.x is no longer supported
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/cacache/lib/content'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/uglify-js/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/lib/tree'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/dist/cli'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/text-table/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylehacks/dist/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stream-http/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stackframe/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/relateurl/lib/parse'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/querystring/test'
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sha.js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-selector-parser/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-error/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-ordered-values/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/try-node-require.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/nanoid/non-secure'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/try-to-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.assign/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema/draft-03'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-beautify/js/src/html'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/public-encrypt/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-core-module/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-color-stop/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-arguments/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/typed-array-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/typed-array-constructors-require-wrappers.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/typed-array-from-species-and-list.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/typed-array-from.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/typed-array-species-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/uid.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-extra/lib/empty'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/try-node-require.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/try-to-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-json-stable-stringify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/es-to-primitive/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/typed-array-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/typed-array-from-species-and-list.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/typed-array-from.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/typed-array-species-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/uid.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssstyle/lib/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/lib/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-aes/modes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wast-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/presets/typescript-and-babel'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/generator/template'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/ast/esm/transform'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/visitor-keys/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@mrmlnc/readdir-enhanced/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@soda/friendly-errors-webpack-plugin/src/core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-proposal-unicode-property-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/traverse/lib/path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/http-proxy-middleware/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/svgo/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/url-constructor-detection.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/use-symbol-as-uid.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/v8-prototype-define-bug.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/validate-arguments-length.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/dist/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/url-constructor-detection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/entities/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash-base/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/uglify-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/use-symbol-as-uid.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/v8-prototype-define-bug.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/weak-map-basic-detection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/validate-arguments-length.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-compat/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.atob.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.btoa.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.clear-immediate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.dom-collections.for-each.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/lib/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.dom-collections.iterator.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.dom-exception.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.dom-exception.stack.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.dom-exception.to-string-tag.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.immediate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/assert/node_modules/util/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.queue-microtask.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-sign/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bl/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.set-immediate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/lib-version-check/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.set-interval.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js-compat/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.set-timeout.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.structured-clone.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.timers.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.url-search-params.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/formatter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.url-search-params.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.url.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.url.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/web.url.to-json.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/well-known-symbol-define.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/@babel/helper-define-polyfill-provider/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/well-known-symbol-wrapped.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yaml/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/weak-map-basic-detection.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/well-known-symbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-farm/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.atob.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/whitespaces.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-rpc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.btoa.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.clear-immediate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.dom-collections.for-each.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.dom-collections.iterator.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uuid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.dom-exception.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.dom-exception.stack.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.dom-exception.to-string-tag.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sprintf-js/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.immediate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/shell-quote/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.queue-microtask.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-resolve/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.set-immediate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/retry/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.set-interval.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.set-timeout.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.structured-clone.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/wrap-error-constructor-with-cause.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.timers.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.url-search-params.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.url-search-params.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.url.constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/README.md'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/modules/README.md'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.url.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/web.url.to-json.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/well-known-symbol-define.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/well-known-symbol-wrapped.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/well-known-symbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/whitespaces.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/wrap-error-constructor-with-cause.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/README.md'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/modules/README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-prefixwrap/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-discard-overridden/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.getownpropertydescriptors/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-libs-browser/mock'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/npm-run-all/bin/npm-run-all'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/microevent.ts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-stable-stringify-without-jsonify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-cli/build/init'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-no-jquery/src/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/entities/lib/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/editorconfig/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/elliptic/lib/elliptic/ec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/diff/lib/diff'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/crypto-browserify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/lib/replace'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/coa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/regions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cacache/lib/content'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bfj/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/autoprefixer/lib/hacks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1.js/lib/asn1/decoders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1/lib/ber'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/vuex-helpers/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/dist/create-program'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jridgewell/gen-mapping/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/joi/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@humanwhocodes/object-schema/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-modules/lib/plugins/transform-safari-block-shadowing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/generator/lib/generators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@achrinza/node-ipc/local-node-ipc-certs/private'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unist-util-select/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-no-unsupported-browser-features/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/v8-to-istanbul/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/send/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/snapdragon/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/@nodelib/fs.stat/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/finalhandler/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mocha/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/duplexer2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tokenize/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/expand-brackets/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/compression/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-escapes/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/cacache/lib/content'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/dist/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/uglify-js/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.scandir/node_modules/@nodelib/fs.stat/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/dist/transformers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/text-table/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylehacks/dist/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stream-http/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/requireindex/test/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/optimizer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/relateurl/lib/parse'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/prompts/lib/elements'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-error/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/nanoid/url-alphabet'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.assign/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema/draft-03'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/dist/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-watch-typeahead/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/deprecated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/public-encrypt/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-core-module/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-color-stop/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-arguments/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/estree-walker/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-json-stable-stringify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/es-to-primitive/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-selector-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssstyle/lib/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/lib/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer/test/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-aes/modes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/async/internal'
npm WARN deprecated babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wast-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/migrator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/generator/template'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@mrmlnc/readdir-enhanced/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-proposal-unicode-property-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/traverse/lib/path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/helper-define-polyfill-provider/lib/visitors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/http-proxy-middleware/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/svgo/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/entities/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/uglify-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-compat/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/dist/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/@es-joy/jsdoccomment/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/icss-utils/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/watchpack/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ua-parser-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unbzip2-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tmpl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svgo/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylehacks/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/shell-quote/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/request/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/query-selector-shadow-dom/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-svgo/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-normalize-whitespace/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-normalize-unicode/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-ordered-values/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-unique-selectors/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-normalize-url/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-reduce-transforms/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-normalize-repeat-style/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-normalize-charset/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-normalize-timing-functions/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-reduce-initial/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-normalize-string/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-minify-selectors/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-merge-rules/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-minify-params/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-normalize-positions/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-discard-empty/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-merge-longhand/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-minify-font-values/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-discard-comments/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-discard-overridden/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-convert-values/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-normalize-display-values/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-colormin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-discard-duplicates/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-calc/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/portfinder/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/nth-check/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-releases/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/nanoid/async'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mkdirp/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-fetch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/marky/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/makeerror/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsprim/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jpeg-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-minify-gradients/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-instrument/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy-middleware/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/globule/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/got/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/express/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escalade/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssnano-preset-default/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-select/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssnano/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/chokidar/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cache-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools-protocol/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/aria-query/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/mocha-framework/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/spec-reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/repl/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/logger/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/protocols/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/runner/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/local-runner/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/generator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/babel-plugin-jsx/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/friendly-errors-webpack-plugin/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@eslint/eslintrc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/write/node_modules/mkdirp/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-style-loader/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/request/node_modules/uuid/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/node-fetch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/portfinder/node_modules/mkdirp/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/devtools-protocol/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ora/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/portfinder/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/move-concurrently/node_modules/mkdirp/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/nanoid/async'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/log-symbols/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/normalize-package-data/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jridgewell/trace-mapping/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/lib/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/assert/node_modules/util/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/lib-version-check/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js-compat/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack-sources/lib/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/@babel/helper-define-polyfill-provider/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/xmlchars/xmlns/1.0'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-farm/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vuex/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-rpc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uuid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sprintf-js/demo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/shell-quote/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-resolve/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/retry/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-prefixwrap/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/parse5/lib/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdast-util-to-markdown/lib/handle'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/microevent.ts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-stable-stringify-without-jsonify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-cli/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-reports/lib/html'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-yml/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-wdio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-node/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-no-jquery/src/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/elliptic/lib/elliptic/eddsa'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/crypto-browserify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/coa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cacache/lib/content'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bfj/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1.js/lib/asn1/encoders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/vuex-helpers/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/generator/template'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/dist/ts-eslint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/dist/create-program'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/ast/esm/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jridgewell/trace-mapping/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/joi/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/generator/lib/generators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@achrinza/node-ipc/local-node-ipc-certs/private'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unist-util-select/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-no-unsupported-browser-features/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/v8-to-istanbul/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/send/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/snapdragon/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/inquirer/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/inquirer/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/execa/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/mkdirp/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/cross-spawn/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/finalhandler/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/node_modules/source-map/lib'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/compression/node_modules/debug/src'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/editorconfig/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/optionator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/expand-brackets/node_modules/debug/src'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/parse5/lib/common'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-concurrently/node_modules/mkdirp/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/uglify-js/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/declarations'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/client/utils'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cache-loader/node_modules/mkdirp/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/lib/tree'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/unique-filename/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cacache/node_modules/mkdirp/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylehacks/dist/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/svgo/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stream-http/test'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cache-loader/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-loader/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/relateurl/lib/relate'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-error/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/logger/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object.assign/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/spec-reporter/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema/draft-03'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue-loader-v15/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/public-encrypt/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-core-module/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-color-stop/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-arguments/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/postcss-modules-values/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/renderkid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/estree-walker/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/postcss-modules-scope/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/postcss-modules-local-by-default/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-json-stable-stringify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/postcss-modules-extract-imports/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eventsource/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/es-to-primitive/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/pretty-error/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/postcss-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/@vue/cli-plugin-vuex/generator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssstyle/lib/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/lib/stringifier'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/@vue/cli-plugin-router/generator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/types/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer/test/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-aes/modes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/wast-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/ui'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/presets/typescript'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@mrmlnc/readdir-enhanced/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@soda/friendly-errors-webpack-plugin/src/core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-proposal-unicode-property-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/traverse/lib/path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/svgo/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-style-loader/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/progress-webpack-plugin/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/joi/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/https-proxy-agent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/gonzales-pe/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssnano-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/chrome-launcher/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cacache/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-width/.nyc_output'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/body-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-declaration-sorter/orders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-polyfill-corejs2/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-polyfill-corejs3/core-js-compat'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/agent-base/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/generator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-runtime/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/template/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/highlight/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-split-export-declaration/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-validator-identifier/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-env/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helpers/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-wrap-function/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-module-transforms/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-hoist-variables/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-replace-supers/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-function-name/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-compilation-targets/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/code-frame/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-environment-visitor/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/generator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tar-fs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-string-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/@types/node/assert'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/node_modules/@types/node/assert'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/normalize-package-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/https-proxy-agent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-define-polyfill-provider/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/node_modules/chrome-launcher/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js-compat/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/@babel/code-frame/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/node_modules/@types/node/assert'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/@types/node/assert'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/@nodelib/fs.stat/out/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/uglify-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/node_modules/@types/node/assert'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/lib/stringifier'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-unicorn/rules/utils'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/eslint-scope/lib'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/js-yaml/bin'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/syntaxes'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/@types/node/assert'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/assert/node_modules/util/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/node_modules/@types/node/assert'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/icss-utils/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/html-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/wdio-mediawiki/specs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/watchpack/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unbzip2-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tmp/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svgo/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylehacks/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/shell-quote/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs-parser/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/remark/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/request/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/query-selector-shadow-dom/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/jest-worker/build/ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/qs/test'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-svgo/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv-keywords/keywords'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-ordered-values/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-normalize-repeat-style/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-reduce-initial/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-minify-selectors/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-merge-rules/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-merge-longhand/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-minify-font-values/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-discard-comments/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-convert-values/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-colormin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-normalize-display-values/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.scandir/node_modules/@nodelib/fs.stat/out/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/js-yaml/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/@babel/helper-define-polyfill-provider/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-farm/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vuex/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-calc/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/nth-check/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mkdirp/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-fetch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-forge/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/marky/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-rpc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/minimist/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/launch-editor/editor-info'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/dist/cli'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jpeg-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uuid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-minify-gradients/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-instrument/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sprintf-js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy-middleware/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sockjs-client/lib/transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/gaze/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-resolve/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/retry/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/got/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/express/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escalade/sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/edge-paths/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/psl/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-select/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/chokidar/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/npm-run-all/bin/npm-run-all'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cache-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools-protocol/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/microevent.ts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/aria-query/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/mocha-framework/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/spec-reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/repl/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/protocols/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-stable-stringify-without-jsonify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/logger/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/runner/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-haste-map/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/local-runner/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-cli/build/init'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-proxy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue-loader-v15/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-no-jquery/src/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/generator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/babel-plugin-jsx/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/migrator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/es-abstract/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/crypto-browserify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/lib/replace'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/caniuse-lite/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/coa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/friendly-errors-webpack-plugin/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bfj/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1.js/lib/asn1/base'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@eslint/eslintrc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/vuex-helpers/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs/node_modules/yargs-parser/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/generator/template-vue3'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/ast/esm/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/dist/create-program'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.scandir/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jridgewell/trace-mapping/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jridgewell/source-map/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/joi/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-style-loader/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-modules/lib/plugins/transform-safari-for-shadowing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/generator/lib/generators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/url-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-no-unsupported-browser-features/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/semver/classes'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/yargs-parser/build'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/v8-to-istanbul/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/request/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/request/node_modules/uuid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/node-fetch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash-base/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/devtools-protocol/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/file-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ora/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-compat/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/portfinder/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mocha/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs-parser/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/log-symbols/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/postcss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/remark/node_modules/remark-parse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cache-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/lib-version-check/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js-compat/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bl/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-sign/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/uglify-js/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/websocket-driver/lib/websocket/driver/hybi'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylehacks/dist/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stream-http/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/requireindex/test/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/optimizer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/relateurl/lib/relate'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-error/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/dist/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema/draft-03'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-arguments/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/estree-walker/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-wdio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-color-stop/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-json-stable-stringify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eventsource/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/es-to-primitive/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/elliptic/lib/elliptic/precomputed'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssstyle/lib/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cacache/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer/test/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-aes/modes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/public-encrypt/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/devtools-api/lib/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@mrmlnc/readdir-enhanced/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-proposal-unicode-property-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/traverse/lib/path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.walk/out/readers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/svgo/node_modules/domutils/test'
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/uglify-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/dist/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-unicorn/rules/utils'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/js-yaml/dist'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/assert/node_modules/util/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/jest-worker/build/ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/dist/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/js-yaml/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/@babel/helper-define-polyfill-provider/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-farm/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/xmlchars/xml/1.0'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vuex/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-rpc/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uuid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/svgo/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-resolve/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/precedence'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/prompts/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-forge/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/dist/constant'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/microevent.ts/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-stable-stringify-without-jsonify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-cli/build/init'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-reports/lib/html-spa/assets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-proxy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-node/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-no-jquery/src/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/es-abstract/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/crypto-browserify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/lib/stringifier'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/coa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bfj/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1.js/lib/asn1/decoders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/vuex-helpers/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/dist/eslint-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/generator/template'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/types/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/ast/esm/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.scandir/out/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jridgewell/trace-mapping/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/build/cli'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/joi/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/generator/lib/generators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/url-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/v8-to-istanbul/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/yargs/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash-base/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cache-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/inquirer/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/inquirer/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/optionator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bl/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-sign/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cache-loader/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-loader/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/logger/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/spec-reporter/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue-loader-v15/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/autoprefixer/lib/hacks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/lib/tree'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylehacks/dist/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/renderkid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stream-http/test'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sshpk/lib'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/postcss-modules-extract-imports/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/dist/src/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/pretty-error/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/postcss-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/relateurl/lib/relate'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/@vue/cli-plugin-vuex/generator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/@vue/cli-plugin-router/generator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/pretty-error/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-selector-parser/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/parse5/lib/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/nanoid/non-secure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/less-variable-resolver/tests'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/src'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/types/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema/draft-03'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-arguments/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fs-extra/lib/fs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/lib'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-yml/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/estree-walker/types'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-wdio/build/utils'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-color-stop/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/es-to-primitive/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/language'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/diff/lib/diff'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssstyle/lib/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/file-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer/test/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/public-encrypt/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-aes/modes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@mrmlnc/readdir-enhanced/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-proposal-unicode-property-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/traverse/lib/path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-eslint-parser/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/yargs/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/uglify-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/globby/node_modules/fast-glob/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-compat/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-unicorn/rules/selectors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/lib/stringifier'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/parse5/lib/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js-compat/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/jest-worker/build/workers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/lib-version-check/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/js-yaml/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/lib/codegen'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/node_modules/semver/ranges'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/ranges'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-shared-utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ua-parser-js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/js-yaml/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/@babel/helper-define-polyfill-provider/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-farm/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/url-parse/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vuex/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-rpc/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uuid/lib'
npm WARN deprecated uuid@3.3.3: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sockjs-client/lib/event'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-style-loader/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/wdio-wikibase/pagesections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-releases/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/nanoid/async'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/joi/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/normalize-package-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/https-proxy-agent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/editorconfig/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssnano-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/chrome-launcher/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/third-party'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cacache/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-width/.nyc_output'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/body-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-declaration-sorter/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-polyfill-corejs2/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-polyfill-corejs3/core-js-compat'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-runtime/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/template/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-validator-identifier/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-env/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helpers/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-module-transforms/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-compilation-targets/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/generator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tar-fs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-string-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yarn-install/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/microevent.ts/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/range'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/npm-run-all/bin/run-p'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-beautify/js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/exports'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-cli/build/init'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack-sources/lib/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-proxy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-no-jquery/src/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/es-abstract/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/crypto-browserify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/lib/replace'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/regions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bfj/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1.js/lib/asn1/encoders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/vuex-helpers/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/definition'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/codemods'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/normalize-package-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jridgewell/trace-mapping/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-circus/build/legacy-code-todo-rewrite'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/joi/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-modules/lib/plugins/transform-tagged-template-caching'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/url-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/v8-to-istanbul/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/@nodelib/fs.stat/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/nanoid/async'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/node_modules/minimatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/node_modules/brace-expansion/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/https-proxy-agent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/@nodelib/fs.stat/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/yargs/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jridgewell/trace-mapping/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mocha/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash-base/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cache-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-define-polyfill-provider/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bl/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-sign/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/readable-stream/lib/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/cacache/lib/content'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/express/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/node_modules/chrome-launcher/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/body-parser/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js-compat/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/icss-utils/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/html-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/autoprefixer/lib/hacks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylehacks/dist/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stream-http/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/optimizer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/requireindex/test/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/relateurl/lib/relate'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/parse5/lib/serializer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-forge/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdast-util-to-markdown/lib/handle'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/dist/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema/draft-03'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/estree-walker/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-wdio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/watchpack/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/enhanced-resolve/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/diff/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssstyle/lib/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/lib/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svgo/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cacache/lib/content'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/file-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer/test/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylehacks/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/public-encrypt/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/shell-quote/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/ui'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs-parser/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/request/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/query-selector-shadow-dom/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/progress-webpack-plugin/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/generator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/ast/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-ordered-values/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-aes/modes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.scandir/out/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/traverse/lib/path'
npm npm WARN tarWARN TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-merge-longhand/dist'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-proposal-unicode-property-regex/test'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/src'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-env/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-minify-font-values/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/generator/lib/node'
npm WARNnpm WARN  tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-discard-comments/dist'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@achrinza/node-ipc/local-node-ipc-certs/private'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-calc/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/node_modules/yargs/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/nth-check/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/uglify-js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/portfinder/lib'
npm WARNnpm  WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/bin'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/dist/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-forge/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-unicorn/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/parse5/lib/serializer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/marky/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/body-parser/node_modules/qs/test'
npm npmWARN WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loader-utils/lib'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/minimist/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/node_modules/js-yaml/lib/schema'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/launch-editor/editor-info'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-router/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/compile'
npm WARN tarnpm TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/lib'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/qs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/node_modules/js-yaml/lib/schema'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/plugin-transform-runtime/node_modules/@babel/helper-define-polyfill-provider/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-instrument/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy-middleware/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/gaze/lib'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yaml/browser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/got/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/build'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/external-editor/main'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-chain/src'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/messages'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/xmlchars/xml/1.0'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/edge-paths/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/@webassemblyjs/ast/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/debug/src'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-select/lib'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-rpc/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cache-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue-template-compiler/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-loader/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/agent-base/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/aria-query/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/prompts/dist/elements'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/mocha-framework/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/spec-reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/logger/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/runner/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/nanoid/url-alphabet'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/microevent.ts/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/local-runner/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/effects'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue-loader-v15/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack-sources/lib/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-reports/lib/html-spa/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/babel-plugin-jsx/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/ui'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/http-proxy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hash.js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/hpack.js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/caniuse-lite/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/is-color-stop/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/elliptic/lib/elliptic/ec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/es-abstract/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/friendly-errors-webpack-plugin/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/crypto-browserify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@eslint/eslintrc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bluebird/js'
npm WARNnpm WARN tar tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bfj/src'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/async/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/asn1.js/lib/asn1/base'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-no-jquery/src/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-node/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs/node_modules/yargs-parser/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/devtools-api/lib/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@wmde/vuex-helpers/dist'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/codemods'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jridgewell/trace-mapping/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-circus/build/legacy-code-todo-rewrite'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-style-loader/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/protocols/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@eslint/eslintrc/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@hapi/joi/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/yargs-parser/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/request/node_modules/tough-cookie/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/request/node_modules/qs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/parser/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ora/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/got/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/os-locale/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/portfinder/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs-parser/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/debug/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/log-symbols/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/preset-modules/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.walk/out/readers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-sources/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-no-unsupported-browser-features/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/url-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/v8-to-istanbul/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/@nodelib/fs.stat/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map-support/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/node_modules/@nodelib/fs.stat/out/adapters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/yargs/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/merge-source-map/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-snapshot/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runner/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jest-runtime/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/inquirer/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-lib-source-maps/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/htmlparser2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/execa/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/definition'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/inquirer/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-jsdoc/dist/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/escodegen/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cache-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-jest/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ansi-escapes/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/babel-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/ref-transform/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/terser-webpack-plugin/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/vue3-jest/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/server-renderer/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-core/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/compiler-sfc/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/jest-worker/build/ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/doiuse/node_modules/postcss/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/dist/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/config/files'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/uglify-js/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/reporters/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/optionator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/source-map/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/build/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/autoprefixer/lib/hacks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-bundle-analyzer/lib/tree'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/dependencies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/dist/cli'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylehacks/dist/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stream-http/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/spdy-transport/lib/spdy-transport'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cache-loader/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/relateurl/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/postcss-merge-longhand/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/parse5/lib/tokenizer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-loader/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/mdast-util-to-markdown/lib/handle'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/json-schema/draft-03'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/express/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/logger/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/spec-reporter/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue-loader-v15/node_modules/loader-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-yml/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/postcss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/renderkid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/pretty-error/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/html-minifier-terser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/postcss-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/@vue/cli-plugin-vuex/generator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/@vue/cli-plugin-router/generator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/types/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-haste-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/transform/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unbzip2-stream/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/chalk/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/url-parse/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ua-parser-js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-reduce-initial/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/wdio-wikibase/pageobjects'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mkdirp/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/progress/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-style-loader/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/joi/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/normalize-package-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/iconv-lite/encodings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/express/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/editorconfig/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/detect-libc/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssnano-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-width/.nyc_output'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/body-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-declaration-sorter/orders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-polyfill-corejs2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-polyfill-corejs3/core-js-compat'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/repl/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/chardet/encoding'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/migrator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/codemods'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-runtime/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/template/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-validator-identifier/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-env/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helpers/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-module-transforms/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-compilation-targets/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/generator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tar-fs/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yarn-install/node_modules/cross-spawn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/write/node_modules/mkdirp/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-style-loader/node_modules/json5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/normalize-package-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/ws/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/request/node_modules/uuid/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/portfinder/node_modules/mkdirp/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/move-concurrently/node_modules/mkdirp/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/diff/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cssstyle/lib/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cacache/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/file-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/public-encrypt/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/buffer/test/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/dist/eslint-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@webassemblyjs/ast/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/browserify-aes/modes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@nodelib/fs.scandir/out/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/worker-rpc/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/builders'
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi'
npm ERR! code ENOENT
npm ERR! syscall mkdir
npm ERR! path /src/repo/repo/rest-api/node_modules/.bin
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, mkdir '/src/repo/repo/rest-api/node_modules/.bin'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in:
npm ERR!     /cache/_logs/2024-06-27T18_34_14_243Z-debug-0.log
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/precedence/aaa'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@jest/core/build/cli'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/dist/src/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/lib/mkdirs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/lib/servers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/optimizer/level-2/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-beautify/js/lib/unpackers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/UDPSocket/basic'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/dot_main'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/src/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/lib/mkdirs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/definitions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/dist/src/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/at-import-partial-extension-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/dist/initialize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-beautify/js/src/unpackers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/dot_slash_main'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-reports/lib/text'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-name-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/lib/mkdirs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/managers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/src/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/incorrect_main'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/lib/replace/atrule'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-name-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/lib/mkdirs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib/initialize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-beautify/js/lib/unpackers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/optimizer/level-2/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-name-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/definitions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/es-abstract/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/at-import-partial-extension'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/UDPSocket/basic'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/multirepo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/uri-js/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-name-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/lib/move-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/util/hash'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/range'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-beautify/js/src/unpackers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-reports/lib/html/assets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-name-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/generator/template/src/assets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/managers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/dist/test/fixtures/typescript'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack-dev-server/lib/servers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/multirepo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/lib/move'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/exports'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-name-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/definitions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/autoprefixer/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/at-mixin-argumentless-call-parentheses'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/quux'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/transform'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/lib/output'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/optimizer/level-2/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/managers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/UDPSocket/rawBuffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/same_names/foo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-reports/lib/html/assets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-property-required-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/utils/async'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/lib/path-exists'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/logging'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/definitions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/at-mixin-named-arguments'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/shadowed_core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/traverse'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-property-requirelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/lib/remove'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-property-required-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/refs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/managers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/dist/initialize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/lib'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/renderkid/lib/layout/block/lineAppendor'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/@vue/cli-plugin-router/generator/template-vue3/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/upath/build/code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-semicolon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/build/request'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/util'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/lib/remove'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-check/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/optimizer/level-2/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-property-requirelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tr46/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/definitions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-service/generator/template/src/components'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/fs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs/build/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/wildcard/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/at-mixin-parentheses-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib/initialize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-beautify/js/lib/unpackers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/UDPSocket/rawBuffer'
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/utils/style-variables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-semicolon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/lib/transformation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-semicolon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-beautify/js/src/unpackers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/module_dir/zmodules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/dist/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/utils/ts-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/components'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-semicolon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/definitions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-style-loader/.circleci'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/interpreter/finite-automaton/nfa'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/at-mixin-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/errors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/build/travis'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/clusterUnixSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/pathfilter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/constants'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-closing-brace-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/xmlchars/xml/1.0'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sast/node_modules/fs-extra/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/query-selector-shadow-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/optimizer/level-2/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/utils/style-variables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/utils/style-variables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/interfaces'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/lib/stringifier'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-closing-brace-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-closing-brace-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/definitions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/at-rule-conditional-no-parentheses'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/clusterUnixSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/precedence/aaa'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-closing-brace-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-reports/lib/html/assets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-closing-brace-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/interpreter/finite-automaton/nfa'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-closing-brace-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/optimizer/level-2/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-closing-brace-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/definitions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/lib/stringifier'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/at-rule-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/rawBuffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/precedence/bbb'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/renderkid/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-closing-brace-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/lib/stringifier'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-reports/lib/html-spa/assets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-closing-brace-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/without_basedir'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-no-empty'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/logger'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-closing-brace-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ts-jest/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/definitions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/js/src/tools'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/interpreter/finite-automaton/nfa'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/comment-no-empty'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/lib/stringifier'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/dist/initialize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/rawBuffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/eslint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-opening-brace-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/logger'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/optimizer/level-2/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/istanbul-reports/lib/html/assets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-no-empty'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/generator/template/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib/initialize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-beautify/js/lib/unpackers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@eslint/eslintrc/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/verror/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-opening-brace-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/logger'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-opening-brace-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-babel/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-unit-jest/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-jsdoc/dist/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/core/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/comment-no-loud'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/js-beautify/js/src/unpackers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/unixWindowsSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/eslint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-opening-brace-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/logger'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/traverse'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-opening-brace-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-opening-brace-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/error'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/optimizer/level-2/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-opening-brace-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/declaration-nested-properties-no-divided-groups'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/unixWindowsSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/color-function-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/logger'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/prefetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-opening-brace-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/color-hex-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/prefetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/color-function-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/profile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/declaration-nested-properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/unixWindowsSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/test-utils/dist/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/color-hex-length'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-forge/flash'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/prefetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/optimizer/level-2/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/color-hex-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/prefetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/other_path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/color-hex-length'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/color-no-hex'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/dimension-no-non-numeric-values'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/atrule'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/unixWindowsSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/prefetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/atrule'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/color-no-invalid-hex'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/color-no-hex'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/optimizer/level-2/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/comment-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/dollar-variable-colon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/unixWindowsSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/color-no-invalid-hex'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/dist/src/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/definition-syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/custom-elements'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/comment-no-empty'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/reporter/reporter-rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-forge/flash'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/comment-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdoc-type-pratt-parser/src/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/definition-syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/comment-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/reporter/reporter-rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/dollar-variable-colon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/compiler-sfc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/unixWindowsSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/comment-no-empty'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/optimizer/level-2/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/comment-whitespace-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/reporter/reporter-rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/dist/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/core/var'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/other_path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/comment-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/comment-word-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regexp-tree/dist/transform'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/dollar-variable-colon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/unixWindowsSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/eslint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/comment-whitespace-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-forge/flash'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/comment-word-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rule-tester'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/comment-word-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/optimizer/level-2/properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/custom-media-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/dollar-variable-default'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/unixWindowsSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/comment-word-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/manipulation/var'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/async/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/custom-property-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/custom-media-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/lib/dot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/core/var'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/nested_symlinks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/dist/src/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/custom-property-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/dollar-variable-empty-line-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/example/unixWindowsSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/custom-property-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/terser-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/manipulation/var'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/jsdoc-type-pratt-parser/src/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-bang-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/custom-property-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/dao'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/multirepo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-bang-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/dollar-variable-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-bang-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/buildin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/dao'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tslib/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-bang-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/term-size/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/entities'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/lib/stringifier'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-no-redundant-longhand-properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/dollar-variable-first-in-block'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/atrule'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/which-collection/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ejs/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/build/@types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helpers/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/buildin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/constraint-validation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/ast-types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/module_dir/zmodules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-custom-properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tar-fs/test/fixtures/d/sub-dir'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/ensure'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/got/source/utils'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/entities'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/modifications'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js-compat/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/atrule'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-no-shorthand-property-overrides'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unique-slug/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-check/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unbox-primitive/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/browser_field'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/modifications'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-semicolon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/dollar-variable-no-missing-interpolation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-no-redundant-longhand-properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tr46/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/dot_main'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/modifications'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-semicolon-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-no-shorthand-property-overrides'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yaml/browser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/definition-syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/dot_slash_main'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/modifications'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/wildcard/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-semicolon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/dollar-variable-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/lib/stringifier'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-semicolon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/definition-syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/incorrect_main'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/modifications'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/inquirer/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-semicolon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-semicolon-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/invalid_main'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/modifications'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-single-line-max-declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/double-slash-comment-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-semicolon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/multirepo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/modifications'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/lib/stringifier'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-polyfill-corejs3/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-trailing-semicolon'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-semicolon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/multirepo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/retrievers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-colon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/double-slash-comment-inline'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/atrule'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-single-line-max-declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_createMathOperation.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/multirepo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/retrievers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/wcwidth/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/atrule'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-colon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib/pl'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-trailing-semicolon'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/@babel/runtime/regenerator'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_createOver.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-nls/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/nested_symlinks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/traverse'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_createPadding.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-colon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/double-slash-comment-whitespace-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-colon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_createPartial.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/node-ipc/services'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/event'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/traverse'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_createRange.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/lib/stringifier'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-colon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unique-filename/.nyc_output'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_createRecurry.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/effects'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/resolve/test/resolver/symlinked/package'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_createRelationalOperation.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-no-important'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/function-color-relative'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-colon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_createRound.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/inquirer/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/compiler-sfc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-languageserver-types/lib/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typedarray-to-buffer/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/term-size/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/build/commands/browser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/shell-quote/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/which-collection/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/chrome-launcher/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resq/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regexpu-core/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regjsparser/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/lib/webpack'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/build/handler'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helpers/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/opener/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/got/source/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/chalk/source/vendor/ansi-styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_createSet.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-unit-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-regexp-unicode-property-escapes.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/html-escaper/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_createToPairs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy-agent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib/pt-br'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/options'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@types/node/ts4.8'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-regexp-y-flag.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/html-encoding-sniffer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_createWrap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/handle-thing/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-unit-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/function-quote-no-quoted-strings-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/gensync/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-no-important'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lilconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/faye-websocket/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/easy-stack/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domexception/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deepmerge/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/data-urls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cliui/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/clipboardy/fallbacks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/chrome-trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-html-community/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/abab/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/web-component-wrapper/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/babel-sugar-composition-api-inject-h/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/babel-sugar-functional-vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/babel-sugar-inject-h/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/babel-preset-jsx/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/babel-sugar-v-on/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/babel-plugin-transform-vue-jsx/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/babel-sugar-composition-api-render-instance/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/babel-helper-vue-jsx-merge-props/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/babel-sugar-v-model/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sideway/pinpoint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sideway/address/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/topo/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-rest-parameters.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-check/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_customDefaultsAssignIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/profile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/src/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tr46/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/totalist/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-rest-spread-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-unit-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svgo/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/which-typed-array/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/wildcard/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string_decoder/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-forge/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sisteransi/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/docs/assets/fonts/EOT'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sourcemap-codec/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/xmlchars/xml/1.0'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/report/test-assets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve.exports/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/retry/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-polyfill-corejs3/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/generator/template-vue3'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/build/templates/exampleFiles/cucumber'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib/path/generated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettyjson/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-value-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pirates/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pidtree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/picomatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ps-list/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pascal-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/param-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/nopt/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-uri/.vscode'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/no-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unique-filename/.nyc_output'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-from-markdown/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lower-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/api'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lodash/fp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/levn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lines-and-columns/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-mock/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-docblock/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-report/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-coverage/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve-dependencies/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-changed-files/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/import-local/fixtures'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/immutable/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http2-wrapper/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/nwsapi/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/human-signals/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-validator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/html-entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loader-runner/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-monkey/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-deep-equal/es6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib/ru'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-unit-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_customDefaultsMerge.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-json-stable-stringify/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-set.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/flat-cache/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/estree-walker/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eventemitter3/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_customOmitClone.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-json/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-module-lexer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dom-serializer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dot-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domhandler/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dotenv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-shadow-catch-param.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/defer-to-connect/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff-sequences/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domelementtype/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-unit-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/function-unquote-no-unquoted-strings-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-is/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib/tr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-unit-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/crc32-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-what/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-shared-array-buffer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/compress-commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_deburrLetter.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/fast-glob/package/out/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/config'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-spread-elements.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-value-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-unit-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_defineProperty.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/function'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_equalArrays.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-create-html-methods.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-value-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-unit-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_equalByTag.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-fromcodepoint.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_equalObjects.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-prototype-codepointat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-value-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-value-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_escapeHtmlChar.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-prototype-endswith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/map-keys-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_escapeStringChar.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-prototype-includes.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-value-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-value-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/tokenizer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-prototype-matchall.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/media-feature-value-dollar-variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_flatRest.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-prototype-normalize.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/font-family-name-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-value-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_freeGlobal.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/atrule'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-prototype-padstart-padend.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/no-dollar-variables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/atrule'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getAllKeys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/eslint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/font-family-no-duplicate-names'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/domparsing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-value-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getAllKeysIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/tokenizer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-prototype-repeat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/no-duplicate-dollar-variables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getData.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-prototype-replaceall.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/font-family-no-missing-generic-family-keyword'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/font-family-name-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getFuncName.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rule-tester'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-prototype-startswith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/no-duplicate-mixins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getHolder.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-prototype-substr.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/font-weight-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/font-family-no-duplicate-names'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getMapData.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/tokenizer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-prototype-trim.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/no-global-function-names'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getMatchData.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-prototype-trimleft-trimright.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/font-family-no-missing-generic-family-keyword'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getNative.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-prototype-trimstart-trimend.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/operator-no-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getPrototype.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-string-raw.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/font-weight-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getRawTag.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/operator-no-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cjs-module-lexer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cacheable-request/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/camel-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cacheable-lookup/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-istanbul/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getSymbols.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-jest-hoist/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-subclassing-builtins.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn-walk/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-calc-no-invalid'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/utils/async'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv-keywords/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getSymbolsIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@ungap/promise-all-settled/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-symbol-prototype-description.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/operator-no-unspaced'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getTag.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-symbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-calc-no-unspaced-operator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/dist/initialize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getValue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-template-literals.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/partial-no-import'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/logger'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getView.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-top-level-await.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib/initialize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-calc-no-invalid'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_getWrapDetails.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-trailing-commas.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/percent-placeholder-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_Hash.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-trailing-function-commas.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/compiler-sfc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-calc-no-unspaced-operator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_hashClear.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/selector-nest-combinators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-restricted-html-elements.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_hashDelete.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-typed-arrays.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-restricted-props.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_hashGet.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-spaces-around-equal-signs-in-attribute.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@szmarczak/http-timer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-unicode-codepoint-escapes.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/selector-no-redundant-nesting-selector'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tootallnate/once/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@trysound/sax/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/fake-timers/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.stat/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jridgewell/resolve-uri/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/schemas/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sindresorhus/is/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jridgewell/sourcemap-codec/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/environment/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/source-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/globals/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-restricted-static-attribute.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-spaces-around-equal-signs-in-attribute.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_hashHas.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-sparse-arrays.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-weak-map.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-sparse-arrays.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_hashSet.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-static-inline-styles.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/text-table/example'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-weak-set.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/rules/selector-no-union-class-name'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svg-tags/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tslib/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-restricted-syntax.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/popper.js/src'
npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-static-inline-styles.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_hasPath.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-template-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/rules/no-weakrefs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/container'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-restricted-v-bind.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/dist/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/bin/run-s'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/which-boxed-primitive/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/query-selector-shadow-dom/plugins/codeceptjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/fs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regexpu-core/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/psl/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/ast-types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/fs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/opener/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/got/source/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/make-error/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/known-css-properties/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/keyv/.nyc_output'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-library-detector/library'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-tostringtag/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/html-escaper/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy-agent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/handle-thing/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/faye-websocket/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/duplexer/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domexception/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/operations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/data-urls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cliui/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/clipboardy/fallbacks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-template-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-polyfill-regenerator/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_hasUnicode.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bl/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-template-shadow.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asn1/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ieee754/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-wasm-section/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-api-error/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-gen/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-numbers/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/abab/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-opt/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-wasm-bytecode/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/leb128/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/web-component-wrapper/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-unicorn/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/utf8/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/ref-transform/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_hasUnicodeWord.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-buffer/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/get-current-script/fixtures'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/dist/utils/sassValueParser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/fs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sideway/address/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-root-v-if.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-template-shadow.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_initCloneArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-template-target-blank.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/atrule'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/atrule'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-setup-props-destructure.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_initCloneByTag.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-textarea-mustache.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-setup-props-reactivity-loss.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-template-target-blank.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_initCloneObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-this-in-before-route-enter.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/formatter/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-shared-component-data.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-textarea-mustache.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_insertWrapDetails.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-undef-components.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/definition-syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-name-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/definition-syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/container'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-side-effects-in-computed-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-this-in-before-route-enter.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_isFlattenable.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-spaces-around-equal-signs-in-attribute.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-undef-components.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_isIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-undef-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-parentheses-newline-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-sparse-arrays.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_isIterateeCall.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-static-inline-styles.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-undef-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_isKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-unregistered-components.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-unicode-regex/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@humanwhocodes/object-schema/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-parentheses-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-typeof-symbol/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-spread/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-reserved-words/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-template-literals/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-sticky-regex/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/build/request'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-name-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unified/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_isKeyable.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-unsupported-features.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-object-super/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-shorthand-properties/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-unicode-escapes/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/fs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/totalist/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/term-size/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-property-literals/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-regenerator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/wildcard/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string.prototype.padend/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-list-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sourcemap-codec/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/selfsigned/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sockjs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/got/dist/source/as-promise'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-template-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-unregistered-components.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_isLaziable.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/safe-regex-test/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/responselike/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/lib/task'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-url-no-scheme-relative'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-polyfill-corejs3/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/friendly-errors-webpack-plugin/src/utils'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/build/scripts'
 tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-template-shadow.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@eslint/eslintrc/conf'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-unsupported-features.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib/path/generated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-parentheses-newline-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettyjson/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-unused-components.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-value-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pidtree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_isMaskable.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ps-list/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/performance-now/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pascal-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/param-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-media-query-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/nopt/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/no-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lower-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/levn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/full'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-report/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-coverage/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-changed-files/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-weakmap/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/immutable/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http2-wrapper/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/nwsapi/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/human-signals/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-validator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/html-entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-symbols/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loader-runner/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-monkey/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/flat/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-json-stable-stringify/benchmark'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fastq/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/flat-cache/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/estree-walker/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eventemitter3/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-link-header/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-module-lexer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dom-serializer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dot-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domhandler/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dom-converter/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff-sequences/perf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-is/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dedent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/crc32-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-what/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/get-intrinsic/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/compress-commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/commondir/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/camel-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cac/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/chrome-trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-preset-current-node-syntax/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-istanbul/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/clone-response/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-preset-vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-transform-vue-jsx/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-syntax-jsx/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-jsx-event-modifiers/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-parser/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-edit/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/floating-point-hex-parser/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-ssr/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@ungap/promise-all-settled/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/alphanum-sort/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wast-printer/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-template-target-blank.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-unused-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_isMasked.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-url-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-textarea-mustache.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-unused-components.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-parentheses-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_isPrototype.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-this-in-before-route-enter.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-unused-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-unused-refs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_isStrictComparable.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-url-scheme-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-url-no-scheme-relative'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_iteratorToArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/reader'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/compiler-sfc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-undef-components.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-unused-refs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/logging'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-unused-vars.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-es-x/lib/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_lazyClone.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-url-scheme-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tootallnate/once/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.stat/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-undef-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-url-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-use-computed-property-like-method.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sindresorhus/is/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/source-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_lazyReverse.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-unused-vars.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_lazyValue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-url-scheme-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-unsupported-features.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-use-computed-property-like-method.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-url-scheme-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/utila/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-use-v-if-with-v-for.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_LazyWrapper.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/tokenizer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-useless-concat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_ListCache.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/text-table/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-url-scheme-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svg-tags/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-for-of/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/timsort/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-modules-umd/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svgo/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-unused-components.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-use-v-if-with-v-for.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-url-scheme-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-useless-mustaches.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_listCacheClear.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-unused-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-useless-concat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-unicorn/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_listCacheDelete.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-useless-mustaches.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-url-scheme-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-useless-template-attributes.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/typescript-estree/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_listCacheGet.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/tokenizer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-unused-refs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-useless-v-bind.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_listCacheHas.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-whitespace-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-useless-template-attributes.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-url-scheme-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-v-for-template-key-on-child.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_listCacheSet.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/pseudo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-unused-vars.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-useless-v-bind.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-v-for-template-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_LodashWrapper.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/hue-degree-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/logging'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-use-computed-property-like-method.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-v-for-template-key-on-child.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/buildin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-v-html.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_Map.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/tokenizer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-v-for-template-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-v-model-argument.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_MapCache.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/indentation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-use-v-else-with-v-for.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-whitespace-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-v-html.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@babel/types/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/writer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-v-text-v-html-on-component.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_mapCacheClear.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-use-v-if-with-v-for.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-v-model-argument.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-v-text.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_mapCacheDelete.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/hue-degree-notation'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-useless-concat.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-v-text-v-html-on-component.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/no-watch-after-await.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_mapCacheGet.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-useless-mustaches.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-v-text.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/object-curly-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/atrule'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_mapCacheHas.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/atrule'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/indentation'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/no-watch-after-await.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/writer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/object-curly-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_mapCacheSet.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/keyframe-declaration-no-important'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-useless-template-attributes.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/object-curly-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/object-property-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-useless-v-bind.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/object-curly-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/object-shorthand.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/definition-syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/keyframes-name-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/definition-syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-v-for-template-key-on-child.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-exponentiation-operator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/object-property-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/through/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/one-component-per-file.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test/resolver/nested_symlinks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-v-for-template-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/object-shorthand.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/writer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/operator-linebreak.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/definition-syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/length-zero-no-unit'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_mapToArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/definition-syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-forge/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/keyframe-declaration-no-important'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-v-html.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/one-component-per-file.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/order-in-components.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/inquirer/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-modules-systemjs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/retry/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/remark-stringify/types'
npm npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_matchesStrictComparable.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-v-model-argument.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/operator-linebreak.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/padding-line-between-blocks.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/linebreaks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_memoizeCapped.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib/initialize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/keyframes-name-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/caniuse-lite/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-v-text-v-html-on-component.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/psl/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/order-in-components.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/prefer-import-from-vue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/proto-list/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/picomatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_mergeData.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-v-text.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/padding-line-between-blocks.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/obuf/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/html-minifier-terser/node_modules/clean-css/lib/writer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/normalize-selector/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/prefer-prop-type-boolean-first.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/workerpool/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/length-zero-no-unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/no-watch-after-await.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/prefer-import-from-vue.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/prefer-separate-static-class.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_metaMap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/got/source/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/lexer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/nice-try/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/object-curly-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/prefer-prop-type-boolean-first.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-from-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/max-line-length'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-stable-stringify-without-jsonify/example'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_nativeCreate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/dao'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/keyv/.nyc_output'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/linebreaks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/object-curly-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/prefer-separate-static-class.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/prefer-template.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_nativeKeys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve-dependencies/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-buffer/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/object-property-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-core-module/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/prefer-true-attribute-shorthand.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-tostringtag/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-property-descriptors/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/max-nesting-depth'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-deceiver/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_nativeKeysIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/handle-thing/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-bigints/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/getpass/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/object-shorthand.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-deep-equal/es6'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/prefer-template.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lilconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/faye-websocket/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_nodeUtil.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-to-primitive/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/tests/unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-get-iterator/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esprima/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib/initialize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dotenv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/one-component-per-file.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domexception/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/prefer-true-attribute-shorthand.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domelementtype/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deepmerge/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssesc/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/crc-32/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-colon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/connect-history-api-fallback/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/combined-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_objectToString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/utils/async'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cliui/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/max-line-length'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/operator-linebreak.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_overArg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-jsdoc/node_modules/comment-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/order-in-components.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/prop-name-casing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-colon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_overRest.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/max-nesting-depth'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/padding-line-between-blocks.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/caniuse-api/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_parent.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/balanced-match/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-polyfill-regenerator/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/prop-name-casing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_Promise.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-colon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/padding-line-between-tags.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bl/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_realNames.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asn1/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-dynamic-import-node/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/padding-lines-in-component-definition.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/address/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ieee754/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-wasm-section/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/quote-props.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-gen/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/definition-syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@xtuc/ieee754/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-numbers/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_reEscape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-opt/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/definition-syntax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-wasm-bytecode/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib/initialize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/leb128/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/server-renderer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-colon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_reEvaluate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-api-error/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babar/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/runtime-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/utf8/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/ref-transform/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-buffer/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/inquirer/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/get-current-script/fixtures'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/node_modules/chrome-launcher/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/express/ts4.0'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sideway/address/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js-compat/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/renderkid/lib/layout/block/linePrependor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jridgewell/resolve-uri/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jridgewell/sourcemap-codec/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/prefer-define-options.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/quote-props.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/lib/syntax/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_reInterpolate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/environment/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/lib/syntax/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/globals/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@humanwhocodes/object-schema/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unified/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-duplicate-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-modules-amd/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-parameters/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-modules-commonjs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-literals/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-member-expression-literals/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-named-capturing-groups-regex/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-optional-catch-binding/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-destructuring/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-dotall-regex/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/totalist/sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/term-size/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-new-target/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/supports-preserve-symlinks-flag/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs/build/lib/typings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/symbol-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/wildcard/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/dist/legacy'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sprintf-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-list-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sisteransi/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/docs/assets/fonts/EOT'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stack-trace/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/websocket-driver/lib/websocket/driver/hybi'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sigmund/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/setprototypeof/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sockjs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/side-channel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/build/finder'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/lib/task'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/chrome-launcher/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rgb2hex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-polyfill-corejs3/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/generator/template/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/raven/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@eslint/eslintrc/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib/path/generated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettyjson/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-value-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/performance-now/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pascal-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/param-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-media-query-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pseudomap/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/no-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/negotiator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lower-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/levn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lines-and-columns/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-docblock/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-buffer/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-coverage/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-weakref/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-changed-files/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-empty/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-shared-array-buffer/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-callable/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/immutable/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-bigint/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http2-wrapper/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/nwsapi/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/human-signals/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/html-escaper/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy-agent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-validator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/html-entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-symbols/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/functions-have-names/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loader-runner/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-monkey/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/gensync/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/flat-cache/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/estree-walker/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-link-header/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-module-lexer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ecc-jsbn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dotenv-expand/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dot-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dom-converter/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/defer-to-connect/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/delayed-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dashdash/etc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-equal/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/crc32-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-extend/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-what/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/compress-commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-string/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/concat-map/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/call-bind/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/clipboardy/fallbacks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/camel-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-preset-current-node-syntax/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-preset-vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-transform-vue-jsx/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-jsx-event-modifiers/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-parser/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-edit/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/floating-point-hex-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-ssr/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/available-typed-arrays/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/alphanum-sort/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wast-printer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-define-polyfill-provider/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tootallnate/once/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sideway/pinpoint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.stat/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@szmarczak/http-timer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-component-is.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_reorder.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/prefer-import-from-vue.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-default-prop.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_replaceHolders.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/prefer-prop-type-boolean-first.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-component-is.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/schemas/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_root.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/source-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/topo/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/utila/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-default-prop.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/build/request'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-direct-export.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_safeGet.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-computed-properties/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/csso/node_modules/css-tree/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-function-name/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-json-strings/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-block-scoped-functions/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/prefer-separate-static-class.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unbox-primitive/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-emit-validator.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_Set.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/text-table/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-async-to-generator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/prefer-template.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-object-rest-spread/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-direct-export.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-import-meta/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-explicit-emits.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-for-of/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_SetCache.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/timsort/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/prefer-true-attribute-shorthand.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-emit-validator.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_setCacheAdd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-explicit-emits.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-expose.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-value-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_setCacheHas.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/web_modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-name-property.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/css-tree/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_setData.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/schemes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-expose.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-prop-type-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/issue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-value-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_setToArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/prop-name-casing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-name-property.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_setToPairs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/xhr'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-page-break.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-prop-type-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-prop-types.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/logger'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_setToString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-value-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-paged-media.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-render-return.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_setWrapToString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-paint-api.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-prop-types.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-slots-as-functions.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-parentheses-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/logger'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/stats'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-value-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-placeholder-shown.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/quote-props.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-numeric-separator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-render-return.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/through/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-toggle-inside-transition.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_shortOut.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yaml/browser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-placeholder.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-slots-as-functions.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-v-for-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-range-operator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/logger'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_shuffleSelf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/bin/run-s'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/stats'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string.prototype.trimend/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-print-color-adjust.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-toggle-inside-transition.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex-smart-module/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string.prototype.trimstart/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sourcemap-codec/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_Stack.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-read-only-write.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-v-for-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/require-valid-default-prop.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-range-operator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/logger'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_stackClear.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/stats'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-parentheses-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/retry/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-rebeccapurple.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/return-in-computed-property.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_stackDelete.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pidtree/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/picomatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regexp.prototype.flags/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/recursive-readdir/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-reflections.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-valid-default-prop.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vfile/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-query-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/error'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_stackGet.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-is/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/writer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/normalize-selector/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-range-operator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/got/source/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-regions.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/return-in-computed-property.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/select-hose/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/return-in-emits-validator.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_stackHas.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/l10n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-stable-stringify-without-jsonify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/entities'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/keyv/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsonc-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-query-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/logger'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_stackSet.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-report/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-symbol/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-typed-array/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-regex/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-negative-zero/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-date-object/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-boolean-object/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-number-object/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-arguments/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/internal-slot/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ipaddr.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-deceiver/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/iferr/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/image-ssim/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/get-symbol-description/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-json-stable-stringify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/faye-websocket/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fastq/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsesc/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/function.prototype.name/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-get-iterator/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esprima/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/error-stack-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dom-serializer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domhandler/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dotenv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff-sequences/perf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-is/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssesc/man'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/operations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/crc-32/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/consolidate/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-range-operator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-relative-colors.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/return-in-emits-validator.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/script-indent.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_strictIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-component-is.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-repeating-gradients.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/script-setup-uses-vars.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-query-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_strictLastIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/writer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-query-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-default-prop.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-resize.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/script-indent.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/profile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_stringSize.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-direct-export.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-revert-value.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/script-setup-uses-vars.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-query-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_stringToArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-query-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-emit-validator.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-rrggbbaa.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_stringToPath.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-scroll-behavior.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-descending-specificity'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_Symbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/writer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-query-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-explicit-emits.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-scroll-timeline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_toKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-scrollbar.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/singleline-html-element-content-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-duplicate-at-import-rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_toSource.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-query-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-expose.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-sel2.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_trimmedEndIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-macro-variable-name.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-sel3.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/singleline-html-element-content-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-duplicate-selectors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_Uint8Array.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/clean-css/lib/writer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-selection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/reporter/reporter-rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_unescapeHtmlChar.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-name-property.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-shapes.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-empty-first-line'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_unicodeSize.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-prop-comment.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-snappoints.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/utils/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/sort-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/reporter/reporter-rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_unicodeToArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/ids'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-descending-specificity'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-prop-type-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/space-in-parens.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-empty-source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_unicodeWords.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-prop-types.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-sticky.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/space-infix-ops.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/sort-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/reporter/reporter-rpc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-duplicate-at-import-rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-subgrid.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/space-unary-ops.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/space-in-parens.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/block-spacing.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-eol-whitespace'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_updateWrapDetails.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-render-return.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-supports-api.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/static-class-names-order.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/space-infix-ops.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-duplicate-selectors'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-slots-as-functions.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-table.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/space-unary-ops.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-extra-semicolons'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_WeakMap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-toggle-inside-transition.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-text-align-last.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/static-class-names-order.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/_wrapperClone.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-empty-first-line'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-typed-object-prop.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-text-box-trim.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-invalid-double-slash-comments'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/add.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-typed-ref.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-text-indent.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/template-curly-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-empty-source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/this-in-template.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-missing-end-of-source-newline'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/after.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-v-for-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-text-justify.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/template-curly-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-eol-whitespace'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/traversal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/require-valid-default-prop.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-text-orientation.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/this-in-template.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-unknown-animations'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-text-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-extra-semicolons'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/return-in-computed-property.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/use-v-on-exact.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/number-leading-zero'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/return-in-emits-validator.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-textshadow.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-invalid-double-slash-comments'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-touch-action.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/use-v-on-exact.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/number-max-precision'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/script-indent.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-transitions.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/v-bind-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/micromark/lib/initialize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-missing-end-of-source-newline'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/script-setup-uses-vars.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-unicode-bidi.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/v-for-delimiter-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/number-no-trailing-zeros'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/array.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-unset-value.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/v-bind-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-unknown-animations'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-variables.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/v-for-delimiter-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/ary.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/browser/parser'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-when-else.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/number-leading-zero'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-widows-orphans.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/assign.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-width-stretch.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/v-on-event-hyphenation.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/number-max-precision'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/singleline-html-element-content-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/v-on-function-call.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/electron'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-writing-mode.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/v-on-event-hyphenation.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/number-no-trailing-zeros'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css-zoom.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/v-on-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/v-on-function-call.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/assignIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css3-attr.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/v-slot-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/rpc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css3-boxsizing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/v-on-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/sort-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css3-colors.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/v-slot-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/space-in-parens.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css3-cursors-grab.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/assignInWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/wasm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/space-infix-ops.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css3-cursors-newer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-define-emits.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/space-unary-ops.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-define-props.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/assignWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/static-class-names-order.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css3-cursors.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-next-tick.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-define-emits.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/css3-tabsize.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-define-props.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/rule-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/debug'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-template-root.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-next-tick.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/template-curly-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/currentcolor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-bind-sync.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-brackets-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/at.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/this-in-template.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/custom-elements.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-bind.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-template-root.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/utils/ts-utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-cloak.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-bind-sync.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-name-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/attempt.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/custom-elementsv1.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-else-if.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-bind.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/utils/ts-utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/customevent.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-cloak.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-operator-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/before.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-else.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-else-if.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/rule-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/utils/ts-utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-for.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-operator-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/bind.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-html.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-else.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-brackets-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/use-v-on-exact.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-if.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-for.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-operator-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/issue'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/bindAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssjanus/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/commondir/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/caniuse-api/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bonjour/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/buffer-indexof/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-polyfill-regenerator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bl/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asn1/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-dynamic-import-node/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/address/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ieee754/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-wasm-section/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-gen/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@xtuc/ieee754/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-numbers/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-opt/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-wasm-bytecode/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babar/examples'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/datalist.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/runtime-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/tests'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-html.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn-walk/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/utf8/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-name-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/dataset.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-is.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-if.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-operator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/profile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/bindKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/express-serve-static-core/ts4.0'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/datauri.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-memo.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-operator-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/v-bind-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-model.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-is.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-operator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/camelCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-buffer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/v-for-delimiter-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-memo.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-operator-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-on.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-model.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-operator-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/capitalize.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-once.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-operator-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/decorators.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-pre.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-on.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/castArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/details.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-show.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-once.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/key-spacing.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-operator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/v-on-event-hyphenation.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/deviceorientation.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-slot.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-pre.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-class-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/ceil.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/v-on-function-call.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-show.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-operator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/v-on-handler-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/devicepixelratio.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/valid-v-text.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-slot.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-around-comment.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-combinator-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/chain.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/dialog.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-operator-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/v-on-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/dispatchevent.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-text.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-combinator-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/chunk.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/v-slot-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-combinator-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/clamp.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/server-renderer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/leb128/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sideway/address/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/javascript'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jridgewell/resolve-uri/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jridgewell/sourcemap-codec/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/get-current-script/fixtures'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@humanwhocodes/object-schema/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uri-js/dist/es5'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-parameters/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-top-level-await/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-arrow-functions/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-typescript/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-optional-chaining/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/totalist/sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-export-namespace-from/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-class-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-attribute-name.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-combinator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/clone.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/node_modules/acorn/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/acorn/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-define-emits.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-block-scoping/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/symbol-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-jsx/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/wildcard/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/dist/legacy'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sprintf-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-list-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/lib/task'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/chrome-launcher/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve.exports/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/codemods/__testfixtures__'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/reusify/benchmarks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/raven/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/psl/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@eslint/eslintrc/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-value-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/param-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pascal-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-media-query-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/no-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/negotiator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lower-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/magic-string/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/lite'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-stringify-safe/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-combinator-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-define-options.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/dnssec.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-combinator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-coverage/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-mock/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/isexe/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-changed-files/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/do-not-track.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-set/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/typescript-reporter/extension'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-weakset/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/cloneDeep.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-map/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/immutable/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http2-wrapper/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-combinator-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-define-props.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/human-signals/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-tostringtag/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-combinator-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy-agent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/html-entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-model-definition.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-monkey/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/functional-red-black-tree/bench'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/flatted/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/cloneDeepWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/estree-walker/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eventemitter3/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-combinator-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-next-tick.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-descendant-combinator-no-non-space'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/container'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/document-currentscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/utils/async'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-to-primitive/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/cloneWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ecc-jsbn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-combinator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/duplexer2/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-template-root.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dot-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dom-converter/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-id-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domexception/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domelementtype/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dashdash/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-bind-sync.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/document-execcommand.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tokenize/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/collection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/compress-commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-combinator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-util-is/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-bind.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-rule-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/document-policy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/delegates/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/concat-map/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin-v5/lib/logger'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-cloak.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/document-scrollingelement.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/depd/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/commit.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/clipboardy/fallbacks'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-combinator-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/camel-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-else-if.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/documenthead.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/chrome-trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/logging'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-transform-vue-jsx/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-preset-vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-else.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/dom-manip-convenience.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-jest-hoist/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-colors/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/compact.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-descendant-combinator-no-non-space'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-for.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-parser/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/dom-range.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-edit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@ungap/promise-all-settled/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-html.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/domcontentloaded.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-id-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-if.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/dommatrix.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/compiler'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-is.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/download.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.stat/out'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/dragndrop.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-attribute'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/concat.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-memo.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-model.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-class'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/cond.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-on.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-combinators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/conforms.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-once.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-pre.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-compound-selectors'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/conformsTo.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-show.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-attribute'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-slot.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/constant.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/element-closest.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-class'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint-plugin-vue/lib/rules/valid-v-text.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/element-from-point.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-id'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/element-scroll-methods.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-combinators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/eme.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-pseudo-class'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/core.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/eot.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-compound-selectors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-specificity'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/core.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/schemes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/es5.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-type'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/countBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/es6-class.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-id'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/es6-generators.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-universal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-mixed-requires.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/create.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-pseudo-class'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-nested-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-mixed-spaces-and-tabs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/curry.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/es6-module.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-multi-assign.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-specificity'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/es6-number.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-no-qualifying-type'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-multi-spaces.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/es6-string-includes.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-multi-str.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/curryRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-type'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/es6.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-multiple-empty-lines.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-universal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-native-reassign.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/buildin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/date.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-negated-condition.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/utila/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/build/request'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-nested-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/eventsource.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-negated-in-lhs.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/debounce.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-bigint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/text-table/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-dynamic-import/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/extended-system-fonts.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-class-properties/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-no-qualifying-type'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/feature-policy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-private-property-in-object/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-nested-ternary.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/deburr.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/timsort/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-new-func.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-new-native-nonconstructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ipaddr.js/lib'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/schema-utils/dist'
 TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/defaults.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-new-object.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/logging'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-async-generators/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/domelementtype/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-new-require.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-eslint-parser/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/through/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/formatters'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-new-symbol.js'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/man'
 tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex-smart-module/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy/lib'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sourcemap-codec/dist'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/fetch.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-parentheses-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sockjs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-new-wrappers.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/defaultsDeep.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/safe-regex-test/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/specificity/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-json-languageservice/lib/esm/parser'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-new.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-nonoctal-decimal-escape.js'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/retry/example'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/wasm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-obj-calls.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib/path/inference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pidtree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/defaultTo.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/picomatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/recursive-readdir/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/fieldset-disabled.js'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-octal-escape.js'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/UseStrictPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/encodings/tables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/fileapi.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/normalize-selector/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-octal.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse-entities/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/validateSchema.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/defer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memorystream/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/filereader.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-param-reassign.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/core/lib/config/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/select-hose/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/WarnCaseSensitiveModulesPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-stable-stringify-without-jsonify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/entities'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/filereadersync.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-path-concat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/keyv/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/WarnNoModeSetPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/delay.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsonc-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-parentheses-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/filesystem.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-plusplus.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/wasm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-report/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ipaddr.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/difference.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/nwsapi/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/html-escaper/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-colon-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-symbols/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/iferr/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-process-env.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/image-ssim/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/wasm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-json-stable-stringify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/faye-websocket/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsesc/man'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/flac.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esprima/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-process-exit.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/error-stack-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/differenceBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dom-serializer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domhandler/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-is/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/flexbox-gap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-equal/example'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-promise-executor-return.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/operations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/define-properties/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/crc-32/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-what/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/WatchIgnorePlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/flexbox.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-proto.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/Watching.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/differenceWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/flow-root.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-prototype-builtins.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/wasm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-redeclare.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/focusin-focusout-events.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-regex-spaces.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/divide.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-colon-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-type-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/wasm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/font-family-system-ui.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-restricted-exports.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/drop.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-type-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/font-feature.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-restricted-globals.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/wasm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/font-kerning.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-restricted-imports.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/shorthand-property-no-redundant-values'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/font-loading.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/wasm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/font-size-adjust.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-restricted-modules.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/dropRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/string-no-newline'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/font-smooth.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/wasm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/font-unicode-range.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-restricted-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-type-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/string-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/font-variant-alternates.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-restricted-syntax.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/wasm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/dropRightWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/font-variant-numeric.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-return-assign.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-type-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/time-min-milliseconds'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/fontface.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/dropWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/form-attribute.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-return-await.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/shorthand-property-no-redundant-values'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unicode-bom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/form-submit-attributes.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-script-url.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/each.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/form-validation.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-self-assign.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/string-no-newline'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unit-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/webpack.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/eachRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/forms.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-self-compare.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/string-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/call-bind/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unit-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/webpack.web.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-sequences.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bonjour/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/buffer-indexof/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bl/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-jsx-v-model/.vscode'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/aws4/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asn1/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/endsWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/fullscreen.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/WebpackError.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-setter-return.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/time-min-milliseconds'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unit-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/entries.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/hmr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-wasm-section/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-gen/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/WebpackOptionsApply.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-opt/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-shadow-restricted-names.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-wasm-bytecode/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/web-component-wrapper/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unicode-bom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unit-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-shadow.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babar/img'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/entriesIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/runtime-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn-walk/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/utf8/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/gamepad.js'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/WebpackOptionsDefaulter.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unit-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unit-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-spaced-func.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/eq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/WebpackOptionsValidationError.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-sparse-arrays.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/hmr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unit-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unit-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-sync.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-buffer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/webworker'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-tabs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/escape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unit-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-keyword-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-template-curly-in-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/geolocation.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/webworker'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-ternary.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/escapeRegExp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tootallnate/once/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unit-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/getboundingclientrect.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/server-renderer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/leb128/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sideway/address/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-this-before-super.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/schemes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js-compat/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/getcomputedstyle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/webworker'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/every.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unit-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/getelementsbyclassname.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-throw-literal.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/source-map/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/schemes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@humanwhocodes/object-schema/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/getrandomvalues.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/webworker'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-trailing-spaces.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/extend.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unit-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-parameters/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-unicode-property-regex/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-private-methods/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/totalist/sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/lib/webworker'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-undef-init.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/eslint-reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-class-static-block/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-private-property-in-object/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-optional-chaining/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-keyword-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-object-rest-spread/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-optional-catch-binding/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-class-static-block/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-numeric-separator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-undef.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-async-generator-functions/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-export-namespace-from/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-dynamic-import/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-logical-assignment-operators/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-class-properties/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-validator-option/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-simple-access/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-remap-async-to-generator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-explode-assignable-expression/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-decorators/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-create-class-features-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-json-strings/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-undefined.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-module-imports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/extendWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-annotate-as-pure/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-nullish-coalescing-operator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-member-expression-to-functions/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-plugin-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/node_modules/tslib/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-list-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-underscore-dangle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-get-function-arity/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-decorators/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-optimise-call-expression/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-unexpected-multiline.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fill.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-block-scoping/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-unmodified-loop-condition.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test/resolver/symlinked'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/symbol-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/wildcard/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/filter.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string.prototype.padend/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string.prototype.trimend/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sprintf-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-list-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-unneeded-ternary.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string.prototype.trimstart/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/minimist/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/joi/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/find.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/mkdirs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/lib/task'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-unreachable-loop.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-list-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/codemods/__testfixtures__'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-unreachable.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/reusify/benchmarks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/lib/webpack'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/findIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-unsafe-finally.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/raven/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/generator/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-value-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regexp.prototype.flags/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/mkdirs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/performance-now/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-unsafe-negation.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-media-query-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-unsafe-optional-chaining.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/findKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/p-iteration/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-is/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mime/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/negotiator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/magic-string/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/md5/demo'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-unused-expressions.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-stringify-safe/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/findLast.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-unused-labels.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-unused-private-class-members.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-weakmap/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http2-wrapper/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-unused-vars.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/findLastIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-property-descriptors/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/html-entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-bigints/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-monkey/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/functional-red-black-tree/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/flatted/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fastq/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/estree-walker/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-use-before-define.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/function.prototype.name/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/gyroscope.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-get-iterator/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-useless-backreference.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ecc-jsbn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/findLastKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/webworker'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dom-converter/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/hardwareconcurrency.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dotenv/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-useless-call.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domexception/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/hashchange.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-useless-catch.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tokenize/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/first.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/compress-commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/webworker'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-rule-stream/test'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-useless-computed-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/heif.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/flatMap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/hevc.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-useless-concat.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/hidden.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-useless-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/flatMapDeep.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/high-resolution-time.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-useless-escape.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/history.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-useless-rename.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/flatMapDepth.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/acorn/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/write-file-atomic/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/write-file-atomic/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/write-file-atomic/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-useless-return.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/flatten.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/depd/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/clipboardy/fallbacks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-transform-vue-jsx/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-preset-vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-var.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/flattenDeep.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-void.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-edit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@xtuc/long/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-warning-comments.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/flattenDepth.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/classes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-whitespace-before-property.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/acorn/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/no-with.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/flip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/html-media-capture.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/domelementtype/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/node_modules/chrome-launcher/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/html5semantic.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/conditional'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.stat/out'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/nonblock-statement-body-position.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/mkdirs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/floor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/hmr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/http-live-streaming.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/http2.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/object-curly-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/flow.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/http3.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/object-curly-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/flowRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sindresorhus/is/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/get-current-script/fixtures'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-typescript/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/text-table/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/mkdirs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/build/commands/browser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/supports-preserve-symlinks-flag/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/serialize-javascript/.vscode'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/through/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/bin/run-s'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/man'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex-smart-module/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stream-buffers/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sockjs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/specificity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/build/templates/exampleFiles/cucumber'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib/path/inference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pidtree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/printj/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/picomatch/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-env/lib/polyfills'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tar-fs/test/fixtures/a'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/recursive-readdir/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/param-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pascal-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/encodings/tables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/normalize-selector/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/workerpool/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/no-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-from-markdown/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memorystream/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel-plugin-prefix/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/select-hose/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lower-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-stable-stringify-without-jsonify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/services'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/keyv/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsonc-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-report/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-weakref/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-coverage/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/human-signals/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-tostringtag/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy-agent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/image-ssim/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-json-stable-stringify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/faye-websocket/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-to-primitive/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/extsprintf/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/error-stack-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/function-bind/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dot-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doctrine/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-equal/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/operations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/crc-32/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-what/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/defer-to-connect/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/object-property-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/forEach.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/iframe-sandbox.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@jest/schemas/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/object-shorthand.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/diff-sequences/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/iframe-seamless.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/pretty-format/build'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/test-result/build'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/schemas/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/forEachRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/iframe-srcdoc.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/one-var-declaration-per-line.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve-dependencies/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/one-var.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/diff-sequences/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/forIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/imagecapture.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/operator-assignment.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/forInRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-mock/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/operator-linebreak.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/fake-timers/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/ime.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/forOwn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/camel-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/import-maps.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bonjour/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/forOwnRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/buffer-indexof/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-jsx-v-model/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/imports.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asn1/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/padded-blocks.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/espree/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/padding-line-between-statements.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fromPairs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/indexeddb.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-wasm-section/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/function.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/indexeddb2.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/inline-block.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts.map'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-dom/dist'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/functions.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/innertext.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babar/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/functionsIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/shared/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/runtime-core/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-color.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/fake-timers/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/utf8/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-arrow-callback.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/get.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-datetime.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/eslint-scope/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/webpack/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-email-tel-url.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-const.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-event.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/groupBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-file-accept.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/flatted/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-destructuring.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/espree/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-file-directory.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/gt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-file-multiple.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-exponentiation-operator.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-inputmode.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-named-capture-group.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/gte.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-minlength.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-number.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-numeric-literals.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/has.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-pattern.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-object-has-own.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tootallnate/once/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-placeholder.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-object-spread.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/hasIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-range.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-promise-reject-errors.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/write-file-atomic/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/hmr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-search.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/head.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn-globals/node_modules/acorn/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-reflect.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/acorn/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/hmr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/server-renderer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/leb128/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/acorn/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sideway/address/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/write-file-atomic/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/input-selection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/write-file-atomic/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-regex-literals.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/insert-adjacent.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/serialization'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/pretty-error/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/environment/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/identity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/insertadjacenthtml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-rest-params.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@humanwhocodes/object-schema/tests'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/internationalization.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-spread.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/includes.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/intersectionobserver.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/prefer-template.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/intl-pluralrules.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/index.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/intrinsic-width.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/acorn-import-assertions/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uri-js/dist/es5'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-optional-chaining/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-object-rest-spread/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-async-generator-functions/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/quote-props.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-validator-option/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-create-class-features-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/indexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-module-imports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/quotes.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/compat-data/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-member-expression-to-functions/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/node_modules/tslib/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-proposal-decorators/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/domelementtype/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/balanced-match/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-eslint-parser/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/parse-json/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/radix.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/symbol-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/initial.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sprintf-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-list-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/xmlchars/xml/1.0'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/move-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/inRange.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rgb2hex/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/intersection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/reusify/benchmarks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/raven/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/generator/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-nls/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/move-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/performance-now/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/require-atomic-updates.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/intersectionBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/init'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/p-iteration/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/jpeg2000.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/require-await.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/whatwg-url/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/webidl-conversions/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/jpegxl.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mime/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/negotiator/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/intersectionWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/magic-string/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/md5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/full'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/jpegxr.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/require-jsdoc.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/build'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-typed-array/.github'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/require-unicode-regexp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/invert.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-weakmap/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http2-wrapper/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/require-yield.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/html-escaper/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-symbols/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/json.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-deep-equal/es6'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/rest-spread-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/invertBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/estree-walker/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dom-serializer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domhandler/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dotenv/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff-sequences/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/internals'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rule-tester'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tokenize/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/invoke.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/logging'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/compress-commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-rule-stream/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/os-locale/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/keyboardevent-code.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/form-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-classes/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/keyboardevent-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/invokeMap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/keyboardevent-location.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/keyboardevent-which.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isArguments.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/semi-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/semi-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isArrayBuffer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-create-regexp-features-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/depd/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/util/hash'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/tslib/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/semi.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isArrayLike.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@xtuc/long/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isArrayLikeObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/node_modules/chrome-launcher/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isBoolean.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.stat/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/move-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/tr46/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/sort-imports.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/default-gateway/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-changed-files/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isBuffer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-eslint/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/eslint-scope/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/sort-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/espree/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/sort-vars.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver-utils/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isDate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/api'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/symmetricDifferenceWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/symmetricDifferenceWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isElement.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/commander/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@jest/schemas/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect-utils/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isEmpty.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/diff-sequences/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/space-before-blocks.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/tail.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/lazyload.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/space-before-function-paren.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/tail.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js-compat/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/space-in-parens.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isEqual.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/take.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@jest/schemas/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/space-infix-ops.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jridgewell/resolve-uri/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/take.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sindresorhus/is/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jridgewell/sourcemap-codec/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isEqualWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/takeLast.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/get-current-script/fixtures'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/space-unary-ops.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/takeLast.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/let.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/spaced-comment.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isError.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/takeLastWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-typescript/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/move-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/takeLastWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/link-icon-png.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/node_modules/which/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/strict.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yarn-install/node_modules/which/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isFinite.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/takeWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/link-icon-svg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/takeWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/node_modules/schema-utils/dist'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isFunction.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/tap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/tap.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/through/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/switch-colon-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string.prototype.padend/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/dist/cli/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isInteger.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/man'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex-smart-module/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stream-buffers/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/test.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sourcemap-codec/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sockjs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/link-rel-preconnect.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/side-channel/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/inquirer/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/test.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/link-rel-prefetch.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-json-languageservice/lib/esm/services'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/specificity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/symbol-description.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isLength.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/thunkify.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/link-rel-preload.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/thunkify.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/build/@types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/link-rel-prerender.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib/path/inference'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/template-curly-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pidtree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isMap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/printj/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/semlog/doc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/times.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-env/lib/polyfills'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/recursive-readdir/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/template-tag-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tar-fs/test/fixtures/b'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pascal-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/param-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isMatch.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/times.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/encodings/tables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/toLower.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/loading-lazy-attr.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/workerpool/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/no-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel-plugin-prefix/examples'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isMatchWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/core/lib/config/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lower-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/l10n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/toLower.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/keyv/.nyc_output'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/localecompare.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsonc-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/toPairs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-report/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isNaN.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/toPairs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-shared-array-buffer/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-callable/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-bigint/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/human-signals/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/he/bin'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/dist'
tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy-agent/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/unicode-bom.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/functions-have-names/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-json-stable-stringify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/function.prototype.name/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-get-iterator/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/function-bind/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dot-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doctrine/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domexception/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/operations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-what/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-string/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/keyv/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/levn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-fetch/node_modules/webidl-conversions/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-fetch/node_modules/whatwg-url/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/@szmarczak/http-timer/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-fetch/node_modules/tr46/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/@sindresorhus/is/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/cacheable-request/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/type-check/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ldjson-stream/node_modules/isarray/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/fake-timers/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/camel-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/responselike/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bonjour/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/buffer-indexof/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-jsx-v-model/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asn1/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/toPairsIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-check/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isNative.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-wasm-section/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babar/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/toPairsIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/available-typed-arrays/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/utf8/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/toString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/levn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/flatted/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/use-isnan.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/duplexer2/node_modules/isarray/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/toString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isNil.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tokenize/node_modules/isarray/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-define-polyfill-provider/lib/visitors'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/toUpper.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/rules/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/valid-jsdoc.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/domelementtype/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tootallnate/once/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/toUpper.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isNull.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/transduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/leb128/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sideway/address/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bonjour/node_modules/deep-equal/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/valid-typeof.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/transduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isNumber.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/transpose.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/vars-on-top.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/transpose.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/magnetometer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/traverse.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/matchesselector.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/renderkid/lib/layout/block/lineWrapper'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/asset'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/traverse.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/matchmedia.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@humanwhocodes/object-schema/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isObjectLike.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/acorn-import-assertions/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/trim.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-languageserver-types/lib/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/eslint-webpack-plugin/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mathml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/text-table/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/wrap-iife.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/eslint-reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-validator-option/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-create-class-features-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/trim.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-module-imports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/compat-data/data'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/maxlength.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isPlainObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/node_modules/deepmerge/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/tryCatch.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/wrap-regex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-eslint-parser/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/parse-json/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/tryCatch.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs/build/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isRegExp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/type.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string.prototype.trimend/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sprintf-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-list-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/yield-star-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/move'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string.prototype.trimstart/test'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/type.js'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/lib/rules/yoda.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isSafeInteger.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/unapply.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/generator/template-vue3'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/raven/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/generator/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/unapply.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regexp.prototype.flags/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isSet.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/move'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-value-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/unary.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-is/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/whatwg-url/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/magic-string/dist'
 tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/unary.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/dao'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/uncurryN.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm npm WARN tarWARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
 TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isSymbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-symbol/.github'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/uncurryN.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-changed-files/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-negative-zero/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-date-object/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-boolean-object/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-number-object/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/unfold.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/eslint/conf'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isTypedArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/unfold.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/media-fragments.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-arguments/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/internal-slot/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/union.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/immutable/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http2-wrapper/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isUndefined.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/union.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/get-symbol-description/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mediarecorder.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/grapheme-splitter/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/estree-walker/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/unionWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-to-primitive/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isWeakMap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dom-serializer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/unionWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domhandler/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mediasource.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-monkey/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/internals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/get-intrinsic/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tokenize/test'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/compress-commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/uniq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/menu.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/isWeakSet.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/os-locale/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/uniq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/meta-theme-color.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/load-json-file/node_modules/parse-json/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/uniqBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/meter.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/node_modules/mdast-util-to-string/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/iteratee.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/node_modules/string_decoder/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/form-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/uniqBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-classes/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/uniqWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/join.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/uniqWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/node_modules/string_decoder/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/unless.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/kebabCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/unless.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/midi.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/kebabCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/minmaxwh.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/keyBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve-dependencies/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/unnest.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/node_modules/string_decoder/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/keyBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/node_modules/string_decoder/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/unnest.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-name-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-create-regexp-features-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/depd/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/until.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/compile/jtd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cjs-module-lexer/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/clipboardy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/tslib/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/until.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/keysIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-name-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/update.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/wasm-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/keysIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/discriminator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@xtuc/long/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/update.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-name-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/lang.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/useWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/lang.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/ids'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/useWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/last.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/values.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/last.js'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/ids'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/values.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/lastIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/valuesIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mp3.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/lastIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/valuesIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mpeg-dash.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-property-required-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/lastIndexOfFrom.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/view.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/body-parser/node_modules/qs/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/move'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/lodash.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/tr46/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/default-gateway/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/view.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-changed-files/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mpeg4.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-property-requirelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn-globals/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver-utils/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/when.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/lodash.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/when.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-semicolon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/commander/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/where.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/lowerCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-semicolon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/lowerCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/dist/vocabularies/unevaluated'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-name-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js-compat/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/where.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-rule-stream/node_modules/isarray/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/cli-highlight/node_modules/highlight.js/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/lowerFirst.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/whereEq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/at-rule-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/lowerFirst.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/environment/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jridgewell/resolve-uri/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-name-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/express/node_modules/qs/.github'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/whereEq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jridgewell/sourcemap-codec/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/lt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/without.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/multibackgrounds.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-closing-brace-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/lt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-name-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/without.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/multicolumn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/lte.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-haste-map/build/crawlers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/xor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mutation-events.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-typescript/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-closing-brace-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/lte.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/move'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/xor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/mutationobserver.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ipaddr.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/map.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/xprod.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-closing-brace-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/map.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/xprod.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/domelementtype/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/mapKeys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/zip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-closing-brace-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/mapKeys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-property-required-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/zip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/mapValues.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stream-buffers/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/websocket-driver/lib/websocket/driver/hybi'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sockjs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/zipObj.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-closing-brace-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/mapValues.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-property-requirelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools-protocol/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/zipObj.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/specificity/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/matches.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/build/commands'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/lib/webpack'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/es/zipWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-no-empty'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/matches.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/build/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/printj/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-semicolon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/semlog/doc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-env/lib/polyfills'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/zipWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/recursive-readdir/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/matchesProperty.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pascal-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/param-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-opening-brace-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/matchesProperty.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/encodings/tables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-semicolon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-keys/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/request/node_modules/qs/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regjsparser/node_modules/jsesc/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/math.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/no-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/devtools-protocol/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/namevalue-storage.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel-plugin-prefix/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-opening-brace-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lower-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/math.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/keyv/.nyc_output'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/at-rule-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ramda/src/index.mjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsonc-parser/lib'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/build'
tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/native-filesystem-api.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/max.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-report/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-weakset/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-map/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/human-signals/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/he/man'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ajv-formats/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/html-entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/nav-timing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/growl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-opening-brace-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/max.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/table/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-deep-equal/es6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-closing-brace-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-json-stable-stringify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-module-lexer/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/maxBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dot-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doctrine/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/operations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/block-opening-brace-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/maxBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-closing-brace-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/mean.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-set/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/color-function-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/node_modules/which/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/mean.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/levn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-fetch/node_modules/whatwg-url/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-closing-brace-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/defer-to-connect/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-fetch/node_modules/tr46/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/netinfo.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/meanBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/@sindresorhus/is/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/variable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/color-hex-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/meanBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-closing-brace-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/os-locale/node_modules/which/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/memoize.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/color-hex-length'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/memoize.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/type-check/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-closing-brace-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/merge.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/merge.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-no-empty'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@jest/schemas/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/referencer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/color-no-hex'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/mergeAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/mergeAllWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-opening-brace-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/notifications.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/color-no-invalid-hex'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/mergeWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/schemas/build'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/mergeWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-opening-brace-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/comment-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/method.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-mock/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/fake-timers/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/scope-manager/dist/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/global-prefix/node_modules/which/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/method.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-opening-brace-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/which/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/comment-no-empty'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/methodOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/object-entries.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/methodOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/block-opening-brace-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/camel-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/object-fit.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/comment-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bonjour/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-plugin-jsx-v-model/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/buffer-indexof/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/object-observe.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/color-function-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-check/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-wasm-section/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/comment-whitespace-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/minBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/object-values.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/color-hex-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/minBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/utf8/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/objectrtc.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/comment-word-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/mixin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/levn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/offline-apps.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/color-hex-length'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/mixin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/offscreencanvas.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/comment-word-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/multiply.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/ogg-vorbis.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/multiply.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/ogv.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/custom-media-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-define-polyfill-provider/lib/visitors'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/nAry.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/inquirer/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/ol-reversed.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/negate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/hot'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/custom-property-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/color-no-hex'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/negate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/execa/node_modules/which/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/next.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/once-event-listener.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/custom-property-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/color-no-invalid-hex'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/next.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/online-status.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver-utils/node_modules/string_decoder/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/leb128/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sideway/address/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bonjour/node_modules/deep-equal/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/noop.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-regex-util/build'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/react-is/umd'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/opus.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect-utils/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-bang-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-regex-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/comment-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/noop.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/orientation-sensor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-get-type/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/now.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@humanwhocodes/object-schema/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-bang-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/comment-no-empty'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/build/request'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/now.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/outline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/text-table/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/nth.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/comment-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/nth.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-create-class-features-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-module-imports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/pad-start-end.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/nthArg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/compat-data/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/page-transition-events.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-no-redundant-longhand-properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/node_modules/tslib/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/node_modules/deepmerge/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/comment-whitespace-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/nthArg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/pagevisibility.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/number.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-no-shorthand-property-overrides'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-eslint-parser/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/comment-word-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/number.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs/build/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/passive-event-listener.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/object.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-semicolon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string.prototype.trimend/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sprintf-js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-list-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/passkeys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/comment-word-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/object.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/xmlchars/xml/1.0'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/passwordrules.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/omit.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stackframe/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/output'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-semicolon-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/inquirer/lib/ui'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/verify'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string.prototype.trimstart/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/path2d.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/custom-media-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/omit.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/chrome-launcher/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/payment-request.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/omitAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-semicolon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/raven/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/verify'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/pdf-viewer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/custom-property-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regexp.prototype.flags/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/omitBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/output'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/debug'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/omitBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-semicolon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-is/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/verify'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/whatwg-url/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/permissions-api.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/magic-string/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/lite'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/custom-property-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/once.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http2-wrapper/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/debug'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat-parser/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/permissions-policy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-tostringtag/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/once.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-single-line-max-declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/verify'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-bang-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/grapheme-splitter/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/orderBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/flatted/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-to-primitive/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/orderBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-block-trailing-semicolon'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/verify'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-bang-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-monkey/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/internals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/over.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/compress-commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-colon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/verify'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-custom-properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/over.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fastq/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/picture-in-picture.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/overArgs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-colon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/load-json-file/node_modules/parse-json/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-properties'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/picture.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/overArgs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/form-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-transform-classes/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/ping.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/overEvery.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-colon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-no-redundant-longhand-properties'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/overEvery.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/overSome.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-no-shorthand-property-overrides'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/json-buffer/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-create-regexp-features-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/overSome.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/call-bind/.github'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/pad.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/clipboardy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-no-important'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-semicolon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/pad.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/espree/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-unit-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/padChars.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-semicolon-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/parser/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/padCharsEnd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-unit-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/png-alpha.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/padCharsStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-semicolon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/domelementtype/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/pointer-events.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tootallnate/once/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/padEnd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-unit-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/output'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/pointer.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/padEnd.js'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-semicolon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/pointerlock.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/padStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn-globals/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-unit-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/portals.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/padStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-single-line-max-declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/parseInt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver-utils/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-value-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/prefers-color-scheme.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/parseInt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-block-trailing-semicolon'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/partial.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-value-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/progress.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/partial.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-colon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/promise-finally.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/partialRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-value-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/promises.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/partialRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/commander/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-colon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/declaration-property-value-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/proximity.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/partition.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@jest/schemas/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-colon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/proxy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/partition.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/font-family-name-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js-compat/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/path.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@jest/schemas/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/pathEq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jridgewell/sourcemap-codec/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/font-family-no-duplicate-names'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/publickeypinning.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/pathOr.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-no-important'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/push-api.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/paths.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/font-family-no-missing-generic-family-keyword'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ast-metadata-inferer/lib/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/pick.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-unit-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/pick.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-typescript/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/font-weight-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/output'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/pickAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-unit-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/pickBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/pickBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/commander/typings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-unit-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/queryselector.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/pipe.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/commander/typings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string.prototype.padend/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/placeholder.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-unit-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stream-buffers/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ast-metadata-inferer/lib/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/build/travis'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/readonly-attr.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/plant.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/browser/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sockjs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-calc-no-invalid'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/referrer-policy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/plant.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-value-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools-protocol/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ast-metadata-inferer/lib/providers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-json-languageservice/lib/esm/services'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/pluck.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-calc-no-unspaced-operator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist/umd'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/registerprotocolhandler.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/prop.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-value-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/printj/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/ast-metadata-inferer/lib/providers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/rel-noopener.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/semlog/doc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/propEq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-nls/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/domparsing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/recursive-readdir/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/rel-noreferrer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pascal-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/property.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/param-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-value-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/rellist.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/property.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/encodings/tables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/rem.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/propertyOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regjsparser/node_modules/jsesc/man'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/no-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/declaration-property-value-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/devtools-protocol/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel-plugin-prefix/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lower-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/api'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-stable-stringify-without-jsonify/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/requestanimationframe.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/propertyOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/keyv/.nyc_output'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/propOr.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsonc-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/font-family-name-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-report/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/requestidlecallback.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/props.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/human-signals/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/resizeobserver.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/pull.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/font-family-no-duplicate-names'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/resource-timing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/pull.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-json-stable-stringify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/estree-walker/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/rest-parameters.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/pullAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dot-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/font-family-no-missing-generic-family-keyword'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/operations'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/pullAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/pullAllBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/font-weight-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/pullAllBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/lib'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-max-empty-lines'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/levn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-fetch/node_modules/whatwg-url/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/pullAllWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/package-json/node_modules/@sindresorhus/is/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/rtcpeerconnection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/pullAllWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-name-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/pullAt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/ruby.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/pullAt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/type-check/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-parentheses-newline-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/run-in.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/random.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-calc-no-invalid'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/random.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-parentheses-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/compiler'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/range.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-calc-no-unspaced-operator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/diff-sequences/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/range.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-url-no-scheme-relative'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/rangeRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/compiler'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/rangeRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/diff-sequences/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-url-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/rangeStep.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/rangeStepRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-url-scheme-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/rearg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/screen-orientation.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/rearg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-url-scheme-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/camel-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/script-async.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/reduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bonjour/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/script-defer.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/reduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-url-scheme-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-check/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/helper-wasm-section/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/reduceRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/scrollintoview.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/reduceRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-url-scheme-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/reject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/utf8/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/reject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/levn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/sdch.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/remove.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/remove.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/function-whitespace-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/repeat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-name-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-define-polyfill-provider/lib/visitors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/repeat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/hue-degree-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/selection-api.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/replace.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-parentheses-newline-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/default-gateway/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-changed-files/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/server-timing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-eslint/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/replace.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/indentation'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/espree/lib'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/logging'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/serviceworkers.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/leb128/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/rest.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-parentheses-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/l10n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bonjour/node_modules/deep-equal/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/eslint-visitor-keys/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/setimmediate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/rest.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/keyframe-declaration-no-important'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-message-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/react-is/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/restFrom.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-url-no-scheme-relative'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/get-current-script/fixtures'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/@types/eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/acorn-import-assertions/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/result.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/text-table/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/keyframes-name-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/result.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/eslint-reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-url-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/reverse.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/length-zero-no-unit'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/shadowdom.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/reverse.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-url-scheme-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/shadowdomv1.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/round.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/linebreaks'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/sharedarraybuffer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-create-class-features-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-url-scheme-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/round.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/sharedworkers.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/sample.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-url-scheme-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/sample.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/sampleSize.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/max-line-length'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-url-scheme-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/sampleSize.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/seq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/max-nesting-depth'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/seq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/set.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-colon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/function-whitespace-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/compat-data/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/set.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/sni.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-colon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/hue-degree-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/node_modules/deepmerge/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/setWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/spdy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/setWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/indentation'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/speech-recognition.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/shuffle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/speech-synthesis.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/shuffle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/keyframe-declaration-no-important'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/spellcheck-attribute.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/size.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/sql-storage.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/size.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/keyframes-name-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/slice.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-eslint-parser/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/slice.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/mutation-observer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/length-zero-no-unit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/snakeCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/srcset.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/snakeCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/linebreaks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/some.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/some.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/sortBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-value-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/sortBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs/build/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yaml/browser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/max-line-length'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/sortedIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/stream.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/mutation-observer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-value-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/sortedIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/max-nesting-depth'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/streams.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/sortedIndexBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-list-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/stricttransportsecurity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-name-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/sortedIndexBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stackframe/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-colon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/path-exists'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/sortedIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/style-scoped.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-parentheses-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/sortedIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-colon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yorkie/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/subresource-bundling.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/generator/template/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/sortedLastIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/raven/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib/path/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/path-exists'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/subresource-integrity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-range-operator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/whatwg-url/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/sortedLastIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/workerpool/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unique-filename/coverage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/sortedLastIndexBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-feature-range-operator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/sortedLastIndexBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/magic-string/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/sortedLastIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-query-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/sortedLastIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/sortedUniq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/svg-css.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-query-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http2-wrapper/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/sortedUniq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/sortedUniqBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/svg-filters.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-query-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-filenames/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/sortedUniqBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/svg-fonts.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/split.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dotenv/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/svg-fragment.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/media-query-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-what/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/compress-commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/split.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/svg-html.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/spread.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/svg-html5.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-descending-specificity'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-value-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/spread.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/svg-img.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-duplicate-at-import-rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-value-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/spreadFrom.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/svg-smil.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/startCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/svg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-duplicate-selectors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-name-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/startCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/sxg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/startsWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-empty-first-line'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-parentheses-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/startsWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/fake-timers/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-empty-source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-range-operator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/clipboardy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/stubArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/tslib/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/tabindex-attr.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-eol-whitespace'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-feature-range-operator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/stubArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/stubFalse.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-extra-semicolons'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-query-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/stubFalse.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/template-literals.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/stubObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/template.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-invalid-double-slash-comments'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-query-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/stubObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/temporal.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/stubString.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/testfeat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/inquirer/lib/ui'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-missing-end-of-source-newline'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-query-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/stubString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tootallnate/once/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/text-decoration.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/errors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/stubTrue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.stat/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/path-exists'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/text-emphasis.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/media-query-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/no-unknown-animations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/stats'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/stubTrue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/text-overflow.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/subtract.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/number-leading-zero'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/stats'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver-utils/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/subtract.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/text-size-adjust.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/sum.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/text-stroke.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/number-max-precision'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/sum.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/textcontent.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-descending-specificity'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/commander/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/compiler'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/diff-sequences/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/sumBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/textencoder.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/number-no-trailing-zeros'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/sumBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-duplicate-at-import-rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/compiler'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/traversal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/symmetricDifference.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/symmetricDifferenceBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-duplicate-selectors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/symmetricDifferenceWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/T.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-empty-first-line'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-typescript/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/path-exists'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/tail.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/tail.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-empty-source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/config'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/node_modules/tslib/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/take.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/tls1-1.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/entities/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/take.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/string.prototype.padend/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-eol-whitespace'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/tls1-2.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sprintf-js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/examples'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/takeLast.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sockjs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/inquirer/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/tls1-3.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/takeLastWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools-protocol/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-extra-semicolons'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/printj/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/semlog/doc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/recursive-readdir/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/encodings/tables'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/takeRight.js'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/source-map/lib'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/devtools-protocol/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/TemplatedPathPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/takeRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-invalid-double-slash-comments'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/logging'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel-plugin-prefix/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/api'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-stable-stringify-without-jsonify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/takeRightWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/property-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/touch.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsonc-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/takeRightWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-missing-end-of-source-newline'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/has-symbols/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-json-stable-stringify/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/function.prototype.name/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-get-iterator/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/OnBeforeUnloadEventHandlerNonNull.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/operations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/takeWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fastq/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/rule-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/OnErrorEventHandlerNonNull.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/takeWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/no-unknown-animations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/levn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-fetch/node_modules/whatwg-url/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/tap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-brackets-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/transforms2d.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/tap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/number-leading-zero'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/transforms3d.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-name-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/trusted-types.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ldjson-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/PageTransitionEvent.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/template.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/conditional'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/number-max-precision'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/UnhandledSchemeError.js'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/template.js'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-operator-allowed-list'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/ttf.js'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/PageTransitionEventInit.js'
npm npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/templateSettings.js'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/number-no-trailing-zeros'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/UnsupportedFeatureWarning.js'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/templateSettings.js'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-operator-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/throttle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/domparsing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/throttle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-operator-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/typedarrays.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/thru.js'
npm npm WARNWARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-blacklist'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/conditional'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/pretty-format/build'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/@jest/console/build'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/thru.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/tslint/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-operator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/hr-time'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/times.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/reactivity/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@jest/types/build'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/dist'
WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/times.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/runtime-dom/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-operator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/utf8/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/u2f.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/Performance.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/levn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-operator-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toFinite.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-no-unknown'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/unhandledrejection.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/UseStrictPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/Plugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toFinite.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-attribute-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/editorconfig/node_modules/commander/typings'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toInteger.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toInteger.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-class-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/url.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toIterator.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/property-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-rule-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/urlsearchparams.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/validateSchema.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/PluginArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toIterator.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-combinator-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toJSON.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/rule-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/use-strict.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toJSON.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-combinator-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/user-select-none.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/PopStateEvent.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toLength.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-brackets-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/user-timing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/WarnCaseSensitiveModulesPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toLength.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-combinator-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/WarnDeprecatedOptionPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/PopStateEventInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toLower.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-name-disallowed-list'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/WarnNoModeSetPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toLower.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-combinator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/util/hash'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toNumber.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-operator-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toNumber.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-combinator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/ProcessingInstruction.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toPairs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-operator-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/conf'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/variable-fonts.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toPairs.js'
npm npmWARN WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/dist'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-combinator-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toPairsIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-operator-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/ProgressEvent.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toPairsIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-descendant-combinator-no-non-space'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toPath.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-operator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/WatchIgnorePlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/ProgressEventInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toPath.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-id-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/vector-effect.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/Watching.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/range'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toPlainObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-operator-space-before'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/default-gateway/node_modules/execa/lib'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toPlainObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/Range.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-operator-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toSafeInteger.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-changed-files/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toSafeInteger.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-attribute-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/vibration.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/video.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/toUpper.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-class-pattern'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/espree/lib'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/videotracks.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/toUpper.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/view-transitions.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/transform.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-combinator-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/viewport-unit-variants.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/transform.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-attribute'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/viewport-units.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/trim.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-combinator-blacklist'
npmnpm WARN tar WARN  TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/trim.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-class'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/Screen.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/trimChars.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-combinator-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/wai-aria.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/ScrollBehavior.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/trimCharsEnd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-combinators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/wake-lock.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/ScrollIntoViewOptions.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/trimCharsStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-combinator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/wasm.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/ScrollLogicalPosition.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/trimEnd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-compound-selectors'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/ScrollOptions.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/trimEnd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-combinator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/wav.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/ScrollRestoration.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/trimStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/wbr-element.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/selection'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/trimStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-combinator-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/webpack.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/web-animation.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/truncate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-id'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/web-app-manifest.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/Selection.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/truncate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-descendant-combinator-no-non-space'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/WebpackError.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/web-bluetooth.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/unapply.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-pseudo-class'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/web-serial.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/SelectionMode.js'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/react-is/umd'
 TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/unary.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-id-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/WebpackIsIncludedPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/web-share.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/unary.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-specificity'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webauthn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/domparsing'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/unescape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webcodecs.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/unescape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-type'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webgl.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/union.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/react-is/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webgl2.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/union.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-max-universal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webgpu.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/unionBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webhid.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/unionBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-nested-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/unionWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webkit-user-drag.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/unionWith.js'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/asset'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-no-qualifying-type'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webm.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/ShadowRoot.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-attribute'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/uniq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webnfc.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/uniq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-no-vendor-prefix'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
 WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webp.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootMode.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/build/request'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/uniqBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-class'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/text-table/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/websockets.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
 tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/uniqBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webtransport.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/uniqueId.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-create-class-features-plugin/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-combinators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webusb.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/range'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/uniqueId.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webvr.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/uniqWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-compound-selectors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webvtt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/StaticRange.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/uniqWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/compat-data/data'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webworkers.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/StaticRangeInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/unnest.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/webxr.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/webstorage'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/unset.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue-eslint-parser/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test/resolver/baz'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-list-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/unset.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-id'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/Storage.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/unzip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stackframe/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/remove'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/unzip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-pseudo-class'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/WebpackOptionsApply.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/will-change.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/unzipWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-parentheses-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/woff.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/unzipWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-specificity'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/WebpackOptionsDefaulter.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/woff2.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/StorageEvent.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/update.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-class-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/webworker'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/word-break.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/update.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-type'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/wordwrap.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/StorageEventInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/updateWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/updateWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-max-universal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/upperCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/level2'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/upperCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-nested-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/x-doc-messaging.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/upperFirst.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/x-frame-options.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/cssom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/upperFirst.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-no-qualifying-type'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/xhr2.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/useWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-colon-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/util/hash'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/xhtml.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/StyleSheetList.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/util.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/xhtmlsmil.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/util.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/xml-serializer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/raven/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib/path/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex-smart-module/ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/value.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/remove'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/value.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/SupportedType.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/valueOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pascal-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/svg'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/valueOf.js'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-pseudo-element-whitelist'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/param-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/values.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-case'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/SVGAnimatedString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-type-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/values.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/caniuse-lite/data/features/zstd.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/SVGBoundingBoxOptions.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/iconv-lite/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/node_modules/whatwg-url/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/workerpool/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/unique-filename/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/no-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/valuesIn.js'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/valuesIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/selector-type-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lower-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/where.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/sharing'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/SVGElement.js'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/whereEq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/shorthand-property-no-redundant-values'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-parentheses-space-inside'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/without.js'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/without.js'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/string-no-newline'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-class-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http2-wrapper/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/words.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/SVGGraphicsElement.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/words.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/string-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/svg'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dot-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dotenv/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/wrap.js'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/wrap.js'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/time-min-milliseconds'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-blacklist'
npmnpm WARN  tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/svg'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/wrapperAt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/wrapperAt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-what/lib'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unicode-bom'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-case'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/SVGNumber.js'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/compress-commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/wrapperChain.js'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/wrapperChain.js'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unit-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-colon-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/svg'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/wrapperLodash.js'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/wrapperLodash.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unit-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/SVGStringList.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/container'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/wrapperReverse.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unit-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/wrapperReverse.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/wrapperValue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unit-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/schemes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-pseudo-element-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/SVGSVGElement.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/wrapperValue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/xor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unit-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-type-case'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/xor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/xorBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/unit-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/selector-type-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/xorBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/xorWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-keyword-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/shorthand-property-no-redundant-values'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/SVGTitleElement.js'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/xorWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/optimize'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/zip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/string-no-newline'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/zip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/container'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/Text.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/zipAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/string-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/zipObj.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/ids'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/TextTrackKind.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/zipObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/time-min-milliseconds'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/zipObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/ids'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/zipObjectDeep.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unicode-bom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/TouchEvent.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/zipObjectDeep.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/TouchEventInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/zipWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-list-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unit-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/debug'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/zipWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/traversal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/lib/rules/value-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unit-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/flake.lock'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/TreeWalker.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unit-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/release.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/flake.nix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unit-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/UIEvent.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unit-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/UIEventInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/utils.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/unit-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-keyword-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/constraint-validation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/ValidityState.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/VisibilityState.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/VoidFunction.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/websockets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-list-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint-config-wikimedia/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/lib/rules/value-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/websockets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/clipboardy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/WebSocket.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/camel-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/events'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/WheelEvent.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/parser/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/WheelEventInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/xhr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/xhr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/browser/parser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/nodes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/XMLDocument.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/xhr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequest.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/xhr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-define-polyfill-provider/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestEventTarget.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestResponseType.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/schemes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/emoji-regex/es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/xhr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestUpload.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/domparsing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/living/generated/XMLSerializer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/jsdom/lib/jsdom/level3'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tootallnate/once/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/node_modules/chrome-launcher/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/format'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.stat/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/remove'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/container'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/node_modules/commander/typings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver-utils/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/debug'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sideway/address/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/schemas/plugins/sharing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/conditional'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-matcher-utils/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js-compat/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/conditional'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babar/node_modules/colors/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@humanwhocodes/object-schema/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-typescript/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/remove'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svgo/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/htmlparser2/lib'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/entities/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs/build/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sprintf-js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sockjs/lib'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/inquirer/lib/utils'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-json-languageservice/lib/esm/services'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist/umd'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/schema-utils/declarations'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/printj/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/semlog/doc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tarnpm TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/recursive-readdir/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/ranges'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/encodings/tables'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg/node_modules/type-fest/source'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel-plugin-prefix/lib'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-stable-stringify-without-jsonify/test'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/local-node-ipc-certs'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsonc-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/build'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/flatted/php'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/estree-walker/types'
npm WARN npmtar WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/function.prototype.name/test'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esquery/dist'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-get-iterator/.github'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-equal/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/operations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fastq/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/entities/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/levn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-fetch/node_modules/whatwg-url/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ldjson-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/tslib/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/utf8/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/levn/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-rule-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/inquirer/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/default-gateway/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-changed-files/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/json-schema-traverse/spec'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/commander/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/test-result/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/asset'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/text-table/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/eslint-reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/compat-data/data'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/generator/template-vue3'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/raven/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib/path/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pascal-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/param-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/iconv-lite/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/workerpool/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/no-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lower-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/full'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-json-stable-stringify/benchmark'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-to-primitive/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dot-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-what/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/camel-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/duplexer2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tokenize/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/helper-define-polyfill-provider/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/guard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.stat/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver-utils/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bonjour/node_modules/deep-equal/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babar/node_modules/colors/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@soda/get-current-script/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@humanwhocodes/object-schema/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/build/request'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-typescript/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svgo/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/node_modules/commander/typings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/entities/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sprintf-js/demo'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svgo/node_modules/commander/typings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sockjs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/build/commands'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/build/@types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex-smart-module/ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/printj/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/semlog/doc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/recursive-readdir/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel-plugin-prefix/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-stable-stringify-without-jsonify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsonc-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/human-signals/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/estree-walker/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/function.prototype.name/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-equal/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/entities/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/request/node_modules/form-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ldjson-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/custom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/custom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/flatted/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-rule-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/inquirer/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/default-gateway/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-changed-files/node_modules/execa/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn-globals/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/l10n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/commander/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/text-table/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/build/commands/browser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/inquirer/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/raven/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pascal-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/param-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/encodings/tables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/iconv-lite/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/no-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lower-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/flatted/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dot-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-jest-formatting/.circleci'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/optionator/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/camel-case/dist.es2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/prelude-ls/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/duplexer2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tokenize/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/observable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/compiler'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.stat/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver-utils/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bonjour/node_modules/deep-equal/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/custom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/custom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/build/request'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-typescript/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svgo/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/entities/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sprintf-js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sockjs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/build/finder'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-json-languageservice/lib/esm/services'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/build/handler'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/printj/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/semlog/doc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/recursive-readdir/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/@types/node/dns'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/node_modules/@types/node/dns'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel-plugin-prefix/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-stable-stringify-without-jsonify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsonc-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/estree-walker/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/esquery/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-equal/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/2016'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/entities/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/observable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/request/node_modules/form-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ldjson-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/observable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-rule-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/node_modules/@types/node/dns'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn-globals/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/espree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/@jest/console/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/node_modules/@types/node/dns'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/@types/node/dns'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/node_modules/@types/node/dns'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/@types/node/dns'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/eslint-reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs/build/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ua-parser-js/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/xmlchars/xml/1.0'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/mkdirs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/generator/template/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/raven/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex-smart-module/ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/mkdirs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pascal-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/param-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/iconv-lite/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/no-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lower-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/lite'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/flatted/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/dot-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-jest-formatting/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/camel-case/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/duplexer2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tokenize/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/inquirer/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/conditional'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.stat/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/mkdirs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/plugin-syntax-typescript/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/mkdirs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/build/commands/browser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svgo/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/entities/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test/resolver/same_names'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yaml/browser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/build/finder'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-nls/lib/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/recursive-readdir/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/performance-now/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/fs-extra/lib'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/source-map/lib'
 TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel-plugin-prefix/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/json-stable-stringify-without-jsonify/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsonc-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/estree-walker/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-equal/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/2017'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/entities/maps'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/request/node_modules/form-data/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ldjson-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-rule-stream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/conf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/lodash/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/acorn-globals/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/json-schema-traverse/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/acorn/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/api'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/asset'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/renderkid/lib/renderKid/styleApplier'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs/build/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ua-parser-js/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/move-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/got/dist/source/as-promise'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/build/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex-smart-module/ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/semlog/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/move-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/iconv-lite/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/workerpool/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/core/lib/config/validation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/full'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-json-stable-stringify/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/function.prototype.name/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-jest-formatting/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/function'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/duplexer2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tokenize/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/errors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.stat/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/move-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/move-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/entities/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test/resolver/symlinked'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/query-selector-shadow-dom/plugins/protractor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-json-languageservice/lib/esm/services'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Binary_Property'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsonc-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/estree-walker/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-equal/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/2018'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/entities/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/errors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/errors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/require-object-coercible.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/require-object-coercible.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/same-value-zero.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/same-value.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/lodash/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/api'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/same-value-zero.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/same-value.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/asset'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/set-global.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/build/request'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/eslint-reporter'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/set-global.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/set-species.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/set-to-string-tag.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/set-species.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/shared-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/shared-store.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/xmlchars/xml/1.0'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/shared.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/move'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/set-to-string-tag.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/generator/template-vue3'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/shared-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/shared-store.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/shared.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/move'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-chain/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/cli-engine'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-jest-formatting/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/asynckit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/duplexer2/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tokenize/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/format'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/move'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/eslint-scope/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/species-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/species-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/errors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/errors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/move'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/string-html-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/string-multibyte.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/string-pad-webkit-bug.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/string-pad.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/string-punycode-to-ascii.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/build/commands'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/string-repeat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/aria-query/lib/etc/roles/abstract'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist/umd'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/string-trim-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/string-html-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/string-trim.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/string-multibyte.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/string-pad-webkit-bug.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/string-pad.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/string-punycode-to-ascii.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/string-repeat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/string-trim-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/string-trim.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/task.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-equal/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/2019'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/this-number-value.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/entities/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/to-absolute-index.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/task.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/guard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/this-number-value.js'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/pretty-format/build'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/to-absolute-index.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/async-iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/iterator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/guard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/to-index.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/to-indexed-object.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/to-integer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/to-index.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/to-indexed-object.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/to-integer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/to-length.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/to-object.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/to-offset.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/to-positive-integer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/lodash/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/to-length.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/to-object.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver-utils/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/to-offset.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/to-positive-integer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/commander/typings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/to-primitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/performance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/to-string-tag-support.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/to-primitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/to-string-tag-support.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/build/commands/browser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svgo/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test/dotdot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yaml/browser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerator-transform/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/core/lib/config/validation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/typed-array-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/typed-array-from-species-and-list.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/internals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/typed-array-from.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/uid.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-jest-formatting/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/typed-array-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/typed-array-from-species-and-list.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/typed-array-from.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/uid.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/server-renderer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/observable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-vue/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/visitor-keys/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/guard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/math'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/guard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/guard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/preset-modules/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/use-symbol-as-uid.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@tracerbench/trace-event/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/use-symbol-as-uid.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/proposals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/es/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/examples'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/got/dist/source/as-promise'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-json-languageservice/lib/esm/services'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/features/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/build/commands'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/lib/scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex-smart-module/ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/object'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/cli-engine'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/klona/lite'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/well-known-symbol-wrapped.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/well-known-symbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/deep-equal/.github'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/whitespaces.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/2020'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/well-known-symbol-wrapped.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/well-known-symbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/whitespaces.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/format'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/format'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib/zh-cn'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/lib/zh-tw'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/lodash/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver-utils/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/build/request'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/eslint-reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/build/commands/browser'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test/dotdot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/color-named'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/generator/template/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/@types/node/fs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/node_modules/@types/node/fs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/local-node-ipc-certs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm npmWARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/exit/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/internals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/dist'
npm WARNnpm  WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/source-map/lib'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/typescript/loc'
 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-jest-formatting/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/merge-source-map/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@jest/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/server-renderer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/devtools/node_modules/@types/node/fs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/format'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js-compat/node_modules/semver/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/format'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/@types/node/fs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/node_modules/@types/node/fs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/node_modules/@types/node/fs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/@types/node/fs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/thread-loader/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/readable-stream/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/aria-query/lib/etc/roles/abstract'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uuid/dist/umd'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/example'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/tools'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/http-proxy/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/2021'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colors/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domutils/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/guard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/guard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/lodash/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/build/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yargs/build/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test/module_dir'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/remove'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex-smart-module/ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/remove'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/linter/code-path-analysis'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/core/lib/config/validation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-serializer-vue/.circleci'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-jest-formatting/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/server-renderer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/remove'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/guard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/guard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/build/request'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/remove'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/reports'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-json-languageservice/lib/esm/services'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/relateurl/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/tools'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/2022'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/hash'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/build/@types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/hash'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/copy-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/lodash/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-watcher/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/build/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test/module_dir'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/presets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/linter/code-path-analysis'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-ipc/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-selector-parser/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-jest-formatting/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/node_modules/readable-stream/doc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lazystream/node_modules/readable-stream/doc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/node_modules/readable-stream/doc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-write-stream-atomic/node_modules/readable-stream/doc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vue/server-renderer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/value'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/css-loader/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/hash'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/hash'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-eslint/node_modules/@types/eslint/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/build/request'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/typeguard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/reports'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex-smart-module/ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/.idea'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/hpack.js/tools'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/5'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-validate/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/compiler'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/devtools-service/build/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-leak-detector/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/compiler'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/lodash/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/archiver-utils/node_modules/readable-stream/doc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uri-js/dist/es5'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test/node_path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/client'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/build/@types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/configs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/linter/code-path-analysis'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/core/lib/config/validation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse-stack-packs/packs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lodash/fp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/har-schema/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-jest-formatting/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/merge-source-map/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/vuex-helpers/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/schema-utils/declarations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/scheduler'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinclair/typebox/conditional'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/compiler'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js-compat/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/compiler'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/renderkid/lib/layout/block/blockAppendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svgo/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/npm-run-all/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/reports'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-bundle-analyzer/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/got/dist/source/as-promise'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/aria-query/lib/etc/roles/abstract'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/whatwg-encoding/node_modules/iconv-lite/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/diff/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vscode-json-languageservice/lib/esm/services'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/conditional'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/conditional'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/lodash/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/reporter'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/update-notifier/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/read-pkg-up/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test/node_path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fibers/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/linter/code-path-analysis'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-jest-formatting/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/merge-source-map/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/_ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/tapable/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/conditional'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/@sinclair/typebox/conditional'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/wasm-async'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cli-highlight/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.scandir/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-babel/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wmde/lib-version-check/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-shared-utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@bcoe/v8-coverage/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@nodelib/fs.walk/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/eslint-config-typescript/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/tsutils/util'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/webpack-sources/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-processor-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/third-party-web/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/svgo/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sshpk/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/webpack-virtual-modules/reports'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/cli/build/commands'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/clean-css/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/builders'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/traverse/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-jest/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ts-loader/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/object-inspect/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/fs-extra/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-scss/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/memfs/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/loglevel/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-reports/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/intl-messageformat/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mwbot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/events/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/es-abstract/2016'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/dom-serializer/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-html/node_modules/domhandler/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watcher/node_modules/@sinclair/typebox/custom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runtime/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/popper.js/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/regenerate-unicode-properties/Script_Extensions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-resolve/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-node/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-message-util/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox/custom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-each/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bluebird/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/colord/plugins'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/any-promise/register'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-qunit/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bs-logger/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/devtools-api/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/yargs/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-cli/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/node_modules/cssom/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-circus/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/lodash/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/component-compiler-utils/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-less/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/vuex-smart-module/ts3.4'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js-compat/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/terser/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-sfc/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-snapshot/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-es/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@hapi/hoek/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/ranges'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/runtime/helpers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/uri-js/dist/es5'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-sources/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sugarss/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser-webpack-plugin/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/terser/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/source-map-support/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sast/node_modules/yargs/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serialize-error/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/cosmiconfig/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test/node_path'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/yaml/browser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/spdy-transport/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/serve-index/public'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jake/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/cli-service/migrator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/pretty-format/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prompts/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ky/distribution/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-selector-parser/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/parse5/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/cli-engine'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/micromark/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mdast-util-to-markdown/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/core/lib/gensync-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-worker/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/less-variable-resolver/tests'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/javascript-stringify/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/js-beautify/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/is-file-esm/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-diff/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/styles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/htmlparser2/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/compiler-core/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/fast-glob/out'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect-webdriverio/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/enhanced-resolve/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/domutils/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csp_evaluator/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/csso/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-values/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-sass/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-extract-imports/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-local-by-default/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-safe-parser/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-plugin-jest-formatting/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/postcss-modules-scope/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mocha/node_modules/js-yaml/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/merge-source-map/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-runner/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/cssstyle/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-watch-typeahead/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/istanbul-lib-source-maps/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/argparse/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-keywords/keywords'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/autoprefixer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@webassemblyjs/ast/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/types/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/types/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/semver/functions'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/icss-utils/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/escodegen/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/doiuse/node_modules/source-map/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/inquirer/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-loader/node_modules/source-map/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@sinonjs/commons/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/reporter/node_modules/fs-extra/lib/ensure'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/babel-jest/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/type-fest/source'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/mdn-data/css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/cjs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/parse5/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ansi-escapes/node_modules/type-fest/ts41'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-sequencer/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/jsdom/node_modules/entities/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/reporters/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/fake-timers/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/test-utils/dist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/expect/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/console/node_modules/jest-util/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/test-result/node_modules/@sinclair/typebox/custom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-config/build'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@jest/core/node_modules/jest-util/build'
npm ERR! process terminated
npm ERR! signal SIGTERM

npm ERR! A complete log of this run can be found in:
npm ERR!     /cache/_logs/2024-06-27T18_34_14_202Z-debug-0.log
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/number-leading-zero'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/number-max-precision'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/number-no-trailing-zeros'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/comment-no-empty'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/comment-no-loud'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/declaration-nested-properties-no-divided-groups'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/rule-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-multi-str.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-multiple-empty-lines.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-brackets-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/declaration-nested-properties'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-native-reassign.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-name-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-negated-condition.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/table'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-negated-in-lhs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-operator-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-nested-ternary.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/clamp.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-new-func.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-operator-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-new-object.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/scss/vendor'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/dimension-no-non-numeric-values'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-new-require.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-operator-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-new-symbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-new-wrappers.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-operator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-new.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/standards'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/cloneDeep.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-nonoctal-decimal-escape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-operator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/dollar-variable-colon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/cloneDeepWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-obj-calls.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-operator-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-octal-escape.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/cloneWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-octal.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-param-reassign.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/standards'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-class-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-path-concat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/dollar-variable-colon-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/commit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-plusplus.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-combinator-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-process-env.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-native-reassign.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-process-exit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-negated-condition.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-combinator-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-promise-executor-return.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-negated-in-lhs.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-proto.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-nested-ternary.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-combinator-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-prototype-builtins.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-new-func.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/dollar-variable-colon-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-redeclare.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-new-object.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-combinator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-regex-spaces.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-new-require.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/concat.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-new-symbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/table'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-combinator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-restricted-exports.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-new-wrappers.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/cond.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-restricted-globals.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-new.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-combinator-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-restricted-imports.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-obj-calls.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/lib/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/dollar-variable-default'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/conforms.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-octal-escape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-descendant-combinator-no-non-space'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-restricted-modules.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-octal.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/conformsTo.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-restricted-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-param-reassign.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-path-concat.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/constant.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-restricted-syntax.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-plusplus.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-id-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-return-assign.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-process-env.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/dollar-variable-empty-line-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-return-await.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-process-exit.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-script-url.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-proto.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/core.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-self-assign.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-prototype-builtins.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/standards'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-self-compare.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-redeclare.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/dom-exception'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/core.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-sequences.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-regex-spaces.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-setter-return.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/dollar-variable-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/error'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-shadow-restricted-names.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-restricted-globals.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-shadow.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-restricted-imports.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/create.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-attribute'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-spaced-func.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-restricted-modules.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/curry.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-sparse-arrays.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-restricted-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/standards'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-class'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-sync.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-restricted-syntax.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/dollar-variable-first-in-block'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-tabs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-return-assign.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/curryRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-combinators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-template-curly-in-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-return-await.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-ternary.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-script-url.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-compound-selectors'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-this-before-super.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-self-assign.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/date.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-throw-literal.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/third-party/chromium-synchronization'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-trailing-spaces.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-self-compare.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/dollar-variable-no-missing-interpolation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/error'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-sequences.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-id'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-undef-init.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-setter-return.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/deburr.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/data'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-undef.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-pseudo-class'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-undefined.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-shadow-restricted-names.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/hmr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/defaults.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-underscore-dangle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-shadow.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-specificity'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-spaced-func.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/dollar-variable-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/standards'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-unexpected-multiline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-sparse-arrays.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/third-party/chromium-synchronization'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-type'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-unmodified-loop-condition.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-sync.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-tabs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/hmr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-universal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-unneeded-ternary.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-template-curly-in-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-ternary.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-nested-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/defaultTo.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-unreachable-loop.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-this-before-super.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/double-slash-comment-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/table'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/dom-exception'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-unreachable.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-no-qualifying-type'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/defer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-unsafe-finally.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-throw-literal.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/error'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/schemes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-unsafe-negation.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-trailing-spaces.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-unsafe-optional-chaining.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-undef-init.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui.rtl.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/difference.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-unused-expressions.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-undef.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/double-slash-comment-inline'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-unused-labels.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-windows-apex.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-undefined.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/differenceBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-unused-vars.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-underscore-dangle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-use-before-define.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-unexpected-multiline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/dom-exception'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-useless-backreference.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-unmodified-loop-condition.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-windows-apex.rtl.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/double-slash-comment-whitespace-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/error'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-useless-call.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-unneeded-ternary.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-windows-apex.rtl.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-useless-catch.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-unreachable.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-useless-computed-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-parentheses-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-unsafe-finally.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-useless-concat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-unsafe-negation.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/function-color-relative'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-windows-wikimediaui.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-useless-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-unused-expressions.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-useless-escape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/dropRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-unused-labels.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-windows-wikimediaui.rtl.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-unused-vars.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-useless-rename.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-windows-wikimediaui.rtl.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-useless-return.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/table'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/unionWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/dropRightWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-use-before-define.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/images'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/uniq.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/function-quote-no-quoted-strings-inside'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-var.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/uniqBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/dropWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-useless-call.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/images'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-colon-notation'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/uniqWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-useless-catch.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-void.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-useless-computed-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/operators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-warning-comments.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-useless-concat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-whitespace-before-property.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/eachRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/no-with.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/unzip.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-useless-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/function-unquote-no-unquoted-strings-inside'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/unzipWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-useless-escape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/testing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/update.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/updateWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/entries.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-useless-rename.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/nonblock-statement-body-position.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-type-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/html-media-capture.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/webworker'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-useless-return.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/html5semantic.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/upperFirst.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/entriesIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/object-curly-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-type-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/useWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/webworker'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/map-keys-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-var.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/values.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/object-curly-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/shorthand-property-no-redundant-values'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/valuesIn.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-void.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-warning-comments.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/object-property-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/string-no-newline'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-whitespace-before-property.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/object-shorthand.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/no-with.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/string-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/media-feature-value-dollar-variable'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/nonblock-statement-body-position.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/one-var-declaration-per-line.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/wrap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/object-curly-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/one-var.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/time-min-milliseconds'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/xor.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/every.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/xorBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/object-curly-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/operator-assignment.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unicode-bom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/iframe-srcdoc.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/xorWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/object-property-newline.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/zip.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/operator-linebreak.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unit-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/zipAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/no-dollar-variables'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/object-shorthand.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/zipObj.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/padded-blocks.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unit-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/imagecapture.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/zipObject.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/one-var-declaration-per-line.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/language'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/zipObjectDeep.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/one-var.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unit-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/zipWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/padding-line-between-statements.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/operator-assignment.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unit-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/hmr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/no-duplicate-dollar-variables'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/operator-linebreak.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/filter.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unit-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/padded-blocks.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-core.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/find.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/padding-line-between-statements.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unit-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/operators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/prefer-arrow-callback.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/prefer-arrow-callback.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-keyword-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/indexeddb2.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/no-duplicate-mixins'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/findIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/prefer-const.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/prefer-const.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/testing'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/prefer-destructuring.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/prefer-exponentiation-operator.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/prefer-destructuring.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/prefer-exponentiation-operator.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/input-color.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/findLast.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/prefer-named-capture-group.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-toolbars.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/input-datetime.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/no-global-function-names'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/prefer-numeric-literals.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/prefer-named-capture-group.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/prefer-object-spread.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/prefer-numeric-literals.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/findLastIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/prefer-promise-reject-errors.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/prefer-object-spread.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-list-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/prefer-reflect.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/prefer-promise-reject-errors.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/findLastKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/operator-no-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/prefer-regex-literals.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/prefer-reflect.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/input-minlength.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/first.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/prefer-rest-params.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/prefer-regex-literals.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/prefer-spread.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/prefer-rest-params.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/flatMap.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/prefer-template.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/prefer-spread.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/utils/parseCalcExpression'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/quote-props.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/prefer-template.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/flatMapDeep.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/input-search.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/operator-no-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/quotes.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/input-selection.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/flatMapDepth.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-widgets.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/quote-props.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/visibility'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/insert-adjacent.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/insertadjacenthtml.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/flatten.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/require-atomic-updates.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/quotes.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/internationalization.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/radix.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/flattenDeep.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/require-await.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/intersectionobserver.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/operator-no-unspaced'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/require-jsdoc.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-windows.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/intl-pluralrules.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/flattenDepth.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/require-unicode-regexp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/intrinsic-width.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/require-yield.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-windows.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/flip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/rest-spread-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/semi-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/require-atomic-updates.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/floor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/semi-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/require-await.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/partial-no-import'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/hmr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/semi.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/require-jsdoc.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/flow.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/require-unicode-regexp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/operators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/hmr'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/sort-imports.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/require-yield.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/flowRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/sort-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/rest-spread-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/standalone'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/standalone'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/forEach.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/sort-vars.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/testing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/percent-placeholder-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/space-before-blocks.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/audits/manual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/forEachRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/space-before-function-paren.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/standalone'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/standalone'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/standalone'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/forIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/space-in-parens.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/jpegxl.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/space-infix-ops.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/jpegxr.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/forInRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/selector-nest-combinators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/space-unary-ops.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/json.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/forOwn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/spaced-comment.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal-compatibility'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/forOwnRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/strict.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/semi-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/semi-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/standards'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/switch-colon-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/operators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/semi.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/selector-no-redundant-nesting-selector'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/symbol-description.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/keyboardevent-code.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fromPairs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/testing'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/template-curly-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/sort-imports.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/keyboardevent-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/function.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/template-tag-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/keyboardevent-location.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/unicode-bom.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/sort-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/keyboardevent-which.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/functions.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/use-isnan.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/sort-vars.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src/rules/selector-no-union-class-name'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/functionsIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/standalone'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/standalone'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/get.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/standalone'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/standalone'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/standalone'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/groupBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/space-before-blocks.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/space-before-function-paren.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/gt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/space-in-parens.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/gte.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal-compatibility'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/space-infix-ops.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/has.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/space-unary-ops.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/operators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/hasIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/spaced-comment.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/lazyload.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/testing'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/strict.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/head.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/forms'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/let.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/identity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/switch-colon-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/includes.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/valid-jsdoc.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/symbol-description.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/link-icon-png.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/link-icon-svg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/valid-typeof.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/index.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/vars-on-top.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/template-curly-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/link-rel-preconnect.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/standards'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal-compatibility'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/wrap-iife.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/template-tag-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/link-rel-prefetch.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/indexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/wrap-regex.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/link-rel-preload.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/yield-star-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/link-rel-prerender.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/highlight.js/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/table'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/rules/yoda.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/loading-lazy-attr.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/initial.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/migrations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/localecompare.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/unicode-bom.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/inRange.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/testing'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/use-isnan.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/intersection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/intersectionBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/valid-jsdoc.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/utils/parseCalcExpression'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/core/imports'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/intersectionWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/valid-typeof.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/invert.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/vars-on-top.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/magnetometer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/matchesselector.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/invertBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/matchmedia.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/wrap-iife.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mathml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/maxlength.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/invoke.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/wrap-regex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/yield-star-spacing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/yoda.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/invokeMap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isArguments.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/mutation-observer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isArrayBuffer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isArrayLike.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/forms'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isArrayLikeObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/media-fragments.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isBoolean.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mediarecorder.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/forms'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/omit.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/reference'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mediasource.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isBuffer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/omitBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/mutation-observer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/menu.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/once.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/meta-theme-color.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isDate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/orderBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/meter.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/forms'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/over.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isElement.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/overArgs.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/overEvery.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/bin'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/midi.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isEmpty.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/overSome.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/minmaxwh.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/package.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/forms'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/pad.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isEqual.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/padEnd.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/padStart.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isEqualWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/parseInt.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/table'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/partial.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isError.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/attributes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/partialRight.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/partition.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isFinite.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mp3.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/pick.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/lib/source-code'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/table'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mpeg-dash.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/pickBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isFunction.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/property.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mpeg4.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/propertyOf.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isInteger.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/lib/cdt'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/syntaxes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/pull.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/table'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/pullAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isLength.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/pullAllBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/pullAllWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isMap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/pullAt.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/forms'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/random.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isMatch.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/range.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/multibackgrounds.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/rangeRight.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isMatchWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/multicolumn.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/rearg.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mutation-events.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/reduce.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isNaN.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/reduceRight.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/table'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/mutationobserver.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/reject.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isNative.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/remove.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint/messages'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/repeat.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/replace.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isNil.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/rest.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/result.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isNull.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/reverse.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/round.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isNumber.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/runInContext.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/sample.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/sampleSize.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EvalTypes.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/namevalue-storage.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/set.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isObjectLike.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/native-filesystem-api.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/setWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EventEmitter.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/nav-timing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/shuffle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isPlainObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/size.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Events.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/slice.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isRegExp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/netinfo.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/snakeCase.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ExecutionContext.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/some.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isSafeInteger.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/ExecutionContext.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/report/test/clients'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/sortBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/fetch.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/sortedIndex.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isSet.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/sortedIndexBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/forms'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FileChooser.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/sortedIndexOf.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/FileChooser.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/sortedLastIndex.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FrameManager.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/browser/resources'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/sortedLastIndexBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isSymbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/notifications.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/sortedLastIndexOf.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/forms'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/FrameManager.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/audits/manual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/sortedUniq.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isTypedArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/sortedUniqBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/helper.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/audits/manual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/split.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isUndefined.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/spread.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/helper.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/audits/manual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/startCase.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isWeakMap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPRequest.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/startsWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/lib/traces'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/object-entries.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/stubFalse.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/isWeakSet.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPRequest.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/object-fit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/stubTrue.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/object-observe.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/subtract.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/iteratee.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPResponse.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/object-values.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/sum.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/table'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPResponse.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/objectrtc.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/sumBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/join.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/offline-apps.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/tail.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/offscreencanvas.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/take.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/ogg-vorbis.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/takeRight.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/kebabCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/ogv.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/takeRightWhile.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/ol-reversed.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/takeWhile.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/keyBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/tap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Input.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/once-event-listener.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/template.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/online-status.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/throttle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/keysIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/Input.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/opus.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/thru.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/keysIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/orientation-sensor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/times.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/lang.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/debug'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/toArray.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/lang.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/JSHandle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/outline.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/toFinite.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/last.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/debug'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/toInteger.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/last.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/JSHandle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/pad-start-end.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/toLength.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/lastIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/page-transition-events.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/lastIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/toLower.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/pagevisibility.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/jasmine'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/lastIndexOfFrom.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/toNumber.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/passive-event-listener.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/lodash.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/toPairs.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/passwordrules.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/toPairsIn.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/PageTransitionEventInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/path2d.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/lodash.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/toPath.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/payment-request.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/toPlainObject.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/pdf-viewer.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/lowerCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/toSafeInteger.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/LifecycleWatcher.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/mocha'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/lowerCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/toString.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettier/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/LifecycleWatcher.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/permissions-api.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/lowerFirst.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/toUpper.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NetworkConditions.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/browser/resources'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/permissions-policy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/lowerFirst.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/transform.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettier/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkConditions.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/lt.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/trim.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/lt.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/trimEnd.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettier/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NetworkEventManager.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/lte.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/trimStart.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkEventManager.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/hr-time'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/lte.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/truncate.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettier/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NetworkManager.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/picture-in-picture.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/map.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/unary.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkManager.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/Performance.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/picture.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/map.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/unescape.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettier/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/ping.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/mapKeys.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/union.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/mapKeys.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettier/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/unionBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/mapValues.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/unionWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/mapValues.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettier/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/uniq.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/asset'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/matches.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/uniqBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/png-alpha.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/matches.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettier/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/uniqWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/pointer-events.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/matchesProperty.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/uniqueId.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Page.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/pointer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/matchesProperty.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettier/esm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/unset.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/pointerlock.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/math.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/unzip.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/Page.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/navigator'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/table/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/portals.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/math.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettier/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack-dev-server/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/unzipWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/max.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/update.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/PDFOptions.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/PluginArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/prefers-color-scheme.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/max.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/runtime'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettier/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/updateWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/PDFOptions.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/maxBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/upperCase.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/progress.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/maxBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettier/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/upperFirst.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/landmarks'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/PopStateEvent.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/promise-finally.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/mean.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/values.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/PopStateEventInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/promises.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/mean.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/prettier/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/valuesIn.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Product.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/meanBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/without.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/Product.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/proximity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/meanBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/words.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Puppeteer.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/landmarks'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/ProcessingInstruction.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/proxy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/memoize.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/lib/cdt'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/wrap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/memoize.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/xor.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/Puppeteer.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/merge.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/xorBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/ProgressEvent.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/publickeypinning.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/merge.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/xorWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/ProgressEventInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/mergeAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/zip.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/push-api.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/mergeAllWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/PuppeteerViewport.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/zipObject.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/RadioNodeList.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/mergeWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/PuppeteerViewport.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/zipObjectDeep.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/mergeWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/QueryHandler.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/zipWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/method.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/QueryHandler.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/method.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/jest_react'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/methodOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/Range.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/queryselector.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/methodOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/SecurityDetails.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/SecurityDetails.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/readonly-attr.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/min.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Target.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/referrer-policy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/minBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/Target.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/helpers/svg'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/minBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/TaskQueue.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/jest_react'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/registerprotocolhandler.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/mixin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/TaskQueue.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/rel-noopener.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/mixin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/TimeoutSettings.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/rel-noreferrer.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/multiply.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/TimeoutSettings.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/browser/resources'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/rellist.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/multiply.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Tracing.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/rem.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/nAry.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/Tracing.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/requestanimationframe.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/negate.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/requestidlecallback.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/negate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/browser/resources'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/resizeobserver.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/next.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/resource-timing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/next.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/rest-parameters.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/noop.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/noop.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/browser/resources'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/now.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/rtcpeerconnection.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/now.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/lib/cdt'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/nth.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/nth.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/Screen.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/nthArg.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/ScrollBehavior.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/ruby.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/nthArg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/cache'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/ScrollIntoViewOptions.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/run-in.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/number.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/number.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/ScrollLogicalPosition.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/object.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/ScrollOptions.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/object.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/ScrollRestoration.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/omit.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/omit.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/omitAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/selection'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/omitBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/screen-orientation.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/omitBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/Selection.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/script-async.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/once.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/USKeyboardLayout.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/script-defer.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/once.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/USKeyboardLayout.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/SelectionMode.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/scrollintoview.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/orderBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/orderBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/cjs/puppeteer/common/WebWorker.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/sdch.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/over.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/puppeteer-core/lib/esm/puppeteer/common/WebWorker.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/over.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/selection-api.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/overArgs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/server-timing.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/overArgs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/serviceworkers.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/overEvery.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/ShadowRoot.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/setimmediate.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/overEvery.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/overSome.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootMode.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/overSome.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/pad.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/pad.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/StaticRange.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/audits/seo/manual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/shadowdom.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/padChars.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/StaticRangeInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/shadowdomv1.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/padCharsEnd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/sharedarraybuffer.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/padCharsStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/sharedworkers.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/padEnd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/webstorage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/padEnd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/padStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/Storage.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/padStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/parseInt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/parseInt.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/StorageEvent.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/partial.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/partial.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/StorageEventInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/sni.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/partialRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/partialRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/spdy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/speech-recognition.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/partition.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/speech-synthesis.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/partition.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/level2'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/spellcheck-attribute.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/path.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/sql-storage.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/pathEq.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/SizeFormatHelpers.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/pathOr.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/srcset.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/paths.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/cssom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/pick.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/pick.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/StyleSheetList.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/pickAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/SourceMapDevToolModuleOptionsPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/pickBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/pickBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/SourceMapDevToolPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/SupportedType.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/bundles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/caniuse-lite/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/pipe.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/placeholder.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/stream.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/plant.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/svg'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/streams.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/plant.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/bundles'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/stricttransportsecurity.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/pluck.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/SVGAnimatedString.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/style-scoped.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/prop.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/SVGBoundingBoxOptions.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/subresource-bundling.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/propEq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/subresource-integrity.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/property.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/SVGElement.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/property.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/propertyOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/caniuse-lite/dist/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/propertyOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/SVGGraphicsElement.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/propOr.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/props.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/svg-css.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/pull.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/svg'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/Stats.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/svg-filters.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/pull.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/svg-fonts.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/pullAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/svg-fragment.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/pullAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/svg-html.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/pullAllBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/svg'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/svg-html5.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/pullAllBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/pullAllWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/SVGNumber.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/svg-img.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/pullAllWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/svg-smil.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/pullAt.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/svg.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/pullAt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/svg'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/random.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/sxg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/random.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/SVGStringList.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/range.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/range.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/Template.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/rangeRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/SVGSVGElement.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/tabindex-attr.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/rangeRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/TemplatedPathPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/rangeStep.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/rangeStepRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/template-literals.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/rearg.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/SVGTitleElement.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/template.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/rearg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-apex.js.map.json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/temporal.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/reduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-core.js.map.json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/testfeat.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/reduce.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/text-decoration.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/reduceRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-toolbars.js.map.json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/Text.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/text-emphasis.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/reduceRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/text-overflow.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/reject.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-widgets.js.map.json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/TextTrackKind.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/text-size-adjust.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/reject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/UnhandledSchemeError.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/text-stroke.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/remove.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui.js.map.json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/TouchEvent.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/textcontent.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/remove.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/UnsupportedFeatureWarning.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-windows.js.map.json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/textencoder.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/repeat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/TouchEventInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/repeat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/number-leading-zero'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/replace.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/replace.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/number-max-precision'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/TreeWalker.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/rest.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/rest.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/number-no-trailing-zeros'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/restFrom.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/result.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/UIEvent.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/result.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/UseStrictPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/tls1-1.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/reverse.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/UIEventInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/tls1-2.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/reverse.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/utils.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/tls1-3.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/round.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/round.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/validateSchema.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/sample.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/sample.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/sampleSize.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/touch.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/sampleSize.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/ValidityState.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/WarnCaseSensitiveModulesPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/seq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/WarnDeprecatedOptionPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/transforms2d.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/seq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/VisibilityState.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/WarnNoModeSetPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/transforms3d.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/property-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/set.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/trusted-types.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/set.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/rule-empty-line-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/setWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/VoidFunction.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-brackets-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/setWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/core/base/virtual-node'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/ttf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/shuffle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-name-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/shuffle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/websockets'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/WatchIgnorePlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/size.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-operator-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/Watching.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/typedarrays.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/size.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/slice.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-operator-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/slice.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/websockets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/snakeCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-operator-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/u2f.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/snakeCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/WebSocket.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/some.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-operator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/some.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/unhandledrejection.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/sortBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-operator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/WheelEvent.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/sortBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/WheelEventInit.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/sortedIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-operator-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/sortedIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/url.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/sortedIndexBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/urlsearchparams.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-attribute-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/sortedIndexBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/sortedIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-class-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/use-strict.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/sortedIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/sortedLastIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-combinator-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/user-select-none.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/sortedLastIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/user-timing.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/bin'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/sortedLastIndexBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-combinator-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/sortedLastIndexBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/webpack.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/sortedLastIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-combinator-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/XMLDocument.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/sortedLastIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/WebpackError.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/sortedUniq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-combinator-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/sortedUniq.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/variable-fonts.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/WebpackIsIncludedPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/sortedUniqBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-combinator-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequest.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/sortedUniqBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/split.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-combinator-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/vector-effect.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/split.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/jest_react'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestEventTarget.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/spread.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-descendant-combinator-no-non-space'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestResponseType.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/spread.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/vibration.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestUpload.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/spreadFrom.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/video.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/startCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-id-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/videotracks.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/living/generated/XMLSerializer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/startCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/viewport-unit-variants.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/startsWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/viewport-units.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/startsWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jsdom/lib/jsdom/level3'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/wai-aria.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/stubArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/table'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/wake-lock.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/stubArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/wasm.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/stubFalse.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/wav.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/stubFalse.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/wbr-element.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/WebpackOptionsApply.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/stubObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-attribute'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/web-animation.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/stubObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/table'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/web-app-manifest.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/webpack/lib/WebpackOptionsDefaulter.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/stubString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-class'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/web-bluetooth.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/webworker'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/stubString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/web-serial.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-combinators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/stubTrue.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/web-share.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/stubTrue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webauthn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/subtract.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-compound-selectors'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webcodecs.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/subtract.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webgl.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/sum.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webgl2.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/sum.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webgpu.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/sumBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-id'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webhid.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/sumBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webkit-user-drag.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/symmetricDifference.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-pseudo-class'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webm.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/symmetricDifferenceBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webnfc.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/symmetricDifferenceWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-specificity'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webp.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/T.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/asset'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/websockets.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/tail.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-type'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webtransport.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/tail.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/asset'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webusb.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/lib/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/take.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-max-universal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webvr.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/take.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/asset'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webvtt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-nested-pattern'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/takeLast.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webworkers.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/takeLastWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/asset'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/webxr.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-no-qualifying-type'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/takeRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/takeRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/will-change.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/takeRightWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/woff.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/takeRightWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/woff2.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/lib/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/takeWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/word-break.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/takeWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/tap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/language'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/wordwrap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/tap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/x-doc-messaging.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/template.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/x-frame-options.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/template.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/xhr2.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/templateSettings.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/xhtml.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/templateSettings.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/xhtmlsmil.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/throttle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/xml-serializer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-parentheses-space-inside'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/throttle.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/thru.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/schemes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-class-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/thru.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/core/base/virtual-node'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/bundles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/times.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/times.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/bundles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toFinite.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toFinite.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toInteger.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-colon-notation'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toInteger.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toIterator.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toIterator.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toJSON.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toJSON.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/commons/text'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toLength.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/wikimedia-ui-base.less'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-pseudo-element-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toLength.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/debug'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toLower.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-apex.min.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-type-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toLower.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-core.min.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toNumber.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/selector-type-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toNumber.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-toolbars.min.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toPairs.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/shorthand-property-no-redundant-values'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toPairs.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-widgets.min.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toPairsIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/string-no-newline'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toPairsIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui.min.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toPath.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-windows.min.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/string-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toPath.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toPlainObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui.min.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/time-min-milliseconds'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toPlainObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toSafeInteger.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unicode-bom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toSafeInteger.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/misc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unit-allowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/toUpper.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unit-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/toUpper.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/transform.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unit-case'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/transform.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/trim.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unit-disallowed-list'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/trim.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/trimChars.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unit-no-unknown'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/trimCharsEnd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/trimCharsStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/unit-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/trimEnd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/trimEnd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-keyword-case'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/trimStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/trimStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-list-comma-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/truncate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/truncate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-list-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/unapply.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/asset'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/unary.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-list-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/unary.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/asset'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-list-comma-space-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/unescape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/unescape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/asset'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-list-max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/union.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/union.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/asset'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/value-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/unionBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/unionBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/unionWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/third-party/snyk'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/unionWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/uniq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/uniq.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/uniqBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/uniqBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/uniqueId.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/uniqueId.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/uniqWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/uniqWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/schemes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/unnest.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/unset.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/unset.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/unzip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/unzip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/unzipWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/unzipWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/optimize'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/update.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/update.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/updateWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/updateWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/upperCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/upperCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/ids'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/upperFirst.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/upperFirst.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/debug'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/useWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/util.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/util.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/value.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/value.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/valueOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/valueOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/values.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/values.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/valuesIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/valuesIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/where.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/whereEq.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/without.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/without.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/words.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/words.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/wrap.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/wrap.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/wrapperAt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/wrapperAt.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/wrapperChain.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/wrapperChain.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/wrapperLodash.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/wrapperLodash.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/wrapperReverse.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/wrapperReverse.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/wrapperValue.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/wrapperValue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/xor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/xor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/xorBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/xorBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/xorWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/xorWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/zip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/zip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/zipAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/locales'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/zipObj.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/lib/i18n'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/zipObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/zipObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/zipObjectDeep.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/zipObjectDeep.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/fp/zipWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/zipWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/package.json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/flake.lock'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/lighthouse-core/scripts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/release.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/flake.nix'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/report/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/report/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/visibility'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/report/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/misc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/operators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/testing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/landmarks'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/report/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/shared'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/misc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/TimeClip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/TimeFromYear.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/jasmine'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/jest_react'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/TimeString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/jsdom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/test'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/mocha'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/TimeWithinDay.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/flow-report/test'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToBigInt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/qunit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToBigInt64.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToBigUint64.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToBoolean.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/locales'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/region.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToDateString.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/role-img-alt.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/scope-attr-valid.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/scrollable-region-focusable.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/select-name.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/server-side-image-map.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/skip-link.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToInt16.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/svg-img-alt.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/tabindex.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/table-duplicate-name.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/table-fake-caption.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToInt32.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/td-has-header.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/td-headers-attr.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/th-has-data-cells.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToInt8.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/navigation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/valid-lang.json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ToIntegerOrInfinity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToIntegerOrInfinity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/rules/video-caption.json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/lib/checks/language'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ToLength.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToLength.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ToNumber.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToNumber.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ToNumeric.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToNumeric.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ToObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ToPrimitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToPrimitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ToPropertyDescriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/jasmine'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToPropertyDescriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/jest_react'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/mocha'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/doc/examples/qunit'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ToPropertyKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToPropertyKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ToString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/lighthouse/node_modules/axe-core/typings'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ToUint16.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToUint16.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ToUint32.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToUint32.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ToUint8.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToUint8.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ToUint8Clamp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToUint8Clamp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2020/TrimString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/TrimString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/TrimString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/migrations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2020/Type.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/Type.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal-compatibility'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2020/UnicodeEscape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/UnicodeEscape.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/UnicodeEscape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/testing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2020/UTF16DecodeString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2020/UTF16Encoding.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/WeakRefDeref.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/WeakRefDeref.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2020/WeekDay.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/WeekDay.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/WeekDay.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2020/YearFromTime.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2021/YearFromTime.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/es-abstract/2022/YearFromTime.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/dom-exception'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/error'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal-compatibility'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/operators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/testing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/error'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal-compatibility'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/operators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/testing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal-compatibility'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/migrations'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/testing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/operators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/testing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/dom-exception'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/error'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/operators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/testing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/observable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/operators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/testing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/dom-exception'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/error'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/bundles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/bundles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/OperatorSubscriber.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/pairwise.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/pairwise.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/partition.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/partition.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/partition.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/native-weak-map.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/new-promise-capability.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/normalize-string-argument.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/not-a-regexp.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/skipUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/skipUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/pluck.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/pluck.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/skipUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/pluck.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/skipWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/skipWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/number-is-finite.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/number-parse-float.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/skipWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/publish.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/number-parse-int.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/publish.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/skipWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/publish.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/numeric-range-iterator.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/startWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-assign.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/startWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-create.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-define-properties.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/publishBehavior.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/startWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-define-property.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/publishBehavior.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/publishBehavior.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/startWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-get-own-property-descriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-get-own-property-names-external.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-get-own-property-names.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-get-own-property-symbols.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/publishLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-get-prototype-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/publishLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-is-extensible.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-is-prototype-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/subscribeOn.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-iterator.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/subscribeOn.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-keys-internal.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/subscribeOn.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/publishReplay.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-keys.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/subscribeOn.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/publishReplay.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-property-is-enumerable.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/subscribeOn.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/publishReplay.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-prototype-accessors-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/subscribeOn.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-set-prototype-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-to-array.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/object-to-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/ordinary-to-primitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/race.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/race.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/race.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/raceWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/raceWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/switch.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/switch.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/switchAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/switchAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/switchAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/switchAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/switchMap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/switchMap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/switchMap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/reduce.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/switchMap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/reduce.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/switchMap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/reduce.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/switchMap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/switchMapTo.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/switchMapTo.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/switchMapTo.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/switchMapTo.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/refCount.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/switchMapTo.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/refCount.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/switchMapTo.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/refCount.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/take.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/take.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/take.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/take.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/take.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/repeat.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/take.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/repeat.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/takeLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/repeat.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/takeLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/takeLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/takeLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/takeLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/takeLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/repeatWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/takeUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/repeatWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/takeUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/path.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/takeUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/repeatWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/takeUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/takeUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/perform.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/takeUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/takeWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stage'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/takeWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/takeWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/takeWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/takeWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/takeWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/tap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/tap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/tap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/tap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/promise-resolve.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/retry.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/retry.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/retry.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/throttle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/queue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/throttle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/throttle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/throttle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/retryWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/throttle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/retryWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/throttle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/throttleTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/throttleTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/bundles'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/throttleTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/throttleTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/throttleTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/redefine-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/throttleTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/bundles'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/redefine.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/throwIfEmpty.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/sample.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/throwIfEmpty.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/sample.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/throwIfEmpty.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/sample.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/throwIfEmpty.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/timeInterval.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/timeInterval.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/timeInterval.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/timeInterval.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/sampleTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/timeInterval.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/sampleTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/timeInterval.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/sampleTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/timeout.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/timeout.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/timeout.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/timeout.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/timeout.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/scan.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/timeout.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/scan.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/scan.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/timeoutWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/timeoutWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/scanInternals.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/timeoutWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/timeoutWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/scanInternals.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/timeoutWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/timeoutWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/timestamp.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/reflect-metadata.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/timestamp.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/timestamp.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/timestamp.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/regexp-exec-abstract.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/timestamp.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/regexp-exec.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/timestamp.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/regexp-flags.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/toArray.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/toArray.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/regexp-sticky-helpers.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/toArray.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/regexp-unsupported-dot-all.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/toArray.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/regexp-unsupported-ncg.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/toArray.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/toArray.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/toPromise.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/toPromise.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/require-object-coercible.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/window.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/window.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/window.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/window.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/window.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/window.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/windowCount.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/windowCount.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/windowCount.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/windowCount.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/same-value-zero.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/windowCount.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/same-value.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/windowCount.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/windowTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/windowTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/windowTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/windowTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/windowTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/windowTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/windowToggle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/windowToggle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/windowToggle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/windowToggle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/windowToggle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/windowToggle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/windowWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/windowWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/windowWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/windowWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/windowWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/windowWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/withLatestFrom.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/withLatestFrom.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/withLatestFrom.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/set-global.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/withLatestFrom.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/withLatestFrom.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/withLatestFrom.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/zip.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/zip.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/zip.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/zip.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/set-species.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/zip.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/zip.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm2015/internal/operators/zipAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/operators/zipAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/sequenceEqual.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/set-to-string-tag.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/zipAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/sequenceEqual.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/zipAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/sequenceEqual.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/zipAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/zipAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/share.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/share.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/share.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/shared-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/shared-store.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/shared.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/shareReplay.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/shareReplay.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/shareReplay.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/single.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/single.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/single.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/skip.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/skip.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/skip.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/skipLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/skipLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/skipLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/array-buffer'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/skipUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/skipUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/skipUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/skipWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/skipWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/startWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/startWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/startWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/subscribeOn.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/audit.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/audit.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/audit.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/species-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/audit.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/auditTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/auditTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/auditTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/auditTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/switchAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/switchAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/switchMap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/switchMap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/switchMapTo.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/switchMapTo.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/switchScan.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/switchScan.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/switchScan.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/take.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/take.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/buffer.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/take.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/buffer.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/buffer.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/buffer.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/takeLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/takeLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/takeLast.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/string-html-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/string-multibyte.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/bufferCount.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/string-pad-webkit-bug.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/bufferCount.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/string-pad.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/bufferCount.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/bufferCount.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/string-punycode-to-ascii.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/string-repeat.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/string-trim-forced.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/takeWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/string-trim.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/takeWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/bufferTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/bufferTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/bufferTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/tap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/bufferTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/tap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/tap.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/bufferToggle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/bufferToggle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/bufferToggle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/bufferToggle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/bufferWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/bufferWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/bufferWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/bufferWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/throttle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/throttle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/throttle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/catch.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/throttleTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/catch.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/throttleTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/catchError.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/catchError.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/task.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/throwIfEmpty.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/throwIfEmpty.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/combineAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/throwIfEmpty.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/combineAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/combineAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/this-number-value.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/combineAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/to-absolute-index.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/timeInterval.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/combineLatest.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/timeInterval.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/timeInterval.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/combineLatest.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/combineLatest.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/timeout.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/combineLatest.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/timeout.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/timeout.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/timeoutWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/timeoutWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/timeoutWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/concat.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/concat.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/concat.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/concat.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/timestamp.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/timestamp.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/to-index.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/to-indexed-object.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/themes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/to-integer-or-infinity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/AUTHORS.txt'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/toArray.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/concatAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/toArray.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/concatAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/toArray.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/concatAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/concatAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/concatMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/url'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/concatMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/concatMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/concatMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/to-length.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/concatMapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/to-object.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/concatMapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/to-offset.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/concatMapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/to-positive-integer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/concatMapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/count.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/count.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/count.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/count.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/to-primitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/to-property-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/debounce.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/debounce.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/debounce.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/debounce.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/to-string-tag-support.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/dom-exception'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/debounceTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/debounceTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/debounceTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib/cs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/debounceTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib/de'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/window.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/window.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib/es'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/window.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib/fr'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib/it'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/dom-exception'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/defaultIfEmpty.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib/ja'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/windowCount.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/defaultIfEmpty.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/windowCount.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/defaultIfEmpty.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib/ko'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/windowCount.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/defaultIfEmpty.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib/pl'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/dom-exception'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib/pt-br'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/windowTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib/ru'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/windowTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib/tr'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/windowTime.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib/zh-cn'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/lib/zh-tw'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/error'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/windowToggle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/windowToggle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/windowToggle.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/error'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/windowWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/delay.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/windowWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/delay.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/es/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/windowWhen.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/delay.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/delay.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/error'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/withLatestFrom.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/withLatestFrom.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/delayWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/to-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/delayWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/delayWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/delayWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/error'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/regexp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/dematerialize.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/dematerialize.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/zip.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/dematerialize.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/dematerialize.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/zip.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/zip.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/zipAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/distinct.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/zipAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/distinct.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/zipAll.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/distinct.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/distinct.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/operators/zipWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm/internal/operators/zipWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/distinctUntilChanged.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/distinctUntilChanged.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/distinctUntilChanged.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/distinctUntilChanged.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/distinctUntilKeyChanged.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/distinctUntilKeyChanged.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/distinctUntilKeyChanged.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/distinctUntilKeyChanged.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/elementAt.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/elementAt.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/elementAt.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/elementAt.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/try-node-require.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/try-to-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/typed-array-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/typed-array-from-species-and-list.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/typed-array-from.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/typed-array-species-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/uid.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/endWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/every.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/every.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/every.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/every.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/exhaust.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/weak-map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/exhaust.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/exhaust.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/exhaust.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/use-symbol-as-uid.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/v8-prototype-define-bug.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/validate-arguments-length.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/exhaustMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/exhaustMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/exhaustMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/exhaustMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/typescript/loc'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/expand.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/expand.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/expand.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/expand.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/filter.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/filter.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/filter.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/filter.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/finalize.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/finalize.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/well-known-symbol-wrapped.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/well-known-symbol.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/whitespaces.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/finally.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/finally.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/wrap-error-constructor-with-cause.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/find.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/find.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/find.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/find.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/core-js/internals/README.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/modules'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/findIndex.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stage'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/findIndex.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/web'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/findIndex.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/findIndex.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/first.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/first.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/first.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/first.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/groupBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/groupBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/groupBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/groupBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/ignoreElements.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/ignoreElements.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/ignoreElements.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/ignoreElements.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/ajax'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal-compatibility'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/index.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/index.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/testing'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/webSocket'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/isEmpty.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/isEmpty.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/isEmpty.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/isEmpty.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/last.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/last.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/last.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/last.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/let.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/let.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/map.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/map.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/map.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/map.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/mapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/mapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/mapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/mapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/materialize.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/materialize.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/materialize.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/materialize.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/max.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/max.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/max.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/max.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/merge.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/merge.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/merge.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/merge.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/mergeAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/mergeAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/mergeAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/mergeAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/mergeMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/mergeMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/mergeMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/mergeMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/mergeMapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/mergeMapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/mergeMapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/mergeMapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/mergeScan.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/mergeScan.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/mergeScan.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/mergeScan.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/min.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/min.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/min.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/min.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/multicast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/multicast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/multicast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/multicast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/observeOn.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/observeOn.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/observeOn.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/observeOn.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/onErrorResumeNext.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/onErrorResumeNext.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/onErrorResumeNext.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/onErrorResumeNext.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/pairwise.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/pairwise.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/pairwise.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/pairwise.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/partition.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/partition.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/partition.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/partition.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/pluck.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/pluck.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/pluck.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/pluck.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/publish.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/publish.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/publish.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/publish.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/publishBehavior.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/publishBehavior.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/publishBehavior.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/publishBehavior.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/publishLast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/publishLast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/publishLast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/publishLast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/publishReplay.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/publishReplay.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/publishReplay.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/publishReplay.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/race.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/race.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/race.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/race.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/reduce.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/reduce.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/reduce.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/reduce.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/refCount.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/refCount.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/repeat.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/repeat.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/repeat.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/repeat.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/repeatWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/repeatWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/repeatWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/repeatWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/retry.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/retry.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/retry.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/retry.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/retryWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/retryWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/retryWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/retryWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/symbol'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/sample.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/sample.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/sample.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/sample.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/sampleTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/sampleTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/sampleTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/sampleTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/scan.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/scan.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/scan.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/scan.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/scheduled'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/sequenceEqual.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/sequenceEqual.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/sequenceEqual.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/sequenceEqual.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/share.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/share.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/share.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/share.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/shareReplay.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/shareReplay.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/shareReplay.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/shareReplay.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/single.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/single.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/single.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/single.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/skip.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/skip.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/skip.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/skip.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/skipLast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/skipLast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/skipLast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/skipLast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/skipUntil.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/skipUntil.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/skipUntil.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/skipUntil.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/skipWhile.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/skipWhile.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/skipWhile.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/skipWhile.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/startWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/startWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/startWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/startWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/subscribeOn.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/subscribeOn.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/subscribeOn.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/subscribeOn.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/switch.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/switch.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/switchAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/switchAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/switchMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/switchMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/switchMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/switchMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/switchMapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/switchMapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/switchMapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/switchMapTo.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/take.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/take.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/take.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/take.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/takeLast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/takeLast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/takeLast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/takeLast.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/takeUntil.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/takeUntil.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/takeUntil.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/takeUntil.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/takeWhile.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/takeWhile.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/takeWhile.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/takeWhile.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/tap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/tap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/throttle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/throttle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/throttle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/throttle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/throttleTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/throttleTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/throttleTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/throttleTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/throwIfEmpty.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/throwIfEmpty.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/timeInterval.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/timeInterval.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/timeInterval.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/timeInterval.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/timeout.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/timeout.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/timeout.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/timeout.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/timeoutWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/timeoutWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/timeoutWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/timeoutWith.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/timestamp.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/timestamp.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/timestamp.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/timestamp.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/toArray.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/toArray.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/toArray.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/toArray.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/toPromise.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/toPromise.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/observable/UsingObservable.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/observable/dom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/window.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/window.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/window.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/window.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/windowCount.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/windowCount.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/windowCount.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/windowCount.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/windowTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/windowTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/windowTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/windowTime.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/windowToggle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/windowToggle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/windowToggle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/windowToggle.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/windowWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/windowWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/windowWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/windowWhen.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/withLatestFrom.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/withLatestFrom.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/withLatestFrom.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/withLatestFrom.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/zip.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/zip.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/zip.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/zip.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/add/operator/zipAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/internal/operators/zipAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operator/zipAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/operators/zipAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/src'
npm ERR! process terminated
npm ERR! signal SIGTERM

npm ERR! A complete log of this run can be found in:
npm ERR!     /cache/_logs/2024-06-27T18_34_14_027Z-debug-0.log
ERROR: "install:rest-api" exited with 254.
npm ERR! code 1
npm ERR! path /src/repo
npm ERR! command failed
npm ERR! command sh -c npm-run-all -p install:*

npm ERR! A complete log of this run can be found in:
npm ERR!     /cache/_logs/2024-06-27T18_33_54_276Z-debug-0.log
--- stdout ---

> wikibase@0.1.0 postinstall
> npm-run-all -p install:*


> wikibase@0.1.0 install:bridge
> npm --prefix client/data-bridge ci


> wikibase@0.1.0 install:tainted-ref
> npm --prefix view/lib/wikibase-tainted-ref ci


> wikibase@0.1.0 install:rest-api
> npm --prefix repo/rest-api ci


--- end ---
Traceback (most recent call last):
  File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 1789, in main
    libup.run(args.repo, args.output, args.branch)
  File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 1734, in run
    self.npm_audit_fix(new_npm_audit)
  File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 276, in npm_audit_fix
    self.check_call(["npm", "ci"])
  File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/shell2.py", line 59, in check_call
    res.check_returncode()
  File "/usr/lib/python3.11/subprocess.py", line 502, in check_returncode
    raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['/usr/bin/npm', 'ci']' returned non-zero exit status 1.

composer dependencies

Dependencies
Development dependencies

npm dependencies

Development dependencies

Logs

Source code is licensed under the AGPL.