Ardesco / driver-binary-downloader-maven-plugin

A Maven plugin that will download the WebDriver stand alone server executables for use in your mavenised Selenium project.
Apache License 2.0
92 stars 52 forks source link

Any chance you could push a release? #92

Closed StuporHero closed 4 years ago

StuporHero commented 5 years ago

It's been almost 2 years since 1.0.17, and I could really use firefox support. I can throw some bucks your way, too, since this is for a commercial project.

Ardesco commented 5 years ago

Geckodriver (Firefox) support has been in since 2016. What specific problem are you having around Firefox?

Ardesco commented 4 years ago

@StuporHero any update on this? What is your specific problem?

StuporHero commented 4 years ago

@Ardesco There is no Firefox support in 1.0.17. It was added after. See BinaryType.java (1.0.17) and BinaryType.java (master).

Ardesco commented 4 years ago

I think I understand, you are talking about downloading a copy of Firefox the browser, not firefoxdriver (Marionette, or wires).

StuporHero commented 4 years ago

Yes.

Ardesco commented 4 years ago

@rultor release, tag is 1.0.18

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 2min)

+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ';' 'export '\''head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ardesco'\''' ';' 'sudo apt-get install gsettings-desktop-schemas -y' ';' 'mkdir /home/r/gpg' ';' 'mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg' ';' 'mv /home/r/secring.gpg /home/r/gpg/secring.gpg' ';' 'sudo chmod -R 700 /home/r/gpg' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'export PATH=$JAVA_HOME/bin:$PATH' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Prelease --settings /home/r/settings.xml' ';'
+ sensitive=()
+ gpgconf --reload gpg-agent
+ gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C
gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net
gpg: armor header: Version: SKS 1.1.6
gpg: armor header: Comment: Hostname: keys.i2p-projekt.de
gpg: pub  2048R/9AF0FA4C 2014-08-17  Rultor.com <gpg@rultor.com>
gpg: key 9AF0FA4C: "Rultor.com <gpg@rultor.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
+ gpg --version
gpg (GnuPG) 1.4.20
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-NV1G/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-NV1G/.gpg/secring.gpg --decrypt repo/settings.xml.asc
gpg: armor header: Version: GnuPG/MacGPG2 v2
gpg: armor header: Comment: GPGTools - https://gpgtools.org
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <gpg@rultor.com>"
gpg: AES256 encrypted data
gpg: original file name='tmp.TW1zsIXV'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:Ardesco/driver-binary-downloader-maven-plugin settings.xml.enc
gpg: armor header: Version: GnuPG/MacGPG2 v2
gpg: armor header: Comment: GPGTools - https://gpgtools.org
gpg: CAST5 encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: decryption failed: bad key
'cid' file is absent, container wasn't started correctly
Ardesco commented 4 years ago

@rultor release, tag is 1.0.18

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 16s)

+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ';' 'export '\''head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ardesco'\''' ';' 'mkdir /home/r/gpg' ';' 'mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg' ';' 'mv /home/r/secring.gpg /home/r/gpg/secring.gpg' ';' 'sudo chmod -R 700 /home/r/gpg' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'export PATH=$JAVA_HOME/bin:$PATH' ';' set ';' 'javac -version' ';' 'mvn -v' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Prelease --settings /home/r/settings.xml' ';'
+ sensitive=()
+ gpgconf --reload gpg-agent
+ gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C
gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net
gpg: armor header: Version: SKS 1.1.6
gpg: armor header: Comment: Hostname: keys.i2p-projekt.de
gpg: pub  2048R/9AF0FA4C 2014-08-17  Rultor.com <gpg@rultor.com>
gpg: key 9AF0FA4C: "Rultor.com <gpg@rultor.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
+ gpg --version
gpg (GnuPG) 1.4.20
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-Y7vi/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-Y7vi/.gpg/secring.gpg --decrypt repo/settings.xml.asc
gpg: armor header: Version: GnuPG/MacGPG2 v2
gpg: armor header: Comment: GPGTools - https://gpgtools.org
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <gpg@rultor.com>"
gpg: AES256 encrypted data
gpg: original file name='tmp.TW1zsIXV'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:Ardesco/driver-binary-downloader-maven-plugin settings.xml.enc
gpg: armor header: Version: GnuPG/MacGPG2 v2
gpg: armor header: Comment: GPGTools - https://gpgtools.org
gpg: CAST5 encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: decryption failed: bad key
'cid' file is absent, container wasn't started correctly
Ardesco commented 4 years ago

Going to have to investigate more at the weekend

Ardesco commented 4 years ago

@rultor release, tag is 1.0.18

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 15s)

+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ';' 'export '\''head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ardesco'\''' ';' 'mkdir /home/r/gpg' ';' 'mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg' ';' 'mv /home/r/secring.gpg /home/r/gpg/secring.gpg' ';' 'sudo chmod -R 700 /home/r/gpg' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'export PATH=$JAVA_HOME/bin:$PATH' ';' set ';' 'javac -version' ';' 'mvn -v' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Prelease --settings /home/r/settings.xml' ';'
+ sensitive=()
+ gpgconf --reload gpg-agent
+ gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C
gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net
gpg: armor header: Version: SKS 1.1.6
gpg: armor header: Comment: Hostname: keys.andreas-puls.de
gpg: pub  2048R/9AF0FA4C 2014-08-17  Rultor.com <gpg@rultor.com>
gpg: key 9AF0FA4C: "Rultor.com <gpg@rultor.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
+ gpg --version
gpg (GnuPG) 1.4.20
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-lJ8t/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-lJ8t/.gpg/secring.gpg --decrypt repo/settings.xml.asc
gpg: armor header: Version: GnuPG/MacGPG2 v2
gpg: armor header: Comment: GPGTools - https://gpgtools.org
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <gpg@rultor.com>"
gpg: AES256 encrypted data
gpg: original file name='tmp.TW1zsIXV'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:Ardesco/driver-binary-downloader-maven-plugin settings.xml.enc
gpg: armor header: Version: GnuPG/MacGPG2 v2
gpg: armor header: Comment: GPGTools - https://gpgtools.org
gpg: CAST5 encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: decryption failed: bad key
'cid' file is absent, container wasn't started correctly
Ardesco commented 4 years ago

@rultor release, tag is 1.0.18

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 16s)

+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ';' 'export '\''head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ardesco'\''' ';' 'mkdir /home/r/gpg' ';' 'mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg' ';' 'mv /home/r/secring.gpg /home/r/gpg/secring.gpg' ';' 'sudo chmod -R 700 /home/r/gpg' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'export PATH=$JAVA_HOME/bin:$PATH' ';' set ';' 'javac -version' ';' 'mvn -v' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Prelease --settings /home/r/settings.xml' ';'
+ sensitive=()
+ gpgconf --reload gpg-agent
+ gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C
gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net
gpg: armor header: Version: SKS 1.1.6
gpg: armor header: Comment: Hostname: keys.andreas-puls.de
gpg: pub  2048R/9AF0FA4C 2014-08-17  Rultor.com <gpg@rultor.com>
gpg: key 9AF0FA4C: "Rultor.com <gpg@rultor.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
+ gpg --version
gpg (GnuPG) 1.4.20
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-u3aw/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-u3aw/.gpg/secring.gpg --decrypt repo/settings.xml.asc
gpg: armor header: Version: GnuPG/MacGPG2 v2
gpg: armor header: Comment: GPGTools - https://gpgtools.org
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <gpg@rultor.com>"
gpg: AES256 encrypted data
gpg: original file name='tmp.TW1zsIXV'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:Ardesco/driver-binary-downloader-maven-plugin settings.xml.enc
gpg: armor header: Version: GnuPG/MacGPG2 v2
gpg: armor header: Comment: GPGTools - https://gpgtools.org
gpg: CAST5 encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: decryption failed: bad key
'cid' file is absent, container wasn't started correctly
Ardesco commented 4 years ago

@rultor release, tag is 1.0.18

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 15s)

+ scripts=('export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ';' 'export '\''head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ardesco'\''' ';' 'mkdir /home/r/gpg' ';' 'mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg' ';' 'mv /home/r/secring.gpg /home/r/gpg/secring.gpg' ';' 'sudo chmod -R 700 /home/r/gpg' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'export PATH=$JAVA_HOME/bin:$PATH' ';' 'set' ';' 'javac -version' ';' 'mvn -v' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Prelease --settings /home/r/settings.xml' ';')
+ directory=
+ container=ardesco_driver-binary-downloader-maven-plugin_92
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ';' 'export '\''head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ardesco'\''' ';' 'mkdir /home/r/gpg' ';' 'mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg' ';' 'mv /home/r/secring.gpg /home/r/gpg/secring.gpg' ';' 'sudo chmod -R 700 /home/r/gpg' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'export PATH=$JAVA_HOME/bin:$PATH' ';' set ';' 'javac -version' ';' 'mvn -v' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Prelease --settings /home/r/settings.xml' ';'
+ sensitive=()
+ gpgconf --reload gpg-agent
+ gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C
gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net
gpg: armor header: Version: SKS 1.1.6
gpg: armor header: Comment: Hostname: keys.andreas-puls.de
gpg: pub  2048R/9AF0FA4C 2014-08-17  Rultor.com <gpg@rultor.com>
gpg: key 9AF0FA4C: "Rultor.com <gpg@rultor.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
+ gpg --version
gpg (GnuPG) 1.4.20
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-inYP/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-inYP/.gpg/secring.gpg --decrypt repo/settings.xml.asc
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <gpg@rultor.com>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.4DhyYFfG'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:Ardesco/driver-binary-downloader-maven-plugin settings.xml.enc
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: decryption failed: bad key
'cid' file is absent, container wasn't started correctly
Ardesco commented 4 years ago

@rultor release, tag is 1.0.18

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 17s)

+ scripts=('export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ';' 'export '\''head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ardesco'\''' ';' 'mkdir /home/r/gpg' ';' 'mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg' ';' 'mv /home/r/secring.gpg /home/r/gpg/secring.gpg' ';' 'sudo chmod -R 700 /home/r/gpg' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'export PATH=$JAVA_HOME/bin:$PATH' ';' 'set' ';' 'javac -version' ';' 'mvn -v' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Prelease --settings /home/r/settings.xml' ';')
+ directory=
+ container=ardesco_driver-binary-downloader-maven-plugin_92
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64'\''' ';' 'export '\''head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ardesco'\''' ';' 'mkdir /home/r/gpg' ';' 'mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg' ';' 'mv /home/r/secring.gpg /home/r/gpg/secring.gpg' ';' 'sudo chmod -R 700 /home/r/gpg' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'export PATH=$JAVA_HOME/bin:$PATH' ';' set ';' 'javac -version' ';' 'mvn -v' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Prelease --settings /home/r/settings.xml' ';'
+ sensitive=()
+ gpgconf --reload gpg-agent
+ gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C
gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net
gpg: armor header: Version: SKS 1.1.6
gpg: armor header: Comment: Hostname: keys.andreas-puls.de
gpg: pub  2048R/9AF0FA4C 2014-08-17  Rultor.com <gpg@rultor.com>
gpg: key 9AF0FA4C: "Rultor.com <gpg@rultor.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
+ gpg --version
gpg (GnuPG) 1.4.20
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-KfT7/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-KfT7/.gpg/secring.gpg --decrypt repo/settings.xml.asc
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <gpg@rultor.com>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.4DhyYFfG'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:Ardesco/driver-binary-downloader-maven-plugin settings.xml.enc
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: decryption failed: bad key
'cid' file is absent, container wasn't started correctly
Ardesco commented 4 years ago

@rultor release, tag is 1.0.18

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 16s)

+ scripts=('export '\''head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ardesco'\''' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Prelease --settings ../settings.xml' ';')
+ directory=
+ container=ardesco_driver-binary-downloader-maven-plugin_92
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ardesco'\''' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Prelease --settings ../settings.xml' ';'
+ sensitive=()
+ gpgconf --reload gpg-agent
+ gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C
gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net
gpg: armor header: Version: SKS 1.1.6
gpg: armor header: Comment: Hostname: keys.andreas-puls.de
gpg: pub  2048R/9AF0FA4C 2014-08-17  Rultor.com <gpg@rultor.com>
gpg: key 9AF0FA4C: "Rultor.com <gpg@rultor.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
+ gpg --version
gpg (GnuPG) 1.4.20
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-bTYj/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-bTYj/.gpg/secring.gpg --decrypt repo/settings.xml.asc
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <gpg@rultor.com>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.4DhyYFfG'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:Ardesco/driver-binary-downloader-maven-plugin settings.xml.enc
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: decryption failed: bad key
'cid' file is absent, container wasn't started correctly
Ardesco commented 4 years ago

looks like Rultor is failing to decrypt the files at the moment, not sure why to be honest. I've regenerated the GPG key on this side, I've re-encrypted all the files and tried using different docker containers. Always failing at the same point which would appear to be a bad passphrase for the Rultor decryption part.

Ardesco commented 4 years ago

@rultor release, tag is 1.0.18

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag is 1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 16s)

Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-U2DB/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-U2DB/.gpg/secring.gpg --decrypt repo/settings.xml.asc
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <gpg@rultor.com>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.wXDK0Rdn'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:Ardesco/driver-binary-downloader-maven-plugin settings.xml.enc
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: original file name='settings.xml'
+ rm -rf settings.xml.enc
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-U2DB/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-U2DB/.gpg/secring.gpg --decrypt repo/pubring.gpg.asc
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <gpg@rultor.com>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.KtYnqGKM'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:Ardesco/driver-binary-downloader-maven-plugin pubring.gpg.enc
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: original file name='pubring.gpg'
+ rm -rf pubring.gpg.enc
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-U2DB/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-U2DB/.gpg/secring.gpg --decrypt repo/secring.gpg.asc
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <gpg@rultor.com>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.xG5WITMT'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:Ardesco/driver-binary-downloader-maven-plugin secring.gpg.enc
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: original file name='secring.gpg'
+ rm -rf secring.gpg.enc
+ rm -rf .gpg
+ '[' -z '' ']'
+ echo 'tag name is not provided in the request, see http://doc.rultor.com/basics.html'
tag name is not provided in the request, see http://doc.rultor.com/basics.html
+ exit -1
'cid' file is absent, container wasn't started correctly
Ardesco commented 4 years ago

@rultor release, tag=1.0.18

rultor commented 4 years ago

@rultor release, tag=1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag=1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 2min)

3/5 KB   
5/5 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (5 KB at 252.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom

Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom

Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
3/13 KB   
5/13 KB   
8/13 KB   
11/13 KB   
13/13 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 KB at 645.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom
2/2 KB     

Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom (2 KB at 103.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
3/6 KB   
5/6 KB   
6/6 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (6 KB at 289.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
3/24 KB   
5/24 KB   
8/24 KB   
11/24 KB   
13/24 KB   
16/24 KB   
19/24 KB   
3/151 KB   19/24 KB   
5/151 KB   19/24 KB   
8/151 KB   19/24 KB   
11/151 KB   19/24 KB   
13/151 KB   19/24 KB   
16/151 KB   19/24 KB   
16/151 KB   21/24 KB   
16/151 KB   3/183 KB   21/24 KB   
16/151 KB   5/183 KB   21/24 KB   
16/151 KB   8/183 KB   21/24 KB   
19/151 KB   8/183 KB   21/24 KB   
19/151 KB   11/183 KB   21/24 KB   
19/151 KB   11/183 KB   24/24 KB   
19/151 KB   13/183 KB   24/24 KB   
3/84 KB   19/151 KB   13/183 KB   24/24 KB   
3/84 KB   19/151 KB   16/183 KB   24/24 KB   
5/84 KB   19/151 KB   16/183 KB   24/24 KB   
8/84 KB   19/151 KB   16/183 KB   24/24 KB   
8/84 KB   19/151 KB   19/183 KB   24/24 KB   
8/84 KB   21/151 KB   19/183 KB   24/24 KB   
8/84 KB   21/151 KB   21/183 KB   24/24 KB   
8/84 KB   21/151 KB   24/183 KB   24/24 KB   
11/84 KB   21/151 KB   24/183 KB   24/24 KB   
11/84 KB   24/151 KB   24/183 KB   24/24 KB   
11/84 KB   24/151 KB   27/183 KB   24/24 KB   
13/84 KB   24/151 KB   27/183 KB   24/24 KB   
13/84 KB   24/151 KB   29/183 KB   24/24 KB   
13/84 KB   24/151 KB   32/183 KB   24/24 KB   
16/84 KB   24/151 KB   32/183 KB   24/24 KB   
16/84 KB   27/151 KB   32/183 KB   24/24 KB   
19/84 KB   27/151 KB   32/183 KB   24/24 KB   
19/84 KB   3/416 KB   27/151 KB   32/183 KB   24/24 KB   
19/84 KB   5/416 KB   27/151 KB   32/183 KB   24/24 KB   
19/84 KB   8/416 KB   27/151 KB   32/183 KB   24/24 KB   
19/84 KB   11/416 KB   27/151 KB   32/183 KB   24/24 KB   
19/84 KB   13/416 KB   27/151 KB   32/183 KB   24/24 KB   
19/84 KB   13/416 KB   29/151 KB   32/183 KB   24/24 KB   
19/84 KB   16/416 KB   29/151 KB   32/183 KB   24/24 KB   
21/84 KB   16/416 KB   29/151 KB   32/183 KB   24/24 KB   
21/84 KB   16/416 KB   32/151 KB   32/183 KB   24/24 KB   
24/84 KB   16/416 KB   32/151 KB   32/183 KB   24/24 KB   
27/84 KB   16/416 KB   32/151 KB   32/183 KB   24/24 KB   
27/84 KB   19/416 KB   32/151 KB   32/183 KB   24/24 KB   
27/84 KB   21/416 KB   32/151 KB   32/183 KB   24/24 KB   
27/84 KB   24/416 KB   32/151 KB   32/183 KB   24/24 KB   
29/84 KB   24/416 KB   32/151 KB   32/183 KB   24/24 KB   
29/84 KB   27/416 KB   32/151 KB   32/183 KB   24/24 KB   
29/84 KB   29/416 KB   32/151 KB   32/183 KB   24/24 KB   
32/84 KB   29/416 KB   32/151 KB   32/183 KB   24/24 KB   
32/84 KB   29/416 KB   32/151 KB   36/183 KB   24/24 KB   
32/84 KB   29/416 KB   32/151 KB   40/183 KB   24/24 KB   
32/84 KB   32/416 KB   32/151 KB   40/183 KB   24/24 KB   
32/84 KB   32/416 KB   32/151 KB   44/183 KB   24/24 KB   
32/84 KB   32/416 KB   32/151 KB   48/183 KB   24/24 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar (24 KB at 770.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
32/84 KB   32/416 KB   36/151 KB   48/183 KB              
32/84 KB   32/416 KB   40/151 KB   48/183 KB   
32/84 KB   32/416 KB   44/151 KB   48/183 KB   
32/84 KB   32/416 KB   48/151 KB   48/183 KB   
36/84 KB   32/416 KB   48/151 KB   48/183 KB   
40/84 KB   32/416 KB   48/151 KB   48/183 KB   
44/84 KB   32/416 KB   48/151 KB   48/183 KB   
48/84 KB   32/416 KB   48/151 KB   48/183 KB   
48/84 KB   32/416 KB   48/151 KB   52/183 KB   
48/84 KB   32/416 KB   48/151 KB   56/183 KB   
48/84 KB   32/416 KB   48/151 KB   60/183 KB   
48/84 KB   32/416 KB   48/151 KB   64/183 KB   
48/84 KB   36/416 KB   48/151 KB   64/183 KB   
48/84 KB   40/416 KB   48/151 KB   64/183 KB   
48/84 KB   44/416 KB   48/151 KB   64/183 KB   
48/84 KB   48/416 KB   48/151 KB   64/183 KB   
52/84 KB   48/416 KB   48/151 KB   64/183 KB   
56/84 KB   48/416 KB   48/151 KB   64/183 KB   
60/84 KB   48/416 KB   48/151 KB   64/183 KB   
64/84 KB   48/416 KB   48/151 KB   64/183 KB   
64/84 KB   48/416 KB   52/151 KB   64/183 KB   
64/84 KB   48/416 KB   56/151 KB   64/183 KB   
64/84 KB   48/416 KB   60/151 KB   64/183 KB   
64/84 KB   48/416 KB   64/151 KB   64/183 KB   
64/84 KB   48/416 KB   64/151 KB   68/183 KB   
64/84 KB   48/416 KB   64/151 KB   72/183 KB   
64/84 KB   48/416 KB   64/151 KB   76/183 KB   
64/84 KB   48/416 KB   64/151 KB   80/183 KB   
68/84 KB   48/416 KB   64/151 KB   80/183 KB   
72/84 KB   48/416 KB   64/151 KB   80/183 KB   
76/84 KB   48/416 KB   64/151 KB   80/183 KB   
80/84 KB   48/416 KB   64/151 KB   80/183 KB   
80/84 KB   52/416 KB   64/151 KB   80/183 KB   
80/84 KB   56/416 KB   64/151 KB   80/183 KB   
80/84 KB   60/416 KB   64/151 KB   80/183 KB   
80/84 KB   64/416 KB   64/151 KB   80/183 KB   
84/84 KB   64/416 KB   64/151 KB   80/183 KB   
84/84 KB   64/416 KB   64/151 KB   80/183 KB   
84/84 KB   68/416 KB   64/151 KB   80/183 KB   
84/84 KB   72/416 KB   64/151 KB   80/183 KB   
84/84 KB   76/416 KB   64/151 KB   80/183 KB   
84/84 KB   80/416 KB   64/151 KB   80/183 KB   
84/84 KB   80/416 KB   64/151 KB   84/183 KB   
84/84 KB   80/416 KB   64/151 KB   88/183 KB   
84/84 KB   80/416 KB   64/151 KB   92/183 KB   
84/84 KB   80/416 KB   64/151 KB   96/183 KB   
84/84 KB   80/416 KB   68/151 KB   96/183 KB   
84/84 KB   80/416 KB   72/151 KB   96/183 KB   
84/84 KB   80/416 KB   3/98 KB   72/151 KB   96/183 KB   
84/84 KB   80/416 KB   3/98 KB   76/151 KB   96/183 KB   
84/84 KB   80/416 KB   3/98 KB   80/151 KB   96/183 KB   
84/84 KB   80/416 KB   5/98 KB   80/151 KB   96/183 KB   
84/84 KB   80/416 KB   8/98 KB   80/151 KB   96/183 KB   
84/84 KB   80/416 KB   11/98 KB   80/151 KB   96/183 KB   
84/84 KB   80/416 KB   13/98 KB   80/151 KB   96/183 KB   
84/84 KB   80/416 KB   16/98 KB   80/151 KB   96/183 KB   
84/84 KB   80/416 KB   16/98 KB   80/151 KB   100/183 KB   
84/84 KB   80/416 KB   16/98 KB   80/151 KB   104/183 KB   
84/84 KB   80/416 KB   16/98 KB   80/151 KB   108/183 KB   
84/84 KB   80/416 KB   16/98 KB   80/151 KB   112/183 KB   
84/84 KB   80/416 KB   19/98 KB   80/151 KB   112/183 KB   
84/84 KB   80/416 KB   21/98 KB   80/151 KB   112/183 KB   
84/84 KB   80/416 KB   24/98 KB   80/151 KB   112/183 KB   
84/84 KB   80/416 KB   27/98 KB   80/151 KB   112/183 KB   
84/84 KB   80/416 KB   29/98 KB   80/151 KB   112/183 KB   
84/84 KB   80/416 KB   32/98 KB   80/151 KB   112/183 KB   
84/84 KB   80/416 KB   32/98 KB   84/151 KB   112/183 KB   
84/84 KB   80/416 KB   32/98 KB   88/151 KB   112/183 KB   
84/84 KB   80/416 KB   32/98 KB   92/151 KB   112/183 KB   
84/84 KB   80/416 KB   32/98 KB   96/151 KB   112/183 KB   
84/84 KB   80/416 KB   32/98 KB   96/151 KB   116/183 KB   
84/84 KB   80/416 KB   32/98 KB   96/151 KB   120/183 KB   
84/84 KB   80/416 KB   32/98 KB   96/151 KB   124/183 KB   
84/84 KB   80/416 KB   32/98 KB   96/151 KB   128/183 KB   
84/84 KB   80/416 KB   36/98 KB   96/151 KB   128/183 KB   
84/84 KB   80/416 KB   40/98 KB   96/151 KB   128/183 KB   
84/84 KB   80/416 KB   44/98 KB   96/151 KB   128/183 KB   
84/84 KB   80/416 KB   48/98 KB   96/151 KB   128/183 KB   
84/84 KB   84/416 KB   48/98 KB   96/151 KB   128/183 KB   
84/84 KB   88/416 KB   48/98 KB   96/151 KB   128/183 KB   
84/84 KB   92/416 KB   48/98 KB   96/151 KB   128/183 KB   
84/84 KB   96/416 KB   48/98 KB   96/151 KB   128/183 KB   
84/84 KB   100/416 KB   48/98 KB   96/151 KB   128/183 KB   
84/84 KB   104/416 KB   48/98 KB   96/151 KB   128/183 KB   
84/84 KB   108/416 KB   48/98 KB   96/151 KB   128/183 KB   
84/84 KB   112/416 KB   48/98 KB   96/151 KB   128/183 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (84 KB at 1496.6 KB/sec)
112/416 KB   48/98 KB   100/151 KB   128/183 KB             
112/416 KB   48/98 KB   104/151 KB   128/183 KB   
112/416 KB   48/98 KB   108/151 KB   128/183 KB   
112/416 KB   48/98 KB   112/151 KB   128/183 KB   
112/416 KB   48/98 KB   112/151 KB   132/183 KB   
112/416 KB   48/98 KB   112/151 KB   136/183 KB   
112/416 KB   48/98 KB   112/151 KB   140/183 KB   
112/416 KB   48/98 KB   112/151 KB   144/183 KB   
112/416 KB   52/98 KB   112/151 KB   144/183 KB   
112/416 KB   56/98 KB   112/151 KB   144/183 KB   
112/416 KB   60/98 KB   112/151 KB   144/183 KB   
112/416 KB   64/98 KB   112/151 KB   144/183 KB   
112/416 KB   64/98 KB   112/151 KB   148/183 KB   
112/416 KB   64/98 KB   112/151 KB   152/183 KB   
112/416 KB   64/98 KB   112/151 KB   156/183 KB   
112/416 KB   64/98 KB   112/151 KB   160/183 KB   
112/416 KB   64/98 KB   116/151 KB   160/183 KB   
112/416 KB   64/98 KB   120/151 KB   160/183 KB   
112/416 KB   64/98 KB   124/151 KB   160/183 KB   
112/416 KB   64/98 KB   128/151 KB   160/183 KB   
116/416 KB   64/98 KB   128/151 KB   160/183 KB   
120/416 KB   64/98 KB   128/151 KB   160/183 KB   
124/416 KB   64/98 KB   128/151 KB   160/183 KB   
128/416 KB   64/98 KB   128/151 KB   160/183 KB   
128/416 KB   68/98 KB   128/151 KB   160/183 KB   
128/416 KB   72/98 KB   128/151 KB   160/183 KB   
128/416 KB   76/98 KB   128/151 KB   160/183 KB   
128/416 KB   80/98 KB   128/151 KB   160/183 KB   
132/416 KB   80/98 KB   128/151 KB   160/183 KB   
136/416 KB   80/98 KB   128/151 KB   160/183 KB   
140/416 KB   80/98 KB   128/151 KB   160/183 KB   
144/416 KB   80/98 KB   128/151 KB   160/183 KB   
144/416 KB   80/98 KB   128/151 KB   164/183 KB   
144/416 KB   80/98 KB   128/151 KB   168/183 KB   
144/416 KB   80/98 KB   128/151 KB   172/183 KB   
144/416 KB   80/98 KB   128/151 KB   176/183 KB   
144/416 KB   80/98 KB   132/151 KB   176/183 KB   
144/416 KB   80/98 KB   136/151 KB   176/183 KB   
144/416 KB   80/98 KB   136/151 KB   180/183 KB   
144/416 KB   80/98 KB   140/151 KB   180/183 KB   
144/416 KB   80/98 KB   140/151 KB   183/183 KB   
144/416 KB   80/98 KB   144/151 KB   183/183 KB   
144/416 KB   80/98 KB   148/151 KB   183/183 KB   
144/416 KB   80/98 KB   151/151 KB   183/183 KB   
144/416 KB   84/98 KB   151/151 KB   183/183 KB   
144/416 KB   88/98 KB   151/151 KB   183/183 KB   
144/416 KB   92/98 KB   151/151 KB   183/183 KB   
144/416 KB   96/98 KB   151/151 KB   183/183 KB   
144/416 KB   98/98 KB   151/151 KB   183/183 KB   
148/416 KB   98/98 KB   151/151 KB   183/183 KB   
152/416 KB   98/98 KB   151/151 KB   183/183 KB   
156/416 KB   98/98 KB   151/151 KB   183/183 KB   
160/416 KB   98/98 KB   151/151 KB   183/183 KB   
164/416 KB   98/98 KB   151/151 KB   183/183 KB   
168/416 KB   98/98 KB   151/151 KB   183/183 KB   
172/416 KB   98/98 KB   151/151 KB   183/183 KB   
176/416 KB   98/98 KB   151/151 KB   183/183 KB   
180/416 KB   98/98 KB   151/151 KB   183/183 KB   
184/416 KB   98/98 KB   151/151 KB   183/183 KB   
188/416 KB   98/98 KB   151/151 KB   183/183 KB   

192/416 KB   98/98 KB   151/151 KB                
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (183 KB at 2371.2 KB/sec)

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar (151 KB at 1862.0 KB/sec)
196/416 KB   98/98 KB                
200/416 KB   98/98 KB   
204/416 KB   98/98 KB   
208/416 KB   98/98 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (98 KB at 1200.3 KB/sec)
212/416 KB              
216/416 KB   
220/416 KB   
224/416 KB   
228/416 KB   
232/416 KB   
236/416 KB   
240/416 KB   
244/416 KB   
248/416 KB   
252/416 KB   
256/416 KB   
260/416 KB   
264/416 KB   
268/416 KB   
272/416 KB   
276/416 KB   
280/416 KB   
284/416 KB   
288/416 KB   
292/416 KB   
296/416 KB   
300/416 KB   
304/416 KB   
308/416 KB   
312/416 KB   
316/416 KB   
320/416 KB   
324/416 KB   
328/416 KB   
332/416 KB   
336/416 KB   
340/416 KB   
344/416 KB   
348/416 KB   
352/416 KB   
356/416 KB   
360/416 KB   
364/416 KB   
368/416 KB   
372/416 KB   
376/416 KB   
380/416 KB   
384/416 KB   
388/416 KB   
392/416 KB   
396/416 KB   
400/416 KB   
404/416 KB   
408/416 KB   
412/416 KB   
416/416 KB   
416/416 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (416 KB at 3222.2 KB/sec)
[INFO] Building jar: /home/r/repo/target/driver-binary-downloader-maven-plugin-1.0.18-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ driver-binary-downloader-maven-plugin ---
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (0 B at 0.0 KB/sec)

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (0 B at 0.0 KB/sec)

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (0 B at 0.0 KB/sec)

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (0 B at 0.0 KB/sec)
gpg: keyblock resource `/home/r/gpg/secring.gpg': file open error
gpg: keyblock resource `/home/r/gpg/pubring.gpg': file open error
gpg: skipped "52FC880D": secret key not available
gpg: signing failed: secret key not available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39.978 s
[INFO] Finished at: 2020-02-16T15:50:22+00:00
[INFO] Final Memory: 48M/443M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-artifacts) on project driver-binary-downloader-maven-plugin: Exit code: 2 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
container 4e2938b249e9db50fa06e18d9592a98a37154f6fae4dd2898c6dc9fa4ac63964 is dead
Sun Feb 16 16:51:26 CET 2020
Ardesco commented 4 years ago

@rultor release, tag=1.0.18

rultor commented 4 years ago

@rultor release, tag=1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag=1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 2min)

3/5 KB   
5/5 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (5 KB at 240.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom

Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom

Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
3/13 KB   
5/13 KB   
8/13 KB   
11/13 KB   
13/13 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 KB at 613.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom
2/2 KB     

Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom (2 KB at 97.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
3/6 KB   
5/6 KB   
6/6 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (6 KB at 273.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
3/24 KB   
5/24 KB   
8/24 KB   
11/24 KB   
13/24 KB   
13/24 KB   3/183 KB   
13/24 KB   5/183 KB   
13/24 KB   8/183 KB   
13/24 KB   11/183 KB   
13/24 KB   13/183 KB   
13/24 KB   16/183 KB   
3/84 KB   13/24 KB   16/183 KB   
5/84 KB   13/24 KB   16/183 KB   
8/84 KB   13/24 KB   16/183 KB   
8/84 KB   13/24 KB   19/183 KB   
8/84 KB   16/24 KB   19/183 KB   
11/84 KB   16/24 KB   19/183 KB   
11/84 KB   16/24 KB   21/183 KB   
11/84 KB   19/24 KB   21/183 KB   
11/84 KB   21/24 KB   21/183 KB   
11/84 KB   3/151 KB   21/24 KB   21/183 KB   
11/84 KB   5/151 KB   21/24 KB   21/183 KB   
11/84 KB   8/151 KB   21/24 KB   21/183 KB   
11/84 KB   11/151 KB   21/24 KB   21/183 KB   
11/84 KB   11/151 KB   24/24 KB   21/183 KB   
11/84 KB   13/151 KB   24/24 KB   21/183 KB   
13/84 KB   13/151 KB   24/24 KB   21/183 KB   
13/84 KB   13/151 KB   24/24 KB   24/183 KB   
3/416 KB   13/84 KB   13/151 KB   24/24 KB   24/183 KB   
3/416 KB   13/84 KB   16/151 KB   24/24 KB   24/183 KB   
6/416 KB   13/84 KB   16/151 KB   24/24 KB   24/183 KB   
9/416 KB   13/84 KB   16/151 KB   24/24 KB   24/183 KB   
9/416 KB   13/84 KB   16/151 KB   24/24 KB   27/183 KB   
11/416 KB   13/84 KB   16/151 KB   24/24 KB   27/183 KB   
14/416 KB   13/84 KB   16/151 KB   24/24 KB   27/183 KB   
16/416 KB   13/84 KB   16/151 KB   24/24 KB   27/183 KB   
16/416 KB   13/84 KB   19/151 KB   24/24 KB   27/183 KB   
16/416 KB   16/84 KB   19/151 KB   24/24 KB   27/183 KB   
19/416 KB   16/84 KB   19/151 KB   24/24 KB   27/183 KB   
22/416 KB   16/84 KB   19/151 KB   24/24 KB   27/183 KB   
25/416 KB   16/84 KB   19/151 KB   24/24 KB   27/183 KB   
25/416 KB   16/84 KB   21/151 KB   24/24 KB   27/183 KB   
25/416 KB   16/84 KB   21/151 KB   24/24 KB   29/183 KB   
25/416 KB   19/84 KB   21/151 KB   24/24 KB   29/183 KB   
25/416 KB   19/84 KB   24/151 KB   24/24 KB   29/183 KB   
27/416 KB   19/84 KB   24/151 KB   24/24 KB   29/183 KB   
30/416 KB   19/84 KB   24/151 KB   24/24 KB   29/183 KB   
30/416 KB   19/84 KB   24/151 KB   24/24 KB   32/183 KB   
32/416 KB   19/84 KB   24/151 KB   24/24 KB   32/183 KB   
32/416 KB   19/84 KB   27/151 KB   24/24 KB   32/183 KB   
32/416 KB   21/84 KB   27/151 KB   24/24 KB   32/183 KB   
32/416 KB   24/84 KB   27/151 KB   24/24 KB   32/183 KB   
32/416 KB   24/84 KB   29/151 KB   24/24 KB   32/183 KB   
36/416 KB   24/84 KB   29/151 KB   24/24 KB   32/183 KB   
40/416 KB   24/84 KB   29/151 KB   24/24 KB   32/183 KB   
40/416 KB   27/84 KB   29/151 KB   24/24 KB   32/183 KB   
40/416 KB   27/84 KB   32/151 KB   24/24 KB   32/183 KB   
44/416 KB   27/84 KB   32/151 KB   24/24 KB   32/183 KB   
48/416 KB   27/84 KB   32/151 KB   24/24 KB   32/183 KB   
52/416 KB   27/84 KB   32/151 KB   24/24 KB   32/183 KB   
55/416 KB   27/84 KB   32/151 KB   24/24 KB   32/183 KB   
55/416 KB   29/84 KB   32/151 KB   24/24 KB   32/183 KB   
55/416 KB   32/84 KB   32/151 KB   24/24 KB   32/183 KB   
55/416 KB   32/84 KB   32/151 KB   24/24 KB   36/183 KB   
55/416 KB   32/84 KB   32/151 KB   24/24 KB   40/183 KB   
55/416 KB   32/84 KB   32/151 KB   24/24 KB   44/183 KB   
55/416 KB   32/84 KB   32/151 KB   24/24 KB   48/183 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar (24 KB at 577.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
55/416 KB   32/84 KB   36/151 KB   48/183 KB              
55/416 KB   32/84 KB   40/151 KB   48/183 KB   
55/416 KB   32/84 KB   44/151 KB   48/183 KB   
55/416 KB   32/84 KB   48/151 KB   48/183 KB   
59/416 KB   32/84 KB   48/151 KB   48/183 KB   
63/416 KB   32/84 KB   48/151 KB   48/183 KB   
67/416 KB   32/84 KB   48/151 KB   48/183 KB   
71/416 KB   32/84 KB   48/151 KB   48/183 KB   
71/416 KB   32/84 KB   48/151 KB   52/183 KB   
71/416 KB   32/84 KB   48/151 KB   56/183 KB   
71/416 KB   32/84 KB   48/151 KB   60/183 KB   
71/416 KB   32/84 KB   48/151 KB   64/183 KB   
71/416 KB   36/84 KB   48/151 KB   64/183 KB   
71/416 KB   40/84 KB   48/151 KB   64/183 KB   
71/416 KB   44/84 KB   48/151 KB   64/183 KB   
71/416 KB   48/84 KB   48/151 KB   64/183 KB   
75/416 KB   48/84 KB   48/151 KB   64/183 KB   
75/416 KB   48/84 KB   52/151 KB   64/183 KB   
79/416 KB   48/84 KB   52/151 KB   64/183 KB   
79/416 KB   48/84 KB   56/151 KB   64/183 KB   
83/416 KB   48/84 KB   56/151 KB   64/183 KB   
83/416 KB   48/84 KB   60/151 KB   64/183 KB   
87/416 KB   48/84 KB   60/151 KB   64/183 KB   
87/416 KB   48/84 KB   64/151 KB   64/183 KB   
91/416 KB   48/84 KB   64/151 KB   64/183 KB   
95/416 KB   48/84 KB   64/151 KB   64/183 KB   
99/416 KB   48/84 KB   64/151 KB   64/183 KB   
103/416 KB   48/84 KB   64/151 KB   64/183 KB   
103/416 KB   48/84 KB   68/151 KB   64/183 KB   
103/416 KB   48/84 KB   72/151 KB   64/183 KB   
103/416 KB   48/84 KB   76/151 KB   64/183 KB   
103/416 KB   48/84 KB   80/151 KB   64/183 KB   
103/416 KB   48/84 KB   80/151 KB   68/183 KB   
103/416 KB   48/84 KB   80/151 KB   72/183 KB   
103/416 KB   48/84 KB   80/151 KB   76/183 KB   
103/416 KB   48/84 KB   80/151 KB   80/183 KB   
103/416 KB   52/84 KB   80/151 KB   80/183 KB   
103/416 KB   56/84 KB   80/151 KB   80/183 KB   
103/416 KB   60/84 KB   80/151 KB   80/183 KB   
103/416 KB   64/84 KB   80/151 KB   80/183 KB   
107/416 KB   64/84 KB   80/151 KB   80/183 KB   
111/416 KB   64/84 KB   80/151 KB   80/183 KB   
115/416 KB   64/84 KB   80/151 KB   80/183 KB   
119/416 KB   64/84 KB   80/151 KB   80/183 KB   
119/416 KB   64/84 KB   80/151 KB   3/98 KB   80/183 KB   
119/416 KB   64/84 KB   80/151 KB   5/98 KB   80/183 KB   
119/416 KB   64/84 KB   80/151 KB   8/98 KB   80/183 KB   
119/416 KB   64/84 KB   80/151 KB   11/98 KB   80/183 KB   
119/416 KB   64/84 KB   80/151 KB   13/98 KB   80/183 KB   
119/416 KB   64/84 KB   80/151 KB   16/98 KB   80/183 KB   
119/416 KB   64/84 KB   84/151 KB   16/98 KB   80/183 KB   
119/416 KB   64/84 KB   88/151 KB   16/98 KB   80/183 KB   
119/416 KB   64/84 KB   92/151 KB   16/98 KB   80/183 KB   
119/416 KB   64/84 KB   96/151 KB   16/98 KB   80/183 KB   
119/416 KB   64/84 KB   96/151 KB   19/98 KB   80/183 KB   
119/416 KB   64/84 KB   96/151 KB   21/98 KB   80/183 KB   
119/416 KB   64/84 KB   96/151 KB   24/98 KB   80/183 KB   
119/416 KB   64/84 KB   96/151 KB   24/98 KB   84/183 KB   
119/416 KB   64/84 KB   96/151 KB   24/98 KB   88/183 KB   
119/416 KB   64/84 KB   96/151 KB   24/98 KB   92/183 KB   
119/416 KB   64/84 KB   96/151 KB   24/98 KB   96/183 KB   
123/416 KB   64/84 KB   96/151 KB   24/98 KB   96/183 KB   
127/416 KB   64/84 KB   96/151 KB   24/98 KB   96/183 KB   
131/416 KB   64/84 KB   96/151 KB   24/98 KB   96/183 KB   
135/416 KB   64/84 KB   96/151 KB   24/98 KB   96/183 KB   
135/416 KB   64/84 KB   96/151 KB   27/98 KB   96/183 KB   
135/416 KB   64/84 KB   96/151 KB   29/98 KB   96/183 KB   
135/416 KB   68/84 KB   96/151 KB   29/98 KB   96/183 KB   
135/416 KB   72/84 KB   96/151 KB   29/98 KB   96/183 KB   
135/416 KB   76/84 KB   96/151 KB   29/98 KB   96/183 KB   
135/416 KB   80/84 KB   96/151 KB   29/98 KB   96/183 KB   
135/416 KB   80/84 KB   96/151 KB   32/98 KB   96/183 KB   
135/416 KB   84/84 KB   96/151 KB   32/98 KB   96/183 KB   
135/416 KB   84/84 KB   96/151 KB   32/98 KB   96/183 KB   
135/416 KB   84/84 KB   100/151 KB   32/98 KB   96/183 KB   
135/416 KB   84/84 KB   104/151 KB   32/98 KB   96/183 KB   
135/416 KB   84/84 KB   108/151 KB   32/98 KB   96/183 KB   
135/416 KB   84/84 KB   112/151 KB   32/98 KB   96/183 KB   
139/416 KB   84/84 KB   112/151 KB   32/98 KB   96/183 KB   
143/416 KB   84/84 KB   112/151 KB   32/98 KB   96/183 KB   
147/416 KB   84/84 KB   112/151 KB   32/98 KB   96/183 KB   
151/416 KB   84/84 KB   112/151 KB   32/98 KB   96/183 KB   
155/416 KB   84/84 KB   112/151 KB   32/98 KB   96/183 KB   
159/416 KB   84/84 KB   112/151 KB   32/98 KB   96/183 KB   
163/416 KB   84/84 KB   112/151 KB   32/98 KB   96/183 KB   
167/416 KB   84/84 KB   112/151 KB   32/98 KB   96/183 KB   
167/416 KB   84/84 KB   116/151 KB   32/98 KB   96/183 KB   
167/416 KB   84/84 KB   120/151 KB   32/98 KB   96/183 KB   
167/416 KB   84/84 KB   124/151 KB   32/98 KB   96/183 KB   
167/416 KB   84/84 KB   128/151 KB   32/98 KB   96/183 KB   
167/416 KB   84/84 KB   128/151 KB   32/98 KB   100/183 KB   
167/416 KB   84/84 KB   128/151 KB   32/98 KB   104/183 KB   
167/416 KB   84/84 KB   128/151 KB   32/98 KB   108/183 KB   
167/416 KB   84/84 KB   128/151 KB   32/98 KB   112/183 KB   
171/416 KB   84/84 KB   128/151 KB   32/98 KB   112/183 KB   
175/416 KB   84/84 KB   128/151 KB   32/98 KB   112/183 KB   
179/416 KB   84/84 KB   128/151 KB   32/98 KB   112/183 KB   
183/416 KB   84/84 KB   128/151 KB   32/98 KB   112/183 KB   
183/416 KB   84/84 KB   132/151 KB   32/98 KB   112/183 KB   
183/416 KB   84/84 KB   132/151 KB   36/98 KB   112/183 KB   
183/416 KB   84/84 KB   136/151 KB   36/98 KB   112/183 KB   
183/416 KB   84/84 KB   136/151 KB   40/98 KB   112/183 KB   
183/416 KB   84/84 KB   140/151 KB   40/98 KB   112/183 KB   
183/416 KB   84/84 KB   140/151 KB   44/98 KB   116/183 KB   
183/416 KB   84/84 KB   140/151 KB   44/98 KB   116/183 KB   
183/416 KB   84/84 KB   144/151 KB   44/98 KB   116/183 KB   
183/416 KB   84/84 KB   144/151 KB   48/98 KB   116/183 KB   
183/416 KB   84/84 KB   144/151 KB   48/98 KB   120/183 KB   
183/416 KB   84/84 KB   144/151 KB   48/98 KB   124/183 KB   
183/416 KB   84/84 KB   144/151 KB   48/98 KB   128/183 KB   
183/416 KB   84/84 KB   148/151 KB   48/98 KB   128/183 KB   
183/416 KB   84/84 KB   151/151 KB   48/98 KB   128/183 KB   
187/416 KB   84/84 KB   151/151 KB   48/98 KB   128/183 KB   
191/416 KB   84/84 KB   151/151 KB   48/98 KB   128/183 KB   
195/416 KB   84/84 KB   151/151 KB   48/98 KB   128/183 KB   
199/416 KB   84/84 KB   151/151 KB   48/98 KB   128/183 KB   
199/416 KB   84/84 KB   151/151 KB   52/98 KB   128/183 KB   
199/416 KB   84/84 KB   151/151 KB   56/98 KB   128/183 KB   
199/416 KB   84/84 KB   151/151 KB   60/98 KB   128/183 KB   
199/416 KB   84/84 KB   151/151 KB   64/98 KB   128/183 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (84 KB at 1164.0 KB/sec)
203/416 KB   151/151 KB   64/98 KB   128/183 KB              
207/416 KB   151/151 KB   64/98 KB   128/183 KB   
211/416 KB   151/151 KB   64/98 KB   128/183 KB   
215/416 KB   151/151 KB   64/98 KB   128/183 KB   
215/416 KB   151/151 KB   64/98 KB   132/183 KB   
215/416 KB   151/151 KB   64/98 KB   136/183 KB   
215/416 KB   151/151 KB   64/98 KB   140/183 KB   
215/416 KB   151/151 KB   64/98 KB   144/183 KB   
219/416 KB   151/151 KB   64/98 KB   144/183 KB   
223/416 KB   151/151 KB   64/98 KB   144/183 KB   
227/416 KB   151/151 KB   64/98 KB   144/183 KB   
231/416 KB   151/151 KB   64/98 KB   144/183 KB   
231/416 KB   151/151 KB   68/98 KB   144/183 KB   
231/416 KB   151/151 KB   72/98 KB   144/183 KB   
231/416 KB   151/151 KB   76/98 KB   144/183 KB   
231/416 KB   151/151 KB   80/98 KB   144/183 KB   
231/416 KB   151/151 KB   80/98 KB   148/183 KB   
231/416 KB   151/151 KB   80/98 KB   152/183 KB   
231/416 KB   151/151 KB   80/98 KB   156/183 KB   
231/416 KB   151/151 KB   80/98 KB   160/183 KB   
235/416 KB   151/151 KB   80/98 KB   160/183 KB   
239/416 KB   151/151 KB   80/98 KB   160/183 KB   
243/416 KB   151/151 KB   80/98 KB   160/183 KB   
247/416 KB   151/151 KB   80/98 KB   160/183 KB   
251/416 KB   151/151 KB   80/98 KB   160/183 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar (151 KB at 1657.4 KB/sec)
255/416 KB   80/98 KB   160/183 KB                
259/416 KB   80/98 KB   160/183 KB   
263/416 KB   80/98 KB   160/183 KB   
263/416 KB   84/98 KB   160/183 KB   
263/416 KB   88/98 KB   160/183 KB   
263/416 KB   92/98 KB   160/183 KB   
263/416 KB   96/98 KB   160/183 KB   
263/416 KB   98/98 KB   160/183 KB   
263/416 KB   98/98 KB   164/183 KB   
263/416 KB   98/98 KB   168/183 KB   
263/416 KB   98/98 KB   172/183 KB   
263/416 KB   98/98 KB   176/183 KB   
263/416 KB   98/98 KB   180/183 KB   
263/416 KB   98/98 KB   183/183 KB   
267/416 KB   98/98 KB   183/183 KB   
271/416 KB   98/98 KB   183/183 KB   
275/416 KB   98/98 KB   183/183 KB   
279/416 KB   98/98 KB   183/183 KB   
283/416 KB   98/98 KB   183/183 KB   
287/416 KB   98/98 KB   183/183 KB   
291/416 KB   98/98 KB   183/183 KB   
295/416 KB   98/98 KB   183/183 KB   
299/416 KB   98/98 KB   183/183 KB   
303/416 KB   98/98 KB   183/183 KB   
307/416 KB   98/98 KB   183/183 KB   
311/416 KB   98/98 KB   183/183 KB   
315/416 KB   98/98 KB   183/183 KB   
319/416 KB   98/98 KB   183/183 KB   
323/416 KB   98/98 KB   183/183 KB   
327/416 KB   98/98 KB   183/183 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (98 KB at 1056.8 KB/sec)

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (183 KB at 1942.4 KB/sec)
331/416 KB                           
335/416 KB   
339/416 KB   
343/416 KB   
347/416 KB   
351/416 KB   
355/416 KB   
359/416 KB   
363/416 KB   
367/416 KB   
371/416 KB   
375/416 KB   
379/416 KB   
383/416 KB   
387/416 KB   
391/416 KB   
395/416 KB   
399/416 KB   
403/416 KB   
407/416 KB   
411/416 KB   
415/416 KB   
416/416 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (416 KB at 3678.5 KB/sec)
[INFO] Building jar: /home/r/repo/target/driver-binary-downloader-maven-plugin-1.0.18-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ driver-binary-downloader-maven-plugin ---
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (0 B at 0.0 KB/sec)

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (0 B at 0.0 KB/sec)

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (0 B at 0.0 KB/sec)
gpg: [don't know]: invalid packet (ctb=2d)
gpg: keydb_search failed: invalid packet
gpg: skipped "52FC880D": invalid packet
gpg: signing failed: invalid packet
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.015 s
[INFO] Finished at: 2020-02-16T16:02:24+00:00
[INFO] Final Memory: 44M/507M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-artifacts) on project driver-binary-downloader-maven-plugin: Exit code: 2 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
container fcfb0c84564dc8aa97900c0cc8eb130061902f30f8c7dafd42547fec988d8c7e is dead
Sun Feb 16 17:03:31 CET 2020
Ardesco commented 4 years ago

@rultor release, tag=1.0.18

rultor commented 4 years ago

@rultor release, tag=1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag=1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 2min)

3/5 KB   
5/5 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (5 KB at 252.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom

Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom

Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
3/13 KB   
6/13 KB   
9/13 KB   
11/13 KB   
13/13 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 KB at 681.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom
2/2 KB     

Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom (2 KB at 109.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
3/6 KB   
5/6 KB   
6/6 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (6 KB at 289.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
3/151 KB   
5/151 KB   
8/151 KB   
11/151 KB   
13/151 KB   
16/151 KB   
16/151 KB   3/24 KB   
16/151 KB   5/24 KB   
16/151 KB   5/24 KB   3/84 KB   
16/151 KB   5/24 KB   5/84 KB   
19/151 KB   5/24 KB   5/84 KB   
19/151 KB   5/24 KB   8/84 KB   
19/151 KB   8/24 KB   8/84 KB   
19/151 KB   8/24 KB   11/84 KB   
19/151 KB   11/24 KB   11/84 KB   
19/151 KB   3/183 KB   11/24 KB   11/84 KB   
19/151 KB   5/183 KB   11/24 KB   11/84 KB   
19/151 KB   8/183 KB   11/24 KB   11/84 KB   
19/151 KB   11/183 KB   11/24 KB   11/84 KB   
21/151 KB   11/183 KB   11/24 KB   11/84 KB   
21/151 KB   13/183 KB   11/24 KB   11/84 KB   
21/151 KB   16/183 KB   11/24 KB   11/84 KB   
21/151 KB   16/183 KB   13/24 KB   11/84 KB   
21/151 KB   16/183 KB   13/24 KB   13/84 KB   
21/151 KB   19/183 KB   13/24 KB   13/84 KB   
24/151 KB   19/183 KB   13/24 KB   13/84 KB   
24/151 KB   21/183 KB   16/24 KB   16/84 KB   
24/151 KB   24/183 KB   16/24 KB   16/84 KB   
24/151 KB   19/183 KB   16/24 KB   16/84 KB   
24/151 KB   19/183 KB   16/24 KB   13/84 KB   
24/151 KB   24/183 KB   16/24 KB   19/84 KB   
24/151 KB   24/183 KB   19/24 KB   19/84 KB   
24/151 KB   24/183 KB   19/24 KB   21/84 KB   
24/151 KB   24/183 KB   21/24 KB   21/84 KB   
24/151 KB   24/183 KB   21/24 KB   24/84 KB   
24/151 KB   27/183 KB   21/24 KB   24/84 KB   
24/151 KB   27/183 KB   21/24 KB   27/84 KB   
24/151 KB   27/183 KB   24/24 KB   27/84 KB   
24/151 KB   27/183 KB   24/24 KB   27/84 KB   3/416 KB   
24/151 KB   27/183 KB   24/24 KB   27/84 KB   6/416 KB   
24/151 KB   27/183 KB   24/24 KB   29/84 KB   6/416 KB   
27/151 KB   27/183 KB   24/24 KB   29/84 KB   6/416 KB   
27/151 KB   27/183 KB   24/24 KB   32/84 KB   6/416 KB   
27/151 KB   27/183 KB   24/24 KB   32/84 KB   9/416 KB   
29/151 KB   27/183 KB   24/24 KB   32/84 KB   9/416 KB   
29/151 KB   27/183 KB   24/24 KB   32/84 KB   11/416 KB   
29/151 KB   27/183 KB   24/24 KB   32/84 KB   14/416 KB   
32/151 KB   27/183 KB   24/24 KB   32/84 KB   14/416 KB   
32/151 KB   27/183 KB   24/24 KB   32/84 KB   16/416 KB   
32/151 KB   27/183 KB   24/24 KB   32/84 KB   19/416 KB   
32/151 KB   27/183 KB   24/24 KB   32/84 KB   22/416 KB   
32/151 KB   27/183 KB   24/24 KB   32/84 KB   25/416 KB   
32/151 KB   27/183 KB   24/24 KB   32/84 KB   27/416 KB   
32/151 KB   27/183 KB   24/24 KB   32/84 KB   30/416 KB   
32/151 KB   27/183 KB   24/24 KB   36/84 KB   30/416 KB   
32/151 KB   27/183 KB   24/24 KB   40/84 KB   30/416 KB   
32/151 KB   27/183 KB   24/24 KB   44/84 KB   30/416 KB   
32/151 KB   27/183 KB   24/24 KB   48/84 KB   30/416 KB   
32/151 KB   27/183 KB   24/24 KB   48/84 KB   32/416 KB   
32/151 KB   27/183 KB   24/24 KB   52/84 KB   32/416 KB   
32/151 KB   27/183 KB   24/24 KB   56/84 KB   32/416 KB   
32/151 KB   27/183 KB   24/24 KB   60/84 KB   32/416 KB   
32/151 KB   27/183 KB   24/24 KB   64/84 KB   32/416 KB   
32/151 KB   29/183 KB   24/24 KB   64/84 KB   32/416 KB   
36/151 KB   29/183 KB   24/24 KB   64/84 KB   32/416 KB   
40/151 KB   29/183 KB   24/24 KB   64/84 KB   32/416 KB   
44/151 KB   29/183 KB   24/24 KB   64/84 KB   32/416 KB   
48/151 KB   29/183 KB   24/24 KB   64/84 KB   32/416 KB   
48/151 KB   32/183 KB   24/24 KB   64/84 KB   32/416 KB   
48/151 KB   32/183 KB   24/24 KB   68/84 KB   32/416 KB   
48/151 KB   32/183 KB   24/24 KB   72/84 KB   32/416 KB   
48/151 KB   32/183 KB   24/24 KB   76/84 KB   32/416 KB   
48/151 KB   32/183 KB   24/24 KB   80/84 KB   32/416 KB   
48/151 KB   32/183 KB   24/24 KB   84/84 KB   32/416 KB   
48/151 KB   32/183 KB   24/24 KB   84/84 KB   32/416 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar (24 KB at 550.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
48/151 KB   32/183 KB   84/84 KB   36/416 KB              
48/151 KB   32/183 KB   84/84 KB   40/416 KB   
48/151 KB   32/183 KB   84/84 KB   44/416 KB   
48/151 KB   32/183 KB   84/84 KB   48/416 KB   
48/151 KB   36/183 KB   84/84 KB   48/416 KB   
48/151 KB   40/183 KB   84/84 KB   48/416 KB   
48/151 KB   44/183 KB   84/84 KB   48/416 KB   
48/151 KB   48/183 KB   84/84 KB   48/416 KB   
52/151 KB   48/183 KB   84/84 KB   48/416 KB   
52/151 KB   48/183 KB   84/84 KB   52/416 KB   
56/151 KB   48/183 KB   84/84 KB   52/416 KB   
60/151 KB   48/183 KB   84/84 KB   52/416 KB   
64/151 KB   48/183 KB   84/84 KB   52/416 KB   
64/151 KB   48/183 KB   84/84 KB   56/416 KB   
64/151 KB   48/183 KB   84/84 KB   60/416 KB   
64/151 KB   48/183 KB   84/84 KB   64/416 KB   
64/151 KB   52/183 KB   84/84 KB   64/416 KB   
64/151 KB   56/183 KB   84/84 KB   64/416 KB   
64/151 KB   60/183 KB   84/84 KB   64/416 KB   
64/151 KB   64/183 KB   84/84 KB   64/416 KB   
64/151 KB   64/183 KB   84/84 KB   68/416 KB   
64/151 KB   64/183 KB   84/84 KB   72/416 KB   
64/151 KB   64/183 KB   84/84 KB   76/416 KB   
64/151 KB   64/183 KB   84/84 KB   80/416 KB   
64/151 KB   68/183 KB   84/84 KB   80/416 KB   
64/151 KB   72/183 KB   84/84 KB   80/416 KB   
64/151 KB   76/183 KB   84/84 KB   80/416 KB   
64/151 KB   80/183 KB   84/84 KB   80/416 KB   
68/151 KB   80/183 KB   84/84 KB   80/416 KB   
72/151 KB   80/183 KB   84/84 KB   80/416 KB   
76/151 KB   80/183 KB   84/84 KB   80/416 KB   
80/151 KB   80/183 KB   84/84 KB   80/416 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (84 KB at 1904.8 KB/sec)
80/151 KB   80/183 KB   84/416 KB              
80/151 KB   80/183 KB   88/416 KB   
80/151 KB   80/183 KB   92/416 KB   
80/151 KB   80/183 KB   96/416 KB   
80/151 KB   80/183 KB   4/98 KB   96/416 KB   
80/151 KB   80/183 KB   8/98 KB   96/416 KB   
80/151 KB   80/183 KB   12/98 KB   96/416 KB   
80/151 KB   80/183 KB   16/98 KB   96/416 KB   
80/151 KB   84/183 KB   16/98 KB   96/416 KB   
80/151 KB   88/183 KB   16/98 KB   96/416 KB   
80/151 KB   92/183 KB   16/98 KB   96/416 KB   
80/151 KB   96/183 KB   16/98 KB   96/416 KB   
80/151 KB   96/183 KB   20/98 KB   96/416 KB   
80/151 KB   96/183 KB   20/98 KB   100/416 KB   
80/151 KB   96/183 KB   24/98 KB   100/416 KB   
80/151 KB   96/183 KB   24/98 KB   104/416 KB   
80/151 KB   96/183 KB   28/98 KB   104/416 KB   
80/151 KB   96/183 KB   28/98 KB   108/416 KB   
80/151 KB   96/183 KB   32/98 KB   108/416 KB   
80/151 KB   96/183 KB   32/98 KB   112/416 KB   
84/151 KB   96/183 KB   32/98 KB   112/416 KB   
88/151 KB   96/183 KB   32/98 KB   112/416 KB   
92/151 KB   96/183 KB   32/98 KB   112/416 KB   
96/151 KB   96/183 KB   32/98 KB   112/416 KB   
96/151 KB   96/183 KB   36/98 KB   112/416 KB   
96/151 KB   96/183 KB   40/98 KB   112/416 KB   
96/151 KB   96/183 KB   44/98 KB   112/416 KB   
96/151 KB   96/183 KB   48/98 KB   112/416 KB   
96/151 KB   100/183 KB   48/98 KB   112/416 KB   
96/151 KB   104/183 KB   48/98 KB   112/416 KB   
96/151 KB   108/183 KB   48/98 KB   112/416 KB   
96/151 KB   112/183 KB   48/98 KB   112/416 KB   
96/151 KB   112/183 KB   48/98 KB   116/416 KB   
96/151 KB   112/183 KB   48/98 KB   120/416 KB   
96/151 KB   112/183 KB   48/98 KB   124/416 KB   
96/151 KB   112/183 KB   48/98 KB   128/416 KB   
96/151 KB   112/183 KB   52/98 KB   128/416 KB   
96/151 KB   112/183 KB   56/98 KB   128/416 KB   
96/151 KB   112/183 KB   60/98 KB   128/416 KB   
96/151 KB   112/183 KB   64/98 KB   128/416 KB   
100/151 KB   112/183 KB   64/98 KB   128/416 KB   
100/151 KB   116/183 KB   64/98 KB   128/416 KB   
104/151 KB   116/183 KB   64/98 KB   128/416 KB   
108/151 KB   116/183 KB   64/98 KB   128/416 KB   
108/151 KB   120/183 KB   64/98 KB   128/416 KB   
112/151 KB   120/183 KB   64/98 KB   128/416 KB   
112/151 KB   124/183 KB   64/98 KB   128/416 KB   
112/151 KB   128/183 KB   64/98 KB   128/416 KB   
112/151 KB   128/183 KB   64/98 KB   132/416 KB   
112/151 KB   128/183 KB   64/98 KB   136/416 KB   
112/151 KB   128/183 KB   64/98 KB   140/416 KB   
112/151 KB   128/183 KB   68/98 KB   140/416 KB   
112/151 KB   128/183 KB   68/98 KB   144/416 KB   
112/151 KB   128/183 KB   72/98 KB   144/416 KB   
112/151 KB   128/183 KB   76/98 KB   144/416 KB   
112/151 KB   128/183 KB   80/98 KB   144/416 KB   
112/151 KB   128/183 KB   84/98 KB   144/416 KB   
112/151 KB   128/183 KB   88/98 KB   144/416 KB   
112/151 KB   128/183 KB   92/98 KB   144/416 KB   
112/151 KB   128/183 KB   96/98 KB   144/416 KB   
112/151 KB   128/183 KB   98/98 KB   144/416 KB   
112/151 KB   128/183 KB   98/98 KB   148/416 KB   
112/151 KB   128/183 KB   98/98 KB   152/416 KB   
112/151 KB   128/183 KB   98/98 KB   156/416 KB   
112/151 KB   128/183 KB   98/98 KB   160/416 KB   
112/151 KB   132/183 KB   98/98 KB   160/416 KB   
112/151 KB   136/183 KB   98/98 KB   160/416 KB   
112/151 KB   140/183 KB   98/98 KB   160/416 KB   
112/151 KB   144/183 KB   98/98 KB   160/416 KB   
116/151 KB   144/183 KB   98/98 KB   160/416 KB   
120/151 KB   144/183 KB   98/98 KB   160/416 KB   
124/151 KB   144/183 KB   98/98 KB   160/416 KB   
128/151 KB   144/183 KB   98/98 KB   160/416 KB   
128/151 KB   144/183 KB   98/98 KB   164/416 KB   
128/151 KB   144/183 KB   98/98 KB   168/416 KB   
128/151 KB   144/183 KB   98/98 KB   172/416 KB   
128/151 KB   144/183 KB   98/98 KB   176/416 KB   
128/151 KB   148/183 KB   98/98 KB   176/416 KB   
128/151 KB   152/183 KB   98/98 KB   176/416 KB   
128/151 KB   156/183 KB   98/98 KB   176/416 KB   
128/151 KB   160/183 KB   98/98 KB   176/416 KB   
132/151 KB   160/183 KB   98/98 KB   176/416 KB   
132/151 KB   160/183 KB   98/98 KB   180/416 KB   
136/151 KB   160/183 KB   98/98 KB   180/416 KB   
140/151 KB   160/183 KB   98/98 KB   180/416 KB   
144/151 KB   160/183 KB   98/98 KB   180/416 KB   
144/151 KB   160/183 KB   98/98 KB   184/416 KB   
144/151 KB   160/183 KB   98/98 KB   188/416 KB   
144/151 KB   160/183 KB   98/98 KB   192/416 KB   
144/151 KB   164/183 KB   98/98 KB   192/416 KB   
144/151 KB   168/183 KB   98/98 KB   192/416 KB   
144/151 KB   172/183 KB   98/98 KB   192/416 KB   
144/151 KB   176/183 KB   98/98 KB   192/416 KB   
148/151 KB   176/183 KB   98/98 KB   192/416 KB   
148/151 KB   180/183 KB   98/98 KB   192/416 KB   
151/151 KB   180/183 KB   98/98 KB   192/416 KB   
151/151 KB   183/183 KB   98/98 KB   192/416 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (98 KB at 1262.6 KB/sec)
151/151 KB   183/183 KB   196/416 KB              
151/151 KB   183/183 KB   200/416 KB   
151/151 KB   183/183 KB   204/416 KB   
151/151 KB   183/183 KB   208/416 KB   
151/151 KB   183/183 KB   212/416 KB   
151/151 KB   183/183 KB   216/416 KB   
151/151 KB   183/183 KB   220/416 KB   
151/151 KB   183/183 KB   224/416 KB   
151/151 KB   183/183 KB   228/416 KB   
151/151 KB   183/183 KB   232/416 KB   
151/151 KB   183/183 KB   236/416 KB   
151/151 KB   183/183 KB   240/416 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (183 KB at 2098.6 KB/sec)
151/151 KB   244/416 KB                
151/151 KB   248/416 KB   
151/151 KB   252/416 KB   
151/151 KB   256/416 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar (151 KB at 1587.6 KB/sec)
260/416 KB                
264/416 KB   
268/416 KB   
271/416 KB   
275/416 KB   
279/416 KB   
283/416 KB   
287/416 KB   
291/416 KB   
295/416 KB   
299/416 KB   
303/416 KB   
307/416 KB   
311/416 KB   
315/416 KB   
319/416 KB   
323/416 KB   
327/416 KB   
331/416 KB   
335/416 KB   
339/416 KB   
343/416 KB   
347/416 KB   
351/416 KB   
355/416 KB   
359/416 KB   
363/416 KB   
367/416 KB   
371/416 KB   
375/416 KB   
379/416 KB   
383/416 KB   
387/416 KB   
391/416 KB   
395/416 KB   
399/416 KB   
403/416 KB   
407/416 KB   
411/416 KB   
415/416 KB   
416/416 KB   

Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (416 KB at 3352.2 KB/sec)
[INFO] Building jar: /home/r/repo/target/driver-binary-downloader-maven-plugin-1.0.18-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ driver-binary-downloader-maven-plugin ---
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (0 B at 0.0 KB/sec)

Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (0 B at 0.0 KB/sec)

Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (0 B at 0.0 KB/sec)

Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (0 B at 0.0 KB/sec)
gpg: [don't know]: invalid packet (ctb=2d)
gpg: keydb_search failed: invalid packet
gpg: skipped "52FC880D": invalid packet
gpg: signing failed: invalid packet
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.972 s
[INFO] Finished at: 2020-02-16T16:08:53+00:00
[INFO] Final Memory: 48M/509M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-artifacts) on project driver-binary-downloader-maven-plugin: Exit code: 2 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
container 89ee95af09bc48745c81c49e5113532f4819fd2716bf9fe8cb698a1fabae143f is dead
Sun Feb 16 17:09:54 CET 2020
Ardesco commented 4 years ago

@rultor release, tag=1.0.18

rultor commented 4 years ago

@rultor release, tag=1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag=1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 6min)

+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git
+ head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git
+ export tag=1.0.18
+ tag=1.0.18
+ export head_branch=master
+ head_branch=master
+ export author=ardesco
+ author=ardesco
+ mkdir /home/r/gpg
+ mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg
+ mv /home/r/secring.gpg /home/r/gpg/secring.gpg
+ sudo -i chmod -R 700 /home/r/gpg
+ mvn versions:set -DnewVersion=1.0.18
[\u001b[1;34mINFO\u001b[m] Scanning for projects...
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-enforcer-plugin:1.0: Plugin org.apache.maven.plugins:maven-enforcer-plugin:1.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-enforcer-plugin:jar:1.0
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-compiler-plugin:3.8.1: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.8.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-plugin-plugin:3.6.0: Plugin org.apache.maven.plugins:maven-plugin-plugin:3.6.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-plugin-plugin:jar:3.6.0
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-jar-plugin:2.4: Plugin org.apache.maven.plugins:maven-jar-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-jar-plugin:jar:2.4
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-surefire-plugin:2.12.4: Plugin org.apache.maven.plugins:maven-surefire-plugin:2.12.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-install-plugin:2.4: Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-install-plugin:jar:2.4
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin:2.7: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.3: Plugin org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-site-plugin:jar:3.3
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.1/maven-release-plugin-2.1.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:2.1: Plugin org.apache.maven.plugins:maven-release-plugin:2.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-release-plugin:jar:2.1
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
Downloading from Maven: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
[\u001b[1;33mWARNING\u001b[m] Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to Maven (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml. Return code is: 501 , ReasonPhrase:HTTPS Required.
[\u001b[1;33mWARNING\u001b[m] Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to Maven (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml. Return code is: 501 , ReasonPhrase:HTTPS Required.
[\u001b[1;33mWARNING\u001b[m] Failure to transfer org.apache.maven.plugins/maven-metadata.xml from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of Maven has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to Maven (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml. Return code is: 501 , ReasonPhrase:HTTPS Required.
[\u001b[1;33mWARNING\u001b[m] Failure to transfer org.codehaus.mojo/maven-metadata.xml from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of Maven has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to Maven (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml. Return code is: 501 , ReasonPhrase:HTTPS Required.
[\u001b[1;34mINFO\u001b[m] \u001b[1m------------------------------------------------------------------------\u001b[m
[\u001b[1;34mINFO\u001b[m] \u001b[1;31mBUILD FAILURE\u001b[m
[\u001b[1;34mINFO\u001b[m] \u001b[1m------------------------------------------------------------------------\u001b[m
[\u001b[1;34mINFO\u001b[m] Total time: 0.960 s
[\u001b[1;34mINFO\u001b[m] Finished at: 2020-02-16T16:21:31Z
[\u001b[1;34mINFO\u001b[m] \u001b[1m------------------------------------------------------------------------\u001b[m
[\u001b[1;31mERROR\u001b[m] No plugin found for prefix 'versions' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/r/.m2/repository), Maven (http://repo.maven.apache.org/maven2)] -> \u001b[1m[Help 1]\u001b[m
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] To see the full stack trace of the errors, re-run Maven with the \u001b[1m-e\u001b[m switch.
[\u001b[1;31mERROR\u001b[m] Re-run Maven using the \u001b[1m-X\u001b[m switch to enable full debug logging.
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] For more information about the errors and possible solutions, please read the following articles:
[\u001b[1;31mERROR\u001b[m] \u001b[1m[Help 1]\u001b[m http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
container 8202575df146d90b39d6495127969dbe46298aba1f2616979f59e2dceed426dc is dead
Sun Feb 16 17:22:31 CET 2020
Ardesco commented 4 years ago

@rultor release, tag=1.0.18

rultor commented 4 years ago

@rultor release, tag=1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag=1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 6min)

+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git
+ head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git
+ export tag=1.0.18
+ tag=1.0.18
+ export head_branch=master
+ head_branch=master
+ export author=ardesco
+ author=ardesco
+ mkdir /home/r/gpg
+ mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg
+ mv /home/r/secring.gpg /home/r/gpg/secring.gpg
+ sudo -i chmod -R 700 /home/r/gpg
+ mvn versions:set -DnewVersion=1.0.18
[\u001b[1;34mINFO\u001b[m] Scanning for projects...
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-enforcer-plugin:1.0: Plugin org.apache.maven.plugins:maven-enforcer-plugin:1.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-enforcer-plugin:jar:1.0
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-compiler-plugin:3.8.1: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.8.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-plugin-plugin:3.6.0: Plugin org.apache.maven.plugins:maven-plugin-plugin:3.6.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-plugin-plugin:jar:3.6.0
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-jar-plugin:2.4: Plugin org.apache.maven.plugins:maven-jar-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-jar-plugin:jar:2.4
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-surefire-plugin:2.12.4: Plugin org.apache.maven.plugins:maven-surefire-plugin:2.12.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-install-plugin:2.4: Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-install-plugin:jar:2.4
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin:2.7: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.3: Plugin org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-site-plugin:jar:3.3
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.1/maven-release-plugin-2.1.pom
[\u001b[1;33mWARNING\u001b[m] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:2.1: Plugin org.apache.maven.plugins:maven-release-plugin:2.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-release-plugin:jar:2.1
Downloading from Maven: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
Downloading from Maven: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
[\u001b[1;33mWARNING\u001b[m] Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to Maven (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml. Return code is: 501 , ReasonPhrase:HTTPS Required.
[\u001b[1;33mWARNING\u001b[m] Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to Maven (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml. Return code is: 501 , ReasonPhrase:HTTPS Required.
[\u001b[1;33mWARNING\u001b[m] Failure to transfer org.apache.maven.plugins/maven-metadata.xml from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of Maven has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to Maven (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml. Return code is: 501 , ReasonPhrase:HTTPS Required.
[\u001b[1;33mWARNING\u001b[m] Failure to transfer org.codehaus.mojo/maven-metadata.xml from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of Maven has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to Maven (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml. Return code is: 501 , ReasonPhrase:HTTPS Required.
[\u001b[1;34mINFO\u001b[m] \u001b[1m------------------------------------------------------------------------\u001b[m
[\u001b[1;34mINFO\u001b[m] \u001b[1;31mBUILD FAILURE\u001b[m
[\u001b[1;34mINFO\u001b[m] \u001b[1m------------------------------------------------------------------------\u001b[m
[\u001b[1;34mINFO\u001b[m] Total time: 0.962 s
[\u001b[1;34mINFO\u001b[m] Finished at: 2020-02-16T16:45:27Z
[\u001b[1;34mINFO\u001b[m] \u001b[1m------------------------------------------------------------------------\u001b[m
[\u001b[1;31mERROR\u001b[m] No plugin found for prefix 'versions' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/r/.m2/repository), Maven (http://repo.maven.apache.org/maven2)] -> \u001b[1m[Help 1]\u001b[m
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] To see the full stack trace of the errors, re-run Maven with the \u001b[1m-e\u001b[m switch.
[\u001b[1;31mERROR\u001b[m] Re-run Maven using the \u001b[1m-X\u001b[m switch to enable full debug logging.
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] For more information about the errors and possible solutions, please read the following articles:
[\u001b[1;31mERROR\u001b[m] \u001b[1m[Help 1]\u001b[m http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
container 36210d9d4d233dc2fa55925c7ac41b3bac193734236e2e4eb0711f0d509e14ee is dead
Sun Feb 16 17:46:34 CET 2020
Ardesco commented 4 years ago

@rultor release, tag=1.0.18

rultor commented 4 years ago

@rultor release, tag=1.0.18

@ardesco OK, I will release it now. Please check the progress here

rultor commented 4 years ago

@rultor release, tag=1.0.18

@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 6min)

drwxrwxr-x  5 rultor rultor   4096 Feb 16 17:52 repo
-rwxrwxr-x  1 rultor rultor   6905 Feb 16 17:52 run.sh
-rw-rw-r--  1 rultor rultor    603 Feb 16 17:52 script.sh
-rw-rw-r--  1 rultor rultor   6785 Feb 16 17:53 secring.gpg
-rw-rw-r--  1 rultor rultor    606 Feb 16 17:53 settings.xml
-rw-rw-r--  1 rultor rultor  12839 Feb 16 17:57 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Dw6I:/main --env=head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git --env=tag=1.0.18 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=1.0.18'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=ardesco'\''\'\'''\'''\'' '\'';'\'' '\''mkdir /home/r/gpg'\'' '\'';'\'' '\''mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg'\'' '\'';'\'' '\''mv /home/r/secring.gpg /home/r/gpg/secring.gpg'\'' '\'';'\'' '\''sudo chmod -R 700 /home/r/gpg'\'' '\'';'\'' '\''mvn -Prelease versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''export PATH=$JAVA_HOME/bin:$PATH'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean deploy -Prelease --settings /home/r/settings.xml'\'' '\'';'\'' )' --env=head_branch=master --env=author=ardesco --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-Dw6I/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --entrypoint=/main/entry.sh --name=ardesco_driver-binary-downloader-maven-plugin_92 pmouawad/rultormaven:1.0.0 /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.gnupg /root/.m2 /root/.oracle_jre_usage /root/.profile /root/texmf /root/.wget-hsts /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su --login r --command /home/r/script.sh
mesg: change /dev/pts/0 mode failed: Operation not permitted
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git
+ head=git@github.com:Ardesco/driver-binary-downloader-maven-plugin.git
+ export tag=1.0.18
+ tag=1.0.18
+ export head_branch=master
+ head_branch=master
+ export author=ardesco
+ author=ardesco
+ mkdir /home/r/gpg
+ mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg
+ mv /home/r/secring.gpg /home/r/gpg/secring.gpg
+ sudo -i chmod -R 700 /home/r/gpg
+ mvn -Prelease versions:set -DnewVersion=1.0.18
[\u001b[1;34mINFO\u001b[m] Scanning for projects...
Downloading from Maven: http://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom
[\u001b[1;31mERROR\u001b[m] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 @ 
 @ 
[\u001b[1;31mERROR\u001b[m] The build could not read 1 project -> \u001b[1m[Help 1]\u001b[m
[\u001b[1;31mERROR\u001b[m]   
[\u001b[1;31mERROR\u001b[m]   The project com.lazerycode.selenium:driver-binary-downloader-maven-plugin:DEV-SNAPSHOT (/home/r/repo/pom.xml) has 1 error
[\u001b[1;31mERROR\u001b[m]     Unresolveable build extension: Plugin org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8: Could not transfer artifact org.sonatype.plugins:nexus-staging-maven-plugin:pom:1.6.8 from/to Maven (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom. Return code is: 501 , ReasonPhrase:HTTPS Required. -> \u001b[1m[Help 2]\u001b[m
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] To see the full stack trace of the errors, re-run Maven with the \u001b[1m-e\u001b[m switch.
[\u001b[1;31mERROR\u001b[m] Re-run Maven using the \u001b[1m-X\u001b[m switch to enable full debug logging.
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] For more information about the errors and possible solutions, please read the following articles:
[\u001b[1;31mERROR\u001b[m] \u001b[1m[Help 1]\u001b[m http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[\u001b[1;31mERROR\u001b[m] \u001b[1m[Help 2]\u001b[m http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
container 90bebb5d415b6d957e7825c98d5c9151b61248c3474e6029c5416f1e1a357dbe is dead
Sun Feb 16 17:57:44 CET 2020
Ardesco commented 4 years ago

@rultor release, tag=1.0.18