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

Image refresh for fedora-atomic #9002

Closed
wants to merge 2 commits into from
Closed

Image refresh for fedora-atomic #9002

wants to merge 2 commits into from

Conversation

cockpituous
Copy link
Contributor

@cockpituous cockpituous commented Apr 23, 2018

Image refresh for fedora-atomic

@cockpituous cockpituous changed the title Image refresh for fedora-atomic WIP: cockpit-tasks-jrt1g: Image refresh for fedora-atomic Apr 18, 2018
@cockpituous cockpituous changed the title WIP: cockpit-tasks-jrt1g: Image refresh for fedora-atomic WIP: cockpit-tasks-xbsvd: Image refresh for fedora-atomic Apr 18, 2018
@cockpituous
Copy link
Contributor Author

image-refresh in progress on cockpit-tasks-jrt1g.
Log: http://fedorapeople.org/groups/cockpit/logs/image-refresh-9002-20180418-025353/

@cockpituous
Copy link
Contributor Author

image-refresh in progress on cockpit-tasks-xbsvd.
Log: http://fedorapeople.org/groups/cockpit/logs/image-refresh-9002-20180418-025353/

@martinpitt martinpitt changed the title WIP: cockpit-tasks-xbsvd: Image refresh for fedora-atomic Image refresh for fedora-atomic Apr 23, 2018
@cockpituous cockpituous changed the title Image refresh for fedora-atomic WIP: cockpit-tasks-f85z1: Image refresh for fedora-atomic Apr 23, 2018
@cockpituous
Copy link
Contributor Author

image-refresh in progress on cockpit-tasks-f85z1.
Log: http://fedorapeople.org/groups/cockpit/logs/image-refresh-9002-20180423-132929/

@cockpituous
Copy link
Contributor Author

@cockpituous cockpituous changed the title WIP: cockpit-tasks-f85z1: Image refresh for fedora-atomic Image refresh for fedora-atomic Apr 23, 2018
@martinpitt
Copy link
Member

What?

error: GPG: Unable to complete signature verification: GnuPG: General error
Traceback (most recent call last):
  File "/var/lib/testvm/atomic.install", line 300, in <module>
    cockpit_installer.run()
  File "/var/lib/testvm/atomic.install", line 225, in run
    output = subprocess.check_output(["ostree", "admin", "status"])
  File "/usr/lib64/python2.7/subprocess.py", line 219, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['ostree', 'admin', 'status']' returned non-zero exit status 1

@martinpitt
Copy link
Member

On previous Fedora atomic:

[root@m1 ~]# ostree admin status
* fedora-atomic c4015063c00515ddbbaa4c484573d38376db270b09adb22a4859faa0a39d5d93.0
    Version: 27.105
    origin refspec: fedora-atomic:fedora/27/x86_64/atomic-host
    GPG: Signature made So 25 Mär 2018 21:29:01 UTC using RSA key ID F55E7430F5282EE4
    GPG: Can't check signature: public key not found
[root@m1 ~]# echo $?
0

On this rebuilt one:

# ostree admin status
* fedora-atomic 931ebb3941fc49af706ac5a90ad3b5a493be4ae35e85721dabbfd966b1ecbf99.0
    Version: 27.122
    origin refspec: fedora-atomic:fedora/27/x86_64/atomic-host
error: GPG: Unable to complete signature verification: GnuPG: General error
[root@m1 ~]# echo $?
1

So the GPG error has always been there, but is now indicated with a non-zero exit code.

…tall

Recently the GPG validation error started to become fatal:
https://bugzilla.redhat.com/show_bug.cgi?id=1571264

Work around this by ignoring the failure.

Closes #9002
@martinpitt
Copy link
Member

Reported the regression downstream (https://bugzilla.redhat.com/show_bug.cgi?id=1571264) and added a workaround.

@martinpitt
Copy link
Member

Still two ostree failures.

@martinpitt
Copy link
Member

Ah, seems the OSTreeRestartCase is victim of the same bug. Possibly the other one, too. As a fix is already in the pipeline, let's just wait for that.

@martinpitt martinpitt added blocked Don't land until something else happens first (see task list) and removed needswork labels Apr 24, 2018
@martinpitt
Copy link
Member

I installed the fixed gpgme into the ostree, and the tests now work again. So let's just wait until that hits fedora-atomic. Added to the description.

@martinpitt
Copy link
Member

Fixed in #9090

@martinpitt martinpitt closed this May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Don't land until something else happens first (see task list)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants