fix(rspack): should use node 22 #74
ci.yml
on: push
Get Runner Labels
/
Get Runner Labels
2s
Matrix: rsbuild
Matrix: rsdoctor
Matrix: rslib
Matrix: rstest
Matrix: rspack
Annotations
43 errors and 2 warnings
|
rstest (rsdoctor)
Process completed with exit code 1.
|
|
rstest (rsdoctor):
Error: listen EADDRINUSE: address already in use#L0
,line=4396,col=1,title=packages/sdk/tests/server/apis/project.test.ts > ::listen EADDRINUSE%3A address already in use %3A%3A%3A4396
|
|
packages/sdk/tests/server/apis/project.test.ts >:
workspace/rsdoctor/rsdoctor/packages/sdk/tests/utils.ts#L138
Cannot read properties of undefined (reading 'dispose')
|
|
packages/sdk/tests/server/apis/project.test.ts >:
workspace/rsdoctor/rsdoctor/packages/sdk/tests/utils.ts#L121
beforeAll hook timed out in 10000ms
|
|
tests/integration/extension-alias/index.test.ts > resolve.extensionAlias should work:
workspace/rslib/rslib/tests/integration/extension-alias/index.test.ts#L8
Snapshot `resolve.extensionAlias should work 1` mismatched
- Expected
+ Received
@@ -11%2C10 +11%2C10 @@
};
})();
var __webpack_exports__ = {};
__webpack_require__.r(__webpack_exports__);
console.log("foobar");
- for(var __webpack_i__ in __webpack_exports__)exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
+ for(var __rspack_i in __webpack_exports__)exports[__rspack_i] = __webpack_exports__[__rspack_i];
Object.defineProperty(exports%2C '__esModule'%2C {
value%3A true
});
"
|
|
tests/integration/bundle-false/index.test.ts > svgr in bundleless:
workspace/rslib/rslib/tests/integration/bundle-false/index.test.ts#L269
Snapshot `svgr in bundleless 2` mismatched
- Expected
+ Received
@@ -51%2C13 +51%2C13 @@
})
});
const logo = require("../static/svg/logo.svg");
exports.ReactComponent = __webpack_exports__.ReactComponent;
exports["default"] = __webpack_exports__["default"];
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
"ReactComponent"%2C
"default"
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
Object.defineProperty(exports%2C '__esModule'%2C {
value%3A true
});
"
|
|
tests/integration/bundle-false/index.test.ts > asset in bundleless:
workspace/rslib/rslib/tests/integration/bundle-false/index.test.ts#L207
Snapshot `asset in bundleless 3` mismatched
- Expected
+ Received
@@ -1%2C8 +1%2C8 @@
""use strict";
var __webpack_modules__ = {
- "./src/assets/image.png"%3A function(module) {
+ "./src/assets/image.png" (module) {
module.exports = require("../static/image/image.png");
}
};
var __webpack_module_cache__ = {};
function __webpack_require__(moduleId) {
@@ -14%2C12 +14%2C12 @@
__webpack_modules__[moduleId](module%2C module.exports%2C __webpack_require__);
return module.exports;
}
var __webpack_exports__ = __webpack_require__("./src/assets/image.png");
exports["default"] = __webpack_exports__["default"];
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
"default"
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
Object.defineProperty(exports%2C '__esModule'%2C {
value%3A true
});
"
|
|
tests/integration/auto-extension/index.test.ts > should respect output.filename.js and output.filenameHash to override builtin logic > type is module:
workspace/rslib/rslib/tests/integration/auto-extension/index.test.ts#L109
Snapshot `should respect output.filename.js and output.filenameHash to override builtin logic > type is module 3` mismatched
- Expected
+ Received
- "<ROOT>/tests/integration/auto-extension/type-module/config-override/dist/cjs-override-filename-hash/index.c8a12fd0.js"
+ "<ROOT>/tests/integration/auto-extension/type-module/config-override/dist/cjs-override-filename-hash/index.ac9daf69.js"
|
|
tests/integration/auto-extension/index.test.ts > should respect output.filename.js and output.filenameHash to override builtin logic > type is commonjs:
workspace/rslib/rslib/tests/integration/auto-extension/index.test.ts#L48
Snapshot `should respect output.filename.js and output.filenameHash to override builtin logic > type is commonjs 1` mismatched
- Expected
+ Received
- "<ROOT>/tests/integration/auto-extension/type-commonjs/config-override/dist/cjs-override-filename/index.c8a12fd0.js"
+ "<ROOT>/tests/integration/auto-extension/type-commonjs/config-override/dist/cjs-override-filename/index.ac9daf69.js"
|
|
tests/integration/asset/index.test.ts > use svgr:
workspace/rslib/rslib/tests/integration/asset/index.test.ts#L422
Snapshot `use svgr 2` mismatched
- Expected
+ Received
@@ -49%2C10 +49%2C10 @@
})
});
const logo = require("./static/svg/logo.svg");
console.log('namedImport'%2C 'ReactComponent'%2C logo_SvgLogo);
console.log('defaultImport'%2C 'Url'%2C logo);
- for(var __webpack_i__ in __webpack_exports__)exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
+ for(var __rspack_i in __webpack_exports__)exports[__rspack_i] = __webpack_exports__[__rspack_i];
Object.defineProperty(exports%2C '__esModule'%2C {
value%3A true
});
"
|
|
tests/integration/asset/index.test.ts > set the assets output path:
workspace/rslib/rslib/tests/integration/asset/index.test.ts#L177
Snapshot `set the assets output path 2` mismatched
- Expected
+ Received
@@ -1%2C8 +1%2C8 @@
""use strict";
var __webpack_modules__ = {
- "./src/assets/image.png"%3A function(module) {
+ "./src/assets/image.png" (module) {
module.exports = require("../assets/bundleless/image.png");
}
};
var __webpack_module_cache__ = {};
function __webpack_require__(moduleId) {
@@ -14%2C12 +14%2C12 @@
__webpack_modules__[moduleId](module%2C module.exports%2C __webpack_require__);
return module.exports;
}
var __webpack_exports__ = __webpack_require__("./src/assets/image.png");
exports["default"] = __webpack_exports__["default"];
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
"default"
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
Object.defineProperty(exports%2C '__esModule'%2C {
value%3A true
});
"
|
|
tests/integration/asset/index.test.ts > set the assets filename with hash:
workspace/rslib/rslib/tests/integration/asset/index.test.ts#L117
Snapshot `set the assets filename with hash 2` mismatched
- Expected
+ Received
@@ -1%2C8 +1%2C8 @@
""use strict";
var __webpack_modules__ = {
- "./src/assets/image.png"%3A function(module) {
+ "./src/assets/image.png" (module) {
module.exports = require("../static/image/image.c74653c1.png");
}
};
var __webpack_module_cache__ = {};
function __webpack_require__(moduleId) {
@@ -14%2C12 +14%2C12 @@
__webpack_modules__[moduleId](module%2C module.exports%2C __webpack_require__);
return module.exports;
}
var __webpack_exports__ = __webpack_require__("./src/assets/image.png");
exports["default"] = __webpack_exports__["default"];
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
"default"
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
Object.defineProperty(exports%2C '__esModule'%2C {
value%3A true
});
"
|
|
tests/integration/asset/index.test.ts > set the size threshold to inline static assets:
workspace/rslib/rslib/tests/integration/asset/index.test.ts#L57
Snapshot `set the size threshold to inline static assets 3` mismatched
- Expected
+ Received
@@ -1%2C8 +1%2C8 @@
""use strict";
var __webpack_modules__ = {
- "./src/assets/logo.svg"%3A function(module) {
+ "./src/assets/logo.svg" (module) {
module.exports = require("../static/svg/logo.svg");
}
};
var __webpack_module_cache__ = {};
function __webpack_require__(moduleId) {
@@ -14%2C12 +14%2C12 @@
__webpack_modules__[moduleId](module%2C module.exports%2C __webpack_require__);
return module.exports;
}
var __webpack_exports__ = __webpack_require__("./src/assets/logo.svg");
exports["default"] = __webpack_exports__["default"];
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
"default"
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
Object.defineProperty(exports%2C '__esModule'%2C {
value%3A true
});
"
|
|
tests/integration/alias/index.test.ts > source.alias:
workspace/rslib/rslib/tests/integration/alias/index.test.ts#L36
Snapshot `source.alias 2` mismatched
- Expected
+ Received
""use strict";
var __webpack_exports__ = {};
const a = 'hello world';
console.info(a);
- for(var __webpack_i__ in __webpack_exports__)exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
+ for(var __rspack_i in __webpack_exports__)exports[__rspack_i] = __webpack_exports__[__rspack_i];
Object.defineProperty(exports%2C '__esModule'%2C {
value%3A true
});
"
|
|
rspack (plugin)
Process completed with exit code 1.
|
|
rspack (rspress)
Process completed with exit code 1.
|
|
test-coverage/thresholds.test.ts > coverageThresholds > should check per files threshold correctly:
File: ./rstest.setup.ts#L1
Can't find log(/src\/string.ts coverage for statements .* does not meet "src\/\*\*" threshold/) in%3A
Rstest v0.6.8
Coverage enabled with istanbul
error Build errors%3A
File%3A ./rstest.setup.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/rstest.setup.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./src/index.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/src/index.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/array.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/array.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/date.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/date.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/string.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/string.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
✗ test/array.test.ts (0)
✗ test/date.test.ts (0)
✗ src/index.test.ts (0)
✗ test/string.test.ts (0)
Summary of all failing tests%3A
FAIL src/index.test.ts
Error%3A × Module build failed (from builtin%3Aswc-
|
|
test-coverage/thresholds.test.ts > coverageThresholds > should check glob threshold correctly:
File: ./rstest.setup.ts#L1
Can't find log(/Error%3A coverage for statements .* does not meet "src\/\*\*" threshold/i) in%3A
Rstest v0.6.8
Coverage enabled with istanbul
error Build errors%3A
File%3A ./rstest.setup.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/rstest.setup.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./src/index.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/src/index.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/array.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/array.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/date.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/date.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/string.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/string.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
✗ test/array.test.ts (0)
✗ src/index.test.ts (0)
✗ test/date.test.ts (0)
✗ test/string.test.ts (0)
Summary of all failing tests%3A
FAIL src/index.test.ts
Error%3A × Module build failed (from builtin%3Aswc-loade
|
|
test-coverage/thresholds.test.ts > coverageThresholds > should check global threshold correctly:
File: ./rstest.setup.ts#L1
Can't find log(/Coverage for statements .* does not meet global threshold/i) in%3A
Rstest v0.6.8
Coverage enabled with istanbul
error Build errors%3A
File%3A ./rstest.setup.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/rstest.setup.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./src/index.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/src/index.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/array.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/array.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/date.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/date.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/string.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/string.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
✗ test/date.test.ts (0)
✗ test/array.test.ts (0)
✗ src/index.test.ts (0)
✗ test/string.test.ts (0)
Summary of all failing tests%3A
FAIL src/index.test.ts
Error%3A × Module build failed (from builtin%3Aswc-loader)%3A
╰─▶
|
|
test-coverage/index.test.ts > test coverage-istanbul > coverage-istanbul with custom reportsDirectory:
File: ./rstest.setup.ts#L1
Test failed with exit code 1. Logs%3A
Rstest v0.6.8
Coverage enabled with istanbul
error Build errors%3A
File%3A ./rstest.setup.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/rstest.setup.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./src/index.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/src/index.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/array.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/array.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/date.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/date.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/string.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/string.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
✗ src/index.test.ts (0)
✗ test/date.test.ts (0)
✗ test/array.test.ts (0)
✗ test/string.test.ts (0)
Summary of all failing tests%3A
FAIL src/index.test.ts
Error%3A × Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to i
|
|
test-coverage/index.test.ts > test coverage-istanbul > coverage-istanbul with custom options:
File: ./rstest.setup.ts#L1
Test failed with exit code 1. Logs%3A
Rstest v0.6.8
Coverage enabled with istanbul
error Build errors%3A
File%3A ./rstest.setup.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/rstest.setup.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./src/index.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/src/index.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/array.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/array.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/date.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/date.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/string.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/string.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
✗ src/index.test.ts (0)
✗ test/array.test.ts (0)
✗ test/date.test.ts (0)
✗ test/string.test.ts (0)
Summary of all failing tests%3A
FAIL src/index.test.ts
Error%3A × Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to i
|
|
test-coverage/index.test.ts > test coverage-istanbul > enable coverage with `--coverage`:
File: ./rstest.setup.ts#L1
Test failed with exit code 1. Logs%3A
Rstest v0.6.8
Coverage enabled with istanbul
error Build errors%3A
File%3A ./rstest.setup.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/rstest.setup.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./src/index.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/src/index.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/array.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/array.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/date.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/date.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/string.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/string.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
✗ test/date.test.ts (0)
✗ src/index.test.ts (0)
✗ test/array.test.ts (0)
✗ test/string.test.ts (0)
Summary of all failing tests%3A
FAIL src/index.test.ts
Error%3A × Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to i
|
|
test-coverage/index.test.ts > test coverage-istanbul > coverage-istanbul:
File: ./rstest.setup.ts#L1
Test failed with exit code 1. Logs%3A
Rstest v0.6.8
Coverage enabled with istanbul
error Build errors%3A
File%3A ./rstest.setup.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/rstest.setup.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./src/index.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/src/index.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/array.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/array.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/date.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/date.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/string.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/string.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
✗ test/array.test.ts (0)
✗ src/index.test.ts (0)
✗ test/date.test.ts (0)
✗ test/string.test.ts (0)
Summary of all failing tests%3A
FAIL src/index.test.ts
Error%3A × Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to i
|
|
test-coverage/include.test.ts > test coverage-istanbul include option > coverage-istanbul should be works with include option:
File: ./rstest.setup.ts#L1
Test failed with exit code 1. Logs%3A
Rstest v0.6.8
Coverage enabled with istanbul
error Build errors%3A
File%3A ./rstest.setup.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/rstest.setup.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/date.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/test/date.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
✗ test/date.test.ts (0)
Summary of all failing tests%3A
FAIL test/date.test.ts
Error%3A × Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/test-coverage/fixtures/rstest.setup.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
at Object../rstest.setup.ts (dist/.rstest-temp/rstest~setup~ts.js%3A5%3A7)
at __webpack_exec__ (dist/.rstest-temp/rstest~setup~ts.js%3A14%3A52)
at dist/.rstest-temp/rstest~setup~ts.js%3A15%3A28
at dist/.rstest-temp/rstest~setup~ts.js%3A18%3A3
Test Files 1 failed
Tests no tests
Duration 2.58s (build 2.49s%2C tests 89ms)
|
|
projects/coverage.test.ts > test projects coverage > should run projects correctly with coverage.include:
File: ./test/index.test.ts#L1
Test failed with exit code 1. Logs%3A
Rstest v0.6.8
Coverage enabled with istanbul
error Build errors%3A
File%3A ./test/index.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/projects/fixtures/packages/node/test/index.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/mockFs.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/projects/fixtures/packages/node/test/mockFs.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/App.test.tsx%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/projects/fixtures/packages/client/test/App.test.tsx")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/index.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/projects/fixtures/packages/client/test/index.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/setup.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/projects/fixtures/packages/client/test/setup.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/node.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/work
|
|
projects/coverage.test.ts > test projects coverage > should run projects correctly with coverage:
File: ./test/index.test.ts#L1
Test failed with exit code 1. Logs%3A
Rstest v0.6.8
Coverage enabled with istanbul
error Build errors%3A
File%3A ./test/index.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/projects/fixtures/packages/node/test/index.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/mockFs.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/projects/fixtures/packages/node/test/mockFs.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/App.test.tsx%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/projects/fixtures/packages/client/test/App.test.tsx")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/index.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/projects/fixtures/packages/client/test/index.test.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/setup.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/workspace/rstest/rstest/e2e/projects/fixtures/packages/client/test/setup.ts")'
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin%3Aswc-loader`.
│ The `swc_core` version of the current `rspack_core` is 46.0.3.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions%3A https%3A//rspack.rs/errors/swc-plugin-version
File%3A ./test/node.test.ts%3A1%3A1
× Module build failed (from builtin%3Aswc-loader)%3A
╰─▶ × plugin
│
│ x failed to invoke plugin on 'Some("/home/runner/work/rstack-ecosystem-ci/rstack-ecosystem-ci/work
|
|
rspack (lynx-stack)
This member cannot have an 'override' modifier because its containing class 'RspeedyDiagnosticProcessor<Compiler>' does not extend another class.
|
|
rspack (lynx-stack)
Module '"@rspack/test-tools"' has no exported member 'TCompilerOptions'.
|
|
rspack (lynx-stack)
Module '"@rspack/test-tools"' has no exported member 'getSimpleProcessorRunner'.
|
|
rspack (lynx-stack)
Module '"@rspack/test-tools"' has no exported member 'ECompilerType'.
|
|
rspack (lynx-stack)
Module '"@rspack/test-tools"' has no exported member 'DiagnosticProcessor'.
|
|
rspack (lynx-stack)
Parameter 'options' implicitly has an 'any' type.
|
|
rspack (lynx-stack)
Parameter '_' implicitly has an 'any' type.
|
|
rspack (lynx-stack)
Module '"@rspack/test-tools"' has no exported member 'TCompilerOptions'.
|
|
rspack (lynx-stack)
Module '"@rspack/test-tools"' has no exported member 'NormalProcessor'.
|
|
rspack (lynx-stack)
Module '"@rspack/test-tools"' has no exported member 'ECompilerType'.
|
|
rspack (rsbuild)
Process completed with exit code 1.
|
|
rspack (devserver)
Process completed with exit code 1.
|
|
rspack (rslib)
Process completed with exit code 1.
|
|
tests/integration/shims/index.test.ts > ESM shims > Node.js shims in mjs file:
workspace/rslib/rslib/tests/integration/shims/index.test.ts#L69
expected 'import { fileURLToPath as __rspack_fi…' to contain 'import { fileURLToPath as __webpack_f…'
- Expected
+ Received
- import { fileURLToPath as __webpack_fileURLToPath__ } from "node%3Aurl";
+ import { fileURLToPath as __rspack_fileURLToPath } from "node%3Aurl";
+ import { dirname as __rspack_dirname } from "node%3Apath";
+ var node_dirname = __rspack_dirname(__rspack_fileURLToPath(import.meta.url));
+ var node_filename = __rspack_fileURLToPath(import.meta.url);
+ const d1 = node_dirname;
+ const f1 = node_filename;
+ const node = ()=>{
+ const d2 = node_dirname;
+ const f2 = node_filename;
+ return {
+ d1%2C
+ d2%2C
+ f1%2C
+ f2
+ };
+ };
+ export { node as default };
+
|
|
tests/integration/shims/index.test.ts > ESM shims > __filename:
workspace/rslib/rslib/tests/integration/shims/index.test.ts#L32
expected 'import { fileURLToPath as __rspack_fi…' to contain 'import { fileURLToPath as __webpack_f…'
- Expected
+ Received
- import { fileURLToPath as __webpack_fileURLToPath__ } from "node%3Aurl";
+ import { fileURLToPath as __rspack_fileURLToPath } from "node%3Aurl";
+ import { dirname as __rspack_dirname } from "node%3Apath";
+ var src_dirname = __rspack_dirname(__rspack_fileURLToPath(import.meta.url));
+ var src_filename = __rspack_fileURLToPath(import.meta.url);
+ const d1 = src_dirname;
+ const f1 = src_filename;
+ const src = ()=>{
+ const d2 = src_dirname;
+ const f2 = src_filename;
+ const importMetaUrl = import.meta.url;
+ return {
+ d1%2C
+ d2%2C
+ f1%2C
+ f2%2C
+ importMetaUrl
+ };
+ };
+ export { src as default };
+
|
|
tests/integration/shims/index.test.ts > ESM shims > __dirname:
workspace/rslib/rslib/tests/integration/shims/index.test.ts#L19
expected 'import { fileURLToPath as __rspack_fi…' to contain 'import { fileURLToPath as __webpack_f…'
- Expected
+ Received
- import { fileURLToPath as __webpack_fileURLToPath__ } from "node%3Aurl";
+ import { fileURLToPath as __rspack_fileURLToPath } from "node%3Aurl";
+ import { dirname as __rspack_dirname } from "node%3Apath";
+ var src_dirname = __rspack_dirname(__rspack_fileURLToPath(import.meta.url));
+ var src_filename = __rspack_fileURLToPath(import.meta.url);
+ const d1 = src_dirname;
+ const f1 = src_filename;
+ const src = ()=>{
+ const d2 = src_dirname;
+ const f2 = src_filename;
+ const importMetaUrl = import.meta.url;
+ return {
+ d1%2C
+ d2%2C
+ f1%2C
+ f2%2C
+ importMetaUrl
+ };
+ };
+ export { src as default };
+
|
|
tests/integration/asset/index.test.ts > use svgr:
workspace/rslib/rslib/tests/integration/asset/index.test.ts#L422
Snapshot `use svgr 2` mismatched
- Expected
+ Received
@@ -49%2C10 +49%2C10 @@
})
});
const logo = require("./static/svg/logo.svg");
console.log('namedImport'%2C 'ReactComponent'%2C logo_SvgLogo);
console.log('defaultImport'%2C 'Url'%2C logo);
- for(var __webpack_i__ in __webpack_exports__)exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
+ for(var __rspack_i in __webpack_exports__)exports[__rspack_i] = __webpack_exports__[__rspack_i];
Object.defineProperty(exports%2C '__esModule'%2C {
value%3A true
});
"
|
|
rslib (rspack)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
|
rspack (modernjs)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
binding-linux-x64-gnu
|
18.8 MB |
sha256:0fcee4cf6ab78add4c58b0eb5e4bebb090af9bdd8301807d4b5dfd343968bcf7
|
|