Skip to content

rspack-ecosystem-ci-from-commit #1000

rspack-ecosystem-ci-from-commit

rspack-ecosystem-ci-from-commit #1000

Manually triggered August 29, 2024 03:43
Status Failure
Total duration 18m 21s
Artifacts 1

ecosystem-ci-from-commit.yml

on: workflow_dispatch
Get Runner Labels  /  Get Runner Labels
0s
Get Runner Labels / Get Runner Labels
Prepare Rspack Binding
2m 52s
Prepare Rspack Binding
Matrix: execute-all
execute-selected-suite
0s
execute-selected-suite
update-comment
2s
update-comment
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 9 warnings
execute-all (nx)
Process completed with exit code 1.
cases/alias/index.test.ts > source.alias: workspace/rslib/rslib/e2e/cases/alias/index.test.ts#L12
Error: Snapshot `source.alias 1` mismatched - Expected + Received - "// CONCATENATED MODULE: ./src/a.ts - const a = 'hello world'; - // CONCATENATED MODULE: ./src/index.ts + "const a = 'hello world'; console.info(a); " ❯ cases/alias/index.test.ts:12:23
cases/auto-extension/index.test.ts > should respect output.filename.js to override builtin logic > type is commonjs: workspace/rslib/rslib/e2e/cases/auto-extension/index.test.ts#L42
Error: Snapshot `should respect output.filename.js to override builtin logic > type is commonjs 1` mismatched Expected: ""<ROOT>/e2e/cases/auto-extension/type-commonjs/config-override/dist/cjs/index.19d057b3.js"" Received: ""<ROOT>/e2e/cases/auto-extension/type-commonjs/config-override/dist/cjs/index.d08e1bb3.js"" ❯ cases/auto-extension/index.test.ts:42:28
cases/auto-extension/index.test.ts > should respect output.filename.js to override builtin logic > type is module: workspace/rslib/rslib/e2e/cases/auto-extension/index.test.ts#L50
Error: Snapshot `should respect output.filename.js to override builtin logic > type is module 1` mismatched Expected: ""<ROOT>/e2e/cases/auto-extension/type-module/config-override/dist/esm/index.40528364.js"" Received: ""<ROOT>/e2e/cases/auto-extension/type-module/config-override/dist/esm/index.d2068839.js"" ❯ cases/auto-extension/index.test.ts:50:28
cases/extension-alias/index.test.ts > resolve.extensionAlias should work: workspace/rslib/rslib/e2e/cases/extension-alias/index.test.ts#L8
Error: Snapshot `resolve.extensionAlias should work 1` mismatched - Expected + Received @@ -1,11 +1,10 @@ "\"use strict\"; var __webpack_exports__ = {}; - // CONCATENATED MODULE: ./src/bar.js + const bar = 'bar'; - const bar = 'bar'; + const foo = 'foo'; - // CONCATENATED MODULE: ./src/foo.ts - const foo = 'foo'; + // Relative import paths need explicit file extensions in ECMAScript imports // when '--moduleResolution' is 'node16' or 'nodenext'. console.log(foo + bar); var __webpack_export_target__ = exports; for(var i in __webpack_exports__)__webpack_export_target__[i] = __webpack_exports__[i]; if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', { ❯ cases/extension-alias/index.test.ts:8:23
cases/minify/index.test.ts > tree shaking is enabled by default, bar and baz should be shaken: workspace/rslib/rslib/e2e/cases/minify/index.test.ts#L8
Error: Snapshot `tree shaking is enabled by default, bar and baz should be shaken 1` mismatched - Expected + Received - "// CONCATENATED MODULE: ./src/index.ts - const foo = ()=>{}; + "const foo = ()=>{}; export { foo }; " ❯ cases/minify/index.test.ts:8:23
cases/syntax/index.test.ts > should downgrade class private method by default: workspace/rslib/rslib/e2e/cases/syntax/index.test.ts#L9
Error: Snapshot `should downgrade class private method by default 1` mismatched - Expected + Received @@ -1,7 +1,6 @@ - "// CONCATENATED MODULE: ../__fixtures__/src/foo.ts - class Foo { + "class Foo { constructor(){ this.#bar(); } #bar() {} } ❯ cases/syntax/index.test.ts:9:23
cases/syntax/index.test.ts > should downgrade class private method with output.syntax config: workspace/rslib/rslib/e2e/cases/syntax/index.test.ts#L19
Error: Snapshot `should downgrade class private method with output.syntax config 1` mismatched - Expected + Received - "// CONCATENATED MODULE: ../../../../node_modules/<PNPM_INNER>/@swc/helpers/esm/_class_private_method_get.js - function _class_private_method_get(receiver, privateSet, fn) { + "function _class_private_method_get(receiver, privateSet, fn) { if (!privateSet.has(receiver)) throw new TypeError(\"attempted to get private field on non-instance\"); return fn; } - // CONCATENATED MODULE: ../../../../node_modules/<PNPM_INNER>/@swc/helpers/esm/_check_private_redeclaration.js function _check_private_redeclaration(obj, privateCollection) { if (privateCollection.has(obj)) throw new TypeError(\"Cannot initialize the same private elements twice on an object\"); } - // CONCATENATED MODULE: ../../../../node_modules/<PNPM_INNER>/@swc/helpers/esm/_class_private_method_init.js function _class_private_method_init(obj, privateSet) { _check_private_redeclaration(obj, privateSet); privateSet.add(obj); } - // CONCATENATED MODULE: ../__fixtures__/src/foo.ts var _bar = new WeakSet(); class Foo { constructor(){ _class_private_method_init(this, _bar); _class_private_method_get(this, _bar, bar).call(this); } } - function bar() {} + function bar() {} /*#__PURE__*/ export { Foo }; " ❯ cases/syntax/index.test.ts:19:23
cases/alias/index.test.ts > source.alias: workspace/rslib/rslib/e2e/cases/alias/index.test.ts#L12
Error: Snapshot `source.alias 1` mismatched - Expected + Received - "// CONCATENATED MODULE: ./src/a.ts - const a = 'hello world'; - // CONCATENATED MODULE: ./src/index.ts + "const a = 'hello world'; console.info(a); " ❯ cases/alias/index.test.ts:12:23
cases/auto-extension/index.test.ts > should respect output.filename.js to override builtin logic > type is commonjs: workspace/rslib/rslib/e2e/cases/auto-extension/index.test.ts#L42
Error: Snapshot `should respect output.filename.js to override builtin logic > type is commonjs 1` mismatched Expected: ""<ROOT>/e2e/cases/auto-extension/type-commonjs/config-override/dist/cjs/index.19d057b3.js"" Received: ""<ROOT>/e2e/cases/auto-extension/type-commonjs/config-override/dist/cjs/index.d08e1bb3.js"" ❯ cases/auto-extension/index.test.ts:42:28
cases/auto-extension/index.test.ts > should respect output.filename.js to override builtin logic > type is module: workspace/rslib/rslib/e2e/cases/auto-extension/index.test.ts#L50
Error: Snapshot `should respect output.filename.js to override builtin logic > type is module 1` mismatched Expected: ""<ROOT>/e2e/cases/auto-extension/type-module/config-override/dist/esm/index.40528364.js"" Received: ""<ROOT>/e2e/cases/auto-extension/type-module/config-override/dist/esm/index.d2068839.js"" ❯ cases/auto-extension/index.test.ts:50:28
Prepare Rspack Binding
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, MasterworksIO/action-local-cache@2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
execute-all (_selftest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
execute-all (nx)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
execute-all (rslib)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
execute-all (examples)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
execute-all (rsbuild)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
execute-all (rspress)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
execute-all (modernjs)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
update-comment
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
binding-linux-x64-gnu Expired
21.6 MB