* bug#67042: ecl-seedable-rng recently broken [not found] ` <20231109143335.B7FC1C0C199@vcs2.savannah.gnu.org> @ 2023-11-10 14:04 ` Maxim Cournoyer 2023-11-10 18:01 ` Guillaume Le Vaillant 0 siblings, 1 reply; 4+ messages in thread From: Maxim Cournoyer @ 2023-11-10 14:04 UTC (permalink / raw) To: 67042; +Cc: andremegafone, glv Hi, guix-commits@gnu.org writes: > glv pushed a commit to branch master > in repository guix. > > commit 42bec70a91d2205371c96287bcf565dcc5f5dd74 > Author: Andre A. Gomes <andremegafone@gmail.com> > AuthorDate: Thu Nov 2 11:19:41 2023 +0200 > > gnu: cl-slynk: Update to 1.0.43-9.9c43bf6. > > * gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 1.0.43-9.9c43bf6. > > Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> > Change-Id: I84ff141b7eefff470f72493d02f2cc24f02db7cf This commit or some preceding cl-* ones broke ecl-seedable-rng, according to notifications from the CI: ecl-seedable-rng.x86_64-linux on master is broken Potentially related failures: - sbcl-cl-freetype2 (https://ci.guix.gnu.org/build/2584694/details) - ecl-origin (https://ci.guix.gnu.org/build/2580823/details) See: https://ci.guix.gnu.org/build/2585168/details -- Thanks, Maxim ^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#67042: ecl-seedable-rng recently broken 2023-11-10 14:04 ` bug#67042: ecl-seedable-rng recently broken Maxim Cournoyer @ 2023-11-10 18:01 ` Guillaume Le Vaillant 2023-12-04 0:26 ` bug#67042: ecl-cl-pcg fails to build due to a flaky test (was: Re: bug#67042: ecl-seedable-rng recently broken) Maxim Cournoyer 0 siblings, 1 reply; 4+ messages in thread From: Guillaume Le Vaillant @ 2023-11-10 18:01 UTC (permalink / raw) To: Maxim Cournoyer; +Cc: andremegafone, 67042 [-- Attachment #1: Type: text/plain, Size: 1510 bytes --] Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis: > Hi, > > guix-commits@gnu.org writes: > >> glv pushed a commit to branch master >> in repository guix. >> >> commit 42bec70a91d2205371c96287bcf565dcc5f5dd74 >> Author: Andre A. Gomes <andremegafone@gmail.com> >> AuthorDate: Thu Nov 2 11:19:41 2023 +0200 >> >> gnu: cl-slynk: Update to 1.0.43-9.9c43bf6. >> >> * gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 1.0.43-9.9c43bf6. >> >> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> >> Change-Id: I84ff141b7eefff470f72493d02f2cc24f02db7cf > > This commit or some preceding cl-* ones broke ecl-seedable-rng, > according to notifications from the CI: > > ecl-seedable-rng.x86_64-linux on master is broken > > Potentially related failures: > > - sbcl-cl-freetype2 (https://ci.guix.gnu.org/build/2584694/details) > - ecl-origin (https://ci.guix.gnu.org/build/2580823/details) > > See: https://ci.guix.gnu.org/build/2585168/details Hi. Locally I can build sbcl-cl-freetype2 and ecl-origin without issue. Concerning ecl-seedable-rng, there's something funny going on. The build details on the CI list only 1 dependency (ecl-ironclad), but there should be 3; ecl-cl-pcg and ecl-golden-utils are missing. And it is in fact the ecl-cl-pcg dependency that fails to build (because of a test). However, neither ecl-cl-pcg nor its dependencies have been updated recently, so why did the CI need to rebuild it, and why did it start failing? [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 247 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#67042: ecl-cl-pcg fails to build due to a flaky test (was: Re: bug#67042: ecl-seedable-rng recently broken) 2023-11-10 18:01 ` Guillaume Le Vaillant @ 2023-12-04 0:26 ` Maxim Cournoyer 2023-12-05 9:26 ` Guillaume Le Vaillant 0 siblings, 1 reply; 4+ messages in thread From: Maxim Cournoyer @ 2023-12-04 0:26 UTC (permalink / raw) To: Guillaume Le Vaillant; +Cc: andremegafone, GNU Debbugs, 67042 retitle 67042 ecl-cl-pcg fails to build due to a flaky test quit Hi Guillaume, Guillaume Le Vaillant <glv@posteo.net> writes: > Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis: > >> Hi, >> >> guix-commits@gnu.org writes: >> >>> glv pushed a commit to branch master >>> in repository guix. >>> >>> commit 42bec70a91d2205371c96287bcf565dcc5f5dd74 >>> Author: Andre A. Gomes <andremegafone@gmail.com> >>> AuthorDate: Thu Nov 2 11:19:41 2023 +0200 >>> >>> gnu: cl-slynk: Update to 1.0.43-9.9c43bf6. >>> >>> * gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 1.0.43-9.9c43bf6. >>> >>> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> >>> Change-Id: I84ff141b7eefff470f72493d02f2cc24f02db7cf >> >> This commit or some preceding cl-* ones broke ecl-seedable-rng, >> according to notifications from the CI: >> >> ecl-seedable-rng.x86_64-linux on master is broken >> >> Potentially related failures: >> >> - sbcl-cl-freetype2 (https://ci.guix.gnu.org/build/2584694/details) >> - ecl-origin (https://ci.guix.gnu.org/build/2580823/details) >> >> See: https://ci.guix.gnu.org/build/2585168/details > > Hi. > > Locally I can build sbcl-cl-freetype2 and ecl-origin without issue. > > Concerning ecl-seedable-rng, there's something funny going on. The build > details on the CI list only 1 dependency (ecl-ironclad), but there > should be 3; ecl-cl-pcg and ecl-golden-utils are missing. And it is in > fact the ecl-cl-pcg dependency that fails to build (because of a test). > However, neither ecl-cl-pcg nor its dependencies have been updated > recently, so why did the CI need to rebuild it, and why did it start > failing? Tests can sometimes be flaky (fail non-deterministically). The best course of action in these situations is to 1. report the problem upstream and 2. disable the test in our packaging. Re-titling accordingly. Cuirass mixing up derivations is tracked in bug #65505. -- Thanks, Maxim ^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#67042: ecl-cl-pcg fails to build due to a flaky test (was: Re: bug#67042: ecl-seedable-rng recently broken) 2023-12-04 0:26 ` bug#67042: ecl-cl-pcg fails to build due to a flaky test (was: Re: bug#67042: ecl-seedable-rng recently broken) Maxim Cournoyer @ 2023-12-05 9:26 ` Guillaume Le Vaillant 0 siblings, 0 replies; 4+ messages in thread From: Guillaume Le Vaillant @ 2023-12-05 9:26 UTC (permalink / raw) To: Maxim Cournoyer; +Cc: 67042-done [-- Attachment #1: Type: text/plain, Size: 84 bytes --] Tests for ecl-cl-pcg disabled in 9a4a480f8d51da8bf25b61a98e1092a6cd6f76ee. Closing. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 247 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-12-05 9:30 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <169954040581.31035.1536863063117085164@vcs2.savannah.gnu.org> [not found] ` <20231109143335.B7FC1C0C199@vcs2.savannah.gnu.org> 2023-11-10 14:04 ` bug#67042: ecl-seedable-rng recently broken Maxim Cournoyer 2023-11-10 18:01 ` Guillaume Le Vaillant 2023-12-04 0:26 ` bug#67042: ecl-cl-pcg fails to build due to a flaky test (was: Re: bug#67042: ecl-seedable-rng recently broken) Maxim Cournoyer 2023-12-05 9:26 ` Guillaume Le Vaillant
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.