Your message dated Mon, 09 Mar 2026 22:28:04 +0000
with message-id <[email protected]>
and subject line Bug#1129886: fixed in node-luxon 3.7.2+~3.7.1-2
has caused the Debian Bug report #1129886,
regarding node-luxon: FTBFS: FAIL test/interval/format.test.js
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1129886: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129886
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:node-luxon
Version: 3.7.2+~3.7.1-1
Severity: serious
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/202603/

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

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:node-luxon, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean --buildsystem=nodejs
        rm -rf ./node_modules/.cache ./.nyc_output
        rm -rf types-luxon/node_modules/.cache types-luxon/.nyc_output
rm ./node_modules/.cache
rm types-luxon/node_modules/.cache
rm ./node_modules/.cache
unlink node_modules/@types/luxon
   debian/rules execute_before_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf build
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
Link node_modules/@types/luxon -> ../../types-luxon
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
node tasks/buildNode.js
Building node
[baseline-browser-mapping] The data in this module is over two months old.  To 
ensure accurate Baseline data, please update: `npm i 
baseline-browser-mapping@latest -D`
(node:51) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
Built node
node tasks/buildGlobal.js
Building global
[baseline-browser-mapping] The data in this module is over two months old.  To 
ensure accurate Baseline data, please update: `npm i 
baseline-browser-mapping@latest -D`
(node:62) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
Built global
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test --buildsystem=nodejs
        ln -s ../. node_modules/luxon
        /bin/sh -ex debian/tests/pkg-js/test
+ TZ=America/New_York LANG=en_US jest
[baseline-browser-mapping] The data in this module is over two months old.  To 
ensure accurate Baseline data, please update: `npm i 
baseline-browser-mapping@latest -D`
FAIL test/datetime/tokenParse.test.js
  ● DateTime.fromFormat() makes dots optional and handles non breakable spaces

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

    Expected: 10
    Received: NaN

      79 |   function parseMeridiem(input, isAM) {
      80 |     const d = DateTime.fromFormat(input, "hh:mm a");
    > 81 |     expect(d.hour).toBe(isAM ? 10 : 22);
         |                    ^
      82 |     expect(d.minute).toBe(45);
      83 |     expect(d.second).toBe(0);
      84 |   }

      at parseMeridiem (test/datetime/tokenParse.test.js:81:20)
      at f (test/datetime/tokenParse.test.js:88:5)
      at Object.withDefaultLocale (test/helpers.js:58:5)
      at Object.<anonymous> (test/datetime/tokenParse.test.js:87:11)

  ● DateTime.fromFormatExplain() parses localized string with numberingSystem 
correctly

    expect(received).toBeInstanceOf(expected)

    Expected constructor: Array

    Received value has no prototype
    Received value: null

      1126 |     }
      1127 |   );
    > 1128 |   expect(ex18.rawMatches).toBeInstanceOf(Array);
           |                           ^
      1129 |   expect(ex18.matches).toBeInstanceOf(Object);
      1130 |   expect(keyCount(ex18.matches)).toBe(7);
      1131 |   expect(ex18.result).toBeInstanceOf(Object);

      at Object.<anonymous> (test/datetime/tokenParse.test.js:1128:27)

PASS test/datetime/create.test.js
PASS test/datetime/toFormat.test.js
FAIL test/datetime/format.test.js
  ● DateTime#toLocaleString can override the dateTime's output calendar

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

    Expected: "9/17/1698 ERA1"
    Received: "9/17/1698 AM"

      489 |   expect(
      490 |     dt.reconfigure({ outputCalendar: "islamic" 
}).toLocaleString({}, { outputCalendar: "coptic" })
    > 491 |   ).toBe("9/17/1698 ERA1");
          |     ^
      492 | });
      493 |
      494 | test("DateTime#toLocaleString() returns something different for 
invalid DateTimes", () => {

      at Object.<anonymous> (test/datetime/format.test.js:491:5)

PASS test/datetime/regexParse.test.js
PASS test/datetime/math.test.js
PASS test/datetime/relative.test.js
PASS test/interval/many.test.js
PASS test/duration/format.test.js
PASS test/duration/units.test.js
PASS test/datetime/zone.test.js
PASS test/datetime/diff.test.js
PASS test/datetime/localeWeek.test.js
PASS test/interval/info.test.js
PASS test/datetime/set.test.js
FAIL test/interval/format.test.js
  ● Interval#toLocaleString can override the start DateTime's output calendar

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

    Expected: "9/17/1698 – 2/3/1700 ERA1"
    Received: "9/17/1698 – 2/3/1700 AM"

      90 |       interval.end
      91 |     ).toLocaleString({}, { outputCalendar: "coptic" })
    > 92 |   ).toBe("9/17/1698 – 2/3/1700 ERA1");
         |     ^
      93 | });
      94 |
      95 | test("Interval#toLocaleString shows things in the right IANA zone", 
() => {

      at Object.<anonymous> (test/interval/format.test.js:92:5)

PASS test/info/listers.test.js
PASS test/duration/math.test.js
PASS test/datetime/dst.test.js
PASS test/impl/english.test.js
PASS test/datetime/getters.test.js
PASS test/zones/IANA.test.js
PASS test/datetime/misc.test.js
PASS test/duration/create.test.js
PASS test/duration/parse.test.js
PASS test/interval/create.test.js
PASS test/info/zones.test.js
PASS test/datetime/invalid.test.js
PASS test/zones/fixedOffset.test.js
PASS test/interval/parse.test.js
PASS test/duration/equality.test.js
PASS test/datetime/many.test.js
PASS test/duration/getters.test.js
PASS test/duration/invalid.test.js
PASS test/info/localeWeek.test.js
PASS test/datetime/transform.test.js
PASS test/datetime/equality.test.js
PASS test/duration/reconfigure.test.js
PASS test/datetime/reconfigure.test.js
PASS test/duration/customMatrix.test.js
PASS test/duration/set.test.js
PASS test/duration/accuracy.test.js
PASS test/interval/localeWeek.test.js
PASS test/zones/local.test.js
PASS test/datetime/info.test.js
PASS test/duration/typecheck.test.js
PASS test/datetime/typecheck.test.js
PASS test/interval/typecheck.test.js
PASS test/interval/getters.test.js
PASS test/interval/setter.test.js
PASS test/zones/invalid.test.js
PASS test/info/features.test.js
PASS test/duration/info.test.js
PASS test/interval/proto.test.js
PASS test/datetime/proto.test.js
PASS test/datetime/degrade.test.js
PASS test/duration/proto.test.js
PASS test/zones/zoneInterface.test.js

Summary of all failing tests
FAIL test/datetime/tokenParse.test.js
  ● DateTime.fromFormat() makes dots optional and handles non breakable spaces

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

    Expected: 10
    Received: NaN

      79 |   function parseMeridiem(input, isAM) {
      80 |     const d = DateTime.fromFormat(input, "hh:mm a");
    > 81 |     expect(d.hour).toBe(isAM ? 10 : 22);
         |                    ^
      82 |     expect(d.minute).toBe(45);
      83 |     expect(d.second).toBe(0);
      84 |   }

      at parseMeridiem (test/datetime/tokenParse.test.js:81:20)
      at f (test/datetime/tokenParse.test.js:88:5)
      at Object.withDefaultLocale (test/helpers.js:58:5)
      at Object.<anonymous> (test/datetime/tokenParse.test.js:87:11)

  ● DateTime.fromFormatExplain() parses localized string with numberingSystem 
correctly

    expect(received).toBeInstanceOf(expected)

    Expected constructor: Array

    Received value has no prototype
    Received value: null

      1126 |     }
      1127 |   );
    > 1128 |   expect(ex18.rawMatches).toBeInstanceOf(Array);
           |                           ^
      1129 |   expect(ex18.matches).toBeInstanceOf(Object);
      1130 |   expect(keyCount(ex18.matches)).toBe(7);
      1131 |   expect(ex18.result).toBeInstanceOf(Object);

      at Object.<anonymous> (test/datetime/tokenParse.test.js:1128:27)

FAIL test/datetime/format.test.js
  ● DateTime#toLocaleString can override the dateTime's output calendar

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

    Expected: "9/17/1698 ERA1"
    Received: "9/17/1698 AM"

      489 |   expect(
      490 |     dt.reconfigure({ outputCalendar: "islamic" 
}).toLocaleString({}, { outputCalendar: "coptic" })
    > 491 |   ).toBe("9/17/1698 ERA1");
          |     ^
      492 | });
      493 |
      494 | test("DateTime#toLocaleString() returns something different for 
invalid DateTimes", () => {

      at Object.<anonymous> (test/datetime/format.test.js:491:5)

FAIL test/interval/format.test.js
  ● Interval#toLocaleString can override the start DateTime's output calendar

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

    Expected: "9/17/1698 – 2/3/1700 ERA1"
    Received: "9/17/1698 – 2/3/1700 AM"

      90 |       interval.end
      91 |     ).toLocaleString({}, { outputCalendar: "coptic" })
    > 92 |   ).toBe("9/17/1698 – 2/3/1700 ERA1");
         |     ^
      93 | });
      94 |
      95 | test("Interval#toLocaleString shows things in the right IANA zone", 
() => {

      at Object.<anonymous> (test/interval/format.test.js:92:5)


Test Suites: 3 failed, 55 passed, 58 total
Tests:       4 failed, 1146 passed, 1150 total
Snapshots:   1 passed, 1 total
Time:        5.987 s
Ran all test suites.
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
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: node-luxon
Source-Version: 3.7.2+~3.7.1-2
Done: Yadd <[email protected]>

We believe that the bug you reported is fixed in the latest version of
node-luxon, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yadd <[email protected]> (supplier of updated node-luxon package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 09 Mar 2026 22:35:35 +0100
Source: node-luxon
Architecture: source
Version: 3.7.2+~3.7.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<[email protected]>
Changed-By: Yadd <[email protected]>
Closes: 1129886
Changes:
 node-luxon (3.7.2+~3.7.1-2) unstable; urgency=medium
 .
   * Team upload
   * Declare compliance with policy 4.7.3
   * Drop "Rules-Requires-Root: no"
   * Apply Thai changes (Closes: #1129886)
Checksums-Sha1: 
 d324515e75452f791d779d304407f50dbdd25230 2660 node-luxon_3.7.2+~3.7.1-2.dsc
 d14fb1288dc4c9a5aaf92617ca55c5b9394ff00a 5136 
node-luxon_3.7.2+~3.7.1-2.debian.tar.xz
Checksums-Sha256: 
 c05fa458c8fddbd6075a081f9309f8448fa22f2e0e51a6feac20b0682a25b3be 2660 
node-luxon_3.7.2+~3.7.1-2.dsc
 aa6de6b2e47998e3dd2b2dc855e9dfa5f82920ced58d22326e289554f538ec13 5136 
node-luxon_3.7.2+~3.7.1-2.debian.tar.xz
Files: 
 a5ebbd3c4311f2f9bee122eacbc755e3 2660 javascript optional 
node-luxon_3.7.2+~3.7.1-2.dsc
 f8cfe9a32d0ac0b7d15c40dda7f90a12 5136 javascript optional 
node-luxon_3.7.2+~3.7.1-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmmvPXUACgkQ9tdMp8mZ
7ulqyw/7BK4a5eUhZyi3FNIiul3A+tN7vlC4zkx0NZkxrs0RB9XVRMLf+vnWQIgo
0PyBKgrurGct+mBdIIYg5AtWuvrwlfCKynUeF4CIqoDd5KyIhgcRd5jh4TVhNU3h
QU4mQd1sO59pBozO28yZipF+tg7G45zm++ulQc6iDWQ/0YKjED9ZRECIeRk0f4j8
Xc3fJMukELkfcA4xFRDEfInsIRkSJHWckhBGagQgZo2n0viKcDQ33tBhsXAPTfKR
fGvu1l0qRPQ+wKDlJlde2Hc8iZ4TqWl6USkfDsA6rR2UNf/WWRDQL9Da/5IwEmGB
toSwyNPVKTwYFPMknL9S0aVf89wxnRkuqEyAIp7Qz3c+8nsRfy41RFMlaWhmUoZk
/u7NmcYlzSHewFQPZX6J4LodvPx5tUw6ujmBDYw3L5rLOjRLEb4nS+7V2qXY/rga
cOSfQCJncxsTfoskiQruRpm/TkbS0Cqe8vFJAXyXB1WV5/A/5nmoZ6+Bw/sx7akz
lWOLKkM0bjJHa3D5HuKNl6a7UIZsog+kQoleaSnJEdTWfinH6EW6zgGjN9JeYua1
/bEWLeXvQMLC6d3iqAPhGS50hknJActwbUWwRuHwci3ExGHwmSFjBzzRtYf4iUdE
nDrZ2nH822ji6yVrXOP3SSc6+VNqo+F4ZBDzK8xXGM/wuIh93Uo=
=/+h9
-----END PGP SIGNATURE-----

Attachment: pgpH_4tVGrhGN.pgp
Description: PGP signature


--- End Message ---

Reply via email to