#1037435 - ojalgo tests using the network at build time (again) - Debian Bug report logs

Debian Bug report logs - #1037435
ojalgo tests using the network at build time (again)

version graph

Package: ojalgo; Maintainer for ojalgo is Debian Math Team <team+math@tracker.debian.org>;

Reported by: Steve Langasek <steve.langasek@canonical.com>

Date: Mon, 12 Jun 2023 20:24:02 UTC

Severity: serious

Tags: ftbfs, patch

Found in version 52.0.1+ds-1

Fixed in version ojalgo/52.0.1+ds-2

Done: Pierre Gruet <pgt@debian.org>

Reply or subscribe to this bug.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Math Team <team+math@tracker.debian.org>:
Bug#1037435; Package ojalgo. (Mon, 12 Jun 2023 20:24:08 GMT) (full text, mbox, link).


Acknowledgement sent to Steve Langasek <steve.langasek@canonical.com>:
New Bug report received and forwarded. Copy sent to Debian Math Team <team+math@tracker.debian.org>. (Mon, 12 Jun 2023 20:24:08 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Steve Langasek <steve.langasek@canonical.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: ojalgo tests using the network at build time (again)
Date: Mon, 12 Jun 2023 13:21:18 -0700
[Message part 1 (text/plain, inline)]
Package: ojalgo
Version: 52.0.1+ds-1
Severity: serious
Tags: patch
Justification: Policy 4.9
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu mantic ubuntu-patch

Hi Pierre,

The ojalgo package has been failing to build from source in Ubuntu, because
its tests are trying to access the network:

[...]
[ERROR] Failures: 
[ERROR]   YahooDataSourceTest.testFetchDaily:54 No data!
[ERROR]   YahooDataSourceTest.testFetchMonthly:62 No data!
[ERROR]   YahooDataSourceTest.testFetchWeekly:70 No data!
[ERROR]   YahooDataSourceTest.testYahooDailyAAPL:79->FinanceSeriesTests.assertAtLeastExpectedItems:64 No data!
[ERROR]   YahooDataSourceTest.testYahooMonthlyAAPL:87->FinanceSeriesTests.assertAtLeastExpectedItems:64 No data!
[ERROR]   YahooDataSourceTest.testYahooWeeklyAAPL:95->FinanceSeriesTests.assertAtLeastExpectedItems:64 No data!
[ERROR] Errors: 
[ERROR]   YahooDataSourceTest.testDeriveDistributions:47->FinanceSeriesTests.doTestDeriveDistribution:84 » NegativeArraySize
[ERROR]   OptimisationServiceTest.testEnvironment:67 » Runtime java.util.concurrent.Exec...
[ERROR]   OptimisationServiceTest.testTest:55 » Runtime java.util.concurrent.ExecutionEx...
[ERROR]   OptimisationServiceTest.testVeryBasicModel:41 » Runtime java.util.concurrent.E...
[...]

  (https://launchpad.net/ubuntu/+source/ojalgo/52.0.1+ds-1/+build/26010077)

There was already a patch in the source to disable network tests, but it
appears that some new network tests have now been added.  I've extended the
patch to disable these tests as well; please see the attached diff.

Thanks for considering,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slangasek@ubuntu.com                                     vorlon@debian.org
[ojalgo_52.0.1+ds-1ubuntu1.debdiff (text/plain, attachment)]

Message sent on to Steve Langasek <steve.langasek@canonical.com>:
Bug#1037435. (Tue, 13 Jun 2023 21:09:03 GMT) (full text, mbox, link).


Message #8 received at 1037435-submitter@bugs.debian.org (full text, mbox, reply):

From: Pierre Gruet <pgt@debian.org>
To: 1037435-submitter@bugs.debian.org
Subject: Re: ojalgo tests using the network at build time (again)
Date: Tue, 13 Jun 2023 23:07:30 +0200
[Message part 1 (text/plain, inline)]
Control: tags -1 pending

Hello Steve,

Thanks a lot for the submission and the patch -- as usual! I am sorry 
there were still tests using the network.

Upload pending.

Best,

-- 
Pierre
[OpenPGP_signature (application/pgp-signature, attachment)]

Added tag(s) pending. Request was from Pierre Gruet <pgt@debian.org> to 1037435-submitter@bugs.debian.org. (Tue, 13 Jun 2023 21:09:03 GMT) (full text, mbox, link).


Reply sent to Pierre Gruet <pgt@debian.org>:
You have taken responsibility. (Tue, 13 Jun 2023 22:54:03 GMT) (full text, mbox, link).


Notification sent to Steve Langasek <steve.langasek@canonical.com>:
Bug acknowledged by developer. (Tue, 13 Jun 2023 22:54:03 GMT) (full text, mbox, link).


Message #15 received at 1037435-close@bugs.debian.org (full text, mbox, reply):

From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
To: 1037435-close@bugs.debian.org
Subject: Bug#1037435: fixed in ojalgo 52.0.1+ds-2
Date: Tue, 13 Jun 2023 22:51:08 +0000
Source: ojalgo
Source-Version: 52.0.1+ds-2
Done: Pierre Gruet <pgt@debian.org>

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

Debian distribution maintenance software
pp.
Pierre Gruet <pgt@debian.org> (supplier of updated ojalgo 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Tue, 13 Jun 2023 23:48:38 +0200
Source: ojalgo
Architecture: source
Version: 52.0.1+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Changed-By: Pierre Gruet <pgt@debian.org>
Closes: 1037435
Changes:
 ojalgo (52.0.1+ds-2) unstable; urgency=medium
 .
   * Removing more tests needing network access, thanks to Steve Langasek
     (Closes: #1037435)
   * Removing an unused Lintian override
Checksums-Sha1:
 037f1ba077968c493ca6436b6fa4e29c660a78b6 2043 ojalgo_52.0.1+ds-2.dsc
 96bbc91c1af9c465e4f4d46da6fef5dfece5a8b2 6936 ojalgo_52.0.1+ds-2.debian.tar.xz
 9094e6cc8303c2a9e684c041187490d638077cb1 11632 ojalgo_52.0.1+ds-2_amd64.buildinfo
Checksums-Sha256:
 d914e8a27681b9b7845c8f5a58894c149790cb29c174f4d81ff4c56aa62f7bb4 2043 ojalgo_52.0.1+ds-2.dsc
 ada4e63d18f3f387bd570dac63d2a3babd0a1298a2a9e90c377e3f8f3303bef1 6936 ojalgo_52.0.1+ds-2.debian.tar.xz
 35514296339be33006ae7ddcdfe60c9a9e58b47c7bda24737c67a11e992b8114 11632 ojalgo_52.0.1+ds-2_amd64.buildinfo
Files:
 604b4c45a3b4450def0a46148c8c8fdd 2043 math optional ojalgo_52.0.1+ds-2.dsc
 7852010a91b5a33e1e7cefecd480d598 6936 math optional ojalgo_52.0.1+ds-2.debian.tar.xz
 522554f8702687d0948b13b3d3061eca 11632 math optional ojalgo_52.0.1+ds-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmSI6WsACgkQYAMWptwn
dHbPhRAApv6akGpfBWrq4QdDc5Su7BWYUNPFYBhEfTWS636yr7lW0ecL5S39pBHd
bOj0AGfOqV2WSmuzTvlAbyT2pow0jkxc6frxWJ+LsAA9W8JzDlozTZLz0StRFdSe
PushvSRzn5II/QUumQrbPvsam0JFUzkrUNvAZd/GzJ1GvHOqv5H0fzdF3Na1iCfY
F2mDDn3LwTPHKp4kKH1eu2Ozu39kb+wAbn3m24a+GGgpbjWjxoPVNbOUgSyvVJea
yxIvadLQXxNlC37xhQsZZOYf/P90qN4rd3KMjPTNzC4SIjURFaWCRnjhtD3ruQrx
WNRvfVzJZujSRLDQ9FFVzhqnahE6VYX3LOt703zbsIUyKHTEUAsxJheSqtfa+7Vx
66bDR6B0HWhJ+ijLrI2XE819wHHWvAk5Oc6814hqZfT5irOUzSuQRO0DwvQfcX+x
GGkSDkWrR+8vzW3qdpWThTw6Aojq3JTjgVC/dY0qcnIdiOXCP9xipqzi4BCYzc9e
3ZS86tdpIMeXcGMen2RJ9pOTgxFs8ITfsf/m4xEQ403r/jCylFOIGuNyDwK1zFCP
6i+qzmoscxAZtwu7ivynti4SECl4h40ZljUwFH3pc4u1l4xpkarbgkI1Sm0Bhfw3
HX4oJLEslPlplg+doqVpV5gFqPqLs7BqEW90tiVkDMPZabLkOK8=
=/j2b
-----END PGP SIGNATURE-----




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Math Team <team+math@tracker.debian.org>:
Bug#1037435; Package ojalgo. (Sat, 17 Aug 2024 13:09:01 GMT) (full text, mbox, link).


Acknowledgement sent to Santiago Vila <sanvila@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Math Team <team+math@tracker.debian.org>. (Sat, 17 Aug 2024 13:09:02 GMT) (full text, mbox, link).


Message #20 received at 1037435@bugs.debian.org (full text, mbox, reply):

From: Santiago Vila <sanvila@debian.org>
To: control@bugs.debian.org
Cc: 1037435@bugs.debian.org
Subject: ojalgo tests using the network at build time (again)
Date: Sat, 17 Aug 2024 15:05:00 +0200
tags 1037435 + ftbfs
thanks

Hi. Please consider an upload for bookworm. Packages must
not access Internet during build. This fails when using
the unshare backend, which is already being used by
the buildds in an almost round-robin way.

Thanks.



Added tag(s) ftbfs. Request was from Santiago Vila <sanvila@debian.org> to control@bugs.debian.org. (Sat, 17 Aug 2024 13:09:02 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Mon Feb 17 20:18:15 2025; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.