Hello all,
I'm attempting to put together a custom build server and have gotten to the point where I am attempting to run the admin jobs. Right now, the trouble I'm having is that the import_upstream job reports success, but upon investigation, I see this output for building, testing, and main:
...
17:13:42 gpgme gave error GPGME:11: Bad passphrase
17:13:42 ERROR: Could not finish exporting 'trusty'!
17:13:42 This means that from outside your repository will still look like before (and
17:13:42 should still work if this old state worked), but the changes intended with this
17:13:42 call will not be visible until you call export directly (via reprepro export)
17:13:42 Changes will also get visible when something else changes the same file and
17:13:42 thus creates a new export of that file, but even changes to other parts of the
17:13:42 same distribution will not!
17:13:42 There have been errors!
It appears I have a bad passphrase for one of the keys in the buildfarm_deployment_config. However, the passphrase I am using for the credentials::jenkins-slave::passphrase is the correct phrase, and I retrieved its hashed value from /var/lib/jenkins/credentials.xml for a local instance that I spun up. I'm almost certainly missing something, but doing a search for the gpgme error yields (as it would) some results wherein users are experiencing very similar issues.
I have yet to try simply using a key with an empty passphrase and going with the default values in the buildfarm_deployment_config, but I wanted to see if anyone else had a similar issue previously.
Thanks!
-Tom