Package does not show up on Launchpad (it all vanished)

Asked by moma

Hello,
I have prepared and uploaded my source code for compilation on Focal Foam.
But the packages never show up on the launchpad.net. Neither do I receive email about errors or success.

My commands are:
debuild -S -sd -<email address hidden>
cd ..
dput ppa:audio-recorder/ppa audio-recorder_3.1.2~focal_source.changes

Parcial log:
debuild -S -sd -<email address hidden>
...
 fixup_buildinfo audio-recorder_3.1.2~focal.dsc audio-recorder_3.1.2~focal_source.buildinfo
 signfile buildinfo audio-recorder_3.1.2~focal_source.buildinfo <email address hidden>

 fixup_changes dsc audio-recorder_3.1.2~focal.dsc audio-recorder_3.1.2~focal_source.changes
 fixup_changes buildinfo audio-recorder_3.1.2~focal_source.buildinfo audio-recorder_3.1.2~focal_source.changes
 signfile changes audio-recorder_3.1.2~focal_source.changes <email address hidden>

Successfully signed dsc, buildinfo, changes files
-----

cd ..
dput ppa:audio-recorder/ppa audio-recorder_3.1.2~focal

Checking signature on .dsc
gpg: /home/moma/Audio-Recorder/COMP/audio-recorder_3.1.2~focal.dsc:
Valid signature from 0CAD316E3917AA14

Uploading to ppa (via ftp to ppa.launchpad.net):
  Uploading audio-recorder_3.1.2~focal.dsc: done.
  Uploading audio-recorder_3.1.2~focal.tar.gz: done.
  Uploading audio-recorder_3.1.2~focal_source.buildinfo: done.
  Uploading audio-recorder_3.1.2~focal_source.changes: done.
Successfully uploaded packages.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
moma
Solved:
Last query:
Last reply:
Revision history for this message
Colin Watson (cjwatson) said :
#1

Converting to a question since this is a support request more than a bug report.

Revision history for this message
Colin Watson (cjwatson) said :
#2

Our logs say:

2019-10-30 09:35:15 DEBUG Considering changefile ~audio-recorder/ppa/audio-recorder_3.1.2~focal_source.changes
2019-10-30 09:35:15 DEBUG Finding fresh policy
2019-10-30 09:35:15 INFO Processing upload audio-recorder_3.1.2~focal_source.changes
2019-10-30 09:35:15 DEBUG Beginning processing.
2019-10-30 09:35:15 DEBUG Verifying signature on audio-recorder_3.1.2~focal_source.changes
2019-10-30 09:35:16 DEBUG Starting new HTTP connection (1): keyserver.internal:11371
2019-10-30 09:35:16 DEBUG http://keyserver.internal:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0CAD316E3917AA14 HTTP/1.1" 404 10
2019-10-30 09:35:16 DEBUG Starting new HTTP connection (1): keyserver.internal:11371
2019-10-30 09:35:16 DEBUG http://keyserver.internal:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0CAD316E3917AA14 HTTP/1.1" 404 10
2019-10-30 09:35:16 DEBUG Starting new HTTP connection (1): keyserver.internal:11371
2019-10-30 09:35:16 DEBUG http://keyserver.internal:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0CAD316E3917AA14 HTTP/1.1" 404 10
2019-10-30 09:35:16 INFO Not sending rejection notice without a signing key.
2019-10-30 09:35:16 INFO Upload was rejected:
2019-10-30 09:35:16 INFO GPG verification of /srv/launchpad.net/ppa-queue/incoming/upload-ftp-20191030-093501-115020/~audio-recorder/ppa/audio-recorder_3.1.2~focal_source.changes failed: Veri
fication failed 3 times: ['GPG key 0CAD316E3917AA14 not found due to a server or network failure.', 'GPG key 0CAD316E3917AA14 not found due to a server or network failure.', 'GPG key 0CAD316E3917AA1
4 not found due to a server or network failure.']
2019-10-30 09:35:16 INFO Further error processing not possible because of a critical previous error.

To translate: the key you used to sign this upload doesn't seem to be on keyserver.ubuntu.com, so Launchpad can't verify the upload. You'll need to send it to the keyserver, like this:

  gpg --keyserver keyserver.ubuntu.com --send-keys 0CAD316E3917AA14

The key also doesn't seem to be linked to your Launchpad account, so you'll need to import it:

  https://help.launchpad.net/YourAccount/ImportingYourPGPKey#Importing_your_key_into_Launchpad_with_gpg

Revision history for this message
moma (osmoma) said :
#3

Very good reply.

I will fix the gnupg (key) issue ASAP.
Thank you.

Osmo Antero