conda / infrastructure

A repo to report issues and have discussions about the conda infrastructure
BSD 3-Clause "New" or "Revised" License
11 stars 15 forks source link

`rss.xml` is broken on `bioconda` #866

Open jaimergp opened 6 months ago

jaimergp commented 6 months ago

Checklist

What happened?

https://conda.anaconda.org/bioconda/rss.xml is not valid RSS or even XML parsable. Its content seems to be a flat collection of <item> elements:

    <item>
  <title>running sync</title>
  <pubDate>03 Jan 2024 17:08:58 UTC</pubDate>
</item><item>
  <title>linux-64:add:bioconductor-bsseq-1.30.0-r41h399db7b_0.tar.bz2</title>
  <pubDate>08 Nov 2021 01:42:55 UTC</pubDate>
</item><item>
  <title>linux-64:add:bioconductor-fraser-1.6.0-r41h399db7b_0.tar.bz2</title>
  <pubDate>08 Nov 2021 01:42:55 UTC</pubDate>
</item>
    <item>
  <title>running sync</title>
  <pubDate>09 Nov 2021 03:09:56 UTC</pubDate>
</item>

But conda-forge's RSS looks like this:

<?xml version="1.0" ?>
<rss version="2.0">
  <channel>
    <title>anaconda.org/conda-forge</title>
    <link>https://conda.anaconda.org/conda-forge</link>
    <description>The most recent 100 updates for conda-forge.</description>
    <pubDate>Wed, 03 Jan 2024 17:24:54 GMT</pubDate>
    <lastBuildDate>Wed, 03 Jan 2024 17:24:54 GMT</lastBuildDate>
    <item>
      <title>scikit-base 0.7.0 [linux-64, linux-aarch64, osx-64, osx-arm64, win-64]</title>
      <description>Base classes for sklearn-like parametric objects</description>
      <link>https://skbase.readthedocs.io/en/latest/</link>
      <comments>https://github.com/sktime/skbase</comments>
      <guid>https://pypi.io/packages/source/s/scikit-base/scikit-base-0.7.0.tar.gz</guid>
      <pubDate>Wed, 03 Jan 2024 17:07:57 GMT</pubDate>
      <source>https://github.com/sktime/skbase</source>
    </item>
...

Conda Info

N/A

Conda Config

N/A

Conda list

N/A

Additional Context

N/A

jakirkham commented 3 months ago

Wonder if this shares the same root cause as the Bioconda CDN sync issue: https://github.com/conda/infrastructure/issues/895

jaimergp commented 3 months ago

AFAIU, this is just the CDN backend for bioconda using an older conda-index stack.

johanneskoester commented 3 months ago

Can it get an update please, so that hopefully the sync works again?

johanneskoester commented 3 months ago

The immediate issue seems to be gone, but I would really appreciate to finally get the same stack for the CDN as conda-forge. This was promised several times before actually.