<div dir="ltr">That's because 31 march was cancelled.</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Le mar. 1 avr. 2025 à 18:39, Santiago Vila <<a href="mailto:sanvila@debian.org">sanvila@debian.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Package: src:node-luxon<br>
Version: 3.5.0+~3.4.2-2<br>
Severity: serious<br>
Tags: ftbfs trixie sid<br>
<br>
Dear maintainer:<br>
<br>
During a rebuild of all packages in unstable, your package failed to build:<br>
<br>
Note 1: If this was a random package I would use "important" here, but<br>
according to the description the purpose of this package is to handle<br>
dates and times, so I consider this not suitable for release.<br>
<br>
Note 2: To reproduce, please try this:<br>
<br>
faketime "2025-03-31 12:00:00" dpkg-buildpackage -uc -us -b<br>
<br>
--------------------------------------------------------------------------------<br>
[...]<br>
debian/rules clean<br>
dh clean<br>
dh_auto_clean --buildsystem=nodejs<br>
rm -rf ./node_modules/.cache ./.nyc_output<br>
rm -rf types-luxon/node_modules/.cache types-luxon/.nyc_output<br>
rm ./node_modules/.cache<br>
rm types-luxon/node_modules/.cache<br>
rm ./node_modules/.cache<br>
unlink node_modules/@types/luxon<br>
debian/rules execute_before_dh_clean<br>
make[1]: Entering directory '/<<PKGBUILDDIR>>'<br>
rm -rf build<br>
make[1]: Leaving directory '/<<PKGBUILDDIR>>'<br>
dh_clean<br>
debian/rules binary<br>
dh binary<br>
dh_update_autotools_config<br>
dh_autoreconf<br>
dh_auto_configure --buildsystem=nodejs<br>
Link node_modules/@types/luxon -> ../../types-luxon<br>
debian/rules override_dh_auto_build<br>
make[1]: Entering directory '/<<PKGBUILDDIR>>'<br>
node tasks/buildNode.js<br>
Building node<br>
Built node<br>
node tasks/buildGlobal.js<br>
Building global<br>
Built global<br>
make[1]: Leaving directory '/<<PKGBUILDDIR>>'<br>
dh_auto_test --buildsystem=nodejs<br>
ln -s ../. node_modules/luxon<br>
/bin/sh -ex debian/tests/pkg-js/test<br>
+ TZ=America/New_York LANG=en_US jest<br>
PASS test/datetime/tokenParse.test.js<br>
PASS test/datetime/create.test.js<br>
PASS test/datetime/toFormat.test.js<br>
PASS test/datetime/regexParse.test.js<br>
PASS test/datetime/format.test.js<br>
PASS test/datetime/math.test.js<br>
PASS test/interval/many.test.js<br>
PASS test/datetime/diff.test.js<br>
PASS test/duration/format.test.js<br>
PASS test/datetime/localeWeek.test.js<br>
PASS test/datetime/zone.test.js<br>
PASS test/duration/units.test.js<br>
PASS test/interval/info.test.js<br>
FAIL test/datetime/relative.test.js<br>
● DateTime#toRelativeCalendar picks the correct unit with no options<br>
<br>
expect(received).toBe(expected) // Object.is equality<br>
<br>
Expected: "next year"<br>
Received: "next month"<br>
<br>
123 | const isLastDayOfMonth = now.endOf("month").day === now.day;<br>
124 | const isLastDayOfYear = now.endOf("year").day === now.day;<br>
> 125 | expect(now.plus({ days: 1 }).toRelativeCalendar()).toBe(<br>
| ^<br>
126 | isLastDayOfYear ? "next year" :<br>
127 | isLastDayOfMonth ? "next month" : "tomorrow"<br>
128 | );<br>
<br>
at Object.<anonymous> (test/datetime/relative.test.js:125:54)<br>
<br>
PASS test/datetime/set.test.js<br>
PASS test/interval/format.test.js<br>
PASS test/info/listers.test.js<br>
PASS test/duration/math.test.js<br>
PASS test/datetime/dst.test.js<br>
PASS test/datetime/getters.test.js<br>
PASS test/zones/IANA.test.js<br>
PASS test/datetime/misc.test.js<br>
PASS test/duration/create.test.js<br>
PASS test/duration/parse.test.js<br>
PASS test/interval/create.test.js<br>
PASS test/info/zones.test.js<br>
PASS test/datetime/invalid.test.js<br>
PASS test/zones/fixedOffset.test.js<br>
PASS test/impl/english.test.js<br>
PASS test/interval/parse.test.js<br>
PASS test/duration/equality.test.js<br>
PASS test/datetime/many.test.js<br>
PASS test/info/localeWeek.test.js<br>
PASS test/duration/getters.test.js<br>
PASS test/duration/invalid.test.js<br>
PASS test/datetime/transform.test.js<br>
PASS test/datetime/equality.test.js<br>
PASS test/duration/reconfigure.test.js<br>
PASS test/datetime/reconfigure.test.js<br>
PASS test/duration/customMatrix.test.js<br>
PASS test/duration/set.test.js<br>
PASS test/duration/accuracy.test.js<br>
PASS test/interval/localeWeek.test.js<br>
PASS test/zones/local.test.js<br>
PASS test/datetime/info.test.js<br>
PASS test/duration/typecheck.test.js<br>
PASS test/datetime/typecheck.test.js<br>
PASS test/interval/typecheck.test.js<br>
PASS test/interval/getters.test.js<br>
PASS test/interval/setter.test.js<br>
PASS test/zones/invalid.test.js<br>
PASS test/info/features.test.js<br>
PASS test/duration/info.test.js<br>
PASS test/interval/proto.test.js<br>
PASS test/datetime/proto.test.js<br>
PASS test/datetime/degrade.test.js<br>
PASS test/duration/proto.test.js<br>
PASS test/zones/zoneInterface.test.js<br>
<br>
Summary of all failing tests<br>
FAIL test/datetime/relative.test.js<br>
● DateTime#toRelativeCalendar picks the correct unit with no options<br>
<br>
expect(received).toBe(expected) // Object.is equality<br>
<br>
Expected: "next year"<br>
Received: "next month"<br>
<br>
123 | const isLastDayOfMonth = now.endOf("month").day === now.day;<br>
124 | const isLastDayOfYear = now.endOf("year").day === now.day;<br>
> 125 | expect(now.plus({ days: 1 }).toRelativeCalendar()).toBe(<br>
| ^<br>
126 | isLastDayOfYear ? "next year" :<br>
127 | isLastDayOfMonth ? "next month" : "tomorrow"<br>
128 | );<br>
<br>
at Object.<anonymous> (test/datetime/relative.test.js:125:54)<br>
<br>
<br>
Test Suites: 1 failed, 57 passed, 58 total<br>
Tests: 1 failed, 1115 passed, 1116 total<br>
Snapshots: 1 passed, 1 total<br>
Time: 6.378 s<br>
Ran all test suites.<br>
dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1<br>
make: *** [debian/rules:8: binary] Error 25<br>
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2<br>
--------------------------------------------------------------------------------<br>
<br>
The above is just how the build ends and not necessarily the most relevant part.<br>
If required, the full build log is available here:<br>
<br>
<a href="https://people.debian.org/~sanvila/build-logs/202504/" rel="noreferrer" target="_blank">https://people.debian.org/~sanvila/build-logs/202504/</a><br>
<br>
About the archive rebuild: The build was made on virtual machines from AWS,<br>
using sbuild and a reduced chroot with only build-essential packages.<br>
<br>
If you could not reproduce the bug please contact me privately, as I<br>
am willing to provide ssh access to a virtual machine where the bug is<br>
fully reproducible.<br>
<br>
If this is really a bug in one of the build-depends, please use<br>
reassign and add an affects on src:node-luxon, so that this is still<br>
visible in the BTS web page for this package.<br>
<br>
Thanks.<br>
<br>
</blockquote></div>