<div dir="ltr">Thank you very much, Simon !!</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 17, 2024 at 11:46 AM Simon Chopin <<a href="mailto:simon.chopin@canonical.com">simon.chopin@canonical.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Miriam,<br>
<br>
On lun. 17 juin 2024 10:29:57, Miriam Espana Acebal wrote:<br>
> (Sorry, I sent incomplete)<br>
><br>
> Hello everyone,<br>
><br>
> Sorry for the delay...  I was waiting for the resolution<br>
> (reviews/acceptance) of some of the tasks I did<br>
> (learning also .<br>
> As Athos commented, I shadowed him on the last days of his shift rotation<br>
> (thanks, Athos! It was a pleasure).<br>
<br>
That's great to here, I'm really happy to have you joining the +1 ranks :)<br>
<br>
For the record, one of the use cases of the +1 report is as kind of a<br>
hand-off document, so that the next shift can pick up where you left off<br>
if possible. That means that sending a report with items still pending<br>
is perfectly fine, and could even make it easier for those items to be<br>
completed ;).<br>
<br>
Nice work on the report overall!<br>
<br>
Cheers,<br>
Simon<br>
<br>
> These are the fixes I made:<br>
><br>
> * python-chemspipy: A FTBFS: when tests were running, six module wasn't<br>
> found<br>
>  (provided by python3-six package, not listed as (b)dependency in<br>
> d/control). But the<br>
>  package was a sync from Debian and there it was built OK [1]. Going<br>
> deeper, python3-six<br>
>  was a implicit dependency of python3-request via its direct dependency<br>
> python3-urllib3.<br>
>  We have a different version that the one used in sid/trixie:<br>
>      Ubuntu: 2.0.7-1 [2], synced from experimental<br>
>      Debian (sid/trixie): 1.26.18-2 [3]<br>
>   six module was embedded into python3-urllib3 until this last version (see<br>
> changelog entry).<br>
><br>
> * geophar: FTBFS. simpy is embedded in upstream source code, but that is<br>
> not the case in Debian<br>
>   (so the same is true for Ubuntu). Since the last version we updated,<br>
> there have been new tests covering<br>
>   the existence of these embedded simpy files: that test doesn't make sense<br>
> in Debian, nor in Ubuntu.<br>
>   I adapted the check to avoid this test.  Also, assertEquals is deprecated<br>
> [4], so I changed it by refreshing<br>
>   the existing correspondent patch. I created an MR in salsa for this [5].<br>
> I didn't forward it to upstream, because<br>
>   in the Debian tracker, the patches are marked as "need to be submitted to<br>
> upstream" and I left it to the maintainer<br>
>   as the original author of the patch.<br>
><br>
> * python-phpserialize: FTBFS: since python3.12, the assert_ method no<br>
> longer exists [6]. We could see a deprecation<br>
>   warning for this in previous builds, like this one for Focal [7]:<br>
>        test_object_hook (tests.PhpSerializeTestCase) ...<br>
> /<<PKGBUILDDIR>>/tests.py:92: DeprecationWarning: Please use assertTrue<br>
> instead.<br>
>          self.assert_(b'WP_User' in x)<br>
>   In Debian, they still use Python3.11 (so they have the warning, not the<br>
> error like us) [8]. I forwarded the patch I did to Debian [9],<br>
>   but in the meantime, I was changing assertTrue by assertIn as pointed out<br>
> by Benjamin Drung, and Sergio Durigan was faster :). So,<br>
>   it's synced to Oracular already.<br>
><br>
> * python-awkward: I spent sometime with this, but finally Athos made it.<br>
><br>
> I want to thank Athos and Paride for the sponsorship and Benjamin Drung and<br>
> Daniel Drapper for their reviews too.<br>
><br>
> Now, yes, the report is complete (I blame the keyboard shortcut that<br>
> triggered the send). Thanks everyone for reading!<br>
><br>
> [1]<br>
> <a href="https://buildd.debian.org/status/fetch.php?pkg=python-chemspipy&arch=all&ver=2.0.0-2&stamp=1704269160&raw=0" rel="noreferrer" target="_blank">https://buildd.debian.org/status/fetch.php?pkg=python-chemspipy&arch=all&ver=2.0.0-2&stamp=1704269160&raw=0</a><br>
> [2] <a href="https://launchpad.net/ubuntu/+source/python-urllib3/2.0.7-1" rel="noreferrer" target="_blank">https://launchpad.net/ubuntu/+source/python-urllib3/2.0.7-1</a><br>
> [3] <a href="https://tracker.debian.org/pkg/python-urllib3" rel="noreferrer" target="_blank">https://tracker.debian.org/pkg/python-urllib3</a><br>
><br>
> [4] <a href="https://docs.python.org/3.11/library/unittest.html#deprecated-aliases" rel="noreferrer" target="_blank">https://docs.python.org/3.11/library/unittest.html#deprecated-aliases</a><br>
> [5] <a href="https://salsa.debian.org/georgesk/geophar/-/merge_requests/4" rel="noreferrer" target="_blank">https://salsa.debian.org/georgesk/geophar/-/merge_requests/4</a><br>
><br>
> [6] <a href="https://docs.python.org/3/library/unittest.html#assert-methods" rel="noreferrer" target="_blank">https://docs.python.org/3/library/unittest.html#assert-methods</a><br>
> [7]<br>
> <a href="https://launchpadlibrarian.net/448504127/buildlog_ubuntu-focal-amd64.python-phpserialize_1.3-1.1_BUILDING.txt.gz" rel="noreferrer" target="_blank">https://launchpadlibrarian.net/448504127/buildlog_ubuntu-focal-amd64.python-phpserialize_1.3-1.1_BUILDING.txt.gz</a><br>
> [8]<br>
> <a href="https://buildd.debian.org/status/fetch.php?pkg=python-phpserialize&arch=all&ver=1.3-2&stamp=1712878490&raw=0" rel="noreferrer" target="_blank">https://buildd.debian.org/status/fetch.php?pkg=python-phpserialize&arch=all&ver=1.3-2&stamp=1712878490&raw=0</a><br>
> [ 9 ]  <a href="https://github.com/mitsuhiko/phpserialize/pull/36" rel="noreferrer" target="_blank">https://github.com/mitsuhiko/phpserialize/pull/36</a><br>
><br>
> On Mon, Jun 17, 2024 at 10:04 AM Miriam Espana Acebal <<br>
> <a href="mailto:miriam.espana@canonical.com" target="_blank">miriam.espana@canonical.com</a>> wrote:<br>
><br>
> > Hello everyone,<br>
> ><br>
> > Sorry for the delay...  I was waiting for the resolution<br>
> > (reviews/acceptance) of some of the tasks I did.<br>
> > As Athos commented, I shadowed him on the last days of his shift rotation<br>
> > (thanks, Athos!).<br>
> ><br>
> > These are the fixes I made:<br>
> ><br>
> > * python-chemspipy: A FTBFS: when tests were running, six module wasn't<br>
> > found<br>
> >  (provided by python3-six package, not listed as (b)dependency in<br>
> > d/control). But the<br>
> >  package was a sync from Debian and there it was built OK [1]. Going<br>
> > deeper, python3-six<br>
> >  was a implicit dependency of python3-request via its direct dependency<br>
> > python3-urllib3.<br>
> >  We have a different version that the one used in sid/trixie:<br>
> >      Ubuntu: 2.0.7-1 [2], synced from experimental<br>
> >      Debian (sid/trixie): 1.26.18-2 [3]<br>
> >   six module was embedded into python3-urllib3 until this last version<br>
> ><br>
> ><br>
> ><br>
> ><br>
> > On Tue, Jun 11, 2024 at 12:32 AM Brian Murray <<a href="mailto:brian@ubuntu.com" target="_blank">brian@ubuntu.com</a>> wrote:<br>
> ><br>
> >> On Fri, Jun 07, 2024 at 06:03:35PM -0300, Athos Ribeiro wrote:<br>
> >> > I did +1 maintenance from 2024-06-03 to 2024-06-07.<br>
> >> ><br>
> >> > I start the week by running the ubuntu-archive-tools<br>
> >> find-proposed-cluster<br>
> >> > script. There was nothing relevant there at this point of the cycle.<br>
> >> ><br>
> >> > Then I started looking at individual packages, no hard rules, but I was<br>
> >> > trying to focus on the bottom half of the list. Coincidently, the first<br>
> >> > 2 packages I looked at had infrastructure related failures. I then<br>
> >> > proceeded to run the archive tools retry script:<br>
> >> ><br>
> >> > ./retry-autopkgtest-regressions --log-regex='unexpected eof from the<br>
> >> testbed'<br>
> >> ><br>
> >> > I sticked to this regex for the 5 days I was working on +1 maintainance<br>
> >> and<br>
> >> > found dozens of (non-duplicated) occurrences each day.<br>
> >><br>
> >> I expect that the majority of these were on arm64 and a result of<br>
> >> virtual machines taking an extraordinarily long period of time to be<br>
> >> provisioned in PS6. This has been reported in RT 164415 and is<br>
> >> documented at our autopkgtest service page[1].<br>
> >><br>
> >> [1] <a href="https://discourse.ubuntu.com/t/autopkgtest-service/34490" rel="noreferrer" target="_blank">https://discourse.ubuntu.com/t/autopkgtest-service/34490</a><br>
> >><br>
> >> --<br>
> >> Brian Murray<br>
> >><br>
> >> --<br>
> >> ubuntu-devel mailing list<br>
> >> <a href="mailto:ubuntu-devel@lists.ubuntu.com" target="_blank">ubuntu-devel@lists.ubuntu.com</a><br>
> >> Modify settings or unsubscribe at:<br>
> >> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel</a><br>
> >><br>
> ><br>
> ><br>
> > --<br>
> > [image: Canonical-20th-anniversary]<br>
> ><br>
> > Miriam España Acebal<br>
> ><br>
> > Software Engineer II - Ubuntu Public Cloud/Server<br>
> ><br>
> > Email:<br>
> ><br>
> > <a href="mailto:miriam.espana@canonical.com" target="_blank">miriam.espana@canonical.com</a><br>
> ><br>
> > Location:<br>
> ><br>
> > Spain  (GMT+2)<br>
> ><br>
> > <a href="http://canonical.com" rel="noreferrer" target="_blank">canonical.com</a><br>
> ><br>
> > <a href="http://ubuntu.com" rel="noreferrer" target="_blank">ubuntu.com</a><br>
> ><br>
> ><br>
><br>
> --<br>
> [image: Canonical-20th-anniversary]<br>
><br>
> Miriam España Acebal<br>
><br>
> Software Engineer II - Ubuntu Public Cloud/Server<br>
><br>
> Email:<br>
><br>
> <a href="mailto:miriam.espana@canonical.com" target="_blank">miriam.espana@canonical.com</a><br>
><br>
> Location:<br>
><br>
> Spain  (GMT+2)<br>
><br>
> <a href="http://canonical.com" rel="noreferrer" target="_blank">canonical.com</a><br>
><br>
> <a href="http://ubuntu.com" rel="noreferrer" target="_blank">ubuntu.com</a><br>
</blockquote></div><br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><table style="font-family:Ubuntu,sans-serif;border-spacing:0px;border-width:0px;margin:0px;color:rgb(0,0,0);border-color:white"><tbody><tr><th colspan="2" style="vertical-align:top;padding:4px 0px 0px 4px;font-size:0px;text-align:left"><img height="40px" width="271px" src="https://assets.ubuntu.com/v1/e3fc2c4f-20%20YEARS_logo_white-bg.png" alt="Canonical-20th-anniversary" title="Canonical-20th-anniversary" style="margin-bottom: 17px;"></th></tr><tr><td colspan="2" style="vertical-align:top;padding:0px 0px 0px 5px;font-size:0px"><p style="display:inline-block;font-size:13px;line-height:16px;padding-top:0.8px;margin-bottom:0px;margin-top:0.8px;font-weight:600">Miriam España Acebal</p></td></tr><tr><td colspan="2" style="vertical-align:top;padding:0px 0px 0px 5px;font-size:0px"><p style="display:inline-block;font-size:13px;line-height:16px;padding-top:0.8px;margin-bottom:8px;margin-top:0.8px;color:rgb(117,117,117)">Software Engineer II - Ubuntu Public Cloud/Server</p></td></tr><tr><td style="vertical-align:top;padding:0px 0px 0px 5px;font-size:0px"><p style="display:inline-block;font-size:13px;line-height:17px;padding-top:0.8px;margin-bottom:0px;margin-top:0.8px;color:rgb(117,117,117)">Email:</p></td><td style="vertical-align:top;padding:0px 4px 0px 5px;font-size:0px"><p style="display:inline-block;font-size:13px;line-height:17px;padding-top:0.8px;margin-bottom:0px;margin-top:0.8px;margin-left:12px"><a href="mailto:miriam.espana@canonical.com" target="_blank">miriam.espana@canonical.com</a></p></td></tr><tr><td style="vertical-align:top;padding:0px 0px 0px 5px;font-size:0px"><p style="display:inline-block;font-size:13px;line-height:17px;padding-top:0.8px;margin-bottom:0px;margin-top:0.8px;color:rgb(117,117,117)">Location:</p></td><td style="vertical-align:top;padding:0px 0px 0px 5px;font-size:0px"><p style="display:inline-block;font-size:13px;line-height:17px;padding-top:0.8px;margin-bottom:0px;margin-top:0.8px;margin-left:12px">Spain  (GMT+2)</p></td></tr><tr><td style="vertical-align:top;padding:0px 0px 0px 5px;font-size:0px"></td><td style="vertical-align:top;padding:0px 0px 0px 5px;font-size:0px"><br></td></tr><tr><td colspan="2" style="vertical-align:top;padding:0px 0px 0px 5px;font-size:0px"><a href="https://canonical.com/" style="color:rgb(0,102,204)" target="_blank"><p style="display:inline-block;font-size:13px;line-height:17px;padding-top:0.8px;margin-bottom:0px;margin-top:8.8px">canonical.com</p></a></td></tr><tr><td colspan="2" style="vertical-align:top;padding:0px 0px 0px 5px;font-size:0px"><a href="https://ubuntu.com/" style="color:rgb(0,102,204)" target="_blank"><p style="display:inline-block;font-size:13px;line-height:17px;padding-top:0.8px;margin-bottom:0px;margin-top:0.8px">ubuntu.com</p></a></td></tr></tbody></table><br></div></div>