[03:43] <mwhudson> vorlon: on the off chance you're still around do you know what's going on with pytorch?
[03:43] <mwhudson> (apart from failing to build with moderately inscrutable c++ nonsense)
[03:59] <mwhudson> hm a new upstream version in salsa git
[04:00] <mwhudson> oh well don't have the brain for this ecosystem today
[04:14] <vorlon> mwhudson: I do not
[04:14] <Unit193> vorlon: Seems a co-worker spoke to you about bip and irssi, I presume that patch will continue to be used for the time being?  (I want to merge)
[04:15] <vorlon> Unit193: seems like it :)
[04:15] <Unit193> Also, hopefully nobody minds that it'll break irssi-plugin-xmpp, which is entirely unmaintained...
[04:15] <Unit193> vorlon: OK, I'll re-enable it in the series (I refreshed it in Debian so less work.)
[10:43] <bluca> the cloud-autopkgtest runs of systemd on !amd64 are all failing at set up with:
[10:43] <bluca> Cloning into 'systemd'...
[10:43] <bluca> fatal: unable to access 'https://salsa.debian.org/systemd-team/systemd.git/': Received HTTP code 403 from proxy after CONNECT
[10:43] <bluca> weirdly, amd64 are all fine, only ppc64el/arm64/s390x are consistently and 100% failing like that
[10:43] <bluca> any idea? ^^ juliank
[10:55] <juliank> bluca: Proxy broken again, bdmurray^
=== denisonbarbosa is now known as denis
=== denis is now known as dbarbosa
[12:56] <bdmurray> bluca: can you remind me where the logs are at? It may have to do with the datacenter being used.
[12:57] <bluca> bdmurray: https://autopkgtest.ubuntu.com/running#pkg-systemd-upstream
[12:58] <bluca> example of a recent failure: https://autopkgtest.ubuntu.com/results/autopkgtest-focal-upstream-systemd-ci-systemd-ci/focal/ppc64el/s/systemd-upstream/20220718_121438_1eda5@/log.gz
[14:05] <smoser> I'm strugging to remember this... I built a source package (debuild -d -S -nc) but uploaded to a ppa and launchpad complains it can't find the orig tarball (Unable to find swtpm_0.7.1.orig.tar.gz in upload or distribution. Files specified in DSC are broken or missing, skipping package unpack verification.).
[14:07] <smoser> what do i need on the debuild line so that gets uploaded?
[14:08] <ginggs> smoser:  -sa ?
[14:26] <smoser> ginggs: thanks. yes, that was it.
[15:25] <Payam> I have moved to ubuntu 20 and now it is no longer possible to create a deb package using dh_virtual since python2 is not present anymore.How do you now create deb packages from a python project?
[15:29] <paride> bdmurray, added a short paragraph on i386 failures for tests depending on perl modules: https://wiki.ubuntu.com/ProposedMigration#On_i386_a_test_fails_with_.27Depends:_somemodule-perl:i386_but_it_is_not_installable.27
[18:51] <rbasak> Where can I find a list of the sources for all the seeds? https://code.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/ isn't all of them - in particular the flavour seeds I see at https://people.canonical.com/~ubuntu-archive/germinate-output/. Is there a master list somewhere, or do I have to locate each one individually?
[18:52] <rbasak> Ah https://code.launchpad.net/ubuntu-seeds/+git has a superset perhaps
[19:20] <vorlon> rbasak: unfortunately not all flavors are in git yet.  lp:ubuntu-archive-scripts update-seeds is authoritative
[19:20] <rbasak> Thanks!