Skip to content

Console Output

11:31:46 [2022-04-29T15:31:46.568Z] + gpg --version
11:31:46 [2022-04-29T15:31:46.568Z] gpg (GnuPG) 2.2.20
11:31:46 [2022-04-29T15:31:46.568Z] libgcrypt 1.8.5
11:31:46 [2022-04-29T15:31:46.568Z] Copyright (C) 2020 Free Software Foundation, Inc.
11:31:46 [2022-04-29T15:31:46.568Z] License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
11:31:46 [2022-04-29T15:31:46.568Z] This is free software: you are free to change and redistribute it.
11:31:46 [2022-04-29T15:31:46.568Z] There is NO WARRANTY, to the extent permitted by law.
11:31:46 [2022-04-29T15:31:46.568Z] 
11:31:46 [2022-04-29T15:31:46.568Z] Home: /home/jenkins/.gnupg
11:31:46 [2022-04-29T15:31:46.568Z] Supported algorithms:
11:31:46 [2022-04-29T15:31:46.568Z] Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA
11:31:46 [2022-04-29T15:31:46.568Z] Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
11:31:46 [2022-04-29T15:31:46.568Z]         CAMELLIA128, CAMELLIA192, CAMELLIA256
11:31:46 [2022-04-29T15:31:46.568Z] Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
11:31:46 [2022-04-29T15:31:46.568Z] Compression: Uncompressed, ZIP, ZLIB, BZIP2
11:31:46 [2022-04-29T15:31:46.568Z] + gpg --batch --import ****
11:31:46 [2022-04-29T15:31:46.568Z] gpg: directory '/home/jenkins/.gnupg' created
11:31:46 [2022-04-29T15:31:46.568Z] gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
11:31:46 [2022-04-29T15:31:46.568Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
11:31:46 [2022-04-29T15:31:46.568Z] gpg: key DA31DD9C084853F7: public key "Eclipse Xtext Project <xtext-dev@eclipse.org>" imported
11:31:46 [2022-04-29T15:31:46.568Z] gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
11:31:46 [2022-04-29T15:31:46.568Z] gpg: key DA31DD9C084853F7: secret key imported
11:31:46 [2022-04-29T15:31:46.568Z] gpg: Total number processed: 1
11:31:46 [2022-04-29T15:31:46.568Z] gpg:               imported: 1
11:31:46 [2022-04-29T15:31:46.568Z] gpg:       secret keys read: 1
11:31:46 [2022-04-29T15:31:46.568Z] gpg:   secret keys imported: 1
11:31:46 [2022-04-29T15:31:46.568Z] ++ gpg --list-keys --with-colons
11:31:46 [2022-04-29T15:31:46.568Z] ++ awk -F: '/fpr:/ {print $10}'
11:31:46 [2022-04-29T15:31:46.568Z] ++ sort -u
11:31:46 [2022-04-29T15:31:46.568Z] + for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
11:31:46 [2022-04-29T15:31:46.568Z] + echo -e '5
11:31:46 [2022-04-29T15:31:46.568Z] y
11:31:46 [2022-04-29T15:31:46.568Z] '
11:31:46 [2022-04-29T15:31:46.568Z] + gpg --batch --command-fd 0 --expert --edit-key A5E7AF585AD0184292C79EFCDA31DD9C084853F7 trust
11:31:46 [2022-04-29T15:31:46.568Z] Secret subkeys are available.
11:31:46 [2022-04-29T15:31:46.568Z] 
11:31:46 [2022-04-29T15:31:46.568Z] pub  rsa4096/DA31DD9C084853F7
11:31:46 [2022-04-29T15:31:46.568Z]      created: 2016-03-01  expires: 2026-02-25  usage: SC  
11:31:46 [2022-04-29T15:31:46.568Z]      trust: unknown       validity: unknown
11:31:46 [2022-04-29T15:31:46.568Z] ssb  rsa4096/1C82B802D1AE0CFD
11:31:46 [2022-04-29T15:31:46.568Z]      created: 2016-03-01  expires: 2026-02-25  usage: S   
11:31:46 [2022-04-29T15:31:46.568Z] [ unknown] (1). Eclipse Xtext Project <xtext-dev@eclipse.org>
11:31:46 [2022-04-29T15:31:46.568Z] 
11:31:46 [2022-04-29T15:31:46.568Z] pub  rsa4096/DA31DD9C084853F7
11:31:46 [2022-04-29T15:31:46.568Z]      created: 2016-03-01  expires: 2026-02-25  usage: SC  
11:31:46 [2022-04-29T15:31:46.568Z]      trust: unknown       validity: unknown
11:31:46 [2022-04-29T15:31:46.568Z] ssb  rsa4096/1C82B802D1AE0CFD
11:31:46 [2022-04-29T15:31:46.568Z]      created: 2016-03-01  expires: 2026-02-25  usage: S   
11:31:46 [2022-04-29T15:31:46.568Z] [ unknown] (1). Eclipse Xtext Project <xtext-dev@eclipse.org>
11:31:46 [2022-04-29T15:31:46.568Z] 
11:31:46 [2022-04-29T15:31:46.568Z] Please decide how far you trust this user to correctly verify other users' keys
11:31:46 [2022-04-29T15:31:46.568Z] (by looking at passports, checking fingerprints from different sources, etc.)
11:31:46 [2022-04-29T15:31:46.568Z] 
11:31:46 [2022-04-29T15:31:46.568Z]   1 = I don't know or won't say
11:31:46 [2022-04-29T15:31:46.568Z]   2 = I do NOT trust
11:31:46 [2022-04-29T15:31:46.568Z]   3 = I trust marginally
11:31:46 [2022-04-29T15:31:46.568Z]   4 = I trust fully
11:31:46 [2022-04-29T15:31:46.568Z]   5 = I trust ultimately
11:31:46 [2022-04-29T15:31:46.568Z]   m = back to the main menu
11:31:46 [2022-04-29T15:31:46.568Z] 
11:31:46 [2022-04-29T15:31:46.568Z] 
11:31:46 [2022-04-29T15:31:46.568Z] pub  rsa4096/DA31DD9C084853F7
11:31:46 [2022-04-29T15:31:46.568Z]      created: 2016-03-01  expires: 2026-02-25  usage: SC  
11:31:46 [2022-04-29T15:31:46.568Z]      trust: ultimate      validity: unknown
11:31:46 [2022-04-29T15:31:46.568Z] ssb  rsa4096/1C82B802D1AE0CFD
11:31:46 [2022-04-29T15:31:46.568Z]      created: 2016-03-01  expires: 2026-02-25  usage: S   
11:31:46 [2022-04-29T15:31:46.568Z] [ unknown] (1). Eclipse Xtext Project <xtext-dev@eclipse.org>
11:31:46 [2022-04-29T15:31:46.568Z] Please note that the shown key validity is not necessarily correct
11:31:46 [2022-04-29T15:31:46.569Z] unless you restart the program.
11:31:46 [2022-04-29T15:31:46.569Z] 
11:31:46 [2022-04-29T15:31:46.569Z] + for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
11:31:46 [2022-04-29T15:31:46.569Z] + echo -e '5
11:31:46 [2022-04-29T15:31:46.569Z] y
11:31:46 [2022-04-29T15:31:46.569Z] '
11:31:46 [2022-04-29T15:31:46.569Z] + gpg --batch --command-fd 0 --expert --edit-key FAF0C43FF23519B701C237A01C82B802D1AE0CFD trust
11:31:46 [2022-04-29T15:31:46.569Z] Secret subkeys are available.
11:31:46 [2022-04-29T15:31:46.569Z] 
11:31:46 [2022-04-29T15:31:46.569Z] gpg: checking the trustdb
11:31:46 [2022-04-29T15:31:46.569Z] gpg: marginals needed: 3  completes needed: 1  trust model: pgp
11:31:46 [2022-04-29T15:31:46.569Z] gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
11:31:46 [2022-04-29T15:31:46.569Z] gpg: next trustdb check due at 2026-02-25
11:31:46 [2022-04-29T15:31:46.569Z] pub  rsa4096/DA31DD9C084853F7
11:31:46 [2022-04-29T15:31:46.569Z]      created: 2016-03-01  expires: 2026-02-25  usage: SC  
11:31:46 [2022-04-29T15:31:46.569Z]      trust: ultimate      validity: ultimate
11:31:46 [2022-04-29T15:31:46.569Z] ssb  rsa4096/1C82B802D1AE0CFD
11:31:46 [2022-04-29T15:31:46.569Z]      created: 2016-03-01  expires: 2026-02-25  usage: S   
11:31:46 [2022-04-29T15:31:46.569Z] [ultimate] (1). Eclipse Xtext Project <xtext-dev@eclipse.org>
11:31:46 [2022-04-29T15:31:46.569Z] 
11:31:46 [2022-04-29T15:31:46.569Z] pub  rsa4096/DA31DD9C084853F7
11:31:46 [2022-04-29T15:31:46.569Z]      created: 2016-03-01  expires: 2026-02-25  usage: SC  
11:31:46 [2022-04-29T15:31:46.569Z]      trust: ultimate      validity: ultimate
11:31:46 [2022-04-29T15:31:46.569Z] ssb  rsa4096/1C82B802D1AE0CFD
11:31:46 [2022-04-29T15:31:46.569Z]      created: 2016-03-01  expires: 2026-02-25  usage: S   
11:31:46 [2022-04-29T15:31:46.569Z] [ultimate] (1). Eclipse Xtext Project <xtext-dev@eclipse.org>
11:31:46 [2022-04-29T15:31:46.569Z] 
11:31:46 [2022-04-29T15:31:46.569Z] Please decide how far you trust this user to correctly verify other users' keys
11:31:46 [2022-04-29T15:31:46.569Z] (by looking at passports, checking fingerprints from different sources, etc.)
11:31:46 [2022-04-29T15:31:46.569Z] 
11:31:46 [2022-04-29T15:31:46.569Z]   1 = I don't know or won't say
11:31:46 [2022-04-29T15:31:46.569Z]   2 = I do NOT trust
11:31:46 [2022-04-29T15:31:46.569Z]   3 = I trust marginally
11:31:46 [2022-04-29T15:31:46.569Z]   4 = I trust fully
11:31:46 [2022-04-29T15:31:46.569Z]   5 = I trust ultimately
11:31:46 [2022-04-29T15:31:46.569Z]   m = back to the main menu
11:31:46 [2022-04-29T15:31:46.569Z] 
11:31:46 [2022-04-29T15:31:46.569Z] 
11:31:46 [2022-04-29T15:31:46.569Z] pub  rsa4096/DA31DD9C084853F7
11:31:46 [2022-04-29T15:31:46.569Z]      created: 2016-03-01  expires: 2026-02-25  usage: SC  
11:31:46 [2022-04-29T15:31:46.569Z]      trust: ultimate      validity: ultimate
11:31:46 [2022-04-29T15:31:46.569Z] ssb  rsa4096/1C82B802D1AE0CFD
11:31:46 [2022-04-29T15:31:46.569Z]      created: 2016-03-01  expires: 2026-02-25  usage: S   
11:31:46 [2022-04-29T15:31:46.569Z] [ultimate] (1). Eclipse Xtext Project <xtext-dev@eclipse.org>
11:31:46 [2022-04-29T15:31:46.569Z] 
11:31:46 [2022-04-29T15:31:46.569Z] + gpg --list-secret-keys
11:31:46 [2022-04-29T15:31:46.569Z] /home/jenkins/.gnupg/pubring.kbx
11:31:46 [2022-04-29T15:31:46.569Z] --------------------------------
11:31:46 [2022-04-29T15:31:46.569Z] sec#  rsa4096 2016-03-01 [SC] [expires: 2026-02-25]
11:31:46 [2022-04-29T15:31:46.569Z]       A5E7AF585AD0184292C79EFCDA31DD9C084853F7
11:31:46 [2022-04-29T15:31:46.569Z] uid           [ultimate] Eclipse Xtext Project <xtext-dev@eclipse.org>
11:31:46 [2022-04-29T15:31:46.569Z] ssb   rsa4096 2016-03-01 [S] [expires: 2026-02-25]
11:31:46 [2022-04-29T15:31:46.569Z] 
11:31:46 [2022-04-29T15:31:46.569Z] + gpg --armor --export-secret-keys A5E7AF585AD0184292C79EFCDA31DD9C084853F7
11:31:47 [2022-04-29T15:31:47.505Z] gpg: key 07770761964E4F3E397222D29492D728898040B0: error receiving key from agent: Inappropriate ioctl for device - skipped