Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugins.jenkins.io is missing recent releases #3447

Closed
MarkEWaite opened this issue Mar 14, 2023 · 3 comments · Fixed by jenkins-infra/plugin-site#1314
Closed

plugins.jenkins.io is missing recent releases #3447

MarkEWaite opened this issue Mar 14, 2023 · 3 comments · Fixed by jenkins-infra/plugin-site#1314

Comments

@MarkEWaite
Copy link

Service(s)

plugins.jenkins.io

Summary

The warnings next generation plugin and a number of related plugins released a day ago but they are not visible on https://plugins.jenkins.io/warnings-ng/releases/

The warnings next generation plugin should be 10.0.2 but it shows a 9.x as the most recent release.

https://get.jenkins.io/plugins/warnings-ng/10.0.2/warnings-ng.hpi?mirrorlist shows that the 1.0.2 version is mirrored around the world but it is not visible on the plugins site

Reproduction steps

  1. Confirm that warnings ng 10.0.2 is visible on the mirrors at https://get.jenkins.io/plugins/warnings-ng/10.0.2/warnings-ng.hpi?mirrorlist but is not visible at https://plugins.jenkins.io/warnings-ng/releases/
@MarkEWaite MarkEWaite added the triage Incoming issues that need review label Mar 14, 2023
@NotMyFault
Copy link
Member

The job on infra.ci is failing since Monday:

[2023-03-13T18:18:19.285Z] Traceback (most recent call last):
[2023-03-13T18:18:19.285Z]   File "/usr/local/bin/blobxfer", line 5, in <module>
[2023-03-13T18:18:19.285Z]     from blobxfer_cli.cli import cli
[2023-03-13T18:18:19.285Z]   File "/usr/local/lib/python3.9/dist-packages/blobxfer_cli/cli.py", line 34, in <module>
[2023-03-13T18:18:19.285Z]     import blobxfer.api
[2023-03-13T18:18:19.285Z]   File "/usr/local/lib/python3.9/dist-packages/blobxfer/api.py", line 30, in <module>
[2023-03-13T18:18:19.285Z]     from .operations.azure.blob.append import (  # noqa
[2023-03-13T18:18:19.285Z]   File "/usr/local/lib/python3.9/dist-packages/blobxfer/operations/azure/__init__.py", line 35, in <module>
[2023-03-13T18:18:19.285Z]     import blobxfer.operations.azure.blob.append
[2023-03-13T18:18:19.285Z]   File "/usr/local/lib/python3.9/dist-packages/blobxfer/operations/azure/blob/__init__.py", line 29, in <module>
[2023-03-13T18:18:19.285Z]     import azure.storage.blob.models
[2023-03-13T18:18:19.285Z]   File "/usr/local/lib/python3.9/dist-packages/azure/storage/blob/__init__.py", line 6, in <module>
[2023-03-13T18:18:19.285Z]     from .appendblobservice import AppendBlobService
[2023-03-13T18:18:19.285Z]   File "/usr/local/lib/python3.9/dist-packages/azure/storage/blob/appendblobservice.py", line 43, in <module>
[2023-03-13T18:18:19.285Z]     from .baseblobservice import BaseBlobService
[2023-03-13T18:18:19.285Z]   File "/usr/local/lib/python3.9/dist-packages/azure/storage/blob/baseblobservice.py", line 34, in <module>
[2023-03-13T18:18:19.285Z]     from azure.storage.common._error import (
[2023-03-13T18:18:19.285Z] ImportError: cannot import name '_validate_user_delegation_key' from 'azure.storage.common._error' (/usr/local/lib/python3.9/dist-packages/azure/storage/common/_error.py)

@lemeurherve lemeurherve removed the triage Incoming issues that need review label Mar 14, 2023
@lemeurherve lemeurherve self-assigned this Mar 14, 2023
@lemeurherve
Copy link
Member

lemeurherve commented Mar 14, 2023

FTR, the last update of jenkins-infra/docker-builder image version broke the build, again 🙁

Currently looking at the differences between 2.0.55 and 2.2.26, I'll check if I can replace blobxfer by az-cli, and will revert renovate PR if not.

@lemeurherve
Copy link
Member

lemeurherve commented Mar 14, 2023

As explained in jenkins-infra/docker-builder#126, the python3-dev dependency needed to install azure-cli with pip3 broke blobxfer, switching to the debian package for azure-cli installation fixed it.

https://plugins.jenkins.io/warnings-ng/releases:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants