Package: src:node-rollup-plugin-sass
Version: 1.12.22-1
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202602/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

Note: The failure happens randomly with low probability (so that's
why I'm reporting this at normal severity), but so far I've seen
this to happen:

- Once in the official autobuilders:

https://buildd.debian.org/status/fetch.php?pkg=node-rollup-plugin-sass&arch=all&ver=1.12.22-2&stamp=1772018957&raw=0

- Once in my private salsa fork (which I've already removed).

- Once in my autobuilding setup after many tries (this is the build log
I've put in people.debian.org).

So there seems to be a real problem behind those failures.

Thanks.

--------------------------------------------------------------------------------
[...]
   dh_auto_test --buildsystem=nodejs
        ln -s ../. node_modules/rollup-plugin-sass
        /bin/sh -ex debian/tests/pkg-js/test
+ jest --preset ts-jest test/index.test.ts test/style.test.ts
FAIL test/index.test.ts
  ● Console

    console.warn
      Generated an empty chunk: "index".

      1546 |     switch (level) {
      1547 |         case LOGLEVEL_WARN: {
    > 1548 |             return console.warn(message);
           |                            ^
      1549 |         }
      1550 |         case LOGLEVEL_DEBUG: {
      1551 |             return console.debug(message);

      at defaultPrintLog 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:1548:28)
      at logger (../../../usr/share/nodejs/rollup/dist/shared/rollup.js:2001:9)
      at Chunk.renderModules 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:18050:13)
      at Chunk.render 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:17505:111)
      at ../../../usr/share/nodejs/rollup/dist/shared/rollup.js:19136:72
          at Array.map (<anonymous>)
      at renderChunks 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:19136:53)
      at Bundle.generate 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:19378:19)
      at ../../../usr/share/nodejs/rollup/dist/shared/rollup.js:27612:27
      at catchUnfinishedHookActions 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:26781:16)

    console.warn
      Generated an empty chunk: "index".

      1546 |     switch (level) {
      1547 |         case LOGLEVEL_WARN: {
    > 1548 |             return console.warn(message);
           |                            ^
      1549 |         }
      1550 |         case LOGLEVEL_DEBUG: {
      1551 |             return console.debug(message);

      at defaultPrintLog 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:1548:28)
      at logger (../../../usr/share/nodejs/rollup/dist/shared/rollup.js:2001:9)
      at Chunk.renderModules 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:18050:13)
      at Chunk.render 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:17505:111)
      at ../../../usr/share/nodejs/rollup/dist/shared/rollup.js:19136:72
          at Array.map (<anonymous>)
      at renderChunks 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:19136:53)
      at Bundle.generate 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:19378:19)
      at ../../../usr/share/nodejs/rollup/dist/shared/rollup.js:27612:27
      at catchUnfinishedHookActions 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:26781:16)

    console.warn
      Generated an empty chunk: "index".

      1546 |     switch (level) {
      1547 |         case LOGLEVEL_WARN: {
    > 1548 |             return console.warn(message);
           |                            ^
      1549 |         }
      1550 |         case LOGLEVEL_DEBUG: {
      1551 |             return console.debug(message);

      at defaultPrintLog 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:1548:28)
      at logger (../../../usr/share/nodejs/rollup/dist/shared/rollup.js:2001:9)
      at Chunk.renderModules 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:18050:13)
      at Chunk.render 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:17505:111)
      at ../../../usr/share/nodejs/rollup/dist/shared/rollup.js:19136:72
          at Array.map (<anonymous>)
      at renderChunks 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:19136:53)
      at Bundle.generate 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:19378:19)
      at ../../../usr/share/nodejs/rollup/dist/shared/rollup.js:27612:27
      at catchUnfinishedHookActions 
(../../../usr/share/nodejs/rollup/dist/shared/rollup.js:26781:16)

  ● should support output as function

    expect(received).toBe(expected) // Object.is equality

    Expected: true
    Received: false

      175 |     .then(rslt => expect(squash(rslt.toString()) === '').toBe(true))
      176 |     .then(() => 
expect(outputSpy.calledWith(expectedSpyArg)).toBe(true))
    > 177 |     .catch(() => expect(false).toBe(true));
          |                                ^
      178 | });
      179 |
      180 | test('should support output as (non-previously existent) path', 
async () => {

      at test/index.test.ts:177:32

PASS test/style.test.ts

Test Suites: 1 failed, 1 passed, 2 total
Tests:       1 failed, 18 passed, 19 total
Snapshots:   0 total
Time:        4.027 s
Ran all test suites matching /test\/index.test.ts|test\/style.test.ts/i.
dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to