This run took 487 seconds.
$ date
--- stdout ---
Wed Feb 25 01:51:43 UTC 2026
--- end ---
$ git clone file:///srv/git/mediawiki-extensions-Wikibase.git /src/repo --depth=1 -b master
--- stderr ---
Cloning into '/src/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 '7f076e3534686ab35f7807462539fcef08b6e9f2'
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 '7d7ff681d26da4ae7947bf444d28f507982064c8'
Submodule path 'view/lib/wikibase-serialization': checked out 'e9b9a736f19e42497bfe45cb6f323781b00b5023'
Submodule path 'view/lib/wikibase-termbox': checked out 'd1eca1b1e37fc6d451a10006537ba050b663036e'
--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.
--- end ---
$ git show-ref refs/heads/master
--- stdout ---
076ee2b6651b684d056259ba888105766a063ea1 refs/heads/master
--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
"auditReportVersion": 2,
"vulnerabilities": {
"@cypress/request": {
"name": "@cypress/request",
"severity": "high",
"isDirect": false,
"via": [
"qs"
],
"effects": [],
"range": "<=3.0.9",
"nodes": [
"node_modules/@cypress/request"
],
"fixAvailable": true
},
"@vue/test-utils": {
"name": "@vue/test-utils",
"severity": "high",
"isDirect": true,
"via": [
"js-beautify"
],
"effects": [],
"range": ">=2.4.1",
"nodes": [
"node_modules/@vue/test-utils"
],
"fixAvailable": {
"name": "@vue/test-utils",
"version": "2.4.0",
"isSemVerMajor": true
}
},
"ajv": {
"name": "ajv",
"severity": "moderate",
"isDirect": false,
"via": [
{
"source": 1113428,
"name": "ajv",
"dependency": "ajv",
"title": "ajv has ReDoS when using `$data` option",
"url": "https://github.com/advisories/GHSA-2g4f-4pwh-qvx6",
"severity": "moderate",
"cwe": [
"CWE-400",
"CWE-1333"
],
"cvss": {
"score": 0,
"vectorString": null
},
"range": "<6.14.0"
},
{
"source": 1113429,
"name": "ajv",
"dependency": "ajv",
"title": "ajv has ReDoS when using `$data` option",
"url": "https://github.com/advisories/GHSA-2g4f-4pwh-qvx6",
"severity": "moderate",
"cwe": [
"CWE-400",
"CWE-1333"
],
"cvss": {
"score": 0,
"vectorString": null
},
"range": ">=7.0.0-alpha.0 <8.18.0"
}
],
"effects": [],
"range": "<6.14.0 || >=7.0.0-alpha.0 <8.18.0",
"nodes": [
"node_modules/ajv",
"node_modules/table/node_modules/ajv"
],
"fixAvailable": true
},
"diff": {
"name": "diff",
"severity": "low",
"isDirect": false,
"via": [
{
"source": 1112705,
"name": "diff",
"dependency": "diff",
"title": "jsdiff has a Denial of Service vulnerability in parsePatch and applyPatch",
"url": "https://github.com/advisories/GHSA-73rr-hh4g-fpgx",
"severity": "low",
"cwe": [
"CWE-400",
"CWE-1333"
],
"cvss": {
"score": 0,
"vectorString": null
},
"range": ">=5.0.0 <5.2.2"
},
{
"source": 1112706,
"name": "diff",
"dependency": "diff",
"title": "jsdiff has a Denial of Service vulnerability in parsePatch and applyPatch",
"url": "https://github.com/advisories/GHSA-73rr-hh4g-fpgx",
"severity": "low",
"cwe": [
"CWE-400",
"CWE-1333"
],
"cvss": {
"score": 0,
"vectorString": null
},
"range": ">=6.0.0 <8.0.3"
}
],
"effects": [],
"range": "5.0.0 - 5.2.1 || 6.0.0 - 8.0.2",
"nodes": [
"node_modules/@wdio/reporter/node_modules/diff",
"node_modules/diff"
],
"fixAvailable": true
},
"editorconfig": {
"name": "editorconfig",
"severity": "high",
"isDirect": false,
"via": [
"minimatch"
],
"effects": [
"js-beautify"
],
"range": "1.0.3 - 2.0.0",
"nodes": [
"node_modules/editorconfig"
],
"fixAvailable": {
"name": "@vue/test-utils",
"version": "2.4.0",
"isSemVerMajor": true
}
},
"fast-xml-parser": {
"name": "fast-xml-parser",
"severity": "critical",
"isDirect": false,
"via": [
{
"source": 1113153,
"name": "fast-xml-parser",
"dependency": "fast-xml-parser",
"title": "fast-xml-parser has RangeError DoS Numeric Entities Bug",
"url": "https://github.com/advisories/GHSA-37qj-frw5-hhjh",
"severity": "high",
"cwe": [
"CWE-20",
"CWE-248"
],
"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": ">=5.0.9 <=5.3.3"
},
{
"source": 1113331,
"name": "fast-xml-parser",
"dependency": "fast-xml-parser",
"title": "fast-xml-parser affected by DoS through entity expansion in DOCTYPE (no expansion limit)",
"url": "https://github.com/advisories/GHSA-jmr7-xgp7-cmfj",
"severity": "high",
"cwe": [
"CWE-776"
],
"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.3 <5.3.6"
},
{
"source": 1113407,
"name": "fast-xml-parser",
"dependency": "fast-xml-parser",
"title": "fast-xml-parser has an entity encoding bypass via regex injection in DOCTYPE entity names",
"url": "https://github.com/advisories/GHSA-m7jm-9gc2-mpf2",
"severity": "critical",
"cwe": [
"CWE-185"
],
"cvss": {
"score": 9.3,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:N"
},
"range": ">=4.1.3 <5.3.5"
}
],
"effects": [],
"range": "4.1.3 - 5.3.5",
"nodes": [
"node_modules/fast-xml-parser"
],
"fixAvailable": true
},
"form-data": {
"name": "form-data",
"severity": "critical",
"isDirect": false,
"via": [
{
"source": 1109540,
"name": "form-data",
"dependency": "form-data",
"title": "form-data uses unsafe random function in form-data for choosing boundary",
"url": "https://github.com/advisories/GHSA-fjxv-7rqg-78g4",
"severity": "critical",
"cwe": [
"CWE-330"
],
"cvss": {
"score": 0,
"vectorString": null
},
"range": "<2.5.4"
}
],
"effects": [
"request"
],
"range": "<2.5.4",
"nodes": [
"node_modules/form-data"
],
"fixAvailable": {
"name": "wdio-mediawiki",
"version": "6.3.2",
"isSemVerMajor": true
}
},
"glob": {
"name": "glob",
"severity": "high",
"isDirect": false,
"via": [
{
"source": 1109842,
"name": "glob",
"dependency": "glob",
"title": "glob CLI: Command injection via -c/--cmd executes matches with shell:true",
"url": "https://github.com/advisories/GHSA-5j98-mcp5-4vw2",
"severity": "high",
"cwe": [
"CWE-78"
],
"cvss": {
"score": 7.5,
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H"
},
"range": ">=10.2.0 <10.5.0"
}
],
"effects": [],
"range": "10.2.0 - 10.4.5",
"nodes": [
"node_modules/@wdio/config/node_modules/glob",
"node_modules/archiver-utils/node_modules/glob",
"node_modules/js-beautify/node_modules/glob"
],
"fixAvailable": true
},
"grunt": {
"name": "grunt",
"severity": "high",
"isDirect": true,
"via": [
"minimatch"
],
"effects": [
"grunt-eslint"
],
"range": ">=0.4.0-a",
"nodes": [
"node_modules/grunt"
],
"fixAvailable": {
"name": "grunt",
"version": "0.3.17",
"isSemVerMajor": true
}
},
"grunt-eslint": {
"name": "grunt-eslint",
"severity": "high",
"isDirect": true,
"via": [
"grunt"
],
"effects": [],
"range": "<=1.0.0 || >=18.1.0",
"nodes": [
"node_modules/grunt-eslint"
],
"fixAvailable": {
"name": "grunt-eslint",
"version": "18.0.0",
"isSemVerMajor": true
}
},
"js-beautify": {
"name": "js-beautify",
"severity": "high",
"isDirect": false,
"via": [
"editorconfig"
],
"effects": [
"@vue/test-utils"
],
"range": ">=1.14.9",
"nodes": [
"node_modules/js-beautify"
],
"fixAvailable": {
"name": "@vue/test-utils",
"version": "2.4.0",
"isSemVerMajor": true
}
},
"js-yaml": {
"name": "js-yaml",
"severity": "moderate",
"isDirect": false,
"via": [
{
"source": 1112714,
"name": "js-yaml",
"dependency": "js-yaml",
"title": "js-yaml has prototype pollution in merge (<<)",
"url": "https://github.com/advisories/GHSA-mh29-5h37-fv8m",
"severity": "moderate",
"cwe": [
"CWE-1321"
],
"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": "<3.14.2"
},
{
"source": 1112715,
"name": "js-yaml",
"dependency": "js-yaml",
"title": "js-yaml has prototype pollution in merge (<<)",
"url": "https://github.com/advisories/GHSA-mh29-5h37-fv8m",
"severity": "moderate",
"cwe": [
"CWE-1321"
],
"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": ">=4.0.0 <4.1.1"
}
],
"effects": [],
"range": "<3.14.2 || >=4.0.0 <4.1.1",
"nodes": [
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml",
"node_modules/grunt/node_modules/js-yaml",
"node_modules/js-yaml"
],
"fixAvailable": true
},
"lodash": {
"name": "lodash",
"severity": "moderate",
"isDirect": true,
"via": [
{
"source": 1112455,
"name": "lodash",
"dependency": "lodash",
"title": "Lodash has Prototype Pollution Vulnerability in `_.unset` and `_.omit` functions",
"url": "https://github.com/advisories/GHSA-xxjr-mmjv-4gpg",
"severity": "moderate",
"cwe": [
"CWE-1321"
],
"cvss": {
"score": 6.5,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L"
},
"range": ">=4.0.0 <=4.17.22"
}
],
"effects": [],
"range": "4.0.0 - 4.17.21",
"nodes": [
"node_modules/lodash"
],
"fixAvailable": true
},
"minimatch": {
"name": "minimatch",
"severity": "high",
"isDirect": false,
"via": [
{
"source": 1113459,
"name": "minimatch",
"dependency": "minimatch",
"title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
"url": "https://github.com/advisories/GHSA-3ppc-4f35-3m26",
"severity": "high",
"cwe": [
"CWE-1333"
],
"cvss": {
"score": 0,
"vectorString": null
},
"range": "<3.1.3"
},
{
"source": 1113461,
"name": "minimatch",
"dependency": "minimatch",
"title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
"url": "https://github.com/advisories/GHSA-3ppc-4f35-3m26",
"severity": "high",
"cwe": [
"CWE-1333"
],
"cvss": {
"score": 0,
"vectorString": null
},
"range": ">=5.0.0 <5.1.7"
},
{
"source": 1113465,
"name": "minimatch",
"dependency": "minimatch",
"title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
"url": "https://github.com/advisories/GHSA-3ppc-4f35-3m26",
"severity": "high",
"cwe": [
"CWE-1333"
],
"cvss": {
"score": 0,
"vectorString": null
},
"range": ">=9.0.0 <9.0.6"
}
],
"effects": [
"editorconfig",
"grunt"
],
"range": "<=3.1.2 || 5.0.0 - 5.1.6 || 9.0.0 - 9.0.5",
"nodes": [
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch",
"node_modules/@wdio/config/node_modules/minimatch",
"node_modules/archiver-utils/node_modules/minimatch",
"node_modules/editorconfig/node_modules/minimatch",
"node_modules/eslint-plugin-n/node_modules/minimatch",
"node_modules/filelist/node_modules/minimatch",
"node_modules/glob/node_modules/minimatch",
"node_modules/grunt/node_modules/minimatch",
"node_modules/js-beautify/node_modules/minimatch",
"node_modules/minimatch",
"node_modules/mocha/node_modules/minimatch",
"node_modules/readdir-glob/node_modules/minimatch"
],
"fixAvailable": {
"name": "grunt",
"version": "0.3.17",
"isSemVerMajor": true
}
},
"mwbot": {
"name": "mwbot",
"severity": "moderate",
"isDirect": false,
"via": [
"request"
],
"effects": [
"wdio-mediawiki",
"wdio-wikibase"
],
"range": ">=0.1.6",
"nodes": [
"node_modules/mwbot"
],
"fixAvailable": {
"name": "wdio-mediawiki",
"version": "6.3.2",
"isSemVerMajor": true
}
},
"puppeteer-core": {
"name": "puppeteer-core",
"severity": "high",
"isDirect": false,
"via": [
"tar-fs",
"ws"
],
"effects": [],
"range": "10.0.0 - 22.11.1",
"nodes": [
"node_modules/puppeteer-core"
],
"fixAvailable": true
},
"qs": {
"name": "qs",
"severity": "high",
"isDirect": false,
"via": [
{
"source": 1113132,
"name": "qs",
"dependency": "qs",
"title": "qs's arrayLimit bypass in its bracket notation allows DoS via memory exhaustion",
"url": "https://github.com/advisories/GHSA-6rw7-vpxm-498p",
"severity": "high",
"cwe": [
"CWE-20"
],
"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": "<6.14.1"
},
{
"source": 1113161,
"name": "qs",
"dependency": "qs",
"title": "qs's arrayLimit bypass in comma parsing allows denial of service",
"url": "https://github.com/advisories/GHSA-w7fw-mjwx-w883",
"severity": "low",
"cwe": [
"CWE-20"
],
"cvss": {
"score": 3.7,
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L"
},
"range": ">=6.7.0 <=6.14.1"
}
],
"effects": [
"@cypress/request",
"request"
],
"range": "<=6.14.1",
"nodes": [
"node_modules/@cypress/request/node_modules/qs",
"node_modules/qs",
"node_modules/superagent/node_modules/qs"
],
"fixAvailable": {
"name": "wdio-mediawiki",
"version": "6.3.2",
"isSemVerMajor": true
}
},
"request": {
"name": "request",
"severity": "critical",
"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"
},
"form-data",
"qs",
"tough-cookie"
],
"effects": [
"mwbot"
],
"range": "*",
"nodes": [
"node_modules/request"
],
"fixAvailable": {
"name": "wdio-mediawiki",
"version": "6.3.2",
"isSemVerMajor": true
}
},
"tar-fs": {
"name": "tar-fs",
"severity": "high",
"isDirect": false,
"via": [
{
"source": 1109532,
"name": "tar-fs",
"dependency": "tar-fs",
"title": "tar-fs has a symlink validation bypass if destination directory is predictable with a specific tarball",
"url": "https://github.com/advisories/GHSA-vj76-c3g6-qr5v",
"severity": "high",
"cwe": [
"CWE-22",
"CWE-61"
],
"cvss": {
"score": 0,
"vectorString": null
},
"range": ">=2.0.0 <2.1.4"
},
{
"source": 1109543,
"name": "tar-fs",
"dependency": "tar-fs",
"title": "tar-fs can extract outside the specified dir with a specific tarball",
"url": "https://github.com/advisories/GHSA-8cj5-5rvv-wf4v",
"severity": "high",
"cwe": [
"CWE-22"
],
"cvss": {
"score": 0,
"vectorString": null
},
"range": ">=2.0.0 <2.1.3"
},
{
"source": 1109552,
"name": "tar-fs",
"dependency": "tar-fs",
"title": "tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File",
"url": "https://github.com/advisories/GHSA-pq67-2wwv-3xjx",
"severity": "high",
"cwe": [
"CWE-22"
],
"cvss": {
"score": 7.5,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
},
"range": ">=2.0.0 <2.1.2"
}
],
"effects": [
"puppeteer-core"
],
"range": "2.0.0 - 2.1.3",
"nodes": [
"node_modules/tar-fs"
],
"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": {
"name": "wdio-mediawiki",
"version": "6.3.2",
"isSemVerMajor": true
}
},
"undici": {
"name": "undici",
"severity": "moderate",
"isDirect": false,
"via": [
{
"source": 1112496,
"name": "undici",
"dependency": "undici",
"title": "Undici has an unbounded decompression chain in HTTP responses on Node.js Fetch API via Content-Encoding leads to resource exhaustion",
"url": "https://github.com/advisories/GHSA-g9mf-h72j-4rw9",
"severity": "moderate",
"cwe": [
"CWE-770"
],
"cvss": {
"score": 5.9,
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
"range": "<6.23.0"
},
{
"source": 1112497,
"name": "undici",
"dependency": "undici",
"title": "Undici has an unbounded decompression chain in HTTP responses on Node.js Fetch API via Content-Encoding leads to resource exhaustion",
"url": "https://github.com/advisories/GHSA-g9mf-h72j-4rw9",
"severity": "moderate",
"cwe": [
"CWE-770"
],
"cvss": {
"score": 5.9,
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
"range": ">=7.0.0 <7.18.2"
}
],
"effects": [],
"range": "<6.23.0 || >=7.0.0 <7.18.2",
"nodes": [
"node_modules/cheerio/node_modules/undici",
"node_modules/undici"
],
"fixAvailable": true
},
"wdio-mediawiki": {
"name": "wdio-mediawiki",
"severity": "moderate",
"isDirect": true,
"via": [
"mwbot"
],
"effects": [],
"range": "<=5.1.0",
"nodes": [
"node_modules/wdio-mediawiki"
],
"fixAvailable": {
"name": "wdio-mediawiki",
"version": "6.3.2",
"isSemVerMajor": true
}
},
"wdio-wikibase": {
"name": "wdio-wikibase",
"severity": "moderate",
"isDirect": true,
"via": [
"mwbot",
"wdio-mediawiki"
],
"effects": [],
"range": "*",
"nodes": [
"node_modules/wdio-wikibase"
],
"fixAvailable": false
},
"ws": {
"name": "ws",
"severity": "high",
"isDirect": false,
"via": [
{
"source": 1098392,
"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": true
}
},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 1,
"moderate": 8,
"high": 12,
"critical": 3,
"total": 24
},
"dependencies": {
"prod": 1,
"dev": 1482,
"optional": 50,
"peer": 26,
"peerOptional": 0,
"total": 1482
}
}
}
--- 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: 60 installs, 0 updates, 0 removals
- Locking composer/installers (v2.3.0)
- Locking composer/pcre (3.3.2)
- Locking composer/semver (3.4.4)
- Locking composer/spdx-licenses (1.5.9)
- Locking composer/xdebug-handler (3.0.5)
- Locking data-values/common (1.2.0)
- Locking data-values/data-values (3.1.1)
- Locking data-values/geo (4.6.0)
- Locking data-values/interfaces (1.2.0)
- Locking data-values/number (0.13.0)
- Locking data-values/serialization (1.2.5)
- Locking data-values/time (1.2.0)
- Locking dealerdirect/phpcodesniffer-composer-installer (v0.7.2)
- Locking diff/diff (3.4.0)
- Locking felixfbecker/advanced-json-rpc (v3.2.1)
- Locking mck89/peast (v1.17.4)
- Locking mediawiki/mediawiki-codesniffer (v48.0.0)
- Locking mediawiki/mediawiki-phan-config (0.18.0)
- Locking mediawiki/minus-x (1.1.3)
- Locking mediawiki/phan-taint-check-plugin (8.0.0)
- Locking microsoft/tolerant-php-parser (v0.1.2)
- Locking netresearch/jsonmapper (v4.5.0)
- Locking onoi/message-reporter (1.4.2)
- Locking phan/phan (5.5.2)
- 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.4.0)
- Locking phpat/phpat (0.11.10)
- Locking phpcsstandards/phpcsextra (1.4.0)
- Locking phpcsstandards/phpcsutils (1.1.1)
- 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 (2.1.40)
- Locking psr/clock (1.0.0)
- Locking psr/container (2.0.2)
- Locking psr/http-message (2.0)
- Locking psr/log (1.1.4)
- Locking psr/simple-cache (1.0.1)
- Locking sabre/event (5.1.7)
- Locking serialization/serialization (4.1.0)
- Locking slevomat/coding-standard (6.4.1)
- Locking squizlabs/php_codesniffer (3.13.2)
- Locking swaggest/json-diff (v3.12.1)
- Locking symfony/console (v7.4.4)
- Locking symfony/deprecation-contracts (v3.6.0)
- Locking symfony/polyfill-ctype (v1.33.0)
- Locking symfony/polyfill-intl-grapheme (v1.33.0)
- Locking symfony/polyfill-intl-normalizer (v1.33.0)
- Locking symfony/polyfill-mbstring (v1.33.0)
- Locking symfony/polyfill-php80 (v1.33.0)
- Locking symfony/service-contracts (v3.6.1)
- Locking symfony/string (v8.0.4)
- Locking tysonandre/var_representation_polyfill (0.1.3)
- Locking webmozart/assert (1.12.1)
- Locking webonyx/graphql-php (v15.30.2)
- Locking wikimedia/purtle (v2.0.0)
- Locking wikimedia/timestamp (v5.1.0)
- Locking wmde/php-vuejs-templating (2.2.0-beta.9)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 60 installs, 0 updates, 0 removals
- Downloading dealerdirect/phpcodesniffer-composer-installer (v0.7.2)
- Downloading data-values/geo (4.6.0)
- Downloading data-values/number (0.13.0)
- Downloading data-values/serialization (1.2.5)
- Downloading data-values/time (1.2.0)
- Downloading phpdocumentor/type-resolver (1.6.2)
- Downloading phpdocumentor/reflection-docblock (5.3.0)
- Downloading phpstan/phpstan (2.1.40)
- Downloading phpat/phpat (0.11.10)
- Downloading phpstan/phpdoc-parser (0.4.9)
- Downloading slevomat/coding-standard (6.4.1)
- Downloading webonyx/graphql-php (v15.30.2)
- Downloading wmde/php-vuejs-templating (2.2.0-beta.9)
0/13 [>---------------------------] 0%
4/13 [========>-------------------] 30%
13/13 [============================] 100%
- Installing composer/installers (v2.3.0): Extracting archive
- Installing squizlabs/php_codesniffer (3.13.2): Extracting archive
- Installing dealerdirect/phpcodesniffer-composer-installer (v0.7.2): Extracting archive
- Installing composer/pcre (3.3.2): Extracting archive
- Installing data-values/interfaces (1.2.0): Extracting archive
- Installing data-values/data-values (3.1.1): Extracting archive
- Installing data-values/geo (4.6.0): Extracting archive
- Installing data-values/common (1.2.0): Extracting archive
- Installing data-values/number (0.13.0): Extracting archive
- Installing serialization/serialization (4.1.0): Extracting archive
- Installing data-values/serialization (1.2.5): Extracting archive
- Installing data-values/time (1.2.0): Extracting archive
- Installing diff/diff (3.4.0): Extracting archive
- Installing phpcsstandards/phpcsutils (1.1.1): Extracting archive
- Installing phpcsstandards/phpcsextra (1.4.0): Extracting archive
- Installing symfony/polyfill-mbstring (v1.33.0): Extracting archive
- Installing composer/spdx-licenses (1.5.9): Extracting archive
- Installing composer/semver (3.4.4): Extracting archive
- Installing mediawiki/mediawiki-codesniffer (v48.0.0): Extracting archive
- Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
- Installing symfony/polyfill-php80 (v1.33.0): Extracting archive
- Installing symfony/polyfill-intl-normalizer (v1.33.0): Extracting archive
- Installing symfony/polyfill-intl-grapheme (v1.33.0): Extracting archive
- Installing symfony/polyfill-ctype (v1.33.0): Extracting archive
- Installing symfony/string (v8.0.4): Extracting archive
- Installing symfony/deprecation-contracts (v3.6.0): Extracting archive
- Installing psr/container (2.0.2): Extracting archive
- Installing symfony/service-contracts (v3.6.1): Extracting archive
- Installing symfony/console (v7.4.4): Extracting archive
- Installing sabre/event (5.1.7): Extracting archive
- Installing netresearch/jsonmapper (v4.5.0): Extracting archive
- Installing microsoft/tolerant-php-parser (v0.1.2): Extracting archive
- Installing webmozart/assert (1.12.1): 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.5.2): Extracting archive
- Installing mediawiki/phan-taint-check-plugin (8.0.0): Extracting archive
- Installing mediawiki/mediawiki-phan-config (0.18.0): Extracting archive
- Installing mediawiki/minus-x (1.1.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.4.0): Extracting archive
- Installing phpstan/phpstan (2.1.40): Extracting archive
- Installing phpat/phpat (0.11.10): Extracting archive
- Installing psr/http-message (2.0): 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.12.1): Extracting archive
- Installing webonyx/graphql-php (v15.30.2): Extracting archive
- Installing wikimedia/purtle (v2.0.0): Extracting archive
- Installing psr/clock (1.0.0): Extracting archive
- Installing wikimedia/timestamp (v5.1.0): Extracting archive
- Installing mck89/peast (v1.17.4): Extracting archive
- Installing wmde/php-vuejs-templating (2.2.0-beta.9): Extracting archive
0/57 [>---------------------------] 0%
27/57 [=============>--------------] 47%
43/57 [=====================>------] 75%
52/57 [=========================>--] 91%
57/57 [============================] 100%
3 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
23 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 ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils,../../slevomat/coding-standard
--- end ---
Upgrading n:api-testing from 1.7.2 -> 1.7.3
Upgrading n:eslint-config-wikimedia from 0.31.0 -> 0.32.3
Upgrading n:@wikimedia/codex from 2.3.1 -> 2.3.4
$ /usr/bin/npm install
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@wikimedia/codex@2.3.4',
npm WARN EBADENGINE required: { npm: '>=10.8.2', node: '>=20.19.1' },
npm WARN EBADENGINE current: { node: 'v20.19.2', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@wikimedia/codex-icons@2.3.4',
npm WARN EBADENGINE required: { npm: '>=10.8.2', node: '>=20.19.1' },
npm WARN EBADENGINE current: { node: 'v20.19.2', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead
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 node-domexception@1.0.0: Use your platform's native DOMException instead
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
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: 'v20.19.2', 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: 'v20.19.2', 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 ERESOLVE overriding peer dependency
npm WARN While resolving: @vue/server-renderer@3.5.16
npm WARN Found: vue@3.5.13
npm WARN node_modules/vue
npm WARN vue@"3.5.13" from the root project
npm WARN 6 more (@vue/babel-preset-app, @vue/cli-plugin-typescript, ...)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer vue@"3.5.16" from @vue/server-renderer@3.5.16
npm WARN node_modules/@vue/test-utils/node_modules/@vue/server-renderer
npm WARN optional @vue/server-renderer@"^3.0.1" from @vue/test-utils@2.3.0
npm WARN node_modules/@vue/test-utils
npm WARN
npm WARN Conflicting peer dependency: vue@3.5.16
npm WARN node_modules/vue
npm WARN peer vue@"3.5.16" from @vue/server-renderer@3.5.16
npm WARN node_modules/@vue/test-utils/node_modules/@vue/server-renderer
npm WARN optional @vue/server-renderer@"^3.0.1" from @vue/test-utils@2.3.0
npm WARN node_modules/@vue/test-utils
npm WARN deprecated node-domexception@1.0.0: Use your platform's native DOMException instead
npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated glob@8.1.0: 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 glob@8.1.0: Glob versions prior to v9 are no longer supported
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 deprecated @stylelint/postcss-markdown@0.36.2: Use the original unforked package instead: postcss-markdown
npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated har-validator@5.1.3: this library is no longer supported
npm WARN deprecated superagent@6.1.0: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated html-webpack-plugin@3.2.0: 3.x is no longer supported
npm WARN deprecated babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
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 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 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 node-domexception@1.0.0: Use your platform's native DOMException instead
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 WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
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 deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
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 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/client/data-bridge/node_modules/@wdio/local-runner/node_modules/@types/node/readline'
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/readline'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/mocha-framework/node_modules/@types/node/readline'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriver/node_modules/@types/node/stream'
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/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/react-syntax-highlighter/src/languages/prism/rust.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/template-tag-spacing.js'
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/client/data-bridge/node_modules/@wdio/repl/node_modules/@types/node/readline'
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/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/commands/_BOILERPLATE'
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 ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/features/date'
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/client/data-bridge/node_modules/webdriverio/node_modules/@types/node/readline'
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/client/data-bridge/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/@wdio/runner/node_modules/@types/node/readline'
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/client/data-bridge/node_modules/core-js/features/array/virtual'
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/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
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/client/data-bridge/node_modules/@wdio/types/node_modules/@types/node/stream'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/local-runner/node_modules/@types/node/stream'
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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_createMathOperation.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/sass.js'
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/stream'
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/client/data-bridge/node_modules/@wdio/mocha-framework/node_modules/@types/node/stream'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/webdriver/node_modules/@types/node/stream'
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/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/extension/vue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/repl/node_modules/@types/node/stream'
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/scala.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/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/pulsar'
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/client/data-bridge/node_modules/webdriverio/node_modules/@types/node/stream'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/@wdio/runner/node_modules/@types/node/stream'
npm WARN tar TAR_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/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/client/data-bridge/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/pulsar'
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/stream'
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/client/data-bridge/node_modules/@wdio/local-runner/node_modules/@types/node/stream'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_createOver.js'
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/stream'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/assert'
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/client/data-bridge/node_modules/@wdio/mocha-framework/node_modules/@types/node/stream'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/pulsar'
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/stream'
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/extension/vue'
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/client/data-bridge/node_modules/@wdio/repl/node_modules/@types/node/stream'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_createPadding.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/pulsar'
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/stream'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/declaration-bang-space-before'
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/client/data-bridge/node_modules/@wdio/runner/node_modules/@types/node/stream'
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/client/data-bridge/node_modules/@wdio/types/node_modules/@types/node/stream'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/redis'
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/client/data-bridge/node_modules/@wdio/local-runner/node_modules/@types/node/stream'
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 ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/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/scss.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_createPartial.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/keyBy.js'
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/stream'
npm WARNnpm 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/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/redis'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/compatibility'
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/@sinclair/typebox/build/cjs/value/default'
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 npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/value/default'
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/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/@wdio/mocha-framework/node_modules/@types/node/stream'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/redis'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/node-forge/flash/swf'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules/dollar-variable-pattern'
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/timers'
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/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/extension/vue'
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 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/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/redis'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/repl/node_modules/@types/node/stream'
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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/stylelint-config-wikimedia/node_modules/stylelint/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/shell-session.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint'
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/stream'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/@wdio/runner/node_modules/@types/node/stream'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/typed-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/yoda.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/refractor/plugins'
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/keysIn.js'
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/client/data-bridge/node_modules/@wdio/types/node_modules/@types/node/timers'
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/@wdio/local-runner/node_modules/@types/node/timers'
npm npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_createRecurry.js'
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 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/@wdio/reporter/node_modules/@types/node/timers'
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/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/dns'
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/@wdio/mocha-framework/node_modules/@types/node/timers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src/manipulation/var'
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/client/data-bridge/node_modules/webdriver/node_modules/@types/node/ts5.6'
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 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/extension/vue'
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/lodash/fp/last.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 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/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/repl/node_modules/@types/node/timers'
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/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/client/data-bridge/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/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/@promptbook/utils/esm/typings/src/commands/_BOILERPLATE'
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 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/lodash/fp/lastIndexOfFrom.js'
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/timers'
npm WARN tar TAR_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/cssom'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/stylelint/docs'
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/cjs/languages/prism/smarty.js'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/runner/node_modules/@types/node/timers'
npm WARN tar TAR_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/core-js/stable/array'
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 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/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/client/data-bridge/node_modules/@wdio/types/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/local-runner/node_modules/@types/node/ts5.6'
npm WARN tar TAR_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/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/sml.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@wdio/reporter/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/fs'
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/client/data-bridge/node_modules/@wdio/mocha-framework/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/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/webdriver/node_modules/@types/node/ts5.6'
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/client/data-bridge/node_modules/@wdio/repl/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@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/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/webdriverio/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/@wdio/runner/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/extension/vue'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/build/utils/thirdParty'
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/ts5.6'
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/@wdio/local-runner/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/sns'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@wdio/reporter/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/readline'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/sns'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/mocha-framework/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/src/manipulation/var'
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/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/sns'
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/jsdom/lib/jsdom/living/svg'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/repl/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_createWrap.js'
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/ts5.6'
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/stylelint-config-wikimedia/node_modules/stylelint/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/solidity.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/@wdio/runner/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/sns'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/instance'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/view/lib/wikibase-tainted-ref/node_modules/stylelint/docs'
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/extension/vue'
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/client/data-bridge/node_modules/@wdio/types/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/local-runner/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_customDefaultsAssignIn.js'
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/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/stream'
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 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 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 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/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/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/solace'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jest-matcher-utils/node_modules/@sinclair/typebox/build/cjs/value/delta'
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/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/value/delta'
npm WARN tar TAR_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/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/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils'
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/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/solace'
npm WARN tar TAR_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/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/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/mocha-framework/node_modules/@types/node/ts5.6'
npm WARN tar TAR_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/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/stylelint/docs'
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/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/thisStringValue.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 WARNnpm 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'
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/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/client/data-bridge/node_modules/webpack/lib/sharing'
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 ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/solace'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/repl/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_customDefaultsMerge.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/sqf.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/svg'
npm WARN tar TAR_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/webdriverio/node_modules/@types/node/ts5.6'
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'
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/stylelint/lib/rules/declaration-block-semicolon-newline-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/thisSymbolValue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/runner/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/solace'
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/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/client/data-bridge/node_modules/@wdio/types/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/local-runner/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_customOmitClone.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/sql.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/sql.js'
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/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/stream'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/thisTimeValue.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/sql.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/sqs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/mocha-framework/node_modules/@types/node/web-globals'
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 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/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/test/resolver/invalid_main'
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/client/data-bridge/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/repl/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/commands/_BOILERPLATE'
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/client/data-bridge/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/sqs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ThrowCompletion.js'
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/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/sqs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/runner/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/typed-array'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/sqs'
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/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/TimeClip.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/local-runner/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/stomp'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_deburrLetter.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/stan.js'
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/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/stream'
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 ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/stomp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/mocha-framework/node_modules/@types/node/web-globals'
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/client/data-bridge/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/client/data-bridge/node_modules/css-tree/lib/syntax/pseudo/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/stomp'
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/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/TimeFromYear.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/stomp'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/repl/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_defineProperty.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/stylus.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/docs'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/declaration-block-semicolon-space-after'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/runner/node_modules/@types/node/web-globals'
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/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/TimeString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/local-runner/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_equalArrays.js'
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/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/timers'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/traversal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/mocha-framework/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/ws'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/css-tree/lib/syntax/pseudo/common'
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/client/data-bridge/node_modules/webdriver/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/TimeWithinDay.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/supported-languages.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/ws'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/sharing'
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/client/data-bridge/node_modules/@wdio/repl/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_equalByTag.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/supported-languages.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/map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/docs'
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/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/ws'
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 WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/node_modules/@types/node/web-globals'
tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/TimeZoneString.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/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/@wdio/runner/node_modules/@types/node/web-globals'
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/swift.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/es/elements/bindings/ws'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/types'
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/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/local-runner/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/LICENSES'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_equalObjects.js'
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/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToBigInt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/ts5.6'
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/client/data-bridge/node_modules/jest-matcher-utils/node_modules/@sinclair/typebox/build/cjs/value/deref'
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/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/value/deref'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/@swagger-api/apidom-ns-asyncapi-2/LICENSES'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@wdio/mocha-framework/node_modules/@types/node/web-globals'
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/systemd.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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/external'
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/client/data-bridge/node_modules/stylelint-scss/dist/rules/function-color-relative'
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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToBigInt64.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-cs.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-templating.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/weak-map'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/sharing'
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/client/data-bridge/node_modules/@wdio/repl/node_modules/@types/node/web-globals'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_escapeHtmlChar.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-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/dist/esm/languages/prism/t4-vb.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/docs'
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/client/data-bridge/node_modules/cheerio/node_modules/undici/scripts'
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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToBigUint64.js'
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/web-globals'
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/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/client/data-bridge/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/@wdio/runner/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_escapeStringChar.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/ts5.6'
npm WARN tar TAR_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/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/external'
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/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/client/data-bridge/node_modules/webpack/lib/sharing'
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/client/data-bridge/node_modules/undici/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/tap.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToBoolean.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/declaration-block-trailing-semicolon'
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-pure/es/json'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_flatRest.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/llm-providers/_common/utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/ts5.6'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/client/data-bridge/node_modules/webpack/lib/container'
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/stylelint-config-wikimedia/node_modules/stylelint/docs'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_freeGlobal.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-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/client/data-bridge/node_modules/undici/docs'
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 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'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/lib/web/subresource-integrity'
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 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 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/client/data-bridge/node_modules/stylelint/lib/rules/declaration-colon-newline-after'
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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToDateString.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/toml.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/toml.js'
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/client/data-bridge/node_modules/webdriverio/build/commands/clock'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/rxjs/dist/cjs/internal/testing'
npm npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getAllKeys.js'
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/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/ts5.7'
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/repo/rest-api/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/@typescript-eslint/utils/_ts3.4/dist/ts-eslint'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToIndex.js'
npm WARNnpm 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/docs/rules/restrict-template-expressions.md'
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/client/data-bridge/node_modules/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getAllKeysIn.js'
npm npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/no-static-inline-styles.js'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/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/client/data-bridge/node_modules/undici/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/eslint-plugin/docs/rules/return-await.md'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/declaration-colon-space-after'
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/es/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/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/resolve/.github'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getData.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-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/create-wdio/node_modules/@types/node/web-globals'
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/@sinclair/typebox/build/cjs/type/discard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/discard'
tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToInt16.js'
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 ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs/rules/sort-type-constituents.md'
npm WARN tar TAR_ENTRY_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/client/data-bridge/node_modules/@vue/vue3-jest/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/@typescript-eslint/eslint-plugin/docs/rules/sort-type-union-intersection-members.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules/function-unquote-no-unquoted-strings-inside'
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/docs/rules/space-before-blocks.md'
npm WARN tar TAR_ENTRY_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/webpack/lib/container'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getFuncName.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/undici/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/eslint-plugin/docs/rules/space-before-function-paren.md'
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/docs/rules/space-infix-ops.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/declaration-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/@typescript-eslint/eslint-plugin/docs/rules/strict-boolean-expressions.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/function'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToInt32.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/build/config'
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/json'
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/docs/rules/switch-exhaustiveness-check.md'
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/cjs/languages/prism/tremor.js'
WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getHolder.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/lowerCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/no-template-target-blank.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/tremor.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-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/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/web-globals'
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/client/data-bridge/node_modules/@vue/vue3-jest/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/@typescript-eslint/eslint-plugin/docs/rules/TEMPLATE.md'
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 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/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs/rules/triple-slash-reference.md'
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/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/react-syntax-highlighter/src/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/cjs/languages/prism/tt2.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/container'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getMapData.js'
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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/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/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/client/data-bridge/node_modules/undici/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 ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs/rules/type-annotation-spacing.md'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToInt8.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/declaration-empty-line-before'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/actual/function'
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 ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs/rules/typedef.md'
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/repo/rest-api/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/internal/testing'
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/@promptbook/utils/esm/typings/src/llm-providers/_common/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getMatchData.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/twig.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/web-globals'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/@vue/vue3-jest/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/@typescript-eslint/eslint-plugin/docs/rules/unbound-method.md'
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 ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unified-signatures.md'
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'
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/twig.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/map.js'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getNative.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToInteger.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/no-this-in-before-route-enter.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-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/client/data-bridge/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils'
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/repo/rest-api/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/stylelint/lib/rules/declaration-no-important'
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/client/data-bridge/node_modules/create-wdio/build/install'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getPrototype.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/no-undef-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-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/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/web-globals'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/fp/mapValues.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/matches.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/webpack/schemas/plugins/container'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getRawTag.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-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/client/data-bridge/node_modules/undici/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/typescript.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 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/repo/rest-api/node_modules/core-js-pure/full/bigint'
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 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 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/repo/rest-api/node_modules/core-js/features/observable'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToLength.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/unrealscript.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/unrealscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/stylelint-scss/dist/rules/map-keys-quotes'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getSymbols.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/web-globals'
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/@sinclair/typebox/build/cjs/value/encode'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/value/encode'
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/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/math.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/max.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/webpack/lib/container'
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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/cjs/languages/prism/uorazor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getSymbolsIn.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/no-unsupported-features.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/uorazor.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-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/client/data-bridge/node_modules/undici/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/uorazor.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/utils/unicode'
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/stylelint/lib/rules/declaration-property-unit-blacklist'
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/client/data-bridge/node_modules/stylelint-scss/dist/rules/media-feature-value-dollar-variable'
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/client/data-bridge/node_modules/rxjs/dist/esm5/internal/testing'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getTag.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/uri.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/mean.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/web-globals'
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/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/lib'
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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToNumber.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/v.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/v.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/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getValue.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/undici/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-plugin-mediawiki/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/lodash/fp/meanBy.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/websockets'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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-scss/dist/rules/no-dollar-variables'
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'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/function'
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/es-abstract/2020/ToNumeric.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/memoize.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/llm-providers/_common/utils'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getView.js'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/no-unused-properties.js'
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/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/web-globals'
npm 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-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/jsdom/lib/jsdom/living/websockets'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/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/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/client/data-bridge/node_modules/create-wdio/build/utils'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@types/node/ts4.8/fs'
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/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/merge.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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/schemas/plugins/container'
npm npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToObject.js'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_getWrapDetails.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-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/client/data-bridge/node_modules/undici/docs'
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 WARNnpm 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'
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/stylelint/lib/rules/declaration-property-unit-whitelist'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules/no-duplicate-dollar-variables'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/function'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_Hash.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/verilog.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/repo/rest-api/node_modules/core-js/full/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/web-globals'
npm 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-plugin-mediawiki/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/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/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToPrimitive.js'
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 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/client/data-bridge/node_modules/css-tree/lib/syntax/pseudo/common'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/bin'
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 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/client/data-bridge/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/lodash/fp/methodOf.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/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_hashClear.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/vhdl.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/docs'
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/client/data-bridge/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/fp/min.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/no-duplicate-mixins'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/instance'
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/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/minBy.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/client/data-bridge/node_modules/lodash/_hashDelete.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/ts5.6'
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 tarnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToPropertyDescriptor.js'
npm WARNnpm 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'
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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/visual-basic.js'
TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/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/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/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/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/visual-basic.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/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/json'
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/client/data-bridge/node_modules/webdriverio/build/commands/clock'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_hashGet.js'
npm WARNnpm WARN tar tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js-pure/stable/map'
TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/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/fp/negate.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/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/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/declaration-property-value-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/client/data-bridge/node_modules/core-js/stable/function'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToPropertyKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/build/config'
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/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/repo/rest-api/node_modules/core-js-pure/stable/url-search-params'
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/@promptbook/utils/esm/typings/src/knowledge'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_hashHas.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 tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/node_modules/@types/node/ts5.7'
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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToString.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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/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/warpscript.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/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/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/now.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 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/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/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/nth.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 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/cjs/languages/prism/wiki.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/lodash/fp/nthArg.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/client/data-bridge/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/client/data-bridge/node_modules/jest-matcher-utils/node_modules/@sinclair/typebox/build/cjs/type/enum'
npm 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-plugin-mediawiki/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/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/client/data-bridge/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/enum'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/utils/unicode'
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/client/data-bridge/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/stylelint-scss/dist/rules/operator-no-newline-after'
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/client/data-bridge/node_modules/core-js/stable/function'
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 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/client/data-bridge/node_modules/create-wdio/build/install'
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/repo/rest-api/node_modules/core-js/stable/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_hasPath.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/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/fp/object.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/wren.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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/ToUint16.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToUint16.js'
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/client/data-bridge/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/jsx'
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/jsdom/lib/jsdom/level3'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_hasUnicode.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/omit.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/undici/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-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/client/data-bridge/node_modules/eslint/lib/rules/utils/unicode'
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/client/data-bridge/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/stylelint-scss/dist/rules/operator-no-newline-before'
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/xeora.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/omitAll.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/create-wdio/build/cli'
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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_hasUnicodeWord.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/ToUint32.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/repo/rest-api/node_modules/es-abstract/2020/ToUint32.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/xml-doc.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/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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-widgets-apex.css'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_initCloneArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/undici/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-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/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/utils/unicode'
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/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/stylelint-scss/dist/rules/operator-no-unspaced'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/knowledge'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_initCloneByTag.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/no-v-for-template-key-on-child.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-plugin-mediawiki/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/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/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/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/xojo.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-apex.min.css'
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/xojo.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/ToUint8.js'
npm npm WARN 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/testing'
WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ToUint8.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_initCloneObject.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/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/over.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-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/client/data-bridge/node_modules/eslint/lib/rules/utils/unicode'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/client/data-bridge/node_modules/stylelint-scss/dist/rules/partial-no-import'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_insertWrapDetails.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/repo/rest-api/node_modules/react-syntax-highlighter/dist/esm/languages/prism/xquery.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-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/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/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/xquery.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-apex.rtl.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/overEvery.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/ToUint8Clamp.js'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_isFlattenable.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/jest-matcher-utils/node_modules/@sinclair/typebox/build/cjs/value/equal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/docs'
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/RuntimeGlobals.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-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/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/value/equal'
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/cheerio/node_modules/undici/lib/web/websocket/stream'
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 WARNnpm 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 ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/RuntimeModule.js'
tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/stylelint-scss/dist/rules/percent-placeholder-pattern'
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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/TrimString.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/pad.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/yang.js'
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/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/RuntimePlugin.js'
npm npmWARN 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'
tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_isIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/repo/rest-api/node_modules/react-syntax-highlighter/src/languages/prism/yang.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-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/lodash/fp/padChars.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/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/create-wdio/build/utils'
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-apex.rtl.min.css'
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/RuntimeTemplate.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/padCharsStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/Type.js'
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/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/padEnd.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/SelfModuleFactory.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 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 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 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/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/rxjs/_esm5/internal/testing'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_isIterateeCall.js'
npm npmWARN WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/es-abstract/2015/tables'
tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/fp/parseInt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/font-weight-notation'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/es-abstract/2016/tables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/rules/selector-nest-combinators'
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/repo/rest-api/node_modules/es-abstract/2017/tables'
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/repo/rest-api/node_modules/es-abstract/2018/tables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/es-abstract/2019/tables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/es-abstract/2020/tables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/utils/normalization'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_isKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/eslint-config-wikimedia/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/@vue/vue3-jest/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/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/es-abstract/2021/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/partialRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/es-abstract/2022/tables'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/build/cli'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-widgets-wikimediaui.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/es-abstract/2023/tables'
npm WARN 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/testing'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_isKeyable.js'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/es-abstract/2024/tables'
tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/undici/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-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/repo/rest-api/node_modules/react-syntax-highlighter/.github'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/lib/web/websocket/stream'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/function-allowed-list'
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/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/repo/rest-api/node_modules/core-js-pure/actual/json'
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/stylelint-scss/dist/rules/selector-no-redundant-nesting-selector'
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/repo/rest-api/node_modules/core-js-pure/features/json'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2018/TypedArrayCreate.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_isLaziable.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/json'
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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/TypedArrayCreate.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/TypedArrayCreate.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@typescript-eslint/utils/_ts3.4/dist/eslint-utils'
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/@vue/vue3-jest/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/cheerio/src'
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/SingleEntryPlugin.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-wikimediaui.min.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/pathOr.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/paths.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_isMaskable.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/undici/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-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/repo/rest-api/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/stylelint/lib/rules/function-blacklist'
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 npm 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'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/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/es-abstract/2018/TypedArraySpeciesCreate.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/css-nesting.js'
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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/TypedArraySpeciesCreate.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/TypedArraySpeciesCreate.js'
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 ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/SizeFormatHelpers.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_isMasked.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/one-component-per-file.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/pickAll.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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/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/pickBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/build/cli'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-not-sel-list.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-wikimediaui.rtl.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2018/UnicodeEscape.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/logging'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/UnicodeEscape.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_isPrototype.js'
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/@sinclair/typebox/build/cjs/type/error'
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/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/operator-linebreak.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/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/error'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/jsdom/lib/jsdom/living/xhr'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-nth-child-of.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/utils/normalization'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_isStrictComparable.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/order-in-components.js'
npm WARN 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/lib'
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/client/data-bridge/node_modules/jquery/external'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-opacity.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-wikimediaui.rtl.min.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/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_iteratorToArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2018/UTF16Decode.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/UTF16Decode.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/function-calc-no-unspaced-operator'
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/client/data-bridge/node_modules/caniuse-lite/data/features/css-optional-pseudo.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_lazyClone.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2018/UTF16Encoding.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/pluck.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/UTF16Encoding.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/lib'
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/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/SourceMapDevToolModuleOptionsPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/dist/utils/sassValueParser'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-accessibility.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/propEq.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/SourceMapDevToolPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webdriverio/build/commands/clock'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js'
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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_lazyReverse.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/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/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/function-comma-newline-after'
npm npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2018/ValidateAtomicAccess.js'
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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/ValidateAtomicAccess.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/css-overflow-anchor.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-icons-accessibility.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ValidateAtomicAccess.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/fp/props.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_lazyValue.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-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/@vue/vue3-jest/node_modules/css-tree/lib'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/build/config'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-overflow-overlay.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-icons-accessibility.rtl.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/prefer-template.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2018/ValidateTypedArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/ValidateTypedArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_LazyWrapper.js'
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/@sinclair/typebox/build/cjs/errors'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/ValidateTypedArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/errors'
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/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/function-comma-newline-before'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-overflow.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_ListCache.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-plugin-mediawiki/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/lodash/fp/pullAllBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/eslint/lib/rules/utils/patterns'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/jquery/external'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/build/install'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-accessibility.rtl.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2018/WeekDay.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/WeekDay.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/WeekDay.js'
WARN npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_listCacheClear.js'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/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/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/function-comma-space-after'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2018/WordCharacters.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/css-page-break.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/WordCharacters.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-icons-alerts.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2020/WordCharacters.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_listCacheDelete.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-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-explicit-emits.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/build/cli'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-paged-media.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-icons-alerts.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/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/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_listCacheGet.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/pullAt.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/function-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/@vue/cli-plugin-eslint/node_modules/webpack/lib/Stats.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2018/YearFromTime.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-alerts.rtl.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/es-abstract/2019/YearFromTime.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_listCacheHas.js'
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/client/data-bridge/node_modules/eslint-config-wikimedia/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/client/data-bridge/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/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-alerts.rtl.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/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/range.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_listCacheSet.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/function-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/css-placeholder.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-icons-content.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/collection'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_LodashWrapper.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils'
npm 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-plugin-mediawiki/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/lodash/fp/rangeRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/lodash/fp/rangeStep.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/undici/docs'
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/jest-matcher-utils/node_modules/@sinclair/typebox/build/cjs/type/exclude'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/exclude'
npm 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-plugin-mediawiki/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/client/data-bridge/node_modules/cheerio/node_modules/undici/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/rangeStepRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/lodash/fp/rearg.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-icons-content.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_MapCache.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-plugin-mediawiki/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/client/data-bridge/node_modules/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/lodash/fp/reduce.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/css-rebeccapurple.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-icons-content.rtl.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_mapCacheClear.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/function-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/lodash/fp/reduceRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/build/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/css-reflections.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-icons-content.rtl.min.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/reject.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/lodash/_mapCacheDelete.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-plugin-mediawiki/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/fp/remove.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_mapCacheGet.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-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/@vue/cli-plugin-eslint/node_modules/webpack/lib/Template.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/create-wdio/build/cli'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-regions.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/repeat.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-icons-editing-advanced.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/webpack/lib/css'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/collection'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_mapCacheHas.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils'
npm 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-plugin-mediawiki/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/fp/replace.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/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/modifications'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-relative-colors.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_mapCacheSet.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/restFrom.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-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/require-v-for-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/function-parentheses-newline-inside'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-repeating-gradients.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/result.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-icons-editing-advanced.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/lodash/fp/reverse.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-plugin-mediawiki/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/@vue/cli-plugin-eslint/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/@babel/types/lib/modifications'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-resize.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/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/UnsupportedFeatureWarning.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/exclude'
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/jest-matcher-utils/node_modules/@sinclair/typebox/build/cjs/type/exclude'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/@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/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/create-wdio/build/cli'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-editing-advanced.rtl.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/lodash/fp/sampleSize.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/seq.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/set.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/es2019.object.d.ts.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-plugin-mediawiki/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/@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/client/data-bridge/node_modules/jsdom/lib/jsdom/living/fetch'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/modifications'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-rrggbbaa.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/client/data-bridge/node_modules/undici/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/shuffle.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/webpack/lib/css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/cheerio/node_modules/undici/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-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/client/data-bridge/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/cheerio/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/css-scroll-behavior.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-icons-editing-advanced.rtl.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/lodash/_matchesStrictComparable.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/es2019.string.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/utils/_ts3.4/dist/eslint-utils'
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/client/data-bridge/node_modules/@babel/types/lib/modifications'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-scrollbar.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/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/slice.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/css'
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/es2019.string.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/function-url-quotes'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_memoizeCapped.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/snakeCase.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-icons-editing-citation.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/commands/_common'
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/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts.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-plugin-mediawiki/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/@vue/cli-plugin-eslint/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/lodash/_mergeData.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/some.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/modifications'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-sel3.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/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/sortBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/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/client/data-bridge/node_modules/cheerio/node_modules/undici/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-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/client/data-bridge/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/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/@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/lodash/fp/sortedIndex.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-selection.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-icons-editing-citation.min.css'
npm WARN tar TAR_ENTRY_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/lodash/fp/sortedIndexBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/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/client/data-bridge/node_modules/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_metaMap.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/sortedIndexOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/modifications'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@vue/cli-plugin-eslint/node_modules/webpack/lib/WatchIgnorePlugin.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-icons-editing-citation.rtl.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/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/Watching.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/repo/rest-api/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/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/fp/sortedLastIndex.js'
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/@sinclair/typebox/build/cjs/type/exclude'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/exclude'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.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/fp/sortedLastIndexBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/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-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/@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/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/function-url-scheme-blacklist'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_nativeCreate.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/css-snappoints.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/dependencies/WebAssemblyImportDependency.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/sortedUniq.js'
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-eslint/node_modules/webpack/lib/wasm-sync'
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/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-editing-citation.rtl.min.css'
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/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/require-v-for-key.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/fp/sortedUniqBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/docs'
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/es2020.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/@vue/vue3-jest/node_modules/css-tree/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/wasm-sync'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@babel/types/lib/modifications'
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-icons-editing-core.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
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/es2020.date.d.ts.map'
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/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/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/@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/@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/lodash/fp/spreadFrom.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/function-url-scheme-disallowed-list'
tar TAR_ENTRY_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/lodash/fp/startCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_nativeKeysIn.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/webpack.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/fp/startsWith.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/css-sticky.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/WebpackError.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-icons-editing-core.min.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/string.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/sass/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/dependencies/WebpackIsIncludedDependency.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/WebpackIsIncludedPlugin.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/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/stubArray.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/es2020.date.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@babel/types/lib/modifications'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-subgrid.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/webpack/lib/schemes'
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/es2020.full.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/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-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/client/data-bridge/node_modules/stylelint/lib/rules/function-url-scheme-whitelist'
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 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 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'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_objectToString.js'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-supports-api.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-icons-editing-core.rtl.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/stubObject.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/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/commands/_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/docs'
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/es2020.full.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint'
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/client/data-bridge/node_modules/lodash/_overArg.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/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/css-table.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-icons-editing-core.rtl.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/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/client/data-bridge/node_modules/cheerio/node_modules/undici/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-plugin-mediawiki/node_modules/eslint-plugin-vue/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/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/lib/rules/function-whitelist'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
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-blocks.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_overRest.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/instance'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-text-align-last.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-icons-editing-list.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass/types'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.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-plugin-mediawiki/node_modules/eslint-plugin-vue/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/jsdom/lib/jsdom/browser/parser'
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'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@babel/types/lib/modifications'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-text-box-trim.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-icons-editing-list.min.css'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/repo/rest-api/node_modules/core-js/full/json'
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/jest-matcher-utils/node_modules/@sinclair/typebox/build/cjs/type/extends'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/extends'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src'
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/es2020.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/function-whitespace-after'
npm 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-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/space-unary-ops.js'
npmnpm 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'
WARN npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_Promise.js'
tar TAR_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/cheerio/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/sum.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 tarnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/script-setup-uses-vars.js'
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/sass/types'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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-config-wikimedia/node_modules/stylelint/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-plugin-mediawiki/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/client/data-bridge/node_modules/lodash/_realNames.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/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/modifications'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-text-indent.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-icons-editing-list.rtl.css'
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/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/repo/rest-api/node_modules/core-js-pure/full/json'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
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/client/data-bridge/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/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/src'
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/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/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
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/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/client/data-bridge/node_modules/stylelint/lib/rules/hue-degree-notation'
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/strict-boolean-expressions.js'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/full/bigint'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_reEscape.js'
npm WARN npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/actual/json'
tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/T.js'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-text-justify.js'
WARN tar TAR_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/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-editing-list.rtl.min.css'
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/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass/types'
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 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/es2020.promise.d.ts.map'
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/@babel/types/lib/modifications'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_reEvaluate.js'
WARN tar TAR_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 WARNnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-text-orientation.js'
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/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-editing-styling.css'
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/undici/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/take.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/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/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/src'
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/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/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm 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/lib'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/lodash/fp/takeLast.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-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/lodash/fp/takeLastWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_reInterpolate.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 ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/@vue/cli-plugin-eslint/node_modules/webpack/lib/dependencies/WorkerDependency.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/css-text-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/fp/takeRight.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass/types'
npm WARN tarnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/commands/_common'
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/es2020.sharedmemory.d.ts.map'
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/client/data-bridge/node_modules/eslint-config-wikimedia/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/@vue/cli-plugin-eslint/node_modules/webpack/lib/dependencies/WorkerPlugin.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/takeRightWhile.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/modifications'
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'
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/client/data-bridge/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/@vue/babel-preset-app/node_modules/core-js/es/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/lodash/fp/takeWhile.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-icons-editing-styling.min.css'
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/undici/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/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/stats'
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/stylelint/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src'
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/es2020.sharedmemory.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_replaceHolders.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/css-textshadow.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass/types'
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/es2020.string.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/utils/_ts3.4/dist/eslint-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/modifications'
npm WARN tarnpm 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'
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/client/data-bridge/node_modules/lodash/_root.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/css-touch-action.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-icons-editing-styling.rtl.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/template.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/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/data-view'
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/@sinclair/typebox/build/cjs/type/extends'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/extends'
tar TAR_ENTRY_ERROR 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/stylelint-scss/src'
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/es2020.string.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
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/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/templateSettings.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/type-annotation-spacing.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/babel-preset-app/node_modules/core-js/es/map'
npm npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-transitions.js'
WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/templateSettings.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/throttle.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/thru.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/virtual'
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 npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/sort-keys.js'
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/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/fp/times.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/es2020.symbol.wellknown.d.ts.map'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/keyframe-declaration-no-important'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/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/lodash/fp/toArray.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/retrievers'
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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-editing-styling.rtl.min.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/toFinite.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/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/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/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/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/number/virtual'
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/es2020.symbol.wellknown.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARNnpm 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/lib'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_SetCache.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-unset-value.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/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/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/fp/toJSON.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/es2021.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/keyframes-name-pattern'
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/core-js/es/set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/retrievers'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_setCacheAdd.js'
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/@vue/babel-preset-app/node_modules/core-js/es/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/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/lodash/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/oojs-ui-wikimediaui-icons-interactions.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/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/stylelint-scss/src'
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/es2021.full.d.ts.map'
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/@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/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
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/lib'
npm 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-plugin-mediawiki/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/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_setCacheHas.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/css-when-else.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/toNumber.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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-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/sass/types'
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/es2021.full.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/toLower.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/cli-plugin-eslint/node_modules/webpack/schemas/plugins/ids'
npm 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-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/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/@babel/types/lib/retrievers'
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'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/babel-preset-app/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/actual/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-interactions.min.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/weak-set'
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-eslint/node_modules/webpack/schemas/plugins/debug'
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/client/data-bridge/node_modules/undici/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/toPairsIn.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/data-view'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts.map'
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/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint'
npm WARN npm WARN tartar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
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/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/client/data-bridge/node_modules/@vue/vue3-jest/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/date'
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/client/data-bridge/node_modules/lodash/_setToArray.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/client/data-bridge/node_modules/sass/types'
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/es2021.intl.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/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/@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/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/core-js/features/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/retrievers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_setToPairs.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/toSafeInteger.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/css-width-stretch.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-icons-interactions.rtl.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/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/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/toString.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/lodash/toString.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/llm-providers/openai'
npm 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/jest-matcher-utils/node_modules/@sinclair/typebox/build/cjs/type/extends'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/extends'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src'
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/es2021.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/fp/toUpper.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
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/lib'
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/core-js/features/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_setToString.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/transform.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/css-writing-mode.js'
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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/this-in-template.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/@vue/babel-preset-app/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/lodash/fp/trimChars.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/es2021.promise.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/max-empty-lines'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/retrievers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_setWrapToString.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css-zoom.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-icons-interactions.rtl.min.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/trimCharsStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/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/trimEnd.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src'
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/es2021.promise.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
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/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/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css3-attr.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-icons-layout.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/trimStart.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/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/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass/types'
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/es2021.string.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/max-line-length'
npm 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-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/client/data-bridge/node_modules/@babel/types/lib/retrievers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_shortOut.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/observable'
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/adjacent-overload-signatures.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/fp/truncate.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/css3-boxsizing.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-icons-layout.min.css'
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 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/client/data-bridge/node_modules/undici/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/unary.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/features/number/virtual'
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/es2021.string.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
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/lib'
npm 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-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/client/data-bridge/node_modules/lodash/_shuffleSelf.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/css3-colors.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-icons-layout.rtl.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/use-v-on-exact.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass/types'
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/es2021.weakref.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/utils/_ts3.4/dist/ast-utils'
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/client/data-bridge/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/core-js/features/observable'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/retrievers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_Stack.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/array-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/fp/union.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-icons-layout.rtl.min.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/unionBy.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/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/url-search-params'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src'
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/es2021.weakref.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
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/lib'
npm 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-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/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/@vue/babel-preset-app/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/lodash/_stackClear.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/uniq.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/css3-cursors-grab.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-icons-location.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/fp/uniqBy.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.array.d.ts.map'
npm WARN 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/client/data-bridge/node_modules/stylelint/lib/rules/media-feature-colon-space-after'
npm 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-plugin-mediawiki/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/core-js/features/url-search-params'
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/types/lib/retrievers'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_stackDelete.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/css3-cursors-newer.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-location.min.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/data-view'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/lodash/fp/unnest.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/unset.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/@promptbook/utils/esm/typings/src/llm-providers/openai'
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/@sinclair/typebox/build/cjs/type/extends'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/extends'
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/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/stable/dom-collections'
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/client/data-bridge/node_modules/stylelint-scss/src'
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.array.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
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/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/unzipWith.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_stackGet.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/await-thenable.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/unzipWith.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/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/core-js/stable/data-view'
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-icons-location.rtl.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/update.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/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/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/fp/updateWith.js'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/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/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/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/@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/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/@babel/types/lib/traverse'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@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/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js.map'
npmnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/array/virtual'
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 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/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/upperCase.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/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/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/@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/upperFirst.js'
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 npm WARN tar TAR_ENTRY_ERROR 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/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/schemas/plugins/debug'
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/core-js/stable/json'
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/core-js/stable/map'
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/value.js'
tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-location.rtl.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/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/valueOf.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@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/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/lodash/valueOf.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.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/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/core-js/stable/number/virtual'
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/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/values.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_stackSet.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/ban-tslint-comment.js.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/fork-ts-checker-webpack-plugin/lib/typescript-reporter/extension/vue'
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 tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/string-parse.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 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 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 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/repo/rest-api/node_modules/core-js-pure/actual/json'
npm WARN 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 tartar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-media.css'
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/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/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 tarnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/structured-clone-proper-transfer.js'
TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npmnpm 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 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass/types'
tar TAR_ENTRY_ERROR 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 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-parse.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 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/core-js/stable/set'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js.map'
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/repo/rest-api/node_modules/core-js/actual/json'
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'
npm npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/repo/rest-api/node_modules/core-js/es/json'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/babel-preset-app/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/full/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-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/repo/rest-api/node_modules/core-js/stable/json'
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'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/structured-clone-proper-transfer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/traverse'
npmnpm WARN 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'
tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_strictIndexOf.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/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/@vue/babel-preset-app/node_modules/core-js/stable/weak-map'
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'
npmnpm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/symbol-is-registered.js'
WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/features/instance'
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-icons-media.min.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/wrap.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/weak-set'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src'
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.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/lib/web/subresource-integrity'
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 tarnpm 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'
TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@vue/vue3-jest/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/lodash/fp/wrapperAt.js'
npm WARN 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'
tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/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/lodash/wrapperAt.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/symbol-is-registered.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/url'
npmnpm 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'
WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/lodash/fp/wrapperChain.js'
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'
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/extension/vue'
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 ENOSPC: no space left on device, open '/src/repo/view/lib/wikibase-tainted-ref/node_modules/lodash/fp/wrapperLodash.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-icons-media.rtl.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/stable/weak-set'
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/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/repo/rest-api/node_modules/core-js-pure/es/number/virtual'
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/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/wrapperReverse.js'
npm WARN 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.js.map'
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/stylelint/lib/rules/media-feature-name-blacklist'
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/client/data-bridge/node_modules/eslint-config-wikimedia/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/lodash/wrapperValue.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/traverse'
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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_stringSize.js'
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/client/data-bridge/node_modules/core-js/stable/array'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/currentcolor.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/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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-media.rtl.min.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/xorBy.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/number/virtual'
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/client/data-bridge/node_modules/webpack/hot'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/lodash/xorWith.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/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/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/lib'
npm 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-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/repo/rest-api/node_modules/core-js-pure/full/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_stringToArray.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/block-spacing.js.map'
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/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/extension/vue'
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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/custom-elements.js'
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/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/client/data-bridge/node_modules/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/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/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/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-pure/internals/to-index.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/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/full/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/media-feature-name-case'
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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/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/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/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/client/data-bridge/node_modules/@babel/types/lib/traverse'
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/client/data-bridge/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/lodash/fp/zipObject.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/brace-style.js.map'
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 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/client/data-bridge/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/fp/zipObjectDeep.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/custom-elementsv1.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-moderation.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/zipWith.js'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/llm-providers/openai'
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 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 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/es/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/repo/rest-api/node_modules/core-js/features/date'
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/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/client/data-bridge/node_modules/jest-matcher-utils/node_modules/@sinclair/typebox/build/cjs/type/extends'
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/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/extends'
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/client/data-bridge/node_modules/stylelint-scss/src'
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/client/data-bridge/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/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/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/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-index.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-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/repo/rest-api/node_modules/core-js-pure/full/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-indexed-object.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_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/to-integer-or-infinity.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/class-literal-property-style.js.map'
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/client/data-bridge/node_modules/@vue/cli-plugin-typescript/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/extension/vue'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/customevent.js'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-moderation.min.css'
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/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass/types'
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.object.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/utils/_ts3.4/dist/ts-eslint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/cheerio/node_modules/undici/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-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-else-if.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_toKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/core-js/stable/instance'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-plugin-vue/lib/rules/v-on-style.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-pure/internals/to-primitive.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src'
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/client/data-bridge/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/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-else.js'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_toSource.js'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-moderation.rtl.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/repo/rest-api/node_modules/core-js/full/date'
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.sharedmemory.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/repo/rest-api/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/@babel/types/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_trimmedEndIndex.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/extension/vue'
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-icons-moderation.rtl.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/isString.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'
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.sharedmemory.js.map'
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/lib'
npm 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-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-for.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_Uint8Array.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/comma-dangle.js.map'
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-icons-movement.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/sass/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/isSymbol.d.ts'
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 ENOENT: 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts.map'
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/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/repo/rest-api/node_modules/core-js/internals/to-positive-integer.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-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/@babel/types/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_unescapeHtmlChar.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/to-set-like.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/dom-collections'
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/extension/vue'
npm WARN tar TAR_ENTRY_ERROR 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/datalist.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/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-movement.min.css'
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/features/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/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/core-js/stable/dom-collections'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/isTypedArray.d.ts'
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/client/data-bridge/node_modules/stylelint-scss/src'
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/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-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.js.map'
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/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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/eslint-config-wikimedia/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/repo/rest-api/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/lodash/_unicodeSize.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/comma-spacing.js.map'
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/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-movement.rtl.css'
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/client/data-bridge/node_modules/undici/types'
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/client/data-bridge/node_modules/sass/types'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/isUndefined.d.ts'
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/es5.d.ts.map'
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/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/eslint-config-wikimedia/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/client/data-bridge/node_modules/@babel/types/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_unicodeToArray.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/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/json'
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/consistent-generic-constructors.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/dataset.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/isWeakMap.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/llm-providers/openai'
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/@sinclair/typebox/build/cjs/type/extract'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/extract'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/vue3-jest/node_modules/css-tree/lib'
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/es5.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_unicodeWords.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/consistent-indexed-object-style.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/datauri.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-icons-movement.rtl.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/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/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/isWeakSet.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-set-like.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/es6.d.ts.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/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/client/data-bridge/node_modules/@babel/types/lib/utils'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.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/date-tolocaledatestring.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-icons-user.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/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/client/data-bridge/node_modules/@types/lodash/fp/iteratee.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'
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/lib'
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.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-plugin-mediawiki/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/client/data-bridge/node_modules/lodash/_updateWrapDetails.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/oojs-ui/dist/oojs-ui-wikimediaui-icons-user.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/repo/rest-api/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/@types/lodash/fp/join.d.ts'
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-uint8-clamped.js'
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/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/media-feature-name-whitelist'
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/es7.d.ts.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-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/repo/rest-api/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/@babel/types/lib/utils'
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/consistent-type-definitions.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/declarative-shadow-dom.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-icons-user.rtl.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/juxt.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'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/electron'
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/lib'
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/es7.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@zip.js/zip.js/lib/core/streams/zlib-wasm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_WeakMap.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/consistent-type-exports.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/error'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/kebabCase.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils'
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/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-mediawiki/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/client/data-bridge/node_modules/@babel/types/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/_wrapperClone.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/consistent-type-imports.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/decorators.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 tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-user.rtl.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/keyBy.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'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/hot'
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/client/data-bridge/node_modules/@vue/vue3-jest/node_modules/css-tree/lib'
npm 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-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/client/data-bridge/node_modules/@zip.js/zip.js/lib/core/streams/zlib-wasm'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/add.js'
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/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/caniuse-lite/data/features/details.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-icons-wikimedia.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/repo/rest-api/node_modules/core-js/full/date'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/keys.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/docs'
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/client/data-bridge/node_modules/stylelint/lib/rules/media-feature-range-operator-space-after'
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.array.d.ts.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-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-v-show.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/to-uint8-clamped.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/deviceorientation.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-icons-wikimedia.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/keysIn.d.ts'
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/@sinclair/typebox/build/cjs/type/extract'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/extract'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/vue3-jest/node_modules/css-tree/lib'
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.array.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-plugin-mediawiki/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/client/data-bridge/node_modules/@zip.js/zip.js/lib/core/streams/zlib-js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/after.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/default-param-last.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/devicepixelratio.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-icons-wikimedia.rtl.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/last.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/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/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/try-to-string.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/client/data-bridge/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/@babel/types/lib/validators'
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/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js.map'
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/client/data-bridge/node_modules/caniuse-lite/data/features/dialog.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/uid.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-icons-wikimedia.rtl.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/lastIndexOf.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'
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/lib'
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.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/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/eslint-plugin-mediawiki/node_modules/eslint-plugin-vue/lib/rules/valid-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/@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/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/caniuse-lite/data/features/dispatchevent.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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/uint8-from-base64.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/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/uint8-from-hex.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/lastIndexOfFrom.d.ts'
npm 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/cheerio/node_modules/undici/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/stable/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/client/data-bridge/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/@babel/types/lib/validators'
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.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/lowerCase.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'
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/client/data-bridge/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/@vue/vue3-jest/node_modules/css-tree/lib'
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.js.map'
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/client/data-bridge/node_modules/core-js/es/error'
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 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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/repo/rest-api/node_modules/core-js/internals/uid.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/lowerFirst.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/client/data-bridge/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/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@zip.js/zip.js/lib/core/streams/zlib-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/explicit-function-return-type.js.map'
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.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/uint8-from-base64.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/uint8-from-hex.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/lt.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/utils/expectation-counters'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/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/validate-arguments-length.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/lib'
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.full.d.ts.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/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/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/lte.d.ts'
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 ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js-pure/internals/weak-map-helpers.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/repo/rest-api/node_modules/core-js-pure/internals/weak-set-helpers.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.full.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/@zip.js/zip.js/lib/core/streams/zlib-wasm'
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/explicit-member-accessibility.js.map'
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/internals/validate-arguments-length.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.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.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-pure/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-pure/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/oojs-ui/dist/oojs-ui-wikimediaui.rtl.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/map.d.ts'
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/@sinclair/typebox/build/cjs/type/extract'
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/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/extract'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/vue3-jest/node_modules/css-tree/lib'
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.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/array.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/explicit-module-boundary-types.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/cheerio/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/mapKeys.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/client/data-bridge/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/client/data-bridge/node_modules/@babel/types/lib/validators'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@types/lodash/fp/mapValues.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/utils/expectation-counters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/vue3-jest/node_modules/css-tree/lib'
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.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/ary.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/document-currentscript.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/undici/types'
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/client/data-bridge/node_modules/@types/lodash/fp/matches.d.ts'
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-helpers.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
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.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/repo/rest-api/node_modules/core-js/internals/weak-set-helpers.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/document-evaluate-xpath.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-plugin-vue/lib/rules/valid-v-text.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/matchesProperty.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'
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/lib'
npm WARNnpm 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.js.map'
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/client/data-bridge/node_modules/lodash/assign.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/func-call-spacing.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/dom-exception'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/document-execcommand.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/max.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
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.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/cheerio/src'
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.min.css'
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/client/data-bridge/node_modules/@types/lodash/fp/maxBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/utils/expectation-counters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/vue3-jest/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/stylelint/lib/rules/no-descending-specificity'
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.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/document-policy.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.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/client/data-bridge/node_modules/@types/lodash/fp/mean.d.ts'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
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'
npmnpm 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.map'
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 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/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/document-scrollingelement.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.rtl.css'
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/client/data-bridge/node_modules/@types/lodash/fp/meanBy.d.ts'
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/@sinclair/typebox/build/cjs/type/template-literal'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/template-literal'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/vue3-jest/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/bigint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/core-js/features/bigint'
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.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/assignIn.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/documenthead.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/memoize.d.ts'
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.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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/dom-manip-convenience.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.rtl.min.css'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/utils/expectation-counters'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/merge.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'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/no-duplicate-selectors'
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.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/dom-range.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-wikimediaui.css'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/mergeAll.d.ts'
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/reflect-metadata.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/regexp-exec-abstract.js'
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/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/regexp-exec.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/regexp-flags.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/@vue/babel-preset-app/node_modules/core-js/internals/regexp-sticky-helpers.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/reflect-metadata.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/domcontentloaded.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/regexp-exec-abstract.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/regexp-exec.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/mergeAllWith.d.ts'
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/regexp-flags.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/core-js/internals/regexp-sticky-helpers.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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/no-empty-first-line'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/assignInWith.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/dommatrix.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
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/@types/lodash/fp/mergeWith.d.ts'
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/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/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@zip.js/zip.js/lib/core/streams/zlib-wasm'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@promptbook/utils/esm/typings/src/utils/expectation-counters'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/method.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'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/@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/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/assignWith.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/dragndrop.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/cheerio/src'
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/@types/lodash/fp/methodOf.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/dom-exception'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/@zip.js/zip.js/.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/same-value.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/min.d.ts'
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/@sinclair/typebox/build/cjs/type/registry'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/expect/node_modules/@sinclair/typebox/build/cjs/type/registry'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/no-eol-whitespace'
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/index.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/src'
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/@types/lodash/fp/minBy.d.ts'
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/@typescript-eslint/utils/_ts3.4/dist/eslint-utils'
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/@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/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/oojs-ui/dist/images'
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/@promptbook/utils/esm/typings/src/utils/expectation-counters'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/multiply.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'
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/client/data-bridge/node_modules/@vue/vue3-jest/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/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/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/@vue/babel-preset-app/node_modules/core-js/internals/shared-key.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/set-to-string-tag.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/shared-store.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/nAry.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/number'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/oojs-ui/dist/images'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/negate.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'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/esm'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/core-js/internals/shared-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/init-declarations.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/attempt.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/noConflict.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/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/shared-store.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/element-closest.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.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/utils/expectation-counters'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/noop.d.ts'
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/@sinclair/typebox/build/cjs/errors'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/expect/node_modules/@sinclair/typebox/build/cjs/errors'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/no-invalid-position-at-import-rule'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/before.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'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/now.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/element-from-point.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'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/nth.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'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint/lib/rules/no-irregular-whitespace'
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/key-spacing.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/bind.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/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/@vue/babel-preset-app/node_modules/core-js/internals/species-constructor.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/nthArg.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/eme.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'
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/@promptbook/utils/esm/typings/src/utils/expectation-counters'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/omit.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'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/bindAll.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/eot.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/omitAll.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/validators'
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/lines-between-class-members.js.map'
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'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/omitBy.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'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/member-delimiter-style.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/bindKey.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/once.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/webpack/schemas/plugins/container'
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/@babel/types/lib/validators'
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-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-toolbars.min.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/utils/expectation-counters'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/orderBy.d.ts'
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/@sinclair/typebox/build/cjs/type/function'
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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/expect/node_modules/@sinclair/typebox/build/cjs/type/function'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
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 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/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/camelCase.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/over.d.ts'
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 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 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 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 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 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 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/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/string-multibyte.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/@vue/babel-preset-app/node_modules/core-js/internals/string-trim.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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@vue/babel-preset-app/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/oojs-ui/dist/oojs-ui-widgets.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-punycode-to-ascii.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-repeat.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/overArgs.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'
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/@vue/vue3-jest/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/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/webpack/lib/container'
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/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/@vue/babel-preset-app/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/lodash/capitalize.js'
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 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/client/data-bridge/node_modules/caniuse-lite/data/features/es6-class.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/json'
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/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/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/view/lib/wikibase-tainted-ref/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/@types/lodash/fp/overEvery.d.ts'
npm 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/core-js/stable/json'
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/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/es6-generators.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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/utils/expectation-counters'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/overSome.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'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/vue3-jest/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/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/core-js/features/array/virtual'
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/naming-convention.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/lodash/castArray.js'
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/view/lib/wikibase-tainted-ref/node_modules/@vue/babel-preset-app/node_modules/core-js/internals/task.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/es6-module-dynamic-import.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/pad.d.ts'
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 WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint'
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/@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/core-js/internals/task.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/es6-module.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/padChars.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/babel-preset-app/node_modules/core-js/es/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/bootstrap/scss'
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 ENOENT: 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/virtual'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/babel-preset-app/node_modules/core-js/stable/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/table/node_modules/ajv/lib/vocabularies'
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/virtual'
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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js.map'
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/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@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/stylelint/lib/rules/property-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/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/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/babel-preset-app/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/@types/lodash/fp/padCharsEnd.d.ts'
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 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/css-minimizer-webpack-plugin/node_modules/ajv/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR 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-integer.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/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/url'
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-base-to-string.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/es6-number.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/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-wikimediaui.min.js'
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/@sinclair/typebox/build/cjs/type/template-literal'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/padCharsStart.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'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/type/template-literal'
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/@vue/vue3-jest/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/stable/url'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/core-js/features/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/lib/vocabularies'
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/client/data-bridge/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/url'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/core-js/stable/date'
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/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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@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/view/lib/wikibase-tainted-ref/node_modules/core-js/stable/url'
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/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 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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/padEnd.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/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/number/virtual'
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.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/@babel/types/lib/validators'
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-confusing-non-null-assertion.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/es6.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/llm-providers/_common/utils'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/padStart.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'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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-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/@vue/vue3-jest/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/webpack/lib/web'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/lodash/chunk.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/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 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 ENOENT: 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/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/parseInt.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils'
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/no-confusing-void-expression.js.map'
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/client/data-bridge/node_modules/caniuse-lite/data/features/eventsource.js'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/partial.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/babel-preset-app/node_modules/core-js/stable/number/virtual'
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/lib'
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/core-js/stable/array'
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/@babel/types/lib/validators'
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/view/lib/wikibase-tainted-ref/node_modules/core-js/internals/to-positive-integer.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.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-dupe-class-members.js.map'
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/view/lib/wikibase-tainted-ref/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/@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/@vue/babel-preset-app/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/@types/lodash/fp/partialRight.d.ts'
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/@vue/babel-preset-app/node_modules/core-js/stable/date'
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/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/ajv-formats/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR 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/webpack-dev-server/node_modules/ajv/lib/compile'
npm WARN tar TAR_ENTRY_ERROR ENOENT: 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/@promptbook/utils/esm/typings/src/utils/expectation-counters'
npm WARN tar TAR_ENTRY_ERROR 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/jest-matcher-utils/node_modules/@sinclair/typebox/build/cjs/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/number/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/stylelint-scss/src'
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-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/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/expect/node_modules/@sinclair/typebox/build/cjs/parser'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@babel/types/lib/validators'
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 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/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/es/date'
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.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/compile'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/partition.d.ts'
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/virtual'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@vue/vue3-jest/node_modules/css-tree/lib'
npm WARNnpm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/scss'
tar TAR_ENTRY_ERROR ENOENT: 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/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/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/path.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'
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/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/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/@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/date'
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-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/@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/stylelint/lib/rules/property-no-vendor-prefix'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/pathEq.d.ts'
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 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/@promptbook/utils/esm/typings/src/utils/expectation-counters'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/core-js/features/date'
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-dynamic-delete.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/pathOr.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/@babel/types/lib/validators'
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/lib'
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/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/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js.map'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/bootstrap/scss'
npm WARN 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/lib.d.ts.map'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/paths.d.ts'
npm WARN tarnpm 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-empty-interface.js.map'
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/stylelint-scss/src'
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/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/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/@babel/types/lib/validators'
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/lib'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/fetch.js'
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/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/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/@vue/babel-preset-app/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/pick.d.ts'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/@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/client/data-bridge/node_modules/lodash/cloneWith.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 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/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/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-matcher-utils/node_modules/@sinclair/typebox/build/cjs/value/guard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@promptbook/utils/esm/typings/src/types/execution-report'
npm 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/expect/node_modules/@sinclair/typebox/build/cjs/value/guard'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/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/stable/json'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/core-js/es/date'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/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/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/pickAll.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 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/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/fieldset-disabled.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/lib'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js.map'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/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/mini-css-extract-plugin/node_modules/ajv/lib/vocabularies'
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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/pickBy.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/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/lib/schemes'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/fileapi.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/use-symbol-as-uid.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-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/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/stylelint-scss/src'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/validators'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/pipe.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 ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/filereader.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/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/stylelint/lib/rules/selector-attribute-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/core-js/internals/typed-array-constructors-require-wrappers.js'
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 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/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/@promptbook/utils/esm/typings/src/types/execution-report'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/@types/lodash/fp/placeholder.d.ts'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/bootstrap/scss'
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, open '/src/repo/client/data-bridge/node_modules/caniuse-lite/data/features/filereadersync.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/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/lib/vocabularies'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/@babel/types/lib/validators'
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-extra-semi.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/i18n'
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/filesystem.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 ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/node_modules/cheerio/node_modules/undici/types'
npm WARN tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/src/repo/client/data-bridge/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/vue3-jest/node_modules/css-tree/lib'
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/2026-02-25T01_52_33_175Z-debug-0.log
npm ERR! process terminated
npm ERR! signal SIGTERM
npm ERR! A complete log of this run can be found in:
npm ERR! /cache/_logs/2026-02-25T01_52_32_859Z-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/2026-02-25T01_52_01_784Z-debug-0.log
--- stdout ---
> wikibase@0.1.0 postinstall
> npm-run-all -p install:*
> wikibase@0.1.0 install:tainted-ref
> npm --prefix view/lib/wikibase-tainted-ref ci
> wikibase@0.1.0 install:gql-explorer
> npm --prefix repo/domains/reuse/graphiql-explorer ci
> wikibase@0.1.0 install:bridge
> npm --prefix client/data-bridge ci
> wikibase@0.1.0 install:reuse
> npm --prefix repo/domains/reuse ci
> wikibase@0.1.0 install:rest-api
> npm --prefix repo/rest-api ci
added 222 packages, and audited 223 packages in 2m
36 packages are looking for funding
run `npm fund` for details
2 vulnerabilities (1 moderate, 1 high)
To address all issues, run:
npm audit fix
Run `npm audit` for details.
added 162 packages, and audited 163 packages in 3m
15 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
> tainted-ref@0.1.0 prepare
> node build/wikimedia-ui-base.js
added 2722 packages, and audited 2723 packages in 4m
160 packages are looking for funding
run `npm fund` for details
167 vulnerabilities (8 low, 81 moderate, 59 high, 19 critical)
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.
Run `npm audit` for details.
--- end ---
$ rm -rf package-lock.json node_modules
--- stdout ---
--- end ---
$ /usr/bin/npm install
--- stderr ---
npm ERR! code ENOENT
npm ERR! syscall stat
npm ERR! path /cache/_cacache/content-v2/sha512/03/31/2f014afd853aea85a2d70dcefe617a72c8fd64a666bb0525a96e286e1c9b9ae548b599722e213beafc0832e57b97df6ffece8ecf29ba0ab06a1a21222ee7
npm ERR! errno ENOENT
npm ERR! enoent Invalid response body while trying to fetch https://registry.npmjs.org/apollo-utilities: ENOENT: no such file or directory, stat '/cache/_cacache/content-v2/sha512/03/31/2f014afd853aea85a2d70dcefe617a72c8fd64a666bb0525a96e286e1c9b9ae548b599722e213beafc0832e57b97df6ffece8ecf29ba0ab06a1a21222ee7'
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/2026-02-25T01_58_39_378Z-debug-0.log
--- stdout ---
--- end ---
Traceback (most recent call last):
File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 1037, in npm_upgrade
self.check_call(["npm", "install"])
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.13/site-packages/runner/shell2.py", line 66, in check_call
res.check_returncode()
~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/subprocess.py", line 508, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
self.stderr)
subprocess.CalledProcessError: Command '['/usr/bin/npm', 'install']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 1268, in main
libup.run()
~~~~~~~~~^^
File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 1202, in run
self.npm_upgrade(plan)
~~~~~~~~~~~~~~~~^^^^^^
File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 1040, in npm_upgrade
self.check_call(["npm", "install"])
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.13/site-packages/runner/shell2.py", line 66, in check_call
res.check_returncode()
~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/subprocess.py", line 508, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
self.stderr)
subprocess.CalledProcessError: Command '['/usr/bin/npm', 'install']' returned non-zero exit status 1.