Your message dated Thu, 19 Nov 2020 12:48:29 +0000
with message-id <e1kfjmt-000bma...@fasolo.debian.org>
and subject line Bug#975211: fixed in gap-alnuth 3.1.2-2
has caused the Debian Bug report #975211,
regarding gap-polycyclic: FTBFS: test failed
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 ow...@bugs.debian.org
immediately.)


-- 
975211: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975211
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gap-polycyclic
Version: 2.15.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201119 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> mkdir -p debian/gaproot/pkg
> ln -s ../../.. debian/gaproot/pkg/Polycyclic
> gap -q -l 'debian/gaproot;/usr/share/gap' < tst/testall.g | tee debian/gap.tst
> true
> Architecture: x86_64-pc-linux-gnu-default64-kv7
> 
> testing: debian/gaproot/pkg/Polycyclic/tst/AddToIgs.tst
>       96 ms (38 ms GC) and 14.4MB allocated for AddToIgs.tst
> testing: debian/gaproot/pkg/Polycyclic/tst/bugfix.tst
>   ***   at top-level: un=lift(bnf.tufu)
>   ***                             ^-----
>   ***   not a function in function call
>   ***   at top-level: ...or(i=1,#un,print(p2v(n,un[i]),","))
>   ***                                             ^----------
>   ***   incorrect type in _[_] OCcompo1 [not a vector] (t_POL).
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/bugfix.tst:164
> # Input is:
> G:=MaximalOrderByUnitsPcpGroup(x^4+x^3+x^2+x+1);
> # Expected output:
> Pcp-group with orders [ 10, 0, 0, 0, 0, 0 ]
> # But found:
> Error, no method found! For debugging hints type ?Recovery from NoMethodFound
> Error, no 1st choice method found for `GroupByGenerators' on 1 arguments
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/bugfix.tst:166
> # Input is:
> pcps := PcpsOfEfaSeries(G);
> # Expected output:
> [ Pcp [ g1 ] with orders [ 2 ], Pcp [ g1^2 ] with orders [ 5 ], 
>   Pcp [ g2 ] with orders [ 0 ], Pcp [ g3, g4, g5, g6 ] with orders 
>     [ 0, 0, 0, 0 ] ]
> # But found:
> [ Pcp [ g1 ] with orders [ 2 ], Pcp [ g2 ] with orders [ 3 ] ]
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/bugfix.tst:170
> # Input is:
> mats := AffineActionByElement( Pcp(G), pcps[4], G.2 );;
> # Expected output:
> # But found:
> Error, List Element: <list>[4] must have an assigned value
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/bugfix.tst:173
> # Input is:
> stab := StabilizerIntegralAction( G, mats, e );
> # Expected output:
> Pcp-group with orders [ 10, 0 ]
> # But found:
> Error, reached the pre-set memory limit
> (change it with the -o command line option)
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/bugfix.tst:175
> # Input is:
> CheckStabilizer(G, stab, mats, e);
> # Expected output:
> #I  Stabilizer not increasing: exiting.
> true
> # But found:
> Error, Variable: 'stab' must have a value
> ########
>   776508 ms (553695 ms GC) and 59.8GB allocated for bugfix.tst
> testing: debian/gaproot/pkg/Polycyclic/tst/exam/generic.tst
>       24 ms (0 ms GC) and 3.57MB allocated for exam/generic.tst
> testing: debian/gaproot/pkg/Polycyclic/tst/factor.tst
>     4736 ms (4729 ms GC) and 1.62MB allocated for factor.tst
> testing: debian/gaproot/pkg/Polycyclic/tst/homs.tst
>      966 ms (538 ms GC) and 78.1MB allocated for homs.tst
> testing: debian/gaproot/pkg/Polycyclic/tst/inters.tst
>   ***   at top-level: un=lift(bnf.tufu)
>   ***                             ^-----
>   ***   not a function in function call
>   ***   at top-level: ...or(i=1,#un,print(p2v(n,un[i]),","))
>   ***                                             ^----------
>   ***   incorrect type in _[_] OCcompo1 [not a vector] (t_POL).
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/inters.tst:22
> # Input is:
> F := FittingSubgroup(G);;
> # Expected output:
> # But found:
> Error, no method found! For debugging hints type ?Recovery from NoMethodFound
> Error, no 1st choice method found for `GroupByGenerators' on 1 arguments
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/inters.tst:23
> # Input is:
> List(efa, gp->Intersection(F,gp));
> # Expected output:
> [ Pcp-group with orders [ 0, 0, 0 ], Pcp-group with orders [ 0, 0, 0 ], 
>   Pcp-group with orders [ 0, 0 ], Pcp-group with orders [  ] ]
> # But found:
> [ [  ], [  ], [  ], [  ] ]
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/inters.tst:26
> # Input is:
> Pcp(F);
> # Expected output:
> Pcp [ g2^2, g3, g4 ] with orders [ 0, 0, 0 ]
> # But found:
> Error, no method found! For debugging hints type ?Recovery from NoMethodFound
> Error, no 1st choice method found for `Cgs' on 1 arguments
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/inters.tst:32
> # Input is:
> List(efa, gp->Pcp(Intersection(F,gp)));
> # Expected output:
> [ Pcp [ g2^2, g3, g4 ] with orders [ 0, 0, 0 ], 
>   Pcp [ g2^2, g3, g4 ] with orders [ 0, 0, 0 ], 
>   Pcp [ g3, g4 ] with orders [ 0, 0 ], Pcp [  ] with orders [  ] ]
> # But found:
> Error, no method found! For debugging hints type ?Recovery from NoMethodFound
> Error, no 2nd choice method found for `OneMutable' on 1 arguments
> ########
>      538 ms (508 ms GC) and 4.72MB allocated for inters.tst
> testing: debian/gaproot/pkg/Polycyclic/tst/isom.tst
>      555 ms (509 ms GC) and 10.4MB allocated for isom.tst
> -----------------------------------
> total    783423 ms (560017 ms GC) and 59.9GB allocated
>               9 failures in 2 of 7 files
> 
> #I  Errors detected while testing
> 
> ! grep "^########" debian/gap.tst
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/bugfix.tst:164
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/bugfix.tst:166
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/bugfix.tst:170
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/bugfix.tst:173
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/bugfix.tst:175
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/inters.tst:22
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/inters.tst:23
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/inters.tst:26
> ########
> ########> Diff in debian/gaproot/pkg/Polycyclic/tst/inters.tst:32
> ########
> make: *** [debian/rules:13: build-indep-stamp] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/11/19/gap-polycyclic_2.15.1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: gap-alnuth
Source-Version: 3.1.2-2
Done: Bill Allombert <ballo...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gap-alnuth, 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 975...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bill Allombert <ballo...@debian.org> (supplier of updated gap-alnuth 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Thu, 19 Nov 2020 11:36:49 +0100
Source: gap-alnuth
Architecture: source
Version: 3.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Bill Allombert <ballo...@debian.org>
Changed-By: Bill Allombert <ballo...@debian.org>
Closes: 975211 975216
Changes:
 gap-alnuth (3.1.2-2) unstable; urgency=medium
 .
   * patch:
     - fix-for-pari-2.13: fix compatibiity with PARI 2.13.
       Thanks Lucas Nussbaum. Closes: #975211, #975216.
   * debian/control:
     - Build-Depends : Depends on pari-gp (>= 2.13.0)
     - Homepage: use https
   * debian/copyright: use https
Checksums-Sha1:
 46c871401a7a5f54c0faa43e26f36ccbc37d8460 1864 gap-alnuth_3.1.2-2.dsc
 08f9f26abe390eef93074ce737aa5c6b09bfaff3 4720 gap-alnuth_3.1.2-2.debian.tar.xz
 618c86b4f11a78b97528bc12092266b01458daea 7816 
gap-alnuth_3.1.2-2_source.buildinfo
Checksums-Sha256:
 16051e81622c38acff1ffba8a975a4a38f2435dc0e64e6467cca9a4f26a19937 1864 
gap-alnuth_3.1.2-2.dsc
 2c3552ccd7edc0796f224d690417f3232a19d24b3c32d30cff981e56db52d1b5 4720 
gap-alnuth_3.1.2-2.debian.tar.xz
 f8dfccf6727834cbed4f28cfa42f8da1ea989228232b538759f6da5db01d54fd 7816 
gap-alnuth_3.1.2-2_source.buildinfo
Files:
 9d97a52ee0baac3afe988a58c52b2047 1864 math optional gap-alnuth_3.1.2-2.dsc
 8f3243df6cab9520c9a4498724ab5d06 4720 math optional 
gap-alnuth_3.1.2-2.debian.tar.xz
 3722d6ae3b6f437868411c907c5bff7b 7816 math optional 
gap-alnuth_3.1.2-2_source.buildinfo

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

iQIzBAEBCgAdFiEEQgKOpASi6dgKxFMUjw58K0Ui44cFAl+2Zz4ACgkQjw58K0Ui
44ctDQ//bzTkyxGZ2BY2a9JOZolVKPNszkDFw9uEtdpsspyjXjMDrdLTDorwh1Su
FRUSx1HLWFDWTiF5VdZ3wuRjxtemlAA0gD9gvrqY5JnzmwnC8Zz8L0fZqGDXE1FT
ZF37v4yEmIMnm+lvqP6olkhFkqFOZOiuHvXjW8IrJ29tN0lFL0/5PCJHPQYwtxUL
50/NhiPOqYID3Lmq+ZQUh5Z0XlDgvZyMepI4AlZ6ZVZ2auqfUvDYs+mG8ZDbqKeN
G++PnM8tgZg5Dvjq7xuoueENHHJFgbBke9BYWbHFuSN9N1bvzY6Ns/NZ4Yu/dI5e
bUVOemjQfrmEj6D7f7WrmCSEoJX1ZFXlwaEJp8qFrshtQNTcfNTYVLdOMgCqptfb
yw/WXel5jFbe0iLy9sYrQhDpCNsQKxCcTOhIiAVBonOS66XLJ00hEYur7rAU+HGY
8wBW53+LEsX5V89k2I+PTYkx9DYQtGG43o7DRPEnexP/CEpsCfA6XPsXKP44jopg
ixMgqQtx2ueLQw1zEdESCZGglE+LKk3sNMXIPzGSBYcL6Eu4uutES9cpJ6/XQBd5
kqq8W9XgnLtCAZ9hp4syxCm454Y91kL3j+h/ZLUK6N3hho7wQ0Igf8wVimH56QUs
RYw4iKq5gMcVQuXEph9iAqp3I7Mv+oE14Z0PcSH9N9LpJZhbBzY=
=dkGC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to