[Pkg-javascript-devel] Bug#1058523: node-babel7: FTBFS: ln: failed to create symbolic link 'node_modules/@babel/helper-string-parser/babel-helper-string-parser': Permission denied

Lucas Nussbaum lucas at debian.org
Tue Dec 12 20:48:15 GMT 2023


Source: node-babel7
Version: 7.20.15+ds1+~cs214.269.168-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> set -e; for m  in babel-check-duplicated-nodes babel-plugin-dynamic-import-node babel-preset-modules babel-plugin-transform-replace-object-assign pirates; do \
> 		(echo "Building $m"; \
> 			cd $m; \
> 			rm -rf lib; \
> 			/usr/bin/babeljs --out-dir lib src --ignore '**/*.test.js'; \
> 		); \
> 		ls $m/lib/*.js; \
> 	done
> Building babel-check-duplicated-nodes
> Successfully compiled 1 file with Babel (536ms).
> babel-check-duplicated-nodes/lib/index.js
> Building babel-plugin-dynamic-import-node
> Successfully compiled 2 files with Babel (664ms).
> babel-plugin-dynamic-import-node/lib/index.js
> babel-plugin-dynamic-import-node/lib/utils.js
> Building babel-preset-modules
> Successfully compiled 8 files with Babel (734ms).
> babel-preset-modules/lib/index.js
> Building babel-plugin-transform-replace-object-assign
> Successfully compiled 1 file with Babel (421ms).
> babel-plugin-transform-replace-object-assign/lib/index.js
> Building pirates
> Successfully compiled 1 file with Babel (446ms).
> pirates/lib/index.js
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> mv node_modules.save node_modules
> 
> Step 1: Link /usr/share/nodejs/@babel/* build dependencies into node_modules
> LIST=`pkgjs-utils modules_list` && \
> 	for m in $LIST `pkgjs-utils main`; do \
> 		if [ -e /usr/share/nodejs/$m ]; then \
> 			rm -f node_modules/$m; \
> 			ln -vs /usr/share/nodejs/$m node_modules/$m || true; \
> 		fi; \
> 	done
> 'node_modules/@babel/cli' -> '/usr/share/nodejs/@babel/cli'
> 'node_modules/@babel/code-frame' -> '/usr/share/nodejs/@babel/code-frame'
> 'node_modules/@babel/compat-data' -> '/usr/share/nodejs/@babel/compat-data'
> 'node_modules/@babel/eslint-config-internal' -> '/usr/share/nodejs/@babel/eslint-config-internal'
> 'node_modules/@babel/eslint-parser' -> '/usr/share/nodejs/@babel/eslint-parser'
> 'node_modules/@babel/eslint-plugin' -> '/usr/share/nodejs/@babel/eslint-plugin'
> 'node_modules/@babel/eslint-plugin-development' -> '/usr/share/nodejs/@babel/eslint-plugin-development'
> 'node_modules/@babel/eslint-plugin-development-internal' -> '/usr/share/nodejs/@babel/eslint-plugin-development-internal'
> 'node_modules/@babel/eslint-shared-fixtures' -> '/usr/share/nodejs/@babel/eslint-shared-fixtures'
> 'node_modules/@babel/eslint-tests' -> '/usr/share/nodejs/@babel/eslint-tests'
> 'node_modules/@babel/generator' -> '/usr/share/nodejs/@babel/generator'
> 'node_modules/@babel/helper-annotate-as-pure' -> '/usr/share/nodejs/@babel/helper-annotate-as-pure'
> 'node_modules/@babel/helper-bindify-decorators' -> '/usr/share/nodejs/@babel/helper-bindify-decorators'
> 'node_modules/@babel/helper-builder-binary-assignment-operator-visitor' -> '/usr/share/nodejs/@babel/helper-builder-binary-assignment-operator-visitor'
> 'node_modules/@babel/helper-builder-react-jsx' -> '/usr/share/nodejs/@babel/helper-builder-react-jsx'
> 'node_modules/@babel/helper-call-delegate' -> '/usr/share/nodejs/@babel/helper-call-delegate'
> 'node_modules/@babel/helper-check-duplicate-nodes' -> '/usr/share/nodejs/@babel/helper-check-duplicate-nodes'
> 'node_modules/@babel/helper-compilation-targets' -> '/usr/share/nodejs/@babel/helper-compilation-targets'
> 'node_modules/@babel/helper-create-class-features-plugin' -> '/usr/share/nodejs/@babel/helper-create-class-features-plugin'
> 'node_modules/@babel/helper-create-regexp-features-plugin' -> '/usr/share/nodejs/@babel/helper-create-regexp-features-plugin'
> 'node_modules/@babel/helper-environment-visitor' -> '/usr/share/nodejs/@babel/helper-environment-visitor'
> 'node_modules/@babel/helper-explode-assignable-expression' -> '/usr/share/nodejs/@babel/helper-explode-assignable-expression'
> 'node_modules/@babel/helper-explode-class' -> '/usr/share/nodejs/@babel/helper-explode-class'
> 'node_modules/@babel/helper-fixtures' -> '/usr/share/nodejs/@babel/helper-fixtures'
> 'node_modules/@babel/helper-function-name' -> '/usr/share/nodejs/@babel/helper-function-name'
> 'node_modules/@babel/helper-hoist-variables' -> '/usr/share/nodejs/@babel/helper-hoist-variables'
> 'node_modules/@babel/helper-member-expression-to-functions' -> '/usr/share/nodejs/@babel/helper-member-expression-to-functions'
> 'node_modules/@babel/helper-module-imports' -> '/usr/share/nodejs/@babel/helper-module-imports'
> 'node_modules/@babel/helper-module-transforms' -> '/usr/share/nodejs/@babel/helper-module-transforms'
> 'node_modules/@babel/helper-optimise-call-expression' -> '/usr/share/nodejs/@babel/helper-optimise-call-expression'
> 'node_modules/@babel/helper-plugin-test-runner' -> '/usr/share/nodejs/@babel/helper-plugin-test-runner'
> 'node_modules/@babel/helper-plugin-utils' -> '/usr/share/nodejs/@babel/helper-plugin-utils'
> 'node_modules/@babel/helper-remap-async-to-generator' -> '/usr/share/nodejs/@babel/helper-remap-async-to-generator'
> 'node_modules/@babel/helper-replace-supers' -> '/usr/share/nodejs/@babel/helper-replace-supers'
> 'node_modules/@babel/helper-simple-access' -> '/usr/share/nodejs/@babel/helper-simple-access'
> 'node_modules/@babel/helper-skip-transparent-expression-wrappers' -> '/usr/share/nodejs/@babel/helper-skip-transparent-expression-wrappers'
> 'node_modules/@babel/helper-split-export-declaration' -> '/usr/share/nodejs/@babel/helper-split-export-declaration'
> 'node_modules/@babel/helper-string-parser' -> '/usr/share/nodejs/@babel/helper-string-parser'
> 'node_modules/@babel/helper-transform-fixture-test-runner' -> '/usr/share/nodejs/@babel/helper-transform-fixture-test-runner'
> 'node_modules/@babel/helper-validator-identifier' -> '/usr/share/nodejs/@babel/helper-validator-identifier'
> 'node_modules/@babel/helper-validator-option' -> '/usr/share/nodejs/@babel/helper-validator-option'
> 'node_modules/@babel/helper-wrap-function' -> '/usr/share/nodejs/@babel/helper-wrap-function'
> 'node_modules/@babel/helpers' -> '/usr/share/nodejs/@babel/helpers'
> 'node_modules/@babel/highlight' -> '/usr/share/nodejs/@babel/highlight'
> 'node_modules/@babel/node' -> '/usr/share/nodejs/@babel/node'
> 'node_modules/@babel/parser' -> '/usr/share/nodejs/@babel/parser'
> 'node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression' -> '/usr/share/nodejs/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression'
> 'node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining' -> '/usr/share/nodejs/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining'
> 'node_modules/@babel/plugin-codemod-object-assign-to-object-spread' -> '/usr/share/nodejs/@babel/plugin-codemod-object-assign-to-object-spread'
> 'node_modules/@babel/plugin-codemod-optional-catch-binding' -> '/usr/share/nodejs/@babel/plugin-codemod-optional-catch-binding'
> 'node_modules/@babel/plugin-external-helpers' -> '/usr/share/nodejs/@babel/plugin-external-helpers'
> 'node_modules/@babel/plugin-proposal-async-do-expressions' -> '/usr/share/nodejs/@babel/plugin-proposal-async-do-expressions'
> 'node_modules/@babel/plugin-proposal-async-generator-functions' -> '/usr/share/nodejs/@babel/plugin-proposal-async-generator-functions'
> 'node_modules/@babel/plugin-proposal-class-properties' -> '/usr/share/nodejs/@babel/plugin-proposal-class-properties'
> 'node_modules/@babel/plugin-proposal-class-static-block' -> '/usr/share/nodejs/@babel/plugin-proposal-class-static-block'
> 'node_modules/@babel/plugin-proposal-decorators' -> '/usr/share/nodejs/@babel/plugin-proposal-decorators'
> 'node_modules/@babel/plugin-proposal-destructuring-private' -> '/usr/share/nodejs/@babel/plugin-proposal-destructuring-private'
> 'node_modules/@babel/plugin-proposal-do-expressions' -> '/usr/share/nodejs/@babel/plugin-proposal-do-expressions'
> 'node_modules/@babel/plugin-proposal-duplicate-named-capturing-groups-regex' -> '/usr/share/nodejs/@babel/plugin-proposal-duplicate-named-capturing-groups-regex'
> 'node_modules/@babel/plugin-proposal-dynamic-import' -> '/usr/share/nodejs/@babel/plugin-proposal-dynamic-import'
> 'node_modules/@babel/plugin-proposal-export-default-from' -> '/usr/share/nodejs/@babel/plugin-proposal-export-default-from'
> 'node_modules/@babel/plugin-proposal-export-namespace-from' -> '/usr/share/nodejs/@babel/plugin-proposal-export-namespace-from'
> 'node_modules/@babel/plugin-proposal-function-bind' -> '/usr/share/nodejs/@babel/plugin-proposal-function-bind'
> 'node_modules/@babel/plugin-proposal-function-sent' -> '/usr/share/nodejs/@babel/plugin-proposal-function-sent'
> 'node_modules/@babel/plugin-proposal-json-strings' -> '/usr/share/nodejs/@babel/plugin-proposal-json-strings'
> 'node_modules/@babel/plugin-proposal-logical-assignment-operators' -> '/usr/share/nodejs/@babel/plugin-proposal-logical-assignment-operators'
> 'node_modules/@babel/plugin-proposal-nullish-coalescing-operator' -> '/usr/share/nodejs/@babel/plugin-proposal-nullish-coalescing-operator'
> 'node_modules/@babel/plugin-proposal-numeric-separator' -> '/usr/share/nodejs/@babel/plugin-proposal-numeric-separator'
> 'node_modules/@babel/plugin-proposal-object-rest-spread' -> '/usr/share/nodejs/@babel/plugin-proposal-object-rest-spread'
> 'node_modules/@babel/plugin-proposal-optional-catch-binding' -> '/usr/share/nodejs/@babel/plugin-proposal-optional-catch-binding'
> 'node_modules/@babel/plugin-proposal-optional-chaining' -> '/usr/share/nodejs/@babel/plugin-proposal-optional-chaining'
> 'node_modules/@babel/plugin-proposal-partial-application' -> '/usr/share/nodejs/@babel/plugin-proposal-partial-application'
> 'node_modules/@babel/plugin-proposal-pipeline-operator' -> '/usr/share/nodejs/@babel/plugin-proposal-pipeline-operator'
> 'node_modules/@babel/plugin-proposal-private-methods' -> '/usr/share/nodejs/@babel/plugin-proposal-private-methods'
> 'node_modules/@babel/plugin-proposal-private-property-in-object' -> '/usr/share/nodejs/@babel/plugin-proposal-private-property-in-object'
> 'node_modules/@babel/plugin-proposal-record-and-tuple' -> '/usr/share/nodejs/@babel/plugin-proposal-record-and-tuple'
> 'node_modules/@babel/plugin-proposal-throw-expressions' -> '/usr/share/nodejs/@babel/plugin-proposal-throw-expressions'
> 'node_modules/@babel/plugin-proposal-unicode-property-regex' -> '/usr/share/nodejs/@babel/plugin-proposal-unicode-property-regex'
> 'node_modules/@babel/plugin-proposal-unicode-sets-regex' -> '/usr/share/nodejs/@babel/plugin-proposal-unicode-sets-regex'
> 'node_modules/@babel/plugin-syntax-async-do-expressions' -> '/usr/share/nodejs/@babel/plugin-syntax-async-do-expressions'
> 'node_modules/@babel/plugin-syntax-async-generators' -> '/usr/share/nodejs/@babel/plugin-syntax-async-generators'
> 'node_modules/@babel/plugin-syntax-bigint' -> '/usr/share/nodejs/@babel/plugin-syntax-bigint'
> 'node_modules/@babel/plugin-syntax-class-properties' -> '/usr/share/nodejs/@babel/plugin-syntax-class-properties'
> 'node_modules/@babel/plugin-syntax-class-static-block' -> '/usr/share/nodejs/@babel/plugin-syntax-class-static-block'
> 'node_modules/@babel/plugin-syntax-decimal' -> '/usr/share/nodejs/@babel/plugin-syntax-decimal'
> 'node_modules/@babel/plugin-syntax-decorators' -> '/usr/share/nodejs/@babel/plugin-syntax-decorators'
> 'node_modules/@babel/plugin-syntax-destructuring-private' -> '/usr/share/nodejs/@babel/plugin-syntax-destructuring-private'
> 'node_modules/@babel/plugin-syntax-do-expressions' -> '/usr/share/nodejs/@babel/plugin-syntax-do-expressions'
> 'node_modules/@babel/plugin-syntax-dynamic-import' -> '/usr/share/nodejs/@babel/plugin-syntax-dynamic-import'
> 'node_modules/@babel/plugin-syntax-explicit-resource-management' -> '/usr/share/nodejs/@babel/plugin-syntax-explicit-resource-management'
> 'node_modules/@babel/plugin-syntax-export-default-from' -> '/usr/share/nodejs/@babel/plugin-syntax-export-default-from'
> 'node_modules/@babel/plugin-syntax-export-namespace-from' -> '/usr/share/nodejs/@babel/plugin-syntax-export-namespace-from'
> 'node_modules/@babel/plugin-syntax-flow' -> '/usr/share/nodejs/@babel/plugin-syntax-flow'
> 'node_modules/@babel/plugin-syntax-function-bind' -> '/usr/share/nodejs/@babel/plugin-syntax-function-bind'
> 'node_modules/@babel/plugin-syntax-function-sent' -> '/usr/share/nodejs/@babel/plugin-syntax-function-sent'
> 'node_modules/@babel/plugin-syntax-import-assertions' -> '/usr/share/nodejs/@babel/plugin-syntax-import-assertions'
> 'node_modules/@babel/plugin-syntax-import-meta' -> '/usr/share/nodejs/@babel/plugin-syntax-import-meta'
> 'node_modules/@babel/plugin-syntax-import-reflection' -> '/usr/share/nodejs/@babel/plugin-syntax-import-reflection'
> 'node_modules/@babel/plugin-syntax-json-strings' -> '/usr/share/nodejs/@babel/plugin-syntax-json-strings'
> 'node_modules/@babel/plugin-syntax-jsx' -> '/usr/share/nodejs/@babel/plugin-syntax-jsx'
> 'node_modules/@babel/plugin-syntax-logical-assignment-operators' -> '/usr/share/nodejs/@babel/plugin-syntax-logical-assignment-operators'
> 'node_modules/@babel/plugin-syntax-module-blocks' -> '/usr/share/nodejs/@babel/plugin-syntax-module-blocks'
> 'node_modules/@babel/plugin-syntax-module-string-names' -> '/usr/share/nodejs/@babel/plugin-syntax-module-string-names'
> 'node_modules/@babel/plugin-syntax-nullish-coalescing-operator' -> '/usr/share/nodejs/@babel/plugin-syntax-nullish-coalescing-operator'
> 'node_modules/@babel/plugin-syntax-numeric-separator' -> '/usr/share/nodejs/@babel/plugin-syntax-numeric-separator'
> 'node_modules/@babel/plugin-syntax-object-rest-spread' -> '/usr/share/nodejs/@babel/plugin-syntax-object-rest-spread'
> 'node_modules/@babel/plugin-syntax-optional-catch-binding' -> '/usr/share/nodejs/@babel/plugin-syntax-optional-catch-binding'
> 'node_modules/@babel/plugin-syntax-optional-chaining' -> '/usr/share/nodejs/@babel/plugin-syntax-optional-chaining'
> 'node_modules/@babel/plugin-syntax-partial-application' -> '/usr/share/nodejs/@babel/plugin-syntax-partial-application'
> 'node_modules/@babel/plugin-syntax-pipeline-operator' -> '/usr/share/nodejs/@babel/plugin-syntax-pipeline-operator'
> 'node_modules/@babel/plugin-syntax-private-property-in-object' -> '/usr/share/nodejs/@babel/plugin-syntax-private-property-in-object'
> 'node_modules/@babel/plugin-syntax-record-and-tuple' -> '/usr/share/nodejs/@babel/plugin-syntax-record-and-tuple'
> 'node_modules/@babel/plugin-syntax-throw-expressions' -> '/usr/share/nodejs/@babel/plugin-syntax-throw-expressions'
> 'node_modules/@babel/plugin-syntax-top-level-await' -> '/usr/share/nodejs/@babel/plugin-syntax-top-level-await'
> 'node_modules/@babel/plugin-syntax-typescript' -> '/usr/share/nodejs/@babel/plugin-syntax-typescript'
> 'node_modules/@babel/plugin-syntax-unicode-sets-regex' -> '/usr/share/nodejs/@babel/plugin-syntax-unicode-sets-regex'
> 'node_modules/@babel/plugin-transform-arrow-functions' -> '/usr/share/nodejs/@babel/plugin-transform-arrow-functions'
> 'node_modules/@babel/plugin-transform-async-to-generator' -> '/usr/share/nodejs/@babel/plugin-transform-async-to-generator'
> 'node_modules/@babel/plugin-transform-block-scoped-functions' -> '/usr/share/nodejs/@babel/plugin-transform-block-scoped-functions'
> 'node_modules/@babel/plugin-transform-block-scoping' -> '/usr/share/nodejs/@babel/plugin-transform-block-scoping'
> 'node_modules/@babel/plugin-transform-classes' -> '/usr/share/nodejs/@babel/plugin-transform-classes'
> 'node_modules/@babel/plugin-transform-computed-properties' -> '/usr/share/nodejs/@babel/plugin-transform-computed-properties'
> 'node_modules/@babel/plugin-transform-destructuring' -> '/usr/share/nodejs/@babel/plugin-transform-destructuring'
> 'node_modules/@babel/plugin-transform-dotall-regex' -> '/usr/share/nodejs/@babel/plugin-transform-dotall-regex'
> 'node_modules/@babel/plugin-transform-duplicate-keys' -> '/usr/share/nodejs/@babel/plugin-transform-duplicate-keys'
> 'node_modules/@babel/plugin-transform-exponentiation-operator' -> '/usr/share/nodejs/@babel/plugin-transform-exponentiation-operator'
> 'node_modules/@babel/plugin-transform-flow-comments' -> '/usr/share/nodejs/@babel/plugin-transform-flow-comments'
> 'node_modules/@babel/plugin-transform-flow-strip-types' -> '/usr/share/nodejs/@babel/plugin-transform-flow-strip-types'
> 'node_modules/@babel/plugin-transform-for-of' -> '/usr/share/nodejs/@babel/plugin-transform-for-of'
> 'node_modules/@babel/plugin-transform-function-name' -> '/usr/share/nodejs/@babel/plugin-transform-function-name'
> 'node_modules/@babel/plugin-transform-instanceof' -> '/usr/share/nodejs/@babel/plugin-transform-instanceof'
> 'node_modules/@babel/plugin-transform-jscript' -> '/usr/share/nodejs/@babel/plugin-transform-jscript'
> 'node_modules/@babel/plugin-transform-literals' -> '/usr/share/nodejs/@babel/plugin-transform-literals'
> 'node_modules/@babel/plugin-transform-member-expression-literals' -> '/usr/share/nodejs/@babel/plugin-transform-member-expression-literals'
> 'node_modules/@babel/plugin-transform-modules-amd' -> '/usr/share/nodejs/@babel/plugin-transform-modules-amd'
> 'node_modules/@babel/plugin-transform-modules-commonjs' -> '/usr/share/nodejs/@babel/plugin-transform-modules-commonjs'
> 'node_modules/@babel/plugin-transform-modules-systemjs' -> '/usr/share/nodejs/@babel/plugin-transform-modules-systemjs'
> 'node_modules/@babel/plugin-transform-modules-umd' -> '/usr/share/nodejs/@babel/plugin-transform-modules-umd'
> 'node_modules/@babel/plugin-transform-named-capturing-groups-regex' -> '/usr/share/nodejs/@babel/plugin-transform-named-capturing-groups-regex'
> 'node_modules/@babel/plugin-transform-new-target' -> '/usr/share/nodejs/@babel/plugin-transform-new-target'
> 'node_modules/@babel/plugin-transform-object-assign' -> '/usr/share/nodejs/@babel/plugin-transform-object-assign'
> 'node_modules/@babel/plugin-transform-object-set-prototype-of-to-assign' -> '/usr/share/nodejs/@babel/plugin-transform-object-set-prototype-of-to-assign'
> 'node_modules/@babel/plugin-transform-object-super' -> '/usr/share/nodejs/@babel/plugin-transform-object-super'
> 'node_modules/@babel/plugin-transform-parameters' -> '/usr/share/nodejs/@babel/plugin-transform-parameters'
> 'node_modules/@babel/plugin-transform-property-literals' -> '/usr/share/nodejs/@babel/plugin-transform-property-literals'
> 'node_modules/@babel/plugin-transform-property-mutators' -> '/usr/share/nodejs/@babel/plugin-transform-property-mutators'
> 'node_modules/@babel/plugin-transform-proto-to-assign' -> '/usr/share/nodejs/@babel/plugin-transform-proto-to-assign'
> 'node_modules/@babel/plugin-transform-react-constant-elements' -> '/usr/share/nodejs/@babel/plugin-transform-react-constant-elements'
> 'node_modules/@babel/plugin-transform-react-display-name' -> '/usr/share/nodejs/@babel/plugin-transform-react-display-name'
> 'node_modules/@babel/plugin-transform-react-inline-elements' -> '/usr/share/nodejs/@babel/plugin-transform-react-inline-elements'
> 'node_modules/@babel/plugin-transform-react-jsx' -> '/usr/share/nodejs/@babel/plugin-transform-react-jsx'
> 'node_modules/@babel/plugin-transform-react-jsx-compat' -> '/usr/share/nodejs/@babel/plugin-transform-react-jsx-compat'
> 'node_modules/@babel/plugin-transform-react-jsx-development' -> '/usr/share/nodejs/@babel/plugin-transform-react-jsx-development'
> 'node_modules/@babel/plugin-transform-react-jsx-self' -> '/usr/share/nodejs/@babel/plugin-transform-react-jsx-self'
> 'node_modules/@babel/plugin-transform-react-jsx-source' -> '/usr/share/nodejs/@babel/plugin-transform-react-jsx-source'
> 'node_modules/@babel/plugin-transform-react-pure-annotations' -> '/usr/share/nodejs/@babel/plugin-transform-react-pure-annotations'
> 'node_modules/@babel/plugin-transform-regenerator' -> '/usr/share/nodejs/@babel/plugin-transform-regenerator'
> 'node_modules/@babel/plugin-transform-reserved-words' -> '/usr/share/nodejs/@babel/plugin-transform-reserved-words'
> 'node_modules/@babel/plugin-transform-runtime' -> '/usr/share/nodejs/@babel/plugin-transform-runtime'
> 'node_modules/@babel/plugin-transform-shorthand-properties' -> '/usr/share/nodejs/@babel/plugin-transform-shorthand-properties'
> 'node_modules/@babel/plugin-transform-spread' -> '/usr/share/nodejs/@babel/plugin-transform-spread'
> 'node_modules/@babel/plugin-transform-sticky-regex' -> '/usr/share/nodejs/@babel/plugin-transform-sticky-regex'
> 'node_modules/@babel/plugin-transform-strict-mode' -> '/usr/share/nodejs/@babel/plugin-transform-strict-mode'
> 'node_modules/@babel/plugin-transform-template-literals' -> '/usr/share/nodejs/@babel/plugin-transform-template-literals'
> 'node_modules/@babel/plugin-transform-typeof-symbol' -> '/usr/share/nodejs/@babel/plugin-transform-typeof-symbol'
> 'node_modules/@babel/plugin-transform-typescript' -> '/usr/share/nodejs/@babel/plugin-transform-typescript'
> 'node_modules/@babel/plugin-transform-unicode-escapes' -> '/usr/share/nodejs/@babel/plugin-transform-unicode-escapes'
> 'node_modules/@babel/plugin-transform-unicode-regex' -> '/usr/share/nodejs/@babel/plugin-transform-unicode-regex'
> 'node_modules/@babel/preset-env' -> '/usr/share/nodejs/@babel/preset-env'
> 'node_modules/@babel/preset-flow' -> '/usr/share/nodejs/@babel/preset-flow'
> 'node_modules/@babel/preset-modules' -> '/usr/share/nodejs/@babel/preset-modules'
> 'node_modules/@babel/preset-react' -> '/usr/share/nodejs/@babel/preset-react'
> 'node_modules/@babel/preset-typescript' -> '/usr/share/nodejs/@babel/preset-typescript'
> 'node_modules/@babel/register' -> '/usr/share/nodejs/@babel/register'
> 'node_modules/@babel/runtime' -> '/usr/share/nodejs/@babel/runtime'
> 'node_modules/@babel/runtime-corejs2' -> '/usr/share/nodejs/@babel/runtime-corejs2'
> 'node_modules/@babel/runtime-corejs3' -> '/usr/share/nodejs/@babel/runtime-corejs3'
> 'node_modules/@babel/template' -> '/usr/share/nodejs/@babel/template'
> 'node_modules/@babel/traverse' -> '/usr/share/nodejs/@babel/traverse'
> 'node_modules/@babel/types' -> '/usr/share/nodejs/@babel/types'
> 'node_modules/@types/babel-types' -> '/usr/share/nodejs/@types/babel-types'
> 'node_modules/@types/babel__code-frame' -> '/usr/share/nodejs/@types/babel__code-frame'
> 'node_modules/@types/babel__core' -> '/usr/share/nodejs/@types/babel__core'
> 'node_modules/@types/babel__generator' -> '/usr/share/nodejs/@types/babel__generator'
> 'node_modules/@types/babel__preset-env' -> '/usr/share/nodejs/@types/babel__preset-env'
> 'node_modules/@types/babel__template' -> '/usr/share/nodejs/@types/babel__template'
> 'node_modules/@types/babel__traverse' -> '/usr/share/nodejs/@types/babel__traverse'
> 'node_modules/@types/charcodes' -> '/usr/share/nodejs/@types/charcodes'
> 'node_modules/@types/gensync' -> '/usr/share/nodejs/@types/gensync'
> 'node_modules/babel-check-duplicated-nodes' -> '/usr/share/nodejs/babel-check-duplicated-nodes'
> 'node_modules/babel-plugin-dynamic-import-node' -> '/usr/share/nodejs/babel-plugin-dynamic-import-node'
> 'node_modules/babel-plugin-transform-charcodes' -> '/usr/share/nodejs/babel-plugin-transform-charcodes'
> 'node_modules/babel-plugin-transform-replace-object-assign' -> '/usr/share/nodejs/babel-plugin-transform-replace-object-assign'
> 'node_modules/babel-preset-airbnb' -> '/usr/share/nodejs/babel-preset-airbnb'
> 'node_modules/babel-preset-current-node-syntax' -> '/usr/share/nodejs/babel-preset-current-node-syntax'
> 'node_modules/charcodes' -> '/usr/share/nodejs/charcodes'
> 'node_modules/gensync' -> '/usr/share/nodejs/gensync'
> 'node_modules/js-levenshtein' -> '/usr/share/nodejs/js-levenshtein'
> 'node_modules/node-modules-regexp' -> '/usr/share/nodejs/node-modules-regexp'
> 'node_modules/pirates' -> '/usr/share/nodejs/pirates'
> 'node_modules/@babel/core' -> '/usr/share/nodejs/@babel/core'
> ln -s ../../packages/babel-helper-string-parser node_modules/@babel/helper-string-parser || true
> ln: failed to create symbolic link 'node_modules/@babel/helper-string-parser/babel-helper-string-parser': Permission denied
> 
> Step 2: build charcodes
> cd charcodes; \
> for D in ./packages/*; do \
> 	mkdir "$D/lib"; \
> 	/usr/bin/babeljs "$D/src/index.js" -o "$D/lib/index.js" --env-name "cjs"; \
> 	/usr/bin/babeljs "$D/src/index.js" -o "$D/lib/index.mjs" --env-name "esm"; \
> done
> 
> Step 3: build babel
> #/usr/bin/make prepublish-build  YARN=''
> #/usr/bin/make prepublish-build-standalone YARN=''
> #gulp build-babel-standalone
> gulp generate-standalone
> [21:04:23] Using gulpfile /<<PKGBUILDDIR>>/Gulpfile.mjs
> [21:04:23] Starting 'generate-standalone'...
> [21:04:23] Finished 'generate-standalone' after 29 ms
> [21:04:23] Generating @babel/standalone files
> #NODE_ENV=production BABEL_ENV=production STRIP_BABEL_8_FLAG=true /usr/bin/make build-bundle
> node scripts/set-module-type.js
> NODE_ENV=production BABEL_ENV=production STRIP_BABEL_8_FLAG=true gulp build
> [21:04:25] Using gulpfile /<<PKGBUILDDIR>>/Gulpfile.mjs
> [21:04:25] Starting 'build'...
> [21:04:25] Starting 'build-vendor'...
> [21:04:26] Finished 'build-vendor' after 1.21 s
> [21:04:26] Starting 'build-rollup'...
> [21:04:26] Starting 'build-babel'...
> [21:04:26] Compiling 'packages/babel-parser/src/index.ts' with rollup ...
> [21:04:26] Compiling 'packages/babel-plugin-proposal-destructuring-private/src/index.ts' with rollup ...
> [21:04:26] Compiling 'packages/babel-plugin-proposal-object-rest-spread/src/index.ts' with rollup ...
> [21:04:26] Compiling 'packages/babel-plugin-proposal-optional-chaining/src/index.ts' with rollup ...
> [21:04:26] Compiling 'packages/babel-preset-react/src/index.ts' with rollup ...
> [21:04:26] Compiling 'packages/babel-plugin-transform-destructuring/src/index.ts' with rollup ...
> [21:04:26] Compiling 'packages/babel-preset-typescript/src/index.ts' with rollup ...
> [21:04:26] Compiling 'packages/babel-helper-member-expression-to-functions/src/index.ts' with rollup ...
> [21:04:26] Compiling 'packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/src/index.ts' with rollup ...
> [21:04:26] Compiling 'packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression/src/index.ts' with rollup ...
> [21:04:27] Compiling './eslint/babel-eslint-parser/src/analyze-scope.cjs'...
> [21:04:27] Compiling './codemods/babel-plugin-codemod-optional-catch-binding/src/index.ts'...
> [21:04:27] Compiling './codemods/babel-plugin-codemod-object-assign-to-object-spread/src/index.ts'...
> [21:04:27] Compiling './eslint/babel-eslint-parser/src/client.cjs'...
> [21:04:27] Compiling './eslint/babel-eslint-parser/src/configuration.cjs'...
> [21:04:27] Compiling './eslint/babel-eslint-parser/src/convert/convertAST.cjs'...
> "findSuggestion" is imported from external module "@babel/helper-validator-option" but never used in "packages/babel-preset-react/src/normalize-options.ts".
> [21:04:28] Compiling './eslint/babel-eslint-parser/src/convert/convertComments.cjs'...
> [21:04:28] Compiling './eslint/babel-eslint-parser/src/convert/convertTokens.cjs'...
> [21:04:28] Compiling './eslint/babel-eslint-parser/src/convert/index.cjs'...
> [21:04:28] Compiling './eslint/babel-eslint-parser/src/experimental-worker.cjs'...
> [21:04:29] Compiling './eslint/babel-eslint-parser/src/parse.cjs'...
> [21:04:29] Compiling './eslint/babel-eslint-parser/src/index.cjs'...
> [21:04:29] Compiling './eslint/babel-eslint-parser/src/utils/eslint-version.cjs'...
> [21:04:29] Compiling './eslint/babel-eslint-parser/src/worker/ast-info.cjs'...
> [21:04:30] Compiling './eslint/babel-eslint-parser/src/worker/babel-core.cjs'...
> [21:04:31] Compiling './eslint/babel-eslint-parser/src/worker/configuration.cjs'...
> [21:04:31] Compiling './eslint/babel-eslint-parser/src/worker/extract-parser-options-plugin.cjs'...
> [21:04:31] Compiling './eslint/babel-eslint-parser/src/worker/handle-message.cjs'...
> [21:04:31] Compiling './eslint/babel-eslint-parser/src/worker/index.cjs'...
> [21:04:31] Compiling './eslint/babel-eslint-parser/src/worker/maybeParse.cjs'...
> [21:04:31] Compiling './eslint/babel-eslint-plugin-development-internal/src/index.cjs'...
> [21:04:31] Compiling './eslint/babel-eslint-plugin-development-internal/src/rules/report-error-message-format.cjs'...
> [21:04:31] Compiling './eslint/babel-eslint-plugin-development/src/index.cjs'...
> [21:04:31] Compiling './eslint/babel-eslint-plugin-development-internal/src/rules/require-default-import-fallback.cjs'...
> [21:04:32] Compiling './eslint/babel-eslint-plugin-development/src/rules/no-deprecated-clone.cjs'...
> [21:04:32] Compiling './eslint/babel-eslint-plugin-development/src/utils/get-export-name.cjs'...
> [21:04:32] Compiling './eslint/babel-eslint-plugin-development/src/rules/plugin-name.cjs'...
> [21:04:32] Compiling './eslint/babel-eslint-plugin-development/src/rules/no-undefined-identifier.cjs'...
> [21:04:32] Compiling './eslint/babel-eslint-plugin-development/src/utils/is-babel-plugin-factory.cjs'...
> [21:04:32] Compiling './eslint/babel-eslint-plugin-development/src/utils/is-from-babel-types.cjs'...
> [21:04:32] Compiling './eslint/babel-eslint-plugin-development/src/utils/get-reference-origin.cjs'...
> [21:04:32] Compiling './eslint/babel-eslint-plugin/src/rules/new-cap.cjs'...
> [21:04:32] Compiling './eslint/babel-eslint-plugin/src/index.cjs'...
> [21:04:32] Compiling './eslint/babel-eslint-plugin/src/rules/no-invalid-this.cjs'...
> [21:04:32] Finished 'build-rollup' after 6.37 s
> [21:04:32] Compiling './eslint/babel-eslint-plugin/src/rules/no-unused-expressions.cjs'...
> [21:04:32] Compiling './eslint/babel-eslint-plugin/src/rules/semi.cjs'...
> [21:04:32] Compiling './eslint/babel-eslint-plugin/src/rules/object-curly-spacing.cjs'...
> [21:04:32] Compiling './packages/babel-cli/src/babel-external-helpers.ts'...
> [21:04:32] Compiling './packages/babel-cli/src/babel/dir.ts'...
> [21:04:32] Compiling './packages/babel-cli/src/babel/file.ts'...
> [21:04:32] Compiling './packages/babel-cli/src/babel/index.ts'...
> [21:04:32] Compiling './packages/babel-cli/src/babel/options.ts'...
> [21:04:32] Compiling './packages/babel-cli/src/babel/util.ts'...
> [21:04:32] Compiling './packages/babel-code-frame/src/index.ts'...
> [21:04:32] Compiling './packages/babel-core/src/config/cache-contexts.ts'...
> [21:04:32] Compiling './packages/babel-cli/src/babel/watcher.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/caching.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/config-chain.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/config-descriptors.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/files/configuration.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/files/import-meta-resolve.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/files/import.cjs'...
> [21:04:33] Compiling './packages/babel-core/src/config/files/index-browser.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/files/index.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/files/module-types.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/files/package.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/files/plugins.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/files/types.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/files/utils.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/full.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/helpers/config-api.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/helpers/deep-array.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/helpers/environment.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/index.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/item.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/partial.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/pattern-to-regex.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/plugin.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/printer.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/resolve-targets-browser.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/util.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/resolve-targets.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/validation/option-assertions.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/validation/plugins.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/validation/options.ts'...
> [21:04:33] Compiling './packages/babel-core/src/config/validation/removed.ts'...
> [21:04:33] Compiling './packages/babel-core/src/errors/config-error.ts'...
> [21:04:33] Compiling './packages/babel-core/src/errors/rewrite-stack-trace.ts'...
> [21:04:33] Compiling './packages/babel-core/src/gensync-utils/async.ts'...
> [21:04:33] Compiling './packages/babel-core/src/gensync-utils/fs.ts'...
> [21:04:33] Compiling './packages/babel-core/src/gensync-utils/functional.ts'...
> [21:04:33] Compiling './packages/babel-core/src/index.ts'...
> [21:04:33] Compiling './packages/babel-core/src/parse.ts'...
> [21:04:33] Compiling './packages/babel-core/src/parser/util/missing-plugin-helper.ts'...
> [21:04:33] Compiling './packages/babel-core/src/parser/index.ts'...
> [21:04:33] Compiling './packages/babel-core/src/tools/build-external-helpers.ts'...
> [21:04:33] Compiling './packages/babel-core/src/transform-ast.ts'...
> [21:04:33] Compiling './packages/babel-core/src/transform-file-browser.ts'...
> [21:04:33] Compiling './packages/babel-core/src/transform-file.ts'...
> [21:04:33] Compiling './packages/babel-core/src/transform.ts'...
> [21:04:33] Compiling './packages/babel-core/src/transformation/block-hoist-plugin.ts'...
> [21:04:33] Compiling './packages/babel-core/src/transformation/file/file.ts'...
> [21:04:33] Compiling './packages/babel-core/src/transformation/file/generate.ts'...
> [21:04:33] Compiling './packages/babel-core/src/transformation/file/merge-map.ts'...
> [21:04:33] Compiling './packages/babel-core/src/transformation/index.ts'...
> [21:04:33] Compiling './packages/babel-core/src/transformation/normalize-file.ts'...
> [21:04:33] Compiling './packages/babel-core/src/transformation/normalize-opts.ts'...
> [21:04:33] Compiling './packages/babel-core/src/transformation/plugin-pass.ts'...
> [21:04:33] Compiling './packages/babel-core/src/transformation/util/clone-deep.ts'...
> [21:04:33] Compiling './packages/babel-core/src/vendor/import-meta-resolve.js'...
> [21:04:33] Compiling './packages/babel-generator/src/buffer.ts'...
> [21:04:33] Compiling './packages/babel-generator/src/generators/base.ts'...
> [21:04:33] Compiling './packages/babel-generator/src/generators/classes.ts'...
> [21:04:33] Compiling './packages/babel-generator/src/generators/expressions.ts'...
> [21:04:33] Compiling './packages/babel-generator/src/generators/flow.ts'...
> [21:04:33] Compiling './packages/babel-generator/src/generators/index.ts'...
> [21:04:33] Compiling './packages/babel-generator/src/generators/jsx.ts'...
> [21:04:33] Compiling './packages/babel-generator/src/generators/methods.ts'...
> [21:04:33] Compiling './packages/babel-generator/src/generators/modules.ts'...
> [21:04:33] Compiling './packages/babel-generator/src/generators/statements.ts'...
> [21:04:33] Compiling './packages/babel-generator/src/generators/template-literals.ts'...
> [21:04:33] Compiling './packages/babel-generator/src/generators/types.ts'...
> [21:04:33] Compiling './packages/babel-generator/src/generators/typescript.ts'...
> [21:04:34] Compiling './packages/babel-generator/src/index.ts'...
> [21:04:34] Compiling './packages/babel-generator/src/node/index.ts'...
> [21:04:34] Compiling './packages/babel-generator/src/node/parentheses.ts'...
> [21:04:34] Compiling './packages/babel-generator/src/node/whitespace.ts'...
> [21:04:34] Compiling './packages/babel-generator/src/printer.ts'...
> [21:04:34] Compiling './packages/babel-generator/src/source-map.ts'...
> [21:04:34] Compiling './packages/babel-helper-annotate-as-pure/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-builder-binary-assignment-operator-visitor/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-builder-react-jsx/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-check-duplicate-nodes/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-compilation-targets/src/filter-items.ts'...
> [21:04:34] Compiling './packages/babel-helper-compilation-targets/src/debug.ts'...
> [21:04:34] Compiling './packages/babel-helper-compilation-targets/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-compilation-targets/src/options.ts'...
> [21:04:34] Compiling './packages/babel-helper-compilation-targets/src/pretty.ts'...
> [21:04:34] Compiling './packages/babel-helper-compilation-targets/src/targets.ts'...
> [21:04:34] Compiling './packages/babel-helper-compilation-targets/src/utils.ts'...
> [21:04:34] Compiling './packages/babel-helper-create-class-features-plugin/src/decorators.ts'...
> [21:04:34] Compiling './packages/babel-helper-create-class-features-plugin/src/features.ts'...
> [21:04:34] Compiling './packages/babel-helper-create-class-features-plugin/src/fields.ts'...
> [21:04:34] Compiling './packages/babel-helper-create-class-features-plugin/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-create-class-features-plugin/src/misc.ts'...
> [21:04:34] Compiling './packages/babel-helper-create-class-features-plugin/src/typescript.ts'...
> [21:04:34] Compiling './packages/babel-helper-create-regexp-features-plugin/src/features.ts'...
> [21:04:34] Compiling './packages/babel-helper-create-regexp-features-plugin/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-create-regexp-features-plugin/src/util.ts'...
> [21:04:34] Compiling './packages/babel-helper-environment-visitor/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-explode-assignable-expression/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-fixtures/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-function-name/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-hoist-variables/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-module-imports/src/import-builder.ts'...
> [21:04:34] Compiling './packages/babel-helper-module-imports/src/import-injector.ts'...
> [21:04:34] Compiling './packages/babel-helper-module-imports/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-module-transforms/src/dynamic-import.ts'...
> [21:04:34] Compiling './packages/babel-helper-module-imports/src/is-module.ts'...
> [21:04:34] Compiling './packages/babel-helper-module-transforms/src/get-module-name.ts'...
> [21:04:34] Compiling './packages/babel-helper-module-transforms/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-module-transforms/src/normalize-and-load-metadata.ts'...
> [21:04:34] Compiling './packages/babel-helper-module-transforms/src/rewrite-live-references.ts'...
> [21:04:34] Compiling './packages/babel-helper-module-transforms/src/rewrite-this.ts'...
> [21:04:34] Compiling './packages/babel-helper-optimise-call-expression/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-plugin-test-runner/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-plugin-utils/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-remap-async-to-generator/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-replace-supers/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-simple-access/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-skip-transparent-expression-wrappers/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-split-export-declaration/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-string-parser/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-transform-fixture-test-runner/src/babel-helpers-in-memory.js'...
> [21:04:34] Compiling './packages/babel-helper-transform-fixture-test-runner/src/helpers.ts'...
> [21:04:34] Compiling './packages/babel-helper-transform-fixture-test-runner/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-validator-identifier/src/identifier.ts'...
> [21:04:34] Compiling './packages/babel-helper-validator-identifier/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-validator-identifier/src/keyword.ts'...
> [21:04:34] Compiling './packages/babel-helper-validator-option/src/find-suggestion.ts'...
> [21:04:34] Compiling './packages/babel-helper-validator-option/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helper-validator-option/src/validator.ts'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers-generated.ts'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers.ts'...
> [21:04:34] Compiling './packages/babel-helper-wrap-function/src/index.ts'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers/applyDecs.js'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers/applyDecs2203.js'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers/applyDecs2203R.js'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers/asyncGeneratorDelegate.js'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers/AsyncGenerator.js'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers/asyncIterator.js'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers/awaitAsyncGenerator.js'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers/checkInRHS.js'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers/defineAccessor.js'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers/iterableToArrayLimit.js'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers/iterableToArrayLimitLoose.js'...
> [21:04:34] Compiling './packages/babel-helpers/src/helpers/jsx.js'...
> [21:04:35] Compiling './packages/babel-helpers/src/helpers/objectSpread2.js'...
> [21:04:35] Compiling './packages/babel-helpers/src/helpers/OverloadYield.js'...
> [21:04:35] Compiling './packages/babel-helpers/src/helpers/regeneratorRuntime.js'...
> [21:04:35] Compiling './packages/babel-helpers/src/helpers/typeof.js'...
> [21:04:35] Compiling './packages/babel-helpers/src/helpers/wrapRegExp.js'...
> [21:04:35] Compiling './packages/babel-helpers/src/index.ts'...
> [21:04:35] Compiling './packages/babel-highlight/src/index.ts'...
> [21:04:35] Compiling './packages/babel-node/src/_babel-node.ts'...
> [21:04:35] Compiling './packages/babel-plugin-external-helpers/src/index.ts'...
> [21:04:35] Compiling './packages/babel-node/src/babel-node.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-async-do-expressions/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-async-generator-functions/src/for-await.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-async-generator-functions/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-class-properties/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-class-static-block/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-decorators/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-decorators/src/transformer-2022-03.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-do-expressions/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-decorators/src/transformer-legacy.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-duplicate-named-capturing-groups-regex/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-dynamic-import/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-export-default-from/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-export-namespace-from/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-function-bind/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-function-sent/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-json-strings/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-logical-assignment-operators/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-nullish-coalescing-operator/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-numeric-separator/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-optional-catch-binding/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-partial-application/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-pipeline-operator/src/buildOptimizedSequenceExpression.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-pipeline-operator/src/fsharpVisitor.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-pipeline-operator/src/hackVisitor.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-pipeline-operator/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-pipeline-operator/src/minimalVisitor.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-pipeline-operator/src/smartVisitor.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-private-methods/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-private-property-in-object/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-record-and-tuple/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-throw-expressions/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-unicode-property-regex/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-proposal-unicode-sets-regex/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-async-do-expressions/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-decimal/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-decorators/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-destructuring-private/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-do-expressions/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-explicit-resource-management/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-export-default-from/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-function-bind/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-flow/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-function-sent/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-import-assertions/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-import-reflection/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-jsx/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-module-blocks/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-partial-application/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-pipeline-operator/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-record-and-tuple/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-throw-expressions/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-typescript/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-syntax-unicode-sets-regex/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-arrow-functions/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-async-to-generator/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-block-scoped-functions/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-block-scoping/src/annex-B_3_3.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-block-scoping/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-block-scoping/src/loop.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-block-scoping/src/validation.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-classes/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-classes/src/inline-createSuper-helpers.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-classes/src/transformClass.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-dotall-regex/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-computed-properties/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-duplicate-keys/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-exponentiation-operator/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-flow-comments/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-flow-strip-types/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-for-of/src/no-helper-implementation.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-for-of/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-instanceof/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-function-name/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-jscript/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-literals/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-member-expression-literals/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-modules-amd/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-modules-commonjs/src/dynamic-import.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-modules-commonjs/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-modules-systemjs/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-modules-umd/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-named-capturing-groups-regex/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-new-target/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-object-assign/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-object-super/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-object-set-prototype-of-to-assign/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-parameters/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-parameters/src/params.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-parameters/src/rest.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-parameters/src/shadow-utils.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-property-literals/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-property-mutators/src/define-map.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-property-mutators/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-proto-to-assign/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-react-constant-elements/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-react-inline-elements/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-react-display-name/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-react-jsx-development/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-react-jsx-compat/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-react-jsx-self/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-react-jsx-source/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-react-jsx/src/create-plugin.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-react-jsx/src/development.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-react-jsx/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-react-pure-annotations/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-regenerator/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-reserved-words/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-runtime/src/get-runtime-path/browser.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-runtime/src/get-runtime-path/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-runtime/src/helpers.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-runtime/src/index.ts'...
> [21:04:35] Compiling './packages/babel-plugin-transform-shorthand-properties/src/index.ts'...
> [21:04:36] Compiling './packages/babel-plugin-transform-spread/src/index.ts'...
> [21:04:36] Compiling './packages/babel-plugin-transform-sticky-regex/src/index.ts'...
> [21:04:36] Compiling './packages/babel-plugin-transform-strict-mode/src/index.ts'...
> [21:04:36] Compiling './packages/babel-plugin-transform-template-literals/src/index.ts'...
> [21:04:36] Compiling './packages/babel-plugin-transform-typeof-symbol/src/index.ts'...
> [21:04:36] Compiling './packages/babel-plugin-transform-typescript/src/const-enum.ts'...
> [21:04:36] Compiling './packages/babel-plugin-transform-typescript/src/enum.ts'...
> [21:04:36] Compiling './packages/babel-plugin-transform-typescript/src/index.ts'...
> [21:04:36] Compiling './packages/babel-plugin-transform-typescript/src/namespace.ts'...
> [21:04:36] Compiling './packages/babel-plugin-transform-unicode-escapes/src/index.ts'...
> [21:04:36] Compiling './packages/babel-plugin-transform-unicode-regex/src/index.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/available-plugins.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/debug.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/filter-items.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/get-option-specific-excludes.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/index.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/module-transformations.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/normalize-options.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/options.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/plugins-compat-data.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/polyfills/babel-polyfill.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/polyfills/regenerator.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/polyfills/utils.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/shipped-proposals.ts'...
> [21:04:36] Compiling './packages/babel-preset-env/src/targets-parser.ts'...
> [21:04:36] Compiling './packages/babel-preset-flow/src/index.ts'...
> [21:04:36] Compiling './packages/babel-preset-flow/src/normalize-options.ts'...
> [21:04:36] Compiling './packages/babel-register/src/browser.js'...
> [21:04:36] Compiling './packages/babel-register/src/cache.js'...
> [21:04:36] Compiling './packages/babel-register/src/experimental-worker.js'...
> [21:04:36] Compiling './packages/babel-register/src/hook.js'...
> [21:04:36] Compiling './packages/babel-register/src/index.js'...
> [21:04:36] Compiling './packages/babel-register/src/node.js'...
> [21:04:36] Compiling './packages/babel-register/src/is-in-register-worker.js'...
> [21:04:36] Compiling './packages/babel-register/src/nodeWrapper.js'...
> [21:04:36] Compiling './packages/babel-register/src/worker-client.js'...
> [21:04:36] Compiling './packages/babel-register/src/worker/babel-core.js'...
> [21:04:36] Compiling './packages/babel-register/src/worker/cache.js'...
> [21:04:36] Compiling './packages/babel-register/src/worker/handle-message.js'...
> [21:04:36] Compiling './packages/babel-register/src/worker/index.js'...
> [21:04:36] Compiling './packages/babel-register/src/worker/transform.js'...
> [21:04:36] Compiling './packages/babel-standalone/src/babel-package-shim.ts'...
> [21:04:36] Compiling './packages/babel-standalone/src/generated/plugins.ts'...
> [21:04:36] Compiling './packages/babel-standalone/src/index.ts'...
> [21:04:36] Compiling './packages/babel-standalone/src/make-noop-plugin.ts'...
> [21:04:36] Compiling './packages/babel-standalone/src/plugin-utils-shim.ts'...
> [21:04:36] Compiling './packages/babel-standalone/src/preset-stage-0.ts'...
> [21:04:36] Compiling './packages/babel-standalone/src/preset-es2015.ts'...
> [21:04:36] Compiling './packages/babel-standalone/src/preset-stage-1.ts'...
> [21:04:36] Compiling './packages/babel-standalone/src/preset-stage-2.ts'...
> [21:04:36] Compiling './packages/babel-standalone/src/preset-stage-3.ts'...
> [21:04:36] Compiling './packages/babel-standalone/src/transformScriptTags.ts'...
> [21:04:36] Compiling './packages/babel-template/src/builder.ts'...
> [21:04:36] Compiling './packages/babel-template/src/formatters.ts'...
> [21:04:36] Compiling './packages/babel-template/src/index.ts'...
> [21:04:36] Compiling './packages/babel-template/src/literal.ts'...
> [21:04:36] Compiling './packages/babel-template/src/options.ts'...
> [21:04:36] Compiling './packages/babel-template/src/parse.ts'...
> [21:04:36] Compiling './packages/babel-template/src/populate.ts'...
> [21:04:36] Compiling './packages/babel-template/src/string.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/cache.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/context.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/hub.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/index.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/ancestry.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/context.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/comments.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/conversion.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/evaluation.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/family.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/inference/index.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/index.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/inference/inferers.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/inference/inferer-reference.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/introspection.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/lib/hoister.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/inference/util.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/lib/removal-hooks.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/lib/virtual-types-validator.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/modification.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/lib/virtual-types.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/removal.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/path/replacement.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/scope/binding.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/scope/index.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/scope/lib/renamer.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/traverse-node.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/types.ts'...
> [21:04:36] Compiling './packages/babel-traverse/src/visitors.ts'...
> [21:04:36] Compiling './packages/babel-types/src/asserts/assertNode.ts'...
> [21:04:36] Compiling './packages/babel-types/src/asserts/generated/index.ts'...
> [21:04:36] Compiling './packages/babel-types/src/ast-types/generated/index.ts'...
> [21:04:36] Compiling './packages/babel-types/src/builders/flow/createFlowUnionType.ts'...
> [21:04:37] Compiling './packages/babel-types/src/builders/flow/createTypeAnnotationBasedOnTypeof.ts'...
> [21:04:37] Compiling './packages/babel-types/src/builders/generated/index.ts'...
> [21:04:37] Compiling './packages/babel-types/src/builders/generated/uppercase.js'...
> [21:04:37] Compiling './packages/babel-types/src/builders/react/buildChildren.ts'...
> [21:04:37] Compiling './packages/babel-types/src/builders/typescript/createTSUnionType.ts'...
> [21:04:37] Compiling './packages/babel-types/src/clone/clone.ts'...
> [21:04:37] Compiling './packages/babel-types/src/builders/validateNode.ts'...
> [21:04:37] Compiling './packages/babel-types/src/clone/cloneDeep.ts'...
> [21:04:37] Compiling './packages/babel-types/src/clone/cloneDeepWithoutLoc.ts'...
> [21:04:37] Compiling './packages/babel-types/src/clone/cloneNode.ts'...
> [21:04:37] Compiling './packages/babel-types/src/clone/cloneWithoutLoc.ts'...
> [21:04:37] Compiling './packages/babel-types/src/comments/addComment.ts'...
> [21:04:37] Compiling './packages/babel-types/src/comments/addComments.ts'...
> [21:04:37] Compiling './packages/babel-types/src/comments/inheritInnerComments.ts'...
> [21:04:37] Compiling './packages/babel-types/src/comments/inheritLeadingComments.ts'...
> [21:04:37] Compiling './packages/babel-types/src/comments/inheritsComments.ts'...
> [21:04:37] Compiling './packages/babel-types/src/comments/inheritTrailingComments.ts'...
> [21:04:37] Compiling './packages/babel-types/src/comments/removeComments.ts'...
> [21:04:37] Compiling './packages/babel-types/src/constants/generated/index.ts'...
> [21:04:37] Compiling './packages/babel-types/src/constants/index.ts'...
> [21:04:37] Compiling './packages/babel-types/src/converters/ensureBlock.ts'...
> [21:04:37] Compiling './packages/babel-types/src/converters/gatherSequenceExpressions.ts'...
> [21:04:37] Compiling './packages/babel-types/src/converters/toBindingIdentifierName.ts'...
> [21:04:37] Compiling './packages/babel-types/src/converters/toBlock.ts'...
> [21:04:37] Compiling './packages/babel-types/src/converters/toComputedKey.ts'...
> [21:04:37] Compiling './packages/babel-types/src/converters/toExpression.ts'...
> [21:04:37] Compiling './packages/babel-types/src/converters/toIdentifier.ts'...
> [21:04:37] Compiling './packages/babel-types/src/converters/toKeyAlias.ts'...
> [21:04:37] Compiling './packages/babel-types/src/converters/toSequenceExpression.ts'...
> [21:04:37] Compiling './packages/babel-types/src/converters/toStatement.ts'...
> [21:04:37] Compiling './packages/babel-types/src/definitions/core.ts'...
> [21:04:37] Compiling './packages/babel-types/src/converters/valueToNode.ts'...
> [21:04:37] Compiling './packages/babel-types/src/definitions/experimental.ts'...
> [21:04:37] Compiling './packages/babel-types/src/definitions/flow.ts'...
> [21:04:37] Compiling './packages/babel-types/src/definitions/index.ts'...
> [21:04:37] Compiling './packages/babel-types/src/definitions/jsx.ts'...
> [21:04:37] Compiling './packages/babel-types/src/definitions/misc.ts'...
> [21:04:37] Compiling './packages/babel-types/src/definitions/placeholders.ts'...
> [21:04:37] Compiling './packages/babel-types/src/definitions/utils.ts'...
> [21:04:37] Compiling './packages/babel-types/src/definitions/typescript.ts'...
> [21:04:37] Compiling './packages/babel-types/src/index.ts'...
> [21:04:37] Compiling './packages/babel-types/src/modifications/appendToMemberExpression.ts'...
> [21:04:37] Compiling './packages/babel-types/src/modifications/flow/removeTypeDuplicates.ts'...
> [21:04:37] Compiling './packages/babel-types/src/modifications/inherits.ts'...
> [21:04:37] Compiling './packages/babel-types/src/modifications/prependToMemberExpression.ts'...
> [21:04:37] Compiling './packages/babel-types/src/modifications/removeProperties.ts'...
> [21:04:37] Compiling './packages/babel-types/src/modifications/removePropertiesDeep.ts'...
> [21:04:37] Compiling './packages/babel-types/src/modifications/typescript/removeTypeDuplicates.ts'...
> [21:04:37] Compiling './packages/babel-types/src/retrievers/getBindingIdentifiers.ts'...
> [21:04:37] Compiling './packages/babel-types/src/retrievers/getOuterBindingIdentifiers.ts'...
> [21:04:37] Compiling './packages/babel-types/src/traverse/traverseFast.ts'...
> [21:04:37] Compiling './packages/babel-types/src/traverse/traverse.ts'...
> [21:04:37] Compiling './packages/babel-types/src/utils/inherit.ts'...
> [21:04:37] Compiling './packages/babel-types/src/utils/react/cleanJSXElementLiteralChild.ts'...
> [21:04:37] Compiling './packages/babel-types/src/utils/shallowEqual.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/buildMatchMemberExpression.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/is.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/generated/index.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isBinding.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isBlockScoped.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isLet.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isImmutable.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isNode.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isNodesEquivalent.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isPlaceholderType.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isReferenced.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isScope.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isSpecifierDefault.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isType.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isValidES3Identifier.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isValidIdentifier.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/isVar.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/matchesPattern.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/react/isCompatTag.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/react/isReactComponent.ts'...
> [21:04:37] Compiling './packages/babel-types/src/validators/validate.ts'...
> [21:04:38] Finished 'build-babel' after 12 s
> [21:04:38] Starting 'generate-type-helpers'...
> [21:04:38] Starting 'generate-runtime-helpers'...
> [21:04:38] Generating @babel/types and @babel/traverse dynamic functions
> [21:04:38] Generating @babel/helpers runtime helpers
> [21:04:38] ✔ Generated @babel/types -> asserts
> [21:04:38] ✔ Generated @babel/types -> validators
> [21:04:38] ✔ Generated @babel/traverse -> asserts
> [21:04:38] ✔ Generated @babel/types -> constants
> [21:04:38] ✔ Generated @babel/traverse -> validators
> [21:04:38] ✔ Generated @babel/helpers -> regeneratorRuntime
> [21:04:38] ✔ Generated @babel/types -> builders
> [21:04:38] ✔ Generated @babel/types -> builders
> [21:04:38] ✔ Generated @babel/types -> ast-types
> [21:04:38] Finished 'generate-type-helpers' after 283 ms
> [21:04:39] ✔ Generated @babel/helpers
> [21:04:39] Finished 'generate-runtime-helpers' after 988 ms
> [21:04:39] Starting 'build-babel'...
> [21:04:39] Finished 'build-babel' after 490 ms
> [21:04:39] Starting 'generate-standalone'...
> [21:04:39] Starting 'build-cjs-bundles'...
> [21:04:39] Skipping CJS-compat bundles for ESM-based builds, because not compiling to ESM
> [21:04:39] Finished 'generate-standalone' after 2.88 ms
> [21:04:39] Finished 'build-cjs-bundles' after 3.09 ms
> [21:04:39] Finished 'build' after 14 s
> [21:04:39] Generating @babel/standalone files
> node packages/babel-types/scripts/generators/flow.js > packages/babel-types/lib/index.js.flow
> cd packages/babel-plugin-transform-runtime && node scripts/build-dist.js
> STRIP_BABEL_8_FLAG=true BABEL_ENV=production IS_PUBLISH=true gulp build-babel-standalone
> [21:04:49] Using gulpfile /<<PKGBUILDDIR>>/Gulpfile.mjs
> [21:04:49] Starting 'build-babel-standalone'...
> [21:04:49] Finished 'build-babel-standalone' after 3.24 ms
> node scripts/generators/tsconfig.js
> Skipping @babel/runtime for tsconfig.json
> Skipping @babel/runtime-corejs2 for tsconfig.json
> Skipping @babel/runtime-corejs3 for tsconfig.json
> Skipping @babel/eslint-config-internal for tsconfig.json
> Skipping @babel/eslint-parser for tsconfig.json
> Skipping @babel/eslint-plugin for tsconfig.json
> Skipping @babel/eslint-plugin-development for tsconfig.json
> Skipping @babel/eslint-plugin-development-internal for tsconfig.json
> Skipping @babel/eslint-shared-fixtures for tsconfig.json
> Skipping @babel/eslint-tests for tsconfig.json
> node scripts/generators/archived-libs-typings.js
> 
> Step 4: build typescript declarations
> # Workaround: babel wants tsc < 4.5
> perl -i -pe '$_ = "// \@ts-ignore\n$_"' \
> 	packages/babel-traverse/src/path/generated/asserts.d.ts \
> 	packages/babel-traverse/src/path/generated/validators.d.ts
> # Now use internal babel modules
> rm -rf dts
> LIST=`pkgjs-utils modules_list;pkgjs-utils main` && (cd node_modules && rm -rf $LIST)
> pkgjs-utils link_internal_modules
> #for i in babel-*/ gensync packages/b*; do \
> #	NAME=`pkgjs-pjson $i name`; \
> #	rm -rf node_modules/$NAME; \
> #	cp -a $i node_modules/$NAME; \
> #done
> tsc -b .
> packages/babel-helper-transform-fixture-test-runner/src/index.ts(131,7): error TS2345: Argument of type '{ filename: string; displayErrors: boolean; lineOffset: number; cachedData: Buffer; }' is not assignable to parameter of type 'string | ScriptOptions'.
>   Object literal may only specify known properties, and 'displayErrors' does not exist in type 'ScriptOptions'.
> packages/babel-helper-transform-fixture-test-runner/src/index.ts(139,7): error TS2345: Argument of type '{ filename: string; displayErrors: boolean; lineOffset: number; cachedData: Buffer; produceCachedData: true; }' is not assignable to parameter of type 'string | ScriptOptions'.
>   Object literal may only specify known properties, and 'displayErrors' does not exist in type 'ScriptOptions'.
> make[1]: *** [debian/rules:68: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/node-babel7_7.20.15+ds1+~cs214.269.168-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the Pkg-javascript-devel mailing list