xfsprogs: update to v6.5.0 #4

Closed
ailiopoulos wants to merge 0 commits from (deleted):factory into factory
Collaborator

Signed-off-by: Anthony Iliopoulos ailiop@suse.com

Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
ailiopoulos added 1 commit 2023-10-15 10:44:48 +02:00
obs/scm/build Details
5d9e4f974c
xfsprogs: update to v6.5.0
Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
scm-staging-bot closed this pull request 2023-10-15 10:46:45 +02:00

Submit Request sr#1117863 has been declined.

Submit Request [sr#1117863](https://build.opensuse.org/request/show/1117863) has been declined.

Source validator is declining your request with:

gpg: BAD signature from "Carlos Eduardo Maiolino " [unknown] 

Looks like the keyring needs updating.

Source validator is declining your request with: ``` gpg: BAD signature from "Carlos Eduardo Maiolino " [unknown] ``` Looks like the keyring needs updating.
Author
Collaborator

Source validator is declining your request with:

gpg: BAD signature from "Carlos Eduardo Maiolino " [unknown] 

Looks like the keyring needs updating.

the keyring has been updated in the past to reflect those keys. The issue is xzcat failing and providing an empty input to gpg, which is then failing signature validation. But why is xzcat failing only in the scm-staging environment, I do not know. When running this locally the validation works fine, because xzcat is not failing:

osc co devel:Factory:git-workflow:staging:ailiopoulos:xfsprogs:4/xfsprogs && cd $_ && bash -x /usr/lib/obs/service/source_validators/25-keyring-validate

[...]

+ GPGTMP=/tmp/tmp.AyZ2TJILT0
+ GPG='gpg --homedir /tmp/tmp.AyZ2TJILT0 -q --no-default-keyring --keyring /tmp/tmp.AyZ2TJILT0/.gpg-keyring --trust-model always'
+ gpg --homedir /tmp/tmp.AyZ2TJILT0 -q --no-default-keyring --keyring /tmp/tmp.AyZ2TJILT0/.gpg-keyring --trust-model always --import /home/ailiopoulos/devel:Factory:git-workflow:staging:ailiopoulos:xfsprogs:4/xfsprogs/xfsprogs.keyring

[...]

+ decomp=xzcat
+ xzcat /home/ailiopoulos/devel:Factory:git-workflow:staging:ailiopoulos:xfsprogs:4/xfsprogs/xfsprogs-6.5.0.tar.xz
+ gpg --homedir /tmp/tmp.AyZ2TJILT0 -q --no-default-keyring --keyring /tmp/tmp.AyZ2TJILT0/.gpg-keyring --trust-model always -q --verify -- /home/ailiopoulos/devel:Factory:git-workflow:staging:ailiopoulos:xfsprogs:4/xfsprogs/xfsprogs-6.5.0.tar.sign -

gpg: Signature made Thu 12 Oct 2023 01:32:45 PM CEST
gpg: using EDDSA key FA406E206AFF7873897C6864B45618C36A24FD23
gpg: issuer "cem@kernel.org"
gpg: Good signature from "Carlos Eduardo Maiolino carlos@maiolino.me" [unknown]
gpg: aka "Carlos Eduardo Maiolino cem@kernel.org" [unknown]
gpg: aka "Carlos Eduardo Maiolino cmaiolino@redhat.com" [unknown]

> Source validator is declining your request with: > ``` > gpg: BAD signature from "Carlos Eduardo Maiolino " [unknown] > ``` > > Looks like the keyring needs updating. the keyring has been updated in the past to reflect those keys. The issue is xzcat failing and providing an empty input to gpg, which is then failing signature validation. But why is xzcat failing only in the scm-staging environment, I do not know. When running this locally the validation works fine, because xzcat is not failing: `osc co devel:Factory:git-workflow:staging:ailiopoulos:xfsprogs:4/xfsprogs && cd $_ && bash -x /usr/lib/obs/service/source_validators/25-keyring-validate` ``` [...] + GPGTMP=/tmp/tmp.AyZ2TJILT0 + GPG='gpg --homedir /tmp/tmp.AyZ2TJILT0 -q --no-default-keyring --keyring /tmp/tmp.AyZ2TJILT0/.gpg-keyring --trust-model always' + gpg --homedir /tmp/tmp.AyZ2TJILT0 -q --no-default-keyring --keyring /tmp/tmp.AyZ2TJILT0/.gpg-keyring --trust-model always --import /home/ailiopoulos/devel:Factory:git-workflow:staging:ailiopoulos:xfsprogs:4/xfsprogs/xfsprogs.keyring [...] + decomp=xzcat + xzcat /home/ailiopoulos/devel:Factory:git-workflow:staging:ailiopoulos:xfsprogs:4/xfsprogs/xfsprogs-6.5.0.tar.xz + gpg --homedir /tmp/tmp.AyZ2TJILT0 -q --no-default-keyring --keyring /tmp/tmp.AyZ2TJILT0/.gpg-keyring --trust-model always -q --verify -- /home/ailiopoulos/devel:Factory:git-workflow:staging:ailiopoulos:xfsprogs:4/xfsprogs/xfsprogs-6.5.0.tar.sign - ``` > gpg: Signature made Thu 12 Oct 2023 01:32:45 PM CEST > gpg: using EDDSA key FA406E206AFF7873897C6864B45618C36A24FD23 > gpg: issuer "cem@kernel.org" > gpg: Good signature from "Carlos Eduardo Maiolino <carlos@maiolino.me>" [unknown] > gpg: aka "Carlos Eduardo Maiolino <cem@kernel.org>" [unknown] > gpg: aka "Carlos Eduardo Maiolino <cmaiolino@redhat.com>" [unknown]
ailiopoulos reopened this pull request 2023-10-17 10:44:12 +02:00

Created submit request sr#1118233

Created submit request [sr#1118233](https://build.opensuse.org/request/show/1118233)
dirkmueller closed this pull request 2023-10-18 14:36:06 +02:00
dirkmueller reopened this pull request 2023-10-18 14:36:08 +02:00

Created submit request sr#1118581

Created submit request [sr#1118581](https://build.opensuse.org/request/show/1118581)
Author
Collaborator

is there a way to debug the obs factory-auto source_validator step? can we somehow make it run bash -x /usr/lib/obs/service/source_validators/25-keyring-validate to see why exactly xzcat is failing only in that environment?

is there a way to debug the obs factory-auto source_validator step? can we somehow make it run bash -x /usr/lib/obs/service/source_validators/25-keyring-validate to see why exactly xzcat is failing only in that environment?
Owner

@ailiopoulos yes, we did find the reason. Currently waiting for it to deploy. Hopeful later today it will work

@ailiopoulos yes, we did find the reason. Currently waiting for it to deploy. Hopeful later today it will work
dirkmueller closed this pull request 2023-10-19 09:13:14 +02:00
dirkmueller reopened this pull request 2023-10-19 09:13:16 +02:00
dirkmueller closed this pull request 2023-10-19 09:23:28 +02:00
dirkmueller reopened this pull request 2023-10-19 09:23:30 +02:00
ailiopoulos closed this pull request 2023-10-19 13:34:45 +02:00
ailiopoulos reopened this pull request 2023-10-19 13:34:49 +02:00

Created submit request sr#1118909

Created submit request [sr#1118909](https://build.opensuse.org/request/show/1118909)
scm-staging-bot closed this pull request 2023-10-25 05:01:08 +02:00

Submit Request sr#1118909 has been declined.

Submit Request [sr#1118909](https://build.opensuse.org/request/show/1118909) has been declined.
Some checks failed
obs/scm/build

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pool/xfsprogs#4
No description provided.