Closed StuporHero closed 4 years ago
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@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 19:27 repo
-rwxrwxr-x 1 rultor rultor 6905 Feb 16 19:27 run.sh
-rw-rw-r-- 1 rultor rultor 603 Feb 16 19:27 script.sh
-rw-rw-r-- 1 rultor rultor 6785 Feb 16 19:27 secring.gpg
-rw-rw-r-- 1 rultor rultor 606 Feb 16 19:27 settings.xml
-rw-rw-r-- 1 rultor rultor 12719 Feb 16 19:31 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-2W9S:/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-2W9S/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 3a3e232437b258bf2eb3ec23a484318d447d83536d1d920c613df9748a745a95 is dead
Sun Feb 16 19:32:26 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@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 19:55 repo
-rwxrwxr-x 1 rultor rultor 6905 Feb 16 19:55 run.sh
-rw-rw-r-- 1 rultor rultor 603 Feb 16 19:55 script.sh
-rw-rw-r-- 1 rultor rultor 6785 Feb 16 19:55 secring.gpg
-rw-rw-r-- 1 rultor rultor 606 Feb 16 19:55 settings.xml
-rw-rw-r-- 1 rultor rultor 12825 Feb 16 20:00 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-l3jw:/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-l3jw/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 c7efbdcbdafce4695355f4fe102277fa243b89dece83eb032399fadcbaf525d2 is dead
Sun Feb 16 20:00:52 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@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 20:09 repo
-rwxrwxr-x 1 rultor rultor 6905 Feb 16 20:09 run.sh
-rw-rw-r-- 1 rultor rultor 603 Feb 16 20:09 script.sh
-rw-rw-r-- 1 rultor rultor 6785 Feb 16 20:09 secring.gpg
-rw-rw-r-- 1 rultor rultor 606 Feb 16 20:09 settings.xml
-rw-rw-r-- 1 rultor rultor 12770 Feb 16 20:14 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-pamF:/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-pamF/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 1ba8f201e6f337030fa8a9adcce1a05e49bda1107bdf52067e7f8ce00dd937ce is dead
Sun Feb 16 20:15:22 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@rultor release, tag=
1.0.18
@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 2min)
drwxrwxr-x 5 rultor rultor 4096 Feb 16 22:31 repo
-rwxrwxr-x 1 rultor rultor 6891 Feb 16 22:31 run.sh
-rw-rw-r-- 1 rultor rultor 603 Feb 16 22:31 script.sh
-rw-rw-r-- 1 rultor rultor 6785 Feb 16 22:31 secring.gpg
-rw-rw-r-- 1 rultor rultor 606 Feb 16 22:31 settings.xml
-rw-rw-r-- 1 rultor rultor 7409 Feb 16 22:31 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-qHbB:/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-qHbB/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --entrypoint=/main/entry.sh --name=ardesco_driver-binary-downloader-maven-plugin_92 velo/rultor8 /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/.profile /root/texmf /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: /dev/pts/0: 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
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom
[ERROR] [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 @
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.lazerycode.selenium:driver-binary-downloader-maven-plugin:DEV-SNAPSHOT (/home/r/repo/pom.xml) has 1 error
[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: 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. -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
container 7fd5b72df9f24f0b44f42739b96fdd7ea746822189936110e983d9a05acaeafc is dead
Sun Feb 16 22:33:37 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@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 22:52 repo
-rwxrwxr-x 1 rultor rultor 6893 Feb 16 22:52 run.sh
-rw-rw-r-- 1 rultor rultor 603 Feb 16 22:52 script.sh
-rw-rw-r-- 1 rultor rultor 6785 Feb 16 22:52 secring.gpg
-rw-rw-r-- 1 rultor rultor 606 Feb 16 22:52 settings.xml
-rw-rw-r-- 1 rultor rultor 16161 Feb 16 22:56 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-h4pm:/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-h4pm/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --entrypoint=/main/entry.sh --name=ardesco_driver-binary-downloader-maven-plugin_92 yegor256/java8 /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 /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: /dev/pts/0: 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
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom
[ERROR] [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 @
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.lazerycode.selenium:driver-binary-downloader-maven-plugin:DEV-SNAPSHOT (/home/r/repo/pom.xml) has 1 error
[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: 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. -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
container 02984d28f4c1e0d572eb9f48ad65b48524414d97d9548e3f015f193bbef21aaa is dead
Sun Feb 16 22:57:45 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@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 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/24 KB
5/24 KB
8/24 KB
11/24 KB
13/24 KB
16/24 KB
19/24 KB
21/24 KB
3/151 KB 21/24 KB
5/151 KB 21/24 KB
8/151 KB 21/24 KB
8/151 KB 24/24 KB
11/151 KB 24/24 KB
13/151 KB 24/24 KB
16/151 KB 24/24 KB
19/151 KB 24/24 KB
3/183 KB 19/151 KB 24/24 KB
3/183 KB 19/151 KB 3/84 KB 24/24 KB
3/183 KB 19/151 KB 5/84 KB 24/24 KB
5/183 KB 19/151 KB 5/84 KB 24/24 KB
5/183 KB 21/151 KB 5/84 KB 24/24 KB
8/183 KB 21/151 KB 5/84 KB 24/24 KB
8/183 KB 21/151 KB 8/84 KB 24/24 KB
8/183 KB 24/151 KB 8/84 KB 24/24 KB
8/183 KB 27/151 KB 8/84 KB 24/24 KB
11/183 KB 27/151 KB 8/84 KB 24/24 KB
11/183 KB 27/151 KB 11/84 KB 24/24 KB
11/183 KB 29/151 KB 11/84 KB 24/24 KB
11/183 KB 29/151 KB 13/84 KB 24/24 KB
11/183 KB 32/151 KB 13/84 KB 24/24 KB
13/183 KB 32/151 KB 13/84 KB 24/24 KB
16/183 KB 32/151 KB 13/84 KB 24/24 KB
16/183 KB 32/151 KB 16/84 KB 24/24 KB
3/416 KB 16/183 KB 32/151 KB 16/84 KB 24/24 KB
3/416 KB 16/183 KB 32/151 KB 19/84 KB 24/24 KB
3/416 KB 19/183 KB 32/151 KB 19/84 KB 24/24 KB
6/416 KB 19/183 KB 32/151 KB 19/84 KB 24/24 KB
6/416 KB 21/183 KB 32/151 KB 19/84 KB 24/24 KB
6/416 KB 21/183 KB 36/151 KB 19/84 KB 24/24 KB
6/416 KB 21/183 KB 40/151 KB 19/84 KB 24/24 KB
6/416 KB 21/183 KB 44/151 KB 19/84 KB 24/24 KB
6/416 KB 21/183 KB 48/151 KB 19/84 KB 24/24 KB
9/416 KB 21/183 KB 48/151 KB 19/84 KB 24/24 KB
11/416 KB 21/183 KB 48/151 KB 19/84 KB 24/24 KB
11/416 KB 21/183 KB 48/151 KB 21/84 KB 24/24 KB
11/416 KB 21/183 KB 48/151 KB 24/84 KB 24/24 KB
11/416 KB 24/183 KB 48/151 KB 24/84 KB 24/24 KB
11/416 KB 24/183 KB 48/151 KB 27/84 KB 24/24 KB
14/416 KB 24/183 KB 48/151 KB 27/84 KB 24/24 KB
14/416 KB 27/183 KB 48/151 KB 27/84 KB 24/24 KB
14/416 KB 27/183 KB 48/151 KB 29/84 KB 24/24 KB
16/416 KB 27/183 KB 48/151 KB 29/84 KB 24/24 KB
16/416 KB 29/183 KB 48/151 KB 29/84 KB 24/24 KB
16/416 KB 29/183 KB 52/151 KB 29/84 KB 24/24 KB
16/416 KB 29/183 KB 56/151 KB 29/84 KB 24/24 KB
16/416 KB 29/183 KB 60/151 KB 29/84 KB 24/24 KB
16/416 KB 29/183 KB 64/151 KB 29/84 KB 24/24 KB
19/416 KB 29/183 KB 64/151 KB 29/84 KB 24/24 KB
19/416 KB 29/183 KB 64/151 KB 32/84 KB
19/416 KB 32/183 KB 64/151 KB 32/84 KB
22/416 KB 32/183 KB 64/151 KB 32/84 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 888.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
25/416 KB 32/183 KB 64/151 KB 32/84 KB
25/416 KB 32/183 KB 68/151 KB 32/84 KB
25/416 KB 32/183 KB 72/151 KB 32/84 KB
25/416 KB 32/183 KB 76/151 KB 32/84 KB
25/416 KB 32/183 KB 80/151 KB 32/84 KB
25/416 KB 32/183 KB 80/151 KB 36/84 KB
25/416 KB 32/183 KB 80/151 KB 40/84 KB
25/416 KB 32/183 KB 80/151 KB 44/84 KB
25/416 KB 32/183 KB 80/151 KB 48/84 KB
27/416 KB 32/183 KB 80/151 KB 48/84 KB
27/416 KB 36/183 KB 80/151 KB 48/84 KB
27/416 KB 40/183 KB 80/151 KB 48/84 KB
27/416 KB 44/183 KB 80/151 KB 48/84 KB
27/416 KB 48/183 KB 80/151 KB 48/84 KB
30/416 KB 48/183 KB 80/151 KB 48/84 KB
30/416 KB 48/183 KB 84/151 KB 48/84 KB
30/416 KB 48/183 KB 88/151 KB 48/84 KB
30/416 KB 48/183 KB 92/151 KB 48/84 KB
30/416 KB 48/183 KB 96/151 KB 48/84 KB
32/416 KB 48/183 KB 96/151 KB 48/84 KB
32/416 KB 48/183 KB 96/151 KB 52/84 KB
32/416 KB 48/183 KB 96/151 KB 56/84 KB
32/416 KB 48/183 KB 96/151 KB 60/84 KB
32/416 KB 48/183 KB 96/151 KB 64/84 KB
32/416 KB 52/183 KB 96/151 KB 64/84 KB
32/416 KB 56/183 KB 96/151 KB 64/84 KB
32/416 KB 60/183 KB 96/151 KB 64/84 KB
32/416 KB 64/183 KB 96/151 KB 64/84 KB
32/416 KB 64/183 KB 100/151 KB 64/84 KB
32/416 KB 64/183 KB 104/151 KB 64/84 KB
32/416 KB 64/183 KB 108/151 KB 64/84 KB
32/416 KB 64/183 KB 112/151 KB 64/84 KB
32/416 KB 64/183 KB 112/151 KB 68/84 KB
32/416 KB 64/183 KB 112/151 KB 72/84 KB
32/416 KB 64/183 KB 112/151 KB 76/84 KB
32/416 KB 64/183 KB 112/151 KB 80/84 KB
32/416 KB 64/183 KB 112/151 KB 80/84 KB 3/98 KB
32/416 KB 64/183 KB 112/151 KB 80/84 KB 5/98 KB
32/416 KB 64/183 KB 112/151 KB 80/84 KB 8/98 KB
32/416 KB 64/183 KB 112/151 KB 80/84 KB 11/98 KB
32/416 KB 64/183 KB 112/151 KB 84/84 KB 11/98 KB
32/416 KB 64/183 KB 112/151 KB 84/84 KB 11/98 KB
32/416 KB 64/183 KB 112/151 KB 84/84 KB 13/98 KB
32/416 KB 64/183 KB 112/151 KB 84/84 KB 16/98 KB
36/416 KB 64/183 KB 112/151 KB 84/84 KB 16/98 KB
40/416 KB 64/183 KB 112/151 KB 84/84 KB 16/98 KB
44/416 KB 64/183 KB 112/151 KB 84/84 KB 16/98 KB
44/416 KB 64/183 KB 116/151 KB 84/84 KB 16/98 KB
44/416 KB 64/183 KB 120/151 KB 84/84 KB 16/98 KB
48/416 KB 64/183 KB 120/151 KB 84/84 KB 16/98 KB
48/416 KB 64/183 KB 124/151 KB 84/84 KB 16/98 KB
48/416 KB 64/183 KB 128/151 KB 84/84 KB 16/98 KB
48/416 KB 64/183 KB 128/151 KB 84/84 KB 19/98 KB
48/416 KB 64/183 KB 128/151 KB 84/84 KB 21/98 KB
48/416 KB 64/183 KB 128/151 KB 84/84 KB 24/98 KB
48/416 KB 64/183 KB 128/151 KB 84/84 KB 27/98 KB
48/416 KB 64/183 KB 128/151 KB 84/84 KB 29/98 KB
48/416 KB 68/183 KB 128/151 KB 84/84 KB 29/98 KB
48/416 KB 72/183 KB 128/151 KB 84/84 KB 29/98 KB
48/416 KB 76/183 KB 128/151 KB 84/84 KB 29/98 KB
48/416 KB 80/183 KB 128/151 KB 84/84 KB 29/98 KB
48/416 KB 80/183 KB 128/151 KB 84/84 KB 32/98 KB
48/416 KB 80/183 KB 132/151 KB 84/84 KB 32/98 KB
48/416 KB 80/183 KB 136/151 KB 84/84 KB 32/98 KB
48/416 KB 80/183 KB 140/151 KB 84/84 KB 32/98 KB
48/416 KB 80/183 KB 144/151 KB 84/84 KB 32/98 KB
48/416 KB 80/183 KB 144/151 KB 84/84 KB 36/98 KB
48/416 KB 80/183 KB 144/151 KB 84/84 KB 40/98 KB
48/416 KB 80/183 KB 144/151 KB 84/84 KB 44/98 KB
48/416 KB 80/183 KB 144/151 KB 84/84 KB 48/98 KB
48/416 KB 80/183 KB 144/151 KB 84/84 KB 52/98 KB
48/416 KB 80/183 KB 144/151 KB 84/84 KB 56/98 KB
48/416 KB 80/183 KB 144/151 KB 84/84 KB 60/98 KB
48/416 KB 80/183 KB 144/151 KB 84/84 KB 64/98 KB
48/416 KB 80/183 KB 148/151 KB 84/84 KB 64/98 KB
48/416 KB 80/183 KB 151/151 KB 84/84 KB 64/98 KB
48/416 KB 84/183 KB 151/151 KB 84/84 KB 64/98 KB
52/416 KB 84/183 KB 151/151 KB 84/84 KB 64/98 KB
52/416 KB 88/183 KB 151/151 KB 84/84 KB 64/98 KB
56/416 KB 88/183 KB 151/151 KB 84/84 KB 64/98 KB
56/416 KB 92/183 KB 151/151 KB 84/84 KB 64/98 KB
60/416 KB 92/183 KB 151/151 KB 84/84 KB 64/98 KB
60/416 KB 96/183 KB 151/151 KB 84/84 KB 64/98 KB
64/416 KB 96/183 KB 151/151 KB 84/84 KB 64/98 KB
64/416 KB 100/183 KB 151/151 KB 84/84 KB 64/98 KB
64/416 KB 104/183 KB 151/151 KB 84/84 KB 64/98 KB
64/416 KB 108/183 KB 151/151 KB 84/84 KB 64/98 KB
64/416 KB 112/183 KB 151/151 KB 84/84 KB 64/98 KB
64/416 KB 112/183 KB 151/151 KB 84/84 KB 68/98 KB
64/416 KB 112/183 KB 151/151 KB 84/84 KB 72/98 KB
64/416 KB 112/183 KB 151/151 KB 84/84 KB 76/98 KB
64/416 KB 112/183 KB 151/151 KB 84/84 KB 80/98 KB
68/416 KB 112/183 KB 151/151 KB 84/84 KB 80/98 KB
72/416 KB 112/183 KB 151/151 KB 84/84 KB 80/98 KB
76/416 KB 112/183 KB 151/151 KB 84/84 KB 80/98 KB
80/416 KB 112/183 KB 151/151 KB 84/84 KB 80/98 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 1445.0 KB/sec)
80/416 KB 112/183 KB 151/151 KB 84/98 KB
80/416 KB 112/183 KB 151/151 KB 88/98 KB
80/416 KB 112/183 KB 151/151 KB 92/98 KB
80/416 KB 112/183 KB 151/151 KB 96/98 KB
80/416 KB 112/183 KB 151/151 KB 98/98 KB
80/416 KB 116/183 KB 151/151 KB 98/98 KB
80/416 KB 120/183 KB 151/151 KB 98/98 KB
80/416 KB 124/183 KB 151/151 KB 98/98 KB
80/416 KB 128/183 KB 151/151 KB 98/98 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 2432.6 KB/sec)
84/416 KB 128/183 KB 98/98 KB
84/416 KB 132/183 KB 98/98 KB
88/416 KB 132/183 KB 98/98 KB
88/416 KB 136/183 KB 98/98 KB
92/416 KB 136/183 KB 98/98 KB
92/416 KB 140/183 KB 98/98 KB
96/416 KB 140/183 KB 98/98 KB
96/416 KB 144/183 KB 98/98 KB
Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (98 KB at 1429.7 KB/sec)
96/416 KB 148/183 KB
96/416 KB 152/183 KB
96/416 KB 156/183 KB
96/416 KB 160/183 KB
100/416 KB 160/183 KB
104/416 KB 160/183 KB
108/416 KB 160/183 KB
112/416 KB 160/183 KB
112/416 KB 164/183 KB
112/416 KB 168/183 KB
112/416 KB 172/183 KB
112/416 KB 176/183 KB
112/416 KB 180/183 KB
112/416 KB 183/183 KB
116/416 KB 183/183 KB
120/416 KB 183/183 KB
124/416 KB 183/183 KB
128/416 KB 183/183 KB
132/416 KB 183/183 KB
136/416 KB 183/183 KB
140/416 KB 183/183 KB
144/416 KB 183/183 KB
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (183 KB at 2226.6 KB/sec)
148/416 KB
152/416 KB
156/416 KB
160/416 KB
164/416 KB
168/416 KB
172/416 KB
176/416 KB
180/416 KB
184/416 KB
188/416 KB
192/416 KB
196/416 KB
200/416 KB
204/416 KB
208/416 KB
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
270/416 KB
274/416 KB
278/416 KB
282/416 KB
286/416 KB
290/416 KB
294/416 KB
298/416 KB
302/416 KB
306/416 KB
310/416 KB
314/416 KB
318/416 KB
322/416 KB
326/416 KB
330/416 KB
334/416 KB
338/416 KB
342/416 KB
346/416 KB
350/416 KB
354/416 KB
358/416 KB
362/416 KB
366/416 KB
370/416 KB
374/416 KB
378/416 KB
382/416 KB
386/416 KB
390/416 KB
394/416 KB
398/416 KB
402/416 KB
406/416 KB
410/416 KB
414/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 2847.0 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-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-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: 33.633 s
[INFO] Finished at: 2020-02-16T22:03:03+00:00
[INFO] Final Memory: 47M/453M
[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 b9aef7ee154094885619e8893647f31b38ea052bde13c14c0923718aff988e79 is dead
Sun Feb 16 23:04:06 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@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 266.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 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 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 306.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/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.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/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.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
13/151 KB 3/24 KB
13/151 KB 5/24 KB
16/151 KB 5/24 KB
16/151 KB 8/24 KB
3/183 KB 16/151 KB 8/24 KB
5/183 KB 16/151 KB 8/24 KB
8/183 KB 16/151 KB 8/24 KB
11/183 KB 16/151 KB 8/24 KB
13/183 KB 16/151 KB 8/24 KB
13/183 KB 19/151 KB 8/24 KB
16/183 KB 19/151 KB 8/24 KB
16/183 KB 19/151 KB 11/24 KB
16/183 KB 21/151 KB 11/24 KB
19/183 KB 21/151 KB 11/24 KB
21/183 KB 21/151 KB 11/24 KB
21/183 KB 21/151 KB 13/24 KB
21/183 KB 24/151 KB 13/24 KB
21/183 KB 3/84 KB 24/151 KB 13/24 KB
21/183 KB 5/84 KB 24/151 KB 13/24 KB
21/183 KB 5/84 KB 24/151 KB 16/24 KB
24/183 KB 8/84 KB 24/151 KB 16/24 KB
21/183 KB 8/84 KB 24/151 KB 16/24 KB
27/183 KB 8/84 KB 24/151 KB 16/24 KB
27/183 KB 8/84 KB 24/151 KB 19/24 KB
27/183 KB 8/84 KB 27/151 KB 19/24 KB
27/183 KB 8/84 KB 29/151 KB 19/24 KB
29/183 KB 11/84 KB 29/151 KB 19/24 KB
29/183 KB 11/84 KB 29/151 KB 19/24 KB
32/183 KB 11/84 KB 29/151 KB 19/24 KB
32/183 KB 11/84 KB 29/151 KB 21/24 KB
32/183 KB 11/84 KB 32/151 KB 21/24 KB
32/183 KB 11/84 KB 32/151 KB 21/24 KB 3/416 KB
32/183 KB 11/84 KB 32/151 KB 21/24 KB 6/416 KB
32/183 KB 11/84 KB 32/151 KB 21/24 KB 9/416 KB
32/183 KB 11/84 KB 32/151 KB 21/24 KB 11/416 KB
32/183 KB 13/84 KB 32/151 KB 21/24 KB 11/416 KB
32/183 KB 13/84 KB 32/151 KB 24/24 KB 11/416 KB
32/183 KB 13/84 KB 32/151 KB 24/24 KB 14/416 KB
32/183 KB 16/84 KB 32/151 KB 24/24 KB 14/416 KB
32/183 KB 16/84 KB 32/151 KB 24/24 KB 16/416 KB
32/183 KB 16/84 KB 32/151 KB 24/24 KB 19/416 KB
32/183 KB 16/84 KB 32/151 KB 24/24 KB 22/416 KB
32/183 KB 19/84 KB 32/151 KB 24/24 KB 22/416 KB
36/183 KB 19/84 KB 32/151 KB 24/24 KB 22/416 KB
40/183 KB 19/84 KB 32/151 KB 24/24 KB 22/416 KB
44/183 KB 19/84 KB 32/151 KB 24/24 KB 22/416 KB
48/183 KB 19/84 KB 32/151 KB 24/24 KB 22/416 KB
48/183 KB 19/84 KB 36/151 KB 24/24 KB 22/416 KB
48/183 KB 19/84 KB 40/151 KB 24/24 KB 22/416 KB
48/183 KB 19/84 KB 44/151 KB 24/24 KB 22/416 KB
48/183 KB 19/84 KB 48/151 KB 24/24 KB 22/416 KB
48/183 KB 21/84 KB 48/151 KB 24/24 KB 25/416 KB
48/183 KB 19/84 KB 48/151 KB 24/24 KB 25/416 KB
48/183 KB 24/84 KB 48/151 KB 24/24 KB 25/416 KB
52/183 KB 24/84 KB 48/151 KB 24/24 KB 25/416 KB
56/183 KB 24/84 KB 48/151 KB 24/24 KB 25/416 KB
60/183 KB 24/84 KB 48/151 KB 24/24 KB 25/416 KB
64/183 KB 24/84 KB 48/151 KB 24/24 KB 25/416 KB
64/183 KB 27/84 KB 48/151 KB 24/24 KB 25/416 KB
64/183 KB 29/84 KB 48/151 KB 24/24 KB 25/416 KB
64/183 KB 29/84 KB 52/151 KB 24/24 KB 25/416 KB
64/183 KB 29/84 KB 56/151 KB 24/24 KB 25/416 KB
64/183 KB 29/84 KB 60/151 KB 24/24 KB 25/416 KB
64/183 KB 29/84 KB 64/151 KB 24/24 KB 25/416 KB
64/183 KB 32/84 KB 64/151 KB 24/24 KB 25/416 KB
64/183 KB 32/84 KB 64/151 KB 24/24 KB 27/416 KB
68/183 KB 32/84 KB 64/151 KB 24/24 KB 27/416 KB
72/183 KB 32/84 KB 64/151 KB 24/24 KB 27/416 KB
76/183 KB 32/84 KB 64/151 KB 24/24 KB 27/416 KB
80/183 KB 32/84 KB 64/151 KB 24/24 KB 27/416 KB
80/183 KB 32/84 KB 64/151 KB 24/24 KB 30/416 KB
80/183 KB 32/84 KB 64/151 KB 24/24 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 608.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
80/183 KB 32/84 KB 68/151 KB 32/416 KB
80/183 KB 32/84 KB 72/151 KB 32/416 KB
80/183 KB 32/84 KB 76/151 KB 32/416 KB
80/183 KB 32/84 KB 80/151 KB 32/416 KB
80/183 KB 32/84 KB 80/151 KB 36/416 KB
80/183 KB 32/84 KB 80/151 KB 40/416 KB
80/183 KB 32/84 KB 80/151 KB 44/416 KB
80/183 KB 32/84 KB 80/151 KB 48/416 KB
80/183 KB 36/84 KB 80/151 KB 48/416 KB
80/183 KB 40/84 KB 80/151 KB 48/416 KB
80/183 KB 44/84 KB 80/151 KB 48/416 KB
80/183 KB 48/84 KB 80/151 KB 48/416 KB
84/183 KB 48/84 KB 80/151 KB 48/416 KB
88/183 KB 48/84 KB 80/151 KB 48/416 KB
92/183 KB 48/84 KB 80/151 KB 48/416 KB
96/183 KB 48/84 KB 80/151 KB 48/416 KB
96/183 KB 48/84 KB 84/151 KB 48/416 KB
96/183 KB 48/84 KB 88/151 KB 48/416 KB
96/183 KB 48/84 KB 92/151 KB 48/416 KB
96/183 KB 48/84 KB 96/151 KB 48/416 KB
100/183 KB 48/84 KB 96/151 KB 48/416 KB
104/183 KB 48/84 KB 96/151 KB 48/416 KB
108/183 KB 48/84 KB 96/151 KB 48/416 KB
112/183 KB 48/84 KB 96/151 KB 48/416 KB
112/183 KB 52/84 KB 96/151 KB 52/416 KB
112/183 KB 52/84 KB 96/151 KB 52/416 KB
112/183 KB 52/84 KB 96/151 KB 56/416 KB
112/183 KB 56/84 KB 96/151 KB 56/416 KB
112/183 KB 56/84 KB 96/151 KB 60/416 KB
112/183 KB 60/84 KB 96/151 KB 60/416 KB
112/183 KB 60/84 KB 96/151 KB 64/416 KB
112/183 KB 64/84 KB 96/151 KB 64/416 KB
116/183 KB 64/84 KB 96/151 KB 64/416 KB
120/183 KB 64/84 KB 96/151 KB 64/416 KB
124/183 KB 64/84 KB 96/151 KB 64/416 KB
124/183 KB 64/84 KB 100/151 KB 64/416 KB
128/183 KB 64/84 KB 100/151 KB 64/416 KB
128/183 KB 64/84 KB 104/151 KB 64/416 KB
128/183 KB 64/84 KB 108/151 KB 64/416 KB
128/183 KB 64/84 KB 112/151 KB 64/416 KB
128/183 KB 64/84 KB 112/151 KB 68/416 KB
128/183 KB 64/84 KB 112/151 KB 72/416 KB
128/183 KB 64/84 KB 112/151 KB 76/416 KB
128/183 KB 64/84 KB 112/151 KB 80/416 KB
128/183 KB 64/84 KB 112/151 KB 3/98 KB 80/416 KB
128/183 KB 64/84 KB 112/151 KB 5/98 KB 80/416 KB
128/183 KB 64/84 KB 112/151 KB 8/98 KB 80/416 KB
128/183 KB 64/84 KB 112/151 KB 11/98 KB 80/416 KB
128/183 KB 64/84 KB 112/151 KB 13/98 KB 80/416 KB
128/183 KB 64/84 KB 112/151 KB 16/98 KB 80/416 KB
132/183 KB 64/84 KB 112/151 KB 16/98 KB 80/416 KB
136/183 KB 64/84 KB 112/151 KB 16/98 KB 80/416 KB
140/183 KB 64/84 KB 112/151 KB 16/98 KB 80/416 KB
144/183 KB 64/84 KB 112/151 KB 16/98 KB 80/416 KB
144/183 KB 64/84 KB 116/151 KB 16/98 KB 80/416 KB
144/183 KB 64/84 KB 120/151 KB 16/98 KB 80/416 KB
144/183 KB 64/84 KB 124/151 KB 16/98 KB 80/416 KB
144/183 KB 64/84 KB 128/151 KB 19/98 KB 80/416 KB
144/183 KB 64/84 KB 128/151 KB 19/98 KB 80/416 KB
144/183 KB 68/84 KB 128/151 KB 19/98 KB 80/416 KB
144/183 KB 72/84 KB 128/151 KB 19/98 KB 80/416 KB
144/183 KB 76/84 KB 128/151 KB 19/98 KB 80/416 KB
144/183 KB 80/84 KB 128/151 KB 19/98 KB 80/416 KB
144/183 KB 80/84 KB 128/151 KB 21/98 KB 80/416 KB
144/183 KB 80/84 KB 128/151 KB 24/98 KB 80/416 KB
144/183 KB 80/84 KB 128/151 KB 27/98 KB 80/416 KB
144/183 KB 80/84 KB 128/151 KB 27/98 KB 84/416 KB
144/183 KB 80/84 KB 128/151 KB 27/98 KB 88/416 KB
144/183 KB 80/84 KB 128/151 KB 27/98 KB 92/416 KB
144/183 KB 80/84 KB 128/151 KB 27/98 KB 96/416 KB
144/183 KB 84/84 KB 128/151 KB 27/98 KB 96/416 KB
144/183 KB 84/84 KB 128/151 KB 29/98 KB 96/416 KB
144/183 KB 84/84 KB 128/151 KB 29/98 KB 96/416 KB
144/183 KB 84/84 KB 128/151 KB 32/98 KB 96/416 KB
148/183 KB 84/84 KB 128/151 KB 32/98 KB 96/416 KB
152/183 KB 84/84 KB 128/151 KB 32/98 KB 96/416 KB
156/183 KB 84/84 KB 128/151 KB 32/98 KB 96/416 KB
160/183 KB 84/84 KB 128/151 KB 32/98 KB 96/416 KB
160/183 KB 84/84 KB 132/151 KB 32/98 KB 96/416 KB
160/183 KB 84/84 KB 136/151 KB 32/98 KB 96/416 KB
160/183 KB 84/84 KB 140/151 KB 32/98 KB 96/416 KB
160/183 KB 84/84 KB 144/151 KB 32/98 KB 96/416 KB
160/183 KB 84/84 KB 148/151 KB 32/98 KB 96/416 KB
160/183 KB 84/84 KB 151/151 KB 32/98 KB 96/416 KB
164/183 KB 84/84 KB 151/151 KB 32/98 KB 96/416 KB
168/183 KB 84/84 KB 151/151 KB 32/98 KB 96/416 KB
172/183 KB 84/84 KB 151/151 KB 32/98 KB 96/416 KB
176/183 KB 84/84 KB 151/151 KB 32/98 KB 96/416 KB
176/183 KB 84/84 KB 151/151 KB 32/98 KB 100/416 KB
176/183 KB 84/84 KB 151/151 KB 32/98 KB 104/416 KB
176/183 KB 84/84 KB 151/151 KB 32/98 KB 108/416 KB
176/183 KB 84/84 KB 151/151 KB 32/98 KB 112/416 KB
180/183 KB 84/84 KB 151/151 KB 32/98 KB 112/416 KB
183/183 KB 84/84 KB 151/151 KB 32/98 KB 112/416 KB
183/183 KB 84/84 KB 151/151 KB 36/98 KB 112/416 KB
183/183 KB 84/84 KB 151/151 KB 40/98 KB 112/416 KB
183/183 KB 84/84 KB 151/151 KB 44/98 KB 112/416 KB
183/183 KB 84/84 KB 151/151 KB 48/98 KB 112/416 KB
183/183 KB 84/84 KB 151/151 KB 48/98 KB 116/416 KB
183/183 KB 84/84 KB 151/151 KB 48/98 KB 120/416 KB
183/183 KB 84/84 KB 151/151 KB 48/98 KB 124/416 KB
183/183 KB 84/84 KB 151/151 KB 48/98 KB 128/416 KB
183/183 KB 84/84 KB 151/151 KB 52/98 KB 128/416 KB
183/183 KB 84/84 KB 151/151 KB 56/98 KB 128/416 KB
183/183 KB 84/84 KB 151/151 KB 60/98 KB 128/416 KB
183/183 KB 84/84 KB 151/151 KB 64/98 KB 128/416 KB
183/183 KB 84/84 KB 151/151 KB 64/98 KB 132/416 KB
183/183 KB 84/84 KB 151/151 KB 64/98 KB 136/416 KB
183/183 KB 84/84 KB 151/151 KB 64/98 KB 140/416 KB
183/183 KB 84/84 KB 151/151 KB 64/98 KB 144/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 1164.0 KB/sec)
183/183 KB 151/151 KB 68/98 KB 144/416 KB
183/183 KB 151/151 KB 72/98 KB 144/416 KB
183/183 KB 151/151 KB 76/98 KB 144/416 KB
183/183 KB 151/151 KB 80/98 KB 144/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 2038.1 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (183 KB at 2434.4 KB/sec)
80/98 KB 148/416 KB
80/98 KB 152/416 KB
80/98 KB 156/416 KB
80/98 KB 160/416 KB
84/98 KB 160/416 KB
88/98 KB 160/416 KB
92/98 KB 160/416 KB
96/98 KB 160/416 KB
98/98 KB 160/416 KB
98/98 KB 164/416 KB
98/98 KB 168/416 KB
98/98 KB 172/416 KB
98/98 KB 176/416 KB
98/98 KB 180/416 KB
98/98 KB 184/416 KB
98/98 KB 188/416 KB
98/98 KB 192/416 KB
98/98 KB 196/416 KB
98/98 KB 200/416 KB
98/98 KB 204/416 KB
98/98 KB 208/416 KB
Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (98 KB at 1130.5 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
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (416 KB at 3273.0 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/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-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)
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: 31.641 s
[INFO] Finished at: 2020-02-16T22:23:38+00:00
[INFO] Final Memory: 46M/565M
[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 695d00d9bb62646c5ea6558fed64904a2d853b92e6151b46060f86e32111e3ec is dead
Sun Feb 16 23:24:42 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@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 266.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 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 260.1 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
3/151 KB
5/151 KB
8/151 KB
11/151 KB
13/151 KB
16/151 KB
19/151 KB
21/151 KB
24/151 KB
27/151 KB
29/151 KB
32/151 KB
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
32/151 KB 3/183 KB
32/151 KB 5/183 KB
32/151 KB 8/183 KB
32/151 KB 11/183 KB
32/151 KB 13/183 KB
32/151 KB 16/183 KB
32/151 KB 19/183 KB
32/151 KB 21/183 KB
32/151 KB 24/183 KB
32/151 KB 27/183 KB
32/151 KB 29/183 KB
32/151 KB 32/183 KB
32/151 KB 3/84 KB 32/183 KB
32/151 KB 3/84 KB 36/183 KB
32/151 KB 3/84 KB 40/183 KB
32/151 KB 3/84 KB 44/183 KB
32/151 KB 3/84 KB 48/183 KB
32/151 KB 5/84 KB 48/183 KB
32/151 KB 8/84 KB 48/183 KB
32/151 KB 11/84 KB 48/183 KB
32/151 KB 13/84 KB 48/183 KB
32/151 KB 16/84 KB 48/183 KB
32/151 KB 19/84 KB 48/183 KB
32/151 KB 21/84 KB 48/183 KB
32/151 KB 24/84 KB 48/183 KB
32/151 KB 27/84 KB 48/183 KB
32/151 KB 29/84 KB 48/183 KB
32/151 KB 32/84 KB 48/183 KB
3/24 KB 32/151 KB 32/84 KB 48/183 KB
5/24 KB 32/151 KB 32/84 KB 48/183 KB
8/24 KB 32/151 KB 32/84 KB 48/183 KB
11/24 KB 32/151 KB 32/84 KB 48/183 KB
13/24 KB 32/151 KB 32/84 KB 48/183 KB
16/24 KB 32/151 KB 32/84 KB 48/183 KB
19/24 KB 32/151 KB 32/84 KB 48/183 KB
21/24 KB 32/151 KB 32/84 KB 48/183 KB
24/24 KB 32/151 KB 32/84 KB 48/183 KB
24/24 KB 36/151 KB 32/84 KB 48/183 KB
24/24 KB 40/151 KB 32/84 KB 48/183 KB
24/24 KB 44/151 KB 32/84 KB 48/183 KB
24/24 KB 48/151 KB 32/84 KB 48/183 KB
24/24 KB 52/151 KB 32/84 KB 48/183 KB
24/24 KB 56/151 KB 32/84 KB 48/183 KB
24/24 KB 60/151 KB 32/84 KB 48/183 KB
24/24 KB 64/151 KB 32/84 KB 48/183 KB
24/24 KB 64/151 KB 32/84 KB 48/183 KB 3/416 KB
24/24 KB 64/151 KB 32/84 KB 52/183 KB 3/416 KB
24/24 KB 64/151 KB 32/84 KB 56/183 KB 3/416 KB
24/24 KB 64/151 KB 32/84 KB 60/183 KB 3/416 KB
24/24 KB 64/151 KB 32/84 KB 64/183 KB 3/416 KB
24/24 KB 64/151 KB 32/84 KB 64/183 KB 5/416 KB
24/24 KB 64/151 KB 32/84 KB 64/183 KB 8/416 KB
24/24 KB 64/151 KB 32/84 KB 64/183 KB 11/416 KB
24/24 KB 64/151 KB 32/84 KB 64/183 KB 13/416 KB
24/24 KB 64/151 KB 32/84 KB 64/183 KB 16/416 KB
24/24 KB 64/151 KB 32/84 KB 64/183 KB 19/416 KB
24/24 KB 64/151 KB 32/84 KB 64/183 KB 21/416 KB
24/24 KB 64/151 KB 32/84 KB 64/183 KB 24/416 KB
24/24 KB 64/151 KB 32/84 KB 64/183 KB 27/416 KB
24/24 KB 64/151 KB 32/84 KB 64/183 KB 29/416 KB
24/24 KB 64/151 KB 32/84 KB 64/183 KB 32/416 KB
24/24 KB 64/151 KB 32/84 KB 68/183 KB 32/416 KB
24/24 KB 64/151 KB 32/84 KB 72/183 KB 32/416 KB
24/24 KB 64/151 KB 32/84 KB 76/183 KB 32/416 KB
24/24 KB 64/151 KB 32/84 KB 80/183 KB 32/416 KB
24/24 KB 64/151 KB 32/84 KB 84/183 KB 32/416 KB
24/24 KB 64/151 KB 32/84 KB 88/183 KB 32/416 KB
24/24 KB 64/151 KB 32/84 KB 92/183 KB 32/416 KB
24/24 KB 64/151 KB 32/84 KB 96/183 KB 32/416 KB
24/24 KB 64/151 KB 36/84 KB 96/183 KB 32/416 KB
24/24 KB 64/151 KB 40/84 KB 96/183 KB 32/416 KB
24/24 KB 64/151 KB 44/84 KB 96/183 KB 32/416 KB
24/24 KB 64/151 KB 48/84 KB 96/183 KB 32/416 KB
24/24 KB 64/151 KB 52/84 KB 96/183 KB 32/416 KB
24/24 KB 64/151 KB 56/84 KB 96/183 KB 32/416 KB
24/24 KB 64/151 KB 60/84 KB 96/183 KB 32/416 KB
24/24 KB 64/151 KB 64/84 KB 96/183 KB 32/416 KB
24/24 KB 68/151 KB 64/84 KB 96/183 KB 32/416 KB
24/24 KB 72/151 KB 64/84 KB 96/183 KB 32/416 KB
24/24 KB 76/151 KB 64/84 KB 96/183 KB 32/416 KB
24/24 KB 80/151 KB 64/84 KB 96/183 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 592.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
84/151 KB 64/84 KB 96/183 KB 32/416 KB
88/151 KB 64/84 KB 96/183 KB 32/416 KB
92/151 KB 64/84 KB 96/183 KB 32/416 KB
96/151 KB 64/84 KB 96/183 KB 32/416 KB
100/151 KB 64/84 KB 96/183 KB 32/416 KB
104/151 KB 64/84 KB 96/183 KB 32/416 KB
108/151 KB 64/84 KB 96/183 KB 32/416 KB
112/151 KB 64/84 KB 96/183 KB 32/416 KB
112/151 KB 64/84 KB 100/183 KB 32/416 KB
112/151 KB 64/84 KB 104/183 KB 32/416 KB
112/151 KB 64/84 KB 108/183 KB 32/416 KB
112/151 KB 64/84 KB 112/183 KB 32/416 KB
112/151 KB 64/84 KB 112/183 KB 36/416 KB
112/151 KB 64/84 KB 112/183 KB 40/416 KB
112/151 KB 64/84 KB 112/183 KB 44/416 KB
112/151 KB 64/84 KB 112/183 KB 48/416 KB
112/151 KB 64/84 KB 112/183 KB 52/416 KB
112/151 KB 64/84 KB 112/183 KB 56/416 KB
112/151 KB 64/84 KB 112/183 KB 60/416 KB
112/151 KB 64/84 KB 112/183 KB 64/416 KB
112/151 KB 64/84 KB 112/183 KB 68/416 KB
112/151 KB 64/84 KB 112/183 KB 72/416 KB
112/151 KB 64/84 KB 112/183 KB 76/416 KB
112/151 KB 64/84 KB 112/183 KB 80/416 KB
112/151 KB 64/84 KB 116/183 KB 80/416 KB
112/151 KB 64/84 KB 120/183 KB 80/416 KB
112/151 KB 64/84 KB 124/183 KB 80/416 KB
112/151 KB 64/84 KB 128/183 KB 80/416 KB
112/151 KB 64/84 KB 132/183 KB 80/416 KB
112/151 KB 64/84 KB 136/183 KB 80/416 KB
112/151 KB 64/84 KB 140/183 KB 80/416 KB
112/151 KB 64/84 KB 144/183 KB 80/416 KB
112/151 KB 68/84 KB 144/183 KB 80/416 KB
112/151 KB 72/84 KB 144/183 KB 80/416 KB
112/151 KB 76/84 KB 144/183 KB 80/416 KB
112/151 KB 80/84 KB 144/183 KB 80/416 KB
116/151 KB 80/84 KB 144/183 KB 80/416 KB
116/151 KB 84/84 KB 144/183 KB 80/416 KB
116/151 KB 84/84 KB 144/183 KB 80/416 KB
120/151 KB 84/84 KB 144/183 KB 80/416 KB
124/151 KB 84/84 KB 144/183 KB 80/416 KB
128/151 KB 84/84 KB 144/183 KB 80/416 KB
128/151 KB 84/84 KB 144/183 KB 80/416 KB 3/98 KB
128/151 KB 84/84 KB 144/183 KB 80/416 KB 5/98 KB
128/151 KB 84/84 KB 144/183 KB 80/416 KB 8/98 KB
128/151 KB 84/84 KB 144/183 KB 80/416 KB 11/98 KB
128/151 KB 84/84 KB 144/183 KB 80/416 KB 13/98 KB
128/151 KB 84/84 KB 144/183 KB 80/416 KB 16/98 KB
128/151 KB 84/84 KB 144/183 KB 80/416 KB 19/98 KB
128/151 KB 84/84 KB 144/183 KB 80/416 KB 21/98 KB
128/151 KB 84/84 KB 144/183 KB 80/416 KB 24/98 KB
128/151 KB 84/84 KB 144/183 KB 80/416 KB 27/98 KB
128/151 KB 84/84 KB 144/183 KB 80/416 KB 29/98 KB
128/151 KB 84/84 KB 144/183 KB 80/416 KB 32/98 KB
132/151 KB 84/84 KB 144/183 KB 80/416 KB 32/98 KB
136/151 KB 84/84 KB 144/183 KB 80/416 KB 32/98 KB
140/151 KB 84/84 KB 144/183 KB 80/416 KB 32/98 KB
144/151 KB 84/84 KB 144/183 KB 80/416 KB 32/98 KB
148/151 KB 84/84 KB 144/183 KB 80/416 KB 32/98 KB
151/151 KB 84/84 KB 144/183 KB 80/416 KB 32/98 KB
151/151 KB 84/84 KB 148/183 KB 80/416 KB 32/98 KB
151/151 KB 84/84 KB 152/183 KB 80/416 KB 32/98 KB
151/151 KB 84/84 KB 156/183 KB 80/416 KB 32/98 KB
151/151 KB 84/84 KB 160/183 KB 80/416 KB 32/98 KB
151/151 KB 84/84 KB 160/183 KB 84/416 KB 32/98 KB
151/151 KB 84/84 KB 160/183 KB 88/416 KB 32/98 KB
151/151 KB 84/84 KB 160/183 KB 92/416 KB 32/98 KB
151/151 KB 84/84 KB 160/183 KB 96/416 KB 32/98 KB
151/151 KB 84/84 KB 160/183 KB 100/416 KB 32/98 KB
151/151 KB 84/84 KB 160/183 KB 104/416 KB 32/98 KB
151/151 KB 84/84 KB 160/183 KB 108/416 KB 32/98 KB
151/151 KB 84/84 KB 160/183 KB 112/416 KB 32/98 KB
151/151 KB 84/84 KB 160/183 KB 116/416 KB 32/98 KB
151/151 KB 84/84 KB 160/183 KB 120/416 KB 32/98 KB
151/151 KB 84/84 KB 160/183 KB 124/416 KB 32/98 KB
151/151 KB 84/84 KB 160/183 KB 128/416 KB 32/98 KB
151/151 KB 84/84 KB 164/183 KB 128/416 KB 32/98 KB
151/151 KB 84/84 KB 168/183 KB 128/416 KB 32/98 KB
151/151 KB 84/84 KB 172/183 KB 128/416 KB 32/98 KB
151/151 KB 84/84 KB 176/183 KB 128/416 KB 32/98 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 1309.5 KB/sec)
151/151 KB 180/183 KB 128/416 KB 32/98 KB
151/151 KB 183/183 KB 128/416 KB 32/98 KB
151/151 KB 183/183 KB 128/416 KB 36/98 KB
151/151 KB 183/183 KB 128/416 KB 40/98 KB
151/151 KB 183/183 KB 128/416 KB 44/98 KB
151/151 KB 183/183 KB 128/416 KB 48/98 KB
151/151 KB 183/183 KB 128/416 KB 52/98 KB
151/151 KB 183/183 KB 128/416 KB 56/98 KB
151/151 KB 183/183 KB 128/416 KB 60/98 KB
151/151 KB 183/183 KB 128/416 KB 64/98 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 2218.0 KB/sec)
183/183 KB 132/416 KB 64/98 KB
183/183 KB 136/416 KB 64/98 KB
183/183 KB 140/416 KB 64/98 KB
183/183 KB 144/416 KB 64/98 KB
183/183 KB 148/416 KB 64/98 KB
183/183 KB 152/416 KB 64/98 KB
183/183 KB 156/416 KB 64/98 KB
183/183 KB 160/416 KB 64/98 KB
183/183 KB 164/416 KB 64/98 KB
183/183 KB 168/416 KB 64/98 KB
183/183 KB 172/416 KB 64/98 KB
183/183 KB 176/416 KB 64/98 KB
183/183 KB 176/416 KB 68/98 KB
183/183 KB 176/416 KB 72/98 KB
183/183 KB 176/416 KB 76/98 KB
183/183 KB 176/416 KB 80/98 KB
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (183 KB at 2501.1 KB/sec)
176/416 KB 84/98 KB
176/416 KB 88/98 KB
176/416 KB 92/98 KB
176/416 KB 96/98 KB
176/416 KB 98/98 KB
180/416 KB 98/98 KB
184/416 KB 98/98 KB
188/416 KB 98/98 KB
192/416 KB 98/98 KB
196/416 KB 98/98 KB
200/416 KB 98/98 KB
204/416 KB 98/98 KB
208/416 KB 98/98 KB
212/416 KB 98/98 KB
216/416 KB 98/98 KB
220/416 KB 98/98 KB
224/416 KB 98/98 KB
228/416 KB 98/98 KB
232/416 KB 98/98 KB
Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (98 KB at 1171.3 KB/sec)
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 3435.3 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)
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-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-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/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-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: keyring `/home/r/.gnupg/secring.gpg' created
gpg: keyring `/home/r/.gnupg/pubring.gpg' created
gpg: skipped "52FC880D": secret key not available
gpg: signing failed: secret key not available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32.263 s
[INFO] Finished at: 2020-02-17T09:18:42+00:00
[INFO] Final Memory: 43M/446M
[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 f7a66f7e70f3fafd498575093f68a260d044696a1f5a274df219a43dbae2bac7 is dead
Mon Feb 17 10:19:47 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@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 266.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 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/24 KB
5/24 KB
8/24 KB
11/24 KB
13/24 KB
16/24 KB
3/151 KB 16/24 KB
5/151 KB 16/24 KB
8/151 KB 16/24 KB
11/151 KB 16/24 KB
13/151 KB 16/24 KB
16/151 KB 16/24 KB
19/151 KB 16/24 KB
19/151 KB 19/24 KB
19/151 KB 21/24 KB
19/151 KB 24/24 KB
19/151 KB 24/24 KB 3/183 KB
19/151 KB 24/24 KB 5/183 KB
19/151 KB 24/24 KB 8/183 KB
19/151 KB 24/24 KB 11/183 KB
19/151 KB 24/24 KB 13/183 KB
19/151 KB 24/24 KB 16/183 KB
19/151 KB 24/24 KB 3/84 KB 16/183 KB
19/151 KB 24/24 KB 5/84 KB 16/183 KB
19/151 KB 24/24 KB 8/84 KB 16/183 KB
21/151 KB 24/24 KB 8/84 KB 16/183 KB
21/151 KB 24/24 KB 8/84 KB 19/183 KB
21/151 KB 24/24 KB 11/84 KB 19/183 KB
24/151 KB 24/24 KB 11/84 KB 19/183 KB
24/151 KB 24/24 KB 11/84 KB 3/416 KB 19/183 KB
24/151 KB 24/24 KB 11/84 KB 5/416 KB 19/183 KB
24/151 KB 24/24 KB 11/84 KB 8/416 KB 19/183 KB
24/151 KB 24/24 KB 11/84 KB 11/416 KB 19/183 KB
24/151 KB 24/24 KB 11/84 KB 11/416 KB 21/183 KB
24/151 KB 24/24 KB 11/84 KB 13/416 KB 21/183 KB
27/151 KB 24/24 KB 11/84 KB 13/416 KB 21/183 KB
27/151 KB 24/24 KB 13/84 KB 13/416 KB 21/183 KB
27/151 KB 24/24 KB 13/84 KB 16/416 KB 21/183 KB
27/151 KB 24/24 KB 16/84 KB 16/416 KB 21/183 KB
27/151 KB 24/24 KB 16/84 KB 16/416 KB 24/183 KB
27/151 KB 24/24 KB 16/84 KB 19/416 KB 24/183 KB
27/151 KB 24/24 KB 16/84 KB 21/416 KB 24/183 KB
27/151 KB 24/24 KB 19/84 KB 21/416 KB 24/183 KB
29/151 KB 24/24 KB 19/84 KB 21/416 KB 24/183 KB
29/151 KB 24/24 KB 19/84 KB 24/416 KB 24/183 KB
29/151 KB 24/24 KB 19/84 KB 27/416 KB 24/183 KB
32/151 KB 24/24 KB 19/84 KB 27/416 KB 24/183 KB
32/151 KB 24/24 KB 19/84 KB 27/416 KB 27/183 KB
32/151 KB 24/24 KB 19/84 KB 29/416 KB 27/183 KB
32/151 KB 24/24 KB 19/84 KB 32/416 KB 27/183 KB
32/151 KB 24/24 KB 21/84 KB 32/416 KB 27/183 KB
32/151 KB 24/24 KB 21/84 KB 32/416 KB 29/183 KB
32/151 KB 24/24 KB 24/84 KB 32/416 KB 29/183 KB
32/151 KB 24/24 KB 27/84 KB 32/416 KB 29/183 KB
32/151 KB 24/24 KB 27/84 KB 36/416 KB 29/183 KB
32/151 KB 24/24 KB 27/84 KB 40/416 KB 29/183 KB
32/151 KB 24/24 KB 27/84 KB 44/416 KB 29/183 KB
32/151 KB 24/24 KB 27/84 KB 48/416 KB 29/183 KB
32/151 KB 24/24 KB 27/84 KB 48/416 KB 32/183 KB
36/151 KB 24/24 KB 27/84 KB 48/416 KB 32/183 KB
40/151 KB 24/24 KB 27/84 KB 48/416 KB 32/183 KB
44/151 KB 24/24 KB 27/84 KB 48/416 KB 32/183 KB
48/151 KB 24/24 KB 27/84 KB 48/416 KB 32/183 KB
48/151 KB 24/24 KB 29/84 KB 48/416 KB 32/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 825.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
48/151 KB 32/84 KB 48/416 KB 32/183 KB
52/151 KB 32/84 KB 48/416 KB 32/183 KB
52/151 KB 32/84 KB 52/416 KB 32/183 KB
56/151 KB 32/84 KB 52/416 KB 32/183 KB
56/151 KB 32/84 KB 56/416 KB 32/183 KB
60/151 KB 32/84 KB 56/416 KB 32/183 KB
60/151 KB 32/84 KB 60/416 KB 32/183 KB
64/151 KB 32/84 KB 60/416 KB 32/183 KB
64/151 KB 32/84 KB 64/416 KB 32/183 KB
64/151 KB 32/84 KB 64/416 KB 36/183 KB
64/151 KB 32/84 KB 64/416 KB 40/183 KB
64/151 KB 32/84 KB 64/416 KB 44/183 KB
64/151 KB 32/84 KB 64/416 KB 48/183 KB
64/151 KB 36/84 KB 64/416 KB 48/183 KB
64/151 KB 40/84 KB 64/416 KB 48/183 KB
64/151 KB 44/84 KB 64/416 KB 48/183 KB
64/151 KB 48/84 KB 64/416 KB 48/183 KB
64/151 KB 48/84 KB 68/416 KB 48/183 KB
64/151 KB 48/84 KB 72/416 KB 48/183 KB
64/151 KB 48/84 KB 76/416 KB 48/183 KB
64/151 KB 48/84 KB 80/416 KB 48/183 KB
64/151 KB 48/84 KB 80/416 KB 52/183 KB
64/151 KB 48/84 KB 80/416 KB 56/183 KB
64/151 KB 48/84 KB 80/416 KB 60/183 KB
64/151 KB 48/84 KB 80/416 KB 64/183 KB
64/151 KB 48/84 KB 84/416 KB 64/183 KB
64/151 KB 48/84 KB 88/416 KB 64/183 KB
64/151 KB 48/84 KB 92/416 KB 64/183 KB
64/151 KB 48/84 KB 96/416 KB 64/183 KB
68/151 KB 48/84 KB 96/416 KB 64/183 KB
72/151 KB 48/84 KB 96/416 KB 64/183 KB
76/151 KB 48/84 KB 96/416 KB 64/183 KB
80/151 KB 48/84 KB 96/416 KB 64/183 KB
80/151 KB 52/84 KB 96/416 KB 64/183 KB
80/151 KB 56/84 KB 96/416 KB 64/183 KB
80/151 KB 60/84 KB 96/416 KB 64/183 KB
80/151 KB 64/84 KB 96/416 KB 64/183 KB
84/151 KB 64/84 KB 96/416 KB 64/183 KB
88/151 KB 64/84 KB 96/416 KB 64/183 KB
92/151 KB 64/84 KB 96/416 KB 64/183 KB
96/151 KB 64/84 KB 96/416 KB 64/183 KB
96/151 KB 3/98 KB 64/84 KB 96/416 KB 64/183 KB
96/151 KB 5/98 KB 64/84 KB 96/416 KB 64/183 KB
96/151 KB 8/98 KB 64/84 KB 96/416 KB 64/183 KB
96/151 KB 11/98 KB 64/84 KB 96/416 KB 64/183 KB
96/151 KB 13/98 KB 64/84 KB 96/416 KB 64/183 KB
96/151 KB 16/98 KB 64/84 KB 96/416 KB 64/183 KB
96/151 KB 16/98 KB 64/84 KB 96/416 KB 68/183 KB
96/151 KB 16/98 KB 64/84 KB 96/416 KB 72/183 KB
96/151 KB 16/98 KB 64/84 KB 96/416 KB 76/183 KB
96/151 KB 16/98 KB 64/84 KB 96/416 KB 80/183 KB
96/151 KB 19/98 KB 64/84 KB 96/416 KB 80/183 KB
96/151 KB 19/98 KB 64/84 KB 100/416 KB 80/183 KB
96/151 KB 19/98 KB 64/84 KB 104/416 KB 80/183 KB
96/151 KB 19/98 KB 64/84 KB 108/416 KB 80/183 KB
96/151 KB 19/98 KB 64/84 KB 112/416 KB 80/183 KB
96/151 KB 21/98 KB 64/84 KB 112/416 KB 80/183 KB
96/151 KB 24/98 KB 64/84 KB 112/416 KB 80/183 KB
96/151 KB 27/98 KB 64/84 KB 112/416 KB 80/183 KB
96/151 KB 29/98 KB 64/84 KB 112/416 KB 80/183 KB
96/151 KB 32/98 KB 64/84 KB 112/416 KB 80/183 KB
96/151 KB 32/98 KB 68/84 KB 112/416 KB 80/183 KB
96/151 KB 32/98 KB 72/84 KB 112/416 KB 80/183 KB
96/151 KB 32/98 KB 76/84 KB 112/416 KB 80/183 KB
96/151 KB 32/98 KB 80/84 KB 112/416 KB 80/183 KB
96/151 KB 32/98 KB 84/84 KB 112/416 KB 80/183 KB
96/151 KB 32/98 KB 84/84 KB 112/416 KB 80/183 KB
100/151 KB 32/98 KB 84/84 KB 112/416 KB 80/183 KB
104/151 KB 32/98 KB 84/84 KB 112/416 KB 80/183 KB
108/151 KB 32/98 KB 84/84 KB 112/416 KB 80/183 KB
112/151 KB 32/98 KB 84/84 KB 112/416 KB 80/183 KB
112/151 KB 32/98 KB 84/84 KB 116/416 KB 80/183 KB
112/151 KB 32/98 KB 84/84 KB 120/416 KB 80/183 KB
112/151 KB 32/98 KB 84/84 KB 124/416 KB 80/183 KB
112/151 KB 32/98 KB 84/84 KB 128/416 KB 80/183 KB
116/151 KB 32/98 KB 84/84 KB 128/416 KB 80/183 KB
120/151 KB 32/98 KB 84/84 KB 128/416 KB 80/183 KB
124/151 KB 32/98 KB 84/84 KB 128/416 KB 80/183 KB
128/151 KB 32/98 KB 84/84 KB 128/416 KB 80/183 KB
132/151 KB 32/98 KB 84/84 KB 128/416 KB 80/183 KB
136/151 KB 32/98 KB 84/84 KB 128/416 KB 80/183 KB
140/151 KB 32/98 KB 84/84 KB 128/416 KB 80/183 KB
144/151 KB 32/98 KB 84/84 KB 128/416 KB 80/183 KB
148/151 KB 32/98 KB 84/84 KB 128/416 KB 80/183 KB
151/151 KB 32/98 KB 84/84 KB 128/416 KB 80/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 1232.5 KB/sec)
151/151 KB 32/98 KB 128/416 KB 84/183 KB
151/151 KB 32/98 KB 128/416 KB 88/183 KB
151/151 KB 32/98 KB 128/416 KB 92/183 KB
151/151 KB 32/98 KB 128/416 KB 96/183 KB
151/151 KB 32/98 KB 128/416 KB 100/183 KB
151/151 KB 32/98 KB 128/416 KB 104/183 KB
151/151 KB 32/98 KB 128/416 KB 108/183 KB
151/151 KB 32/98 KB 128/416 KB 112/183 KB
151/151 KB 32/98 KB 132/416 KB 112/183 KB
151/151 KB 32/98 KB 136/416 KB 112/183 KB
151/151 KB 32/98 KB 140/416 KB 112/183 KB
151/151 KB 32/98 KB 144/416 KB 112/183 KB
151/151 KB 32/98 KB 144/416 KB 116/183 KB
151/151 KB 32/98 KB 144/416 KB 120/183 KB
151/151 KB 32/98 KB 144/416 KB 124/183 KB
151/151 KB 32/98 KB 144/416 KB 128/183 KB
151/151 KB 32/98 KB 148/416 KB 128/183 KB
151/151 KB 32/98 KB 152/416 KB 128/183 KB
151/151 KB 32/98 KB 156/416 KB 128/183 KB
151/151 KB 32/98 KB 160/416 KB 128/183 KB
151/151 KB 32/98 KB 164/416 KB 128/183 KB
151/151 KB 32/98 KB 168/416 KB 128/183 KB
151/151 KB 32/98 KB 172/416 KB 128/183 KB
151/151 KB 32/98 KB 176/416 KB 128/183 KB
151/151 KB 32/98 KB 176/416 KB 132/183 KB
151/151 KB 32/98 KB 176/416 KB 136/183 KB
151/151 KB 32/98 KB 176/416 KB 140/183 KB
151/151 KB 32/98 KB 176/416 KB 144/183 KB
151/151 KB 32/98 KB 180/416 KB 144/183 KB
151/151 KB 32/98 KB 184/416 KB 144/183 KB
151/151 KB 32/98 KB 188/416 KB 144/183 KB
151/151 KB 32/98 KB 192/416 KB 144/183 KB
151/151 KB 36/98 KB 192/416 KB 144/183 KB
151/151 KB 40/98 KB 192/416 KB 144/183 KB
151/151 KB 44/98 KB 192/416 KB 144/183 KB
151/151 KB 48/98 KB 192/416 KB 144/183 KB
151/151 KB 48/98 KB 196/416 KB 144/183 KB
151/151 KB 48/98 KB 200/416 KB 144/183 KB
151/151 KB 48/98 KB 204/416 KB 144/183 KB
151/151 KB 48/98 KB 208/416 KB 144/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 2011.0 KB/sec)
52/98 KB 208/416 KB 144/183 KB
56/98 KB 208/416 KB 144/183 KB
60/98 KB 208/416 KB 144/183 KB
64/98 KB 208/416 KB 144/183 KB
64/98 KB 212/416 KB 144/183 KB
64/98 KB 216/416 KB 144/183 KB
64/98 KB 220/416 KB 144/183 KB
68/98 KB 220/416 KB 144/183 KB
68/98 KB 224/416 KB 144/183 KB
72/98 KB 224/416 KB 144/183 KB
76/98 KB 224/416 KB 144/183 KB
80/98 KB 224/416 KB 144/183 KB
84/98 KB 224/416 KB 144/183 KB
88/98 KB 224/416 KB 144/183 KB
92/98 KB 224/416 KB 144/183 KB
96/98 KB 224/416 KB 144/183 KB
98/98 KB 224/416 KB 144/183 KB
98/98 KB 224/416 KB 148/183 KB
98/98 KB 224/416 KB 152/183 KB
98/98 KB 224/416 KB 156/183 KB
98/98 KB 224/416 KB 160/183 KB
98/98 KB 228/416 KB 160/183 KB
98/98 KB 232/416 KB 160/183 KB
98/98 KB 236/416 KB 160/183 KB
98/98 KB 240/416 KB 160/183 KB
98/98 KB 240/416 KB 164/183 KB
98/98 KB 240/416 KB 168/183 KB
98/98 KB 240/416 KB 172/183 KB
98/98 KB 240/416 KB 176/183 KB
98/98 KB 244/416 KB 176/183 KB
98/98 KB 248/416 KB 176/183 KB
98/98 KB 252/416 KB 176/183 KB
98/98 KB 256/416 KB 176/183 KB
Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (98 KB at 1143.8 KB/sec)
256/416 KB 180/183 KB
256/416 KB 183/183 KB
260/416 KB 183/183 KB
264/416 KB 183/183 KB
268/416 KB 183/183 KB
272/416 KB 183/183 KB
276/416 KB 183/183 KB
280/416 KB 183/183 KB
284/416 KB 183/183 KB
288/416 KB 183/183 KB
292/416 KB 183/183 KB
296/416 KB 183/183 KB
300/416 KB 183/183 KB
304/416 KB 183/183 KB
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (183 KB at 1901.9 KB/sec)
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 3298.9 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/apache/maven/maven-artifact/2.2.1/maven-artifact-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-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
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-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/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-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-model/2.2.1/maven-model-2.2.1.jar (0 B at 0.0 KB/sec)
gpg: keyring `/home/r/.gnupg/secring.gpg' created
gpg: keyring `/home/r/.gnupg/pubring.gpg' created
gpg: skipped "207B2E06": secret key not available
gpg: signing failed: secret key not available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.558 s
[INFO] Finished at: 2020-02-17T09:27:55+00:00
[INFO] Final Memory: 48M/413M
[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 3852209f4637dab8615fb7393db06081567e46856aecb0575c7b54f180a68d3d is dead
Mon Feb 17 10:29:00 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@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 116.2 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/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
3/151 KB 13/24 KB
5/151 KB 13/24 KB
8/151 KB 13/24 KB
11/151 KB 13/24 KB
13/151 KB 13/24 KB
16/151 KB 13/24 KB
3/84 KB 16/151 KB 13/24 KB
5/84 KB 16/151 KB 13/24 KB
8/84 KB 16/151 KB 13/24 KB
11/84 KB 16/151 KB 13/24 KB
13/84 KB 16/151 KB 13/24 KB
13/84 KB 16/151 KB 16/24 KB
13/84 KB 16/151 KB 3/183 KB 16/24 KB
13/84 KB 16/151 KB 5/183 KB 16/24 KB
13/84 KB 19/151 KB 5/183 KB 16/24 KB
13/84 KB 19/151 KB 8/183 KB 16/24 KB
13/84 KB 21/151 KB 8/183 KB 16/24 KB
16/84 KB 21/151 KB 8/183 KB 16/24 KB
16/84 KB 21/151 KB 8/183 KB 19/24 KB
16/84 KB 21/151 KB 11/183 KB 19/24 KB
16/84 KB 21/151 KB 13/183 KB 19/24 KB
16/84 KB 24/151 KB 13/183 KB 21/24 KB
16/84 KB 24/151 KB 13/183 KB 19/24 KB
16/84 KB 24/151 KB 16/183 KB 21/24 KB
19/84 KB 27/151 KB 16/183 KB 21/24 KB
19/84 KB 27/151 KB 16/183 KB 21/24 KB
19/84 KB 27/151 KB 16/183 KB 24/24 KB
21/84 KB 27/151 KB 16/183 KB 24/24 KB
21/84 KB 29/151 KB 16/183 KB 24/24 KB
21/84 KB 29/151 KB 19/183 KB 24/24 KB
21/84 KB 3/416 KB 29/151 KB 19/183 KB 24/24 KB
21/84 KB 6/416 KB 29/151 KB 19/183 KB 24/24 KB
21/84 KB 9/416 KB 29/151 KB 19/183 KB 24/24 KB
21/84 KB 11/416 KB 29/151 KB 19/183 KB 24/24 KB
21/84 KB 11/416 KB 32/151 KB 19/183 KB 24/24 KB
24/84 KB 11/416 KB 32/151 KB 19/183 KB 24/24 KB
24/84 KB 14/416 KB 32/151 KB 19/183 KB 24/24 KB
24/84 KB 16/416 KB 32/151 KB 19/183 KB 24/24 KB
24/84 KB 16/416 KB 32/151 KB 21/183 KB 24/24 KB
24/84 KB 19/416 KB 32/151 KB 21/183 KB 24/24 KB
24/84 KB 22/416 KB 32/151 KB 21/183 KB 24/24 KB
24/84 KB 22/416 KB 32/151 KB 24/183 KB 24/24 KB
27/84 KB 22/416 KB 32/151 KB 24/183 KB 24/24 KB
27/84 KB 22/416 KB 32/151 KB 27/183 KB 24/24 KB
27/84 KB 25/416 KB 32/151 KB 27/183 KB 24/24 KB
27/84 KB 27/416 KB 32/151 KB 27/183 KB 24/24 KB
27/84 KB 27/416 KB 32/151 KB 29/183 KB 24/24 KB
29/84 KB 27/416 KB 32/151 KB 29/183 KB 24/24 KB
29/84 KB 30/416 KB 32/151 KB 29/183 KB 24/24 KB
29/84 KB 32/416 KB 32/151 KB 29/183 KB 24/24 KB
29/84 KB 32/416 KB 32/151 KB 32/183 KB 24/24 KB
32/84 KB 32/416 KB 32/151 KB 32/183 KB 24/24 KB
32/84 KB 32/416 KB 36/151 KB 32/183 KB 24/24 KB
32/84 KB 32/416 KB 40/151 KB 32/183 KB 24/24 KB
32/84 KB 32/416 KB 44/151 KB 32/183 KB 24/24 KB
32/84 KB 32/416 KB 48/151 KB 32/183 KB 24/24 KB
36/84 KB 32/416 KB 48/151 KB 32/183 KB 24/24 KB
36/84 KB 32/416 KB 48/151 KB 36/183 KB 24/24 KB
36/84 KB 32/416 KB 48/151 KB 40/183 KB 24/24 KB
40/84 KB 32/416 KB 48/151 KB 40/183 KB 24/24 KB
40/84 KB 32/416 KB 48/151 KB 44/183 KB 24/24 KB
40/84 KB 32/416 KB 48/151 KB 48/183 KB 24/24 KB
44/84 KB 32/416 KB 48/151 KB 48/183 KB 24/24 KB
48/84 KB 32/416 KB 48/151 KB 48/183 KB 24/24 KB
48/84 KB 32/416 KB 52/151 KB 48/183 KB 24/24 KB
48/84 KB 32/416 KB 56/151 KB 48/183 KB 24/24 KB
48/84 KB 32/416 KB 60/151 KB 48/183 KB 24/24 KB
48/84 KB 32/416 KB 64/151 KB 48/183 KB 24/24 KB
48/84 KB 32/416 KB 64/151 KB 52/183 KB 24/24 KB
48/84 KB 36/416 KB 64/151 KB 52/183 KB 24/24 KB
48/84 KB 36/416 KB 64/151 KB 56/183 KB 24/24 KB
48/84 KB 40/416 KB 64/151 KB 56/183 KB 24/24 KB
48/84 KB 40/416 KB 64/151 KB 60/183 KB 24/24 KB
48/84 KB 44/416 KB 64/151 KB 64/183 KB 24/24 KB
48/84 KB 44/416 KB 64/151 KB 64/183 KB 24/24 KB
48/84 KB 48/416 KB 64/151 KB 64/183 KB 24/24 KB
52/84 KB 48/416 KB 64/151 KB 64/183 KB 24/24 KB
56/84 KB 48/416 KB 64/151 KB 64/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 624.4 KB/sec)
60/84 KB 48/416 KB 64/151 KB 64/183 KB
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
64/84 KB 48/416 KB 64/151 KB 64/183 KB
64/84 KB 48/416 KB 68/151 KB 64/183 KB
64/84 KB 48/416 KB 72/151 KB 64/183 KB
64/84 KB 48/416 KB 76/151 KB 64/183 KB
64/84 KB 48/416 KB 80/151 KB 64/183 KB
64/84 KB 48/416 KB 80/151 KB 68/183 KB
64/84 KB 48/416 KB 80/151 KB 72/183 KB
64/84 KB 48/416 KB 80/151 KB 76/183 KB
64/84 KB 48/416 KB 80/151 KB 80/183 KB
64/84 KB 52/416 KB 80/151 KB 80/183 KB
64/84 KB 56/416 KB 80/151 KB 80/183 KB
64/84 KB 60/416 KB 80/151 KB 80/183 KB
64/84 KB 64/416 KB 80/151 KB 80/183 KB
68/84 KB 64/416 KB 80/151 KB 80/183 KB
68/84 KB 64/416 KB 80/151 KB 84/183 KB
72/84 KB 64/416 KB 80/151 KB 84/183 KB
72/84 KB 64/416 KB 80/151 KB 88/183 KB
76/84 KB 64/416 KB 80/151 KB 88/183 KB
76/84 KB 64/416 KB 80/151 KB 92/183 KB
80/84 KB 64/416 KB 80/151 KB 92/183 KB
80/84 KB 64/416 KB 80/151 KB 96/183 KB
80/84 KB 68/416 KB 80/151 KB 96/183 KB
80/84 KB 72/416 KB 80/151 KB 96/183 KB
80/84 KB 76/416 KB 80/151 KB 96/183 KB
80/84 KB 80/416 KB 80/151 KB 96/183 KB
84/84 KB 80/416 KB 80/151 KB 96/183 KB
84/84 KB 80/416 KB 80/151 KB 96/183 KB
84/84 KB 80/416 KB 84/151 KB 96/183 KB
84/84 KB 80/416 KB 88/151 KB 96/183 KB
84/84 KB 80/416 KB 92/151 KB 96/183 KB
84/84 KB 80/416 KB 96/151 KB 96/183 KB
84/84 KB 80/416 KB 100/151 KB 96/183 KB
84/84 KB 80/416 KB 104/151 KB 96/183 KB
84/84 KB 80/416 KB 108/151 KB 96/183 KB
84/84 KB 80/416 KB 108/151 KB 100/183 KB
84/84 KB 80/416 KB 112/151 KB 100/183 KB
84/84 KB 80/416 KB 112/151 KB 104/183 KB
84/84 KB 80/416 KB 112/151 KB 108/183 KB
84/84 KB 80/416 KB 112/151 KB 112/183 KB
84/84 KB 80/416 KB 116/151 KB 112/183 KB
84/84 KB 80/416 KB 120/151 KB 112/183 KB
84/84 KB 80/416 KB 124/151 KB 112/183 KB
84/84 KB 80/416 KB 128/151 KB 112/183 KB
84/84 KB 80/416 KB 128/151 KB 116/183 KB
84/84 KB 80/416 KB 128/151 KB 120/183 KB
84/84 KB 80/416 KB 128/151 KB 124/183 KB
84/84 KB 80/416 KB 128/151 KB 128/183 KB
84/84 KB 84/416 KB 128/151 KB 128/183 KB
84/84 KB 88/416 KB 128/151 KB 128/183 KB
84/84 KB 92/416 KB 128/151 KB 128/183 KB
84/84 KB 96/416 KB 128/151 KB 128/183 KB
84/84 KB 96/416 KB 128/151 KB 128/183 KB 3/98 KB
84/84 KB 96/416 KB 128/151 KB 128/183 KB 5/98 KB
84/84 KB 96/416 KB 128/151 KB 128/183 KB 8/98 KB
84/84 KB 96/416 KB 128/151 KB 128/183 KB 11/98 KB
84/84 KB 96/416 KB 128/151 KB 132/183 KB 11/98 KB
84/84 KB 96/416 KB 128/151 KB 136/183 KB 11/98 KB
84/84 KB 96/416 KB 128/151 KB 140/183 KB 11/98 KB
84/84 KB 96/416 KB 128/151 KB 144/183 KB 11/98 KB
84/84 KB 100/416 KB 128/151 KB 144/183 KB 11/98 KB
84/84 KB 104/416 KB 128/151 KB 144/183 KB 11/98 KB
84/84 KB 108/416 KB 128/151 KB 144/183 KB 11/98 KB
84/84 KB 112/416 KB 128/151 KB 144/183 KB 11/98 KB
84/84 KB 112/416 KB 128/151 KB 144/183 KB 13/98 KB
84/84 KB 112/416 KB 128/151 KB 144/183 KB 16/98 KB
84/84 KB 112/416 KB 128/151 KB 144/183 KB 19/98 KB
84/84 KB 112/416 KB 128/151 KB 144/183 KB 21/98 KB
84/84 KB 112/416 KB 128/151 KB 144/183 KB 24/98 KB
84/84 KB 112/416 KB 128/151 KB 148/183 KB 24/98 KB
84/84 KB 112/416 KB 128/151 KB 152/183 KB 24/98 KB
84/84 KB 112/416 KB 128/151 KB 156/183 KB 24/98 KB
84/84 KB 112/416 KB 128/151 KB 160/183 KB 24/98 KB
84/84 KB 112/416 KB 132/151 KB 160/183 KB 24/98 KB
84/84 KB 112/416 KB 136/151 KB 160/183 KB 24/98 KB
84/84 KB 112/416 KB 140/151 KB 160/183 KB 24/98 KB
84/84 KB 112/416 KB 144/151 KB 160/183 KB 24/98 KB
84/84 KB 112/416 KB 144/151 KB 160/183 KB 27/98 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 1351.8 KB/sec)
112/416 KB 144/151 KB 160/183 KB 29/98 KB
116/416 KB 144/151 KB 160/183 KB 29/98 KB
120/416 KB 144/151 KB 160/183 KB 29/98 KB
124/416 KB 144/151 KB 160/183 KB 29/98 KB
124/416 KB 144/151 KB 160/183 KB 32/98 KB
128/416 KB 144/151 KB 160/183 KB 32/98 KB
128/416 KB 148/151 KB 160/183 KB 32/98 KB
128/416 KB 151/151 KB 160/183 KB 32/98 KB
128/416 KB 151/151 KB 164/183 KB 32/98 KB
128/416 KB 151/151 KB 168/183 KB 32/98 KB
128/416 KB 151/151 KB 172/183 KB 32/98 KB
128/416 KB 151/151 KB 176/183 KB 32/98 KB
128/416 KB 151/151 KB 180/183 KB 32/98 KB
128/416 KB 151/151 KB 183/183 KB 32/98 KB
132/416 KB 151/151 KB 183/183 KB 32/98 KB
136/416 KB 151/151 KB 183/183 KB 32/98 KB
140/416 KB 151/151 KB 183/183 KB 32/98 KB
144/416 KB 151/151 KB 183/183 KB 32/98 KB
144/416 KB 151/151 KB 183/183 KB 36/98 KB
144/416 KB 151/151 KB 183/183 KB 40/98 KB
144/416 KB 151/151 KB 183/183 KB 44/98 KB
144/416 KB 151/151 KB 183/183 KB 48/98 KB
148/416 KB 151/151 KB 183/183 KB 48/98 KB
152/416 KB 151/151 KB 183/183 KB 48/98 KB
156/416 KB 151/151 KB 183/183 KB 48/98 KB
160/416 KB 151/151 KB 183/183 KB 48/98 KB
160/416 KB 151/151 KB 183/183 KB 52/98 KB
160/416 KB 151/151 KB 183/183 KB 56/98 KB
160/416 KB 151/151 KB 183/183 KB 60/98 KB
164/416 KB 151/151 KB 183/183 KB 60/98 KB
164/416 KB 151/151 KB 183/183 KB 64/98 KB
168/416 KB 151/151 KB 183/183 KB 64/98 KB
172/416 KB 151/151 KB 183/183 KB 64/98 KB
176/416 KB 151/151 KB 183/183 KB 64/98 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 2094.7 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (183 KB at 2467.3 KB/sec)
180/416 KB 64/98 KB
184/416 KB 64/98 KB
188/416 KB 64/98 KB
192/416 KB 64/98 KB
192/416 KB 68/98 KB
192/416 KB 72/98 KB
192/416 KB 76/98 KB
192/416 KB 80/98 KB
196/416 KB 80/98 KB
200/416 KB 80/98 KB
204/416 KB 80/98 KB
208/416 KB 80/98 KB
208/416 KB 84/98 KB
208/416 KB 88/98 KB
208/416 KB 92/98 KB
208/416 KB 96/98 KB
208/416 KB 98/98 KB
212/416 KB 98/98 KB
216/416 KB 98/98 KB
220/416 KB 98/98 KB
224/416 KB 98/98 KB
228/416 KB 98/98 KB
232/416 KB 98/98 KB
236/416 KB 98/98 KB
240/416 KB 98/98 KB
244/416 KB 98/98 KB
248/416 KB 98/98 KB
252/416 KB 98/98 KB
256/416 KB 98/98 KB
260/416 KB 98/98 KB
264/416 KB 98/98 KB
268/416 KB 98/98 KB
269/416 KB 98/98 KB
Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (98 KB at 1092.4 KB/sec)
273/416 KB
277/416 KB
281/416 KB
285/416 KB
289/416 KB
293/416 KB
297/416 KB
301/416 KB
305/416 KB
309/416 KB
313/416 KB
317/416 KB
321/416 KB
325/416 KB
329/416 KB
333/416 KB
337/416 KB
341/416 KB
345/416 KB
349/416 KB
353/416 KB
357/416 KB
361/416 KB
365/416 KB
369/416 KB
373/416 KB
377/416 KB
381/416 KB
385/416 KB
389/416 KB
393/416 KB
397/416 KB
401/416 KB
405/416 KB
409/416 KB
413/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 3463.9 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-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-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-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: keyring `/home/r/.gnupg/secring.gpg' created
gpg: keyring `/home/r/.gnupg/pubring.gpg' created
gpg: skipped "207B2E06": secret key not available
gpg: signing failed: secret key not available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32.227 s
[INFO] Finished at: 2020-02-17T10:00:06+00:00
[INFO] Final Memory: 47M/466M
[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 fc389bdfd5ed2d0370c775519489f63b0409ced98c42e8188b5e018b1cd4bc4c is dead
Mon Feb 17 11:01:17 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@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
7/13 KB
10/13 KB
12/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 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 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/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
21/24 KB
24/24 KB
24/24 KB 3/183 KB
24/24 KB 5/183 KB
24/24 KB 8/183 KB
24/24 KB 11/183 KB
24/24 KB 13/183 KB
3/84 KB 24/24 KB 13/183 KB
5/84 KB 24/24 KB 13/183 KB
8/84 KB 24/24 KB 13/183 KB
11/84 KB 24/24 KB 13/183 KB
13/84 KB 24/24 KB 13/183 KB
13/84 KB 24/24 KB 16/183 KB
13/84 KB 24/24 KB 3/151 KB 16/183 KB
13/84 KB 24/24 KB 5/151 KB 16/183 KB
13/84 KB 24/24 KB 8/151 KB 16/183 KB
13/84 KB 24/24 KB 8/151 KB 16/183 KB 3/416 KB
13/84 KB 24/24 KB 11/151 KB 16/183 KB 3/416 KB
13/84 KB 24/24 KB 11/151 KB 16/183 KB 5/416 KB
13/84 KB 24/24 KB 13/151 KB 16/183 KB 5/416 KB
13/84 KB 24/24 KB 13/151 KB 16/183 KB 8/416 KB
13/84 KB 24/24 KB 13/151 KB 16/183 KB 11/416 KB
13/84 KB 24/24 KB 13/151 KB 16/183 KB 13/416 KB
13/84 KB 24/24 KB 13/151 KB 16/183 KB 16/416 KB
13/84 KB 24/24 KB 13/151 KB 16/183 KB 19/416 KB
13/84 KB 24/24 KB 13/151 KB 16/183 KB 21/416 KB
13/84 KB 24/24 KB 13/151 KB 16/183 KB 24/416 KB
13/84 KB 24/24 KB 13/151 KB 16/183 KB 27/416 KB
13/84 KB 24/24 KB 13/151 KB 16/183 KB 29/416 KB
13/84 KB 24/24 KB 13/151 KB 16/183 KB 32/416 KB
13/84 KB 24/24 KB 13/151 KB 19/183 KB 32/416 KB
16/84 KB 24/24 KB 13/151 KB 19/183 KB 32/416 KB
19/84 KB 24/24 KB 13/151 KB 19/183 KB 32/416 KB
19/84 KB 24/24 KB 16/151 KB 19/183 KB 32/416 KB
21/84 KB 24/24 KB 16/151 KB 19/183 KB 32/416 KB
21/84 KB 24/24 KB 16/151 KB 21/183 KB 32/416 KB
21/84 KB 24/24 KB 19/151 KB 21/183 KB 32/416 KB
24/84 KB 24/24 KB 19/151 KB 21/183 KB 32/416 KB
24/84 KB 24/24 KB 19/151 KB 24/183 KB 32/416 KB
24/84 KB 24/24 KB 21/151 KB 24/183 KB 32/416 KB
27/84 KB 24/24 KB 21/151 KB 24/183 KB 32/416 KB
27/84 KB 24/24 KB 21/151 KB 27/183 KB 32/416 KB
27/84 KB 24/24 KB 24/151 KB 27/183 KB 32/416 KB
27/84 KB 24/24 KB 24/151 KB 29/183 KB 32/416 KB
27/84 KB 24/24 KB 24/151 KB 32/183 KB 32/416 KB
29/84 KB 24/24 KB 24/151 KB 32/183 KB 32/416 KB
32/84 KB 24/24 KB 24/151 KB 32/183 KB 32/416 KB
32/84 KB 24/24 KB 27/151 KB 32/183 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 888.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
32/84 KB 29/151 KB 32/183 KB 32/416 KB
32/84 KB 32/151 KB 32/183 KB 32/416 KB
32/84 KB 32/151 KB 36/183 KB 32/416 KB
32/84 KB 32/151 KB 40/183 KB 32/416 KB
32/84 KB 32/151 KB 44/183 KB 32/416 KB
32/84 KB 32/151 KB 48/183 KB 32/416 KB
32/84 KB 32/151 KB 48/183 KB 36/416 KB
32/84 KB 32/151 KB 48/183 KB 40/416 KB
32/84 KB 32/151 KB 48/183 KB 44/416 KB
32/84 KB 32/151 KB 48/183 KB 48/416 KB
32/84 KB 32/151 KB 48/183 KB 52/416 KB
32/84 KB 32/151 KB 48/183 KB 56/416 KB
32/84 KB 32/151 KB 48/183 KB 60/416 KB
32/84 KB 32/151 KB 48/183 KB 64/416 KB
36/84 KB 32/151 KB 48/183 KB 64/416 KB
40/84 KB 32/151 KB 48/183 KB 64/416 KB
44/84 KB 32/151 KB 48/183 KB 64/416 KB
48/84 KB 32/151 KB 48/183 KB 64/416 KB
52/84 KB 32/151 KB 48/183 KB 64/416 KB
52/84 KB 36/151 KB 48/183 KB 64/416 KB
52/84 KB 36/151 KB 52/183 KB 64/416 KB
52/84 KB 40/151 KB 52/183 KB 64/416 KB
52/84 KB 44/151 KB 52/183 KB 64/416 KB
52/84 KB 44/151 KB 56/183 KB 64/416 KB
52/84 KB 48/151 KB 56/183 KB 64/416 KB
52/84 KB 48/151 KB 60/183 KB 64/416 KB
52/84 KB 48/151 KB 64/183 KB 64/416 KB
56/84 KB 48/151 KB 64/183 KB 64/416 KB
60/84 KB 48/151 KB 64/183 KB 64/416 KB
64/84 KB 48/151 KB 64/183 KB 64/416 KB
64/84 KB 48/151 KB 64/183 KB 64/416 KB 3/98 KB
64/84 KB 48/151 KB 64/183 KB 64/416 KB 5/98 KB
64/84 KB 48/151 KB 64/183 KB 64/416 KB 8/98 KB
64/84 KB 48/151 KB 64/183 KB 64/416 KB 11/98 KB
64/84 KB 48/151 KB 64/183 KB 64/416 KB 13/98 KB
64/84 KB 48/151 KB 64/183 KB 64/416 KB 16/98 KB
64/84 KB 48/151 KB 64/183 KB 64/416 KB 19/98 KB
64/84 KB 48/151 KB 64/183 KB 64/416 KB 21/98 KB
64/84 KB 48/151 KB 64/183 KB 64/416 KB 24/98 KB
64/84 KB 48/151 KB 64/183 KB 64/416 KB 27/98 KB
64/84 KB 48/151 KB 64/183 KB 64/416 KB 29/98 KB
64/84 KB 48/151 KB 64/183 KB 64/416 KB 32/98 KB
68/84 KB 48/151 KB 64/183 KB 64/416 KB 32/98 KB
72/84 KB 48/151 KB 64/183 KB 64/416 KB 32/98 KB
76/84 KB 48/151 KB 64/183 KB 64/416 KB 32/98 KB
80/84 KB 48/151 KB 64/183 KB 64/416 KB 32/98 KB
80/84 KB 48/151 KB 68/183 KB 64/416 KB 32/98 KB
80/84 KB 48/151 KB 72/183 KB 64/416 KB 32/98 KB
80/84 KB 48/151 KB 76/183 KB 64/416 KB 32/98 KB
80/84 KB 48/151 KB 80/183 KB 64/416 KB 32/98 KB
84/84 KB 48/151 KB 80/183 KB 64/416 KB 32/98 KB
84/84 KB 48/151 KB 80/183 KB 64/416 KB 32/98 KB
84/84 KB 48/151 KB 80/183 KB 68/416 KB 32/98 KB
84/84 KB 48/151 KB 80/183 KB 72/416 KB 32/98 KB
84/84 KB 48/151 KB 80/183 KB 76/416 KB 32/98 KB
84/84 KB 48/151 KB 80/183 KB 80/416 KB 32/98 KB
84/84 KB 52/151 KB 80/183 KB 80/416 KB 32/98 KB
84/84 KB 56/151 KB 80/183 KB 80/416 KB 32/98 KB
84/84 KB 60/151 KB 80/183 KB 80/416 KB 32/98 KB
84/84 KB 64/151 KB 80/183 KB 80/416 KB 32/98 KB
84/84 KB 64/151 KB 80/183 KB 84/416 KB 32/98 KB
84/84 KB 64/151 KB 80/183 KB 88/416 KB 32/98 KB
84/84 KB 64/151 KB 80/183 KB 92/416 KB 32/98 KB
84/84 KB 64/151 KB 80/183 KB 96/416 KB 32/98 KB
84/84 KB 64/151 KB 84/183 KB 96/416 KB 32/98 KB
84/84 KB 64/151 KB 88/183 KB 96/416 KB 32/98 KB
84/84 KB 64/151 KB 92/183 KB 96/416 KB 32/98 KB
84/84 KB 64/151 KB 96/183 KB 96/416 KB 32/98 KB
84/84 KB 68/151 KB 96/183 KB 96/416 KB 32/98 KB
84/84 KB 72/151 KB 96/183 KB 96/416 KB 32/98 KB
84/84 KB 76/151 KB 96/183 KB 96/416 KB 32/98 KB
84/84 KB 80/151 KB 96/183 KB 96/416 KB 32/98 KB
84/84 KB 80/151 KB 100/183 KB 96/416 KB 32/98 KB
84/84 KB 80/151 KB 104/183 KB 96/416 KB 32/98 KB
84/84 KB 80/151 KB 108/183 KB 96/416 KB 32/98 KB
84/84 KB 80/151 KB 112/183 KB 96/416 KB 32/98 KB
84/84 KB 80/151 KB 112/183 KB 96/416 KB 36/98 KB
84/84 KB 80/151 KB 112/183 KB 96/416 KB 40/98 KB
84/84 KB 80/151 KB 112/183 KB 96/416 KB 44/98 KB
84/84 KB 80/151 KB 112/183 KB 96/416 KB 48/98 KB
84/84 KB 80/151 KB 112/183 KB 96/416 KB 52/98 KB
84/84 KB 80/151 KB 112/183 KB 96/416 KB 56/98 KB
84/84 KB 80/151 KB 112/183 KB 96/416 KB 60/98 KB
84/84 KB 80/151 KB 112/183 KB 96/416 KB 64/98 KB
84/84 KB 80/151 KB 112/183 KB 100/416 KB 64/98 KB
84/84 KB 80/151 KB 112/183 KB 104/416 KB 64/98 KB
84/84 KB 80/151 KB 112/183 KB 108/416 KB 64/98 KB
84/84 KB 80/151 KB 112/183 KB 112/416 KB 64/98 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 1445.0 KB/sec)
80/151 KB 112/183 KB 116/416 KB 64/98 KB
80/151 KB 112/183 KB 120/416 KB 64/98 KB
80/151 KB 112/183 KB 124/416 KB 64/98 KB
80/151 KB 112/183 KB 128/416 KB 64/98 KB
80/151 KB 116/183 KB 128/416 KB 64/98 KB
80/151 KB 120/183 KB 128/416 KB 64/98 KB
80/151 KB 124/183 KB 128/416 KB 64/98 KB
80/151 KB 128/183 KB 128/416 KB 64/98 KB
84/151 KB 128/183 KB 128/416 KB 64/98 KB
88/151 KB 128/183 KB 128/416 KB 64/98 KB
92/151 KB 128/183 KB 128/416 KB 64/98 KB
96/151 KB 128/183 KB 128/416 KB 64/98 KB
96/151 KB 128/183 KB 128/416 KB 68/98 KB
96/151 KB 128/183 KB 128/416 KB 72/98 KB
96/151 KB 128/183 KB 128/416 KB 76/98 KB
96/151 KB 128/183 KB 128/416 KB 80/98 KB
96/151 KB 132/183 KB 128/416 KB 80/98 KB
96/151 KB 136/183 KB 128/416 KB 80/98 KB
96/151 KB 140/183 KB 128/416 KB 80/98 KB
96/151 KB 144/183 KB 128/416 KB 80/98 KB
100/151 KB 144/183 KB 128/416 KB 80/98 KB
104/151 KB 144/183 KB 128/416 KB 80/98 KB
108/151 KB 144/183 KB 128/416 KB 80/98 KB
112/151 KB 144/183 KB 128/416 KB 80/98 KB
112/151 KB 144/183 KB 128/416 KB 84/98 KB
112/151 KB 144/183 KB 128/416 KB 88/98 KB
112/151 KB 144/183 KB 128/416 KB 92/98 KB
112/151 KB 144/183 KB 128/416 KB 96/98 KB
112/151 KB 144/183 KB 128/416 KB 98/98 KB
112/151 KB 144/183 KB 132/416 KB 98/98 KB
112/151 KB 144/183 KB 136/416 KB 98/98 KB
112/151 KB 144/183 KB 140/416 KB 98/98 KB
112/151 KB 144/183 KB 144/416 KB 98/98 KB
112/151 KB 148/183 KB 144/416 KB 98/98 KB
112/151 KB 148/183 KB 148/416 KB 98/98 KB
112/151 KB 152/183 KB 148/416 KB 98/98 KB
112/151 KB 156/183 KB 148/416 KB 98/98 KB
112/151 KB 156/183 KB 152/416 KB 98/98 KB
112/151 KB 160/183 KB 152/416 KB 98/98 KB
112/151 KB 160/183 KB 156/416 KB 98/98 KB
112/151 KB 160/183 KB 160/416 KB 98/98 KB
112/151 KB 160/183 KB 164/416 KB 98/98 KB
112/151 KB 160/183 KB 168/416 KB 98/98 KB
112/151 KB 160/183 KB 172/416 KB 98/98 KB
112/151 KB 160/183 KB 176/416 KB 98/98 KB
116/151 KB 160/183 KB 176/416 KB 98/98 KB
120/151 KB 160/183 KB 176/416 KB 98/98 KB
124/151 KB 160/183 KB 176/416 KB 98/98 KB
128/151 KB 160/183 KB 176/416 KB 98/98 KB
128/151 KB 164/183 KB 176/416 KB 98/98 KB
128/151 KB 168/183 KB 176/416 KB 98/98 KB
128/151 KB 172/183 KB 176/416 KB 98/98 KB
128/151 KB 176/183 KB 176/416 KB 98/98 KB
128/151 KB 180/183 KB 176/416 KB 98/98 KB
128/151 KB 183/183 KB 176/416 KB 98/98 KB
132/151 KB 183/183 KB 176/416 KB 98/98 KB
136/151 KB 183/183 KB 176/416 KB 98/98 KB
140/151 KB 183/183 KB 176/416 KB 98/98 KB
144/151 KB 183/183 KB 176/416 KB 98/98 KB
144/151 KB 183/183 KB 180/416 KB 98/98 KB
144/151 KB 183/183 KB 184/416 KB 98/98 KB
144/151 KB 183/183 KB 188/416 KB 98/98 KB
144/151 KB 183/183 KB 192/416 KB 98/98 KB
Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (98 KB at 1296.3 KB/sec)
148/151 KB 183/183 KB 192/416 KB
151/151 KB 183/183 KB 192/416 KB
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
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (183 KB at 2199.8 KB/sec)
151/151 KB 228/416 KB
151/151 KB 232/416 KB
151/151 KB 236/416 KB
151/151 KB 240/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 1733.6 KB/sec)
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 3173.0 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-settings/2.2.1/maven-settings-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-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-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)
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: keyring `/home/r/.gnupg/secring.gpg' created
gpg: keyring `/home/r/.gnupg/pubring.gpg' created
gpg: skipped "207B2E06": secret key not available
gpg: signing failed: secret key not available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 37.930 s
[INFO] Finished at: 2020-02-17T10:28:26+00:00
[INFO] Final Memory: 48M/481M
[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 566d698056ebe2c6ac0e809088c153ca387e3243f295095d2fc968ff7fa4dc01 is dead
Mon Feb 17 11:29:27 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@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 266.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 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 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 325.1 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
21/24 KB
24/24 KB
24/24 KB 3/183 KB
24/24 KB 5/183 KB
24/24 KB 8/183 KB
24/24 KB 11/183 KB
24/24 KB 13/183 KB
24/24 KB 16/183 KB
24/24 KB 19/183 KB
24/24 KB 21/183 KB
24/24 KB 24/183 KB
24/24 KB 27/183 KB
24/24 KB 29/183 KB
24/24 KB 32/183 KB
24/24 KB 3/84 KB 32/183 KB
24/24 KB 5/84 KB 32/183 KB
24/24 KB 8/84 KB 32/183 KB
24/24 KB 11/84 KB 32/183 KB
24/24 KB 13/84 KB 32/183 KB
24/24 KB 16/84 KB 32/183 KB
24/24 KB 19/84 KB 32/183 KB
24/24 KB 21/84 KB 32/183 KB
24/24 KB 24/84 KB 32/183 KB
3/151 KB 24/24 KB 24/84 KB 32/183 KB
5/151 KB 24/24 KB 24/84 KB 32/183 KB
8/151 KB 24/24 KB 24/84 KB 32/183 KB
8/151 KB 24/24 KB 27/84 KB 32/183 KB
8/151 KB 24/24 KB 29/84 KB 32/183 KB
8/151 KB 24/24 KB 29/84 KB 3/416 KB 32/183 KB
8/151 KB 24/24 KB 29/84 KB 5/416 KB 32/183 KB
8/151 KB 24/24 KB 29/84 KB 8/416 KB 32/183 KB
8/151 KB 24/24 KB 29/84 KB 11/416 KB 32/183 KB
8/151 KB 24/24 KB 29/84 KB 13/416 KB 32/183 KB
8/151 KB 24/24 KB 29/84 KB 16/416 KB 32/183 KB
8/151 KB 24/24 KB 29/84 KB 19/416 KB 32/183 KB
8/151 KB 24/24 KB 29/84 KB 21/416 KB 32/183 KB
8/151 KB 24/24 KB 29/84 KB 24/416 KB 32/183 KB
8/151 KB 24/24 KB 29/84 KB 27/416 KB 32/183 KB
8/151 KB 24/24 KB 29/84 KB 29/416 KB 32/183 KB
8/151 KB 24/24 KB 29/84 KB 32/416 KB 32/183 KB
8/151 KB 24/24 KB 32/84 KB 32/416 KB 32/183 KB
11/151 KB 24/24 KB 32/84 KB 32/416 KB 32/183 KB
13/151 KB 24/24 KB 32/84 KB 32/416 KB 32/183 KB
16/151 KB 24/24 KB 32/84 KB 32/416 KB 32/183 KB
19/151 KB 32/84 KB 32/416 KB 32/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 855.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
19/151 KB 32/84 KB 32/416 KB 36/183 KB
19/151 KB 32/84 KB 32/416 KB 40/183 KB
19/151 KB 32/84 KB 32/416 KB 44/183 KB
19/151 KB 32/84 KB 32/416 KB 48/183 KB
19/151 KB 36/84 KB 32/416 KB 48/183 KB
19/151 KB 40/84 KB 32/416 KB 48/183 KB
19/151 KB 44/84 KB 32/416 KB 48/183 KB
19/151 KB 48/84 KB 32/416 KB 48/183 KB
21/151 KB 48/84 KB 32/416 KB 48/183 KB
21/151 KB 48/84 KB 32/416 KB 52/183 KB
21/151 KB 48/84 KB 32/416 KB 56/183 KB
21/151 KB 48/84 KB 32/416 KB 60/183 KB
21/151 KB 48/84 KB 32/416 KB 64/183 KB
24/151 KB 48/84 KB 32/416 KB 64/183 KB
24/151 KB 52/84 KB 32/416 KB 64/183 KB
24/151 KB 56/84 KB 32/416 KB 64/183 KB
24/151 KB 60/84 KB 32/416 KB 64/183 KB
24/151 KB 64/84 KB 32/416 KB 64/183 KB
27/151 KB 64/84 KB 32/416 KB 64/183 KB
29/151 KB 64/84 KB 32/416 KB 64/183 KB
29/151 KB 64/84 KB 36/416 KB 64/183 KB
29/151 KB 64/84 KB 40/416 KB 64/183 KB
29/151 KB 64/84 KB 44/416 KB 64/183 KB
29/151 KB 64/84 KB 48/416 KB 64/183 KB
32/151 KB 64/84 KB 48/416 KB 64/183 KB
32/151 KB 64/84 KB 52/416 KB 64/183 KB
32/151 KB 64/84 KB 56/416 KB 64/183 KB
32/151 KB 64/84 KB 60/416 KB 64/183 KB
32/151 KB 64/84 KB 64/416 KB 64/183 KB
32/151 KB 68/84 KB 64/416 KB 64/183 KB
32/151 KB 72/84 KB 64/416 KB 64/183 KB
32/151 KB 76/84 KB 64/416 KB 64/183 KB
32/151 KB 80/84 KB 64/416 KB 64/183 KB
32/151 KB 84/84 KB 64/416 KB 64/183 KB
32/151 KB 84/84 KB 64/416 KB 64/183 KB
32/151 KB 84/84 KB 68/416 KB 64/183 KB
32/151 KB 84/84 KB 72/416 KB 64/183 KB
32/151 KB 84/84 KB 76/416 KB 64/183 KB
32/151 KB 84/84 KB 80/416 KB 64/183 KB
32/151 KB 84/84 KB 84/416 KB 64/183 KB
32/151 KB 84/84 KB 88/416 KB 64/183 KB
32/151 KB 84/84 KB 92/416 KB 64/183 KB
32/151 KB 84/84 KB 96/416 KB 64/183 KB
36/151 KB 84/84 KB 96/416 KB 64/183 KB
40/151 KB 84/84 KB 96/416 KB 64/183 KB
44/151 KB 84/84 KB 96/416 KB 64/183 KB
48/151 KB 84/84 KB 96/416 KB 64/183 KB
48/151 KB 84/84 KB 96/416 KB 68/183 KB
48/151 KB 84/84 KB 96/416 KB 72/183 KB
48/151 KB 84/84 KB 96/416 KB 76/183 KB
48/151 KB 84/84 KB 96/416 KB 80/183 KB
48/151 KB 3/98 KB 84/84 KB 96/416 KB 80/183 KB
48/151 KB 5/98 KB 84/84 KB 96/416 KB 80/183 KB
48/151 KB 8/98 KB 84/84 KB 96/416 KB 80/183 KB
48/151 KB 11/98 KB 84/84 KB 96/416 KB 80/183 KB
48/151 KB 13/98 KB 84/84 KB 96/416 KB 80/183 KB
48/151 KB 16/98 KB 84/84 KB 96/416 KB 80/183 KB
48/151 KB 19/98 KB 84/84 KB 96/416 KB 80/183 KB
48/151 KB 21/98 KB 84/84 KB 96/416 KB 80/183 KB
48/151 KB 24/98 KB 84/84 KB 96/416 KB 80/183 KB
48/151 KB 27/98 KB 84/84 KB 96/416 KB 80/183 KB
48/151 KB 29/98 KB 84/84 KB 96/416 KB 80/183 KB
48/151 KB 32/98 KB 84/84 KB 96/416 KB 80/183 KB
48/151 KB 32/98 KB 84/84 KB 96/416 KB 84/183 KB
48/151 KB 32/98 KB 84/84 KB 96/416 KB 88/183 KB
48/151 KB 32/98 KB 84/84 KB 96/416 KB 92/183 KB
48/151 KB 32/98 KB 84/84 KB 96/416 KB 96/183 KB
48/151 KB 32/98 KB 84/84 KB 96/416 KB 100/183 KB
48/151 KB 32/98 KB 84/84 KB 96/416 KB 104/183 KB
48/151 KB 32/98 KB 84/84 KB 96/416 KB 108/183 KB
48/151 KB 32/98 KB 84/84 KB 96/416 KB 112/183 KB
48/151 KB 32/98 KB 84/84 KB 100/416 KB 112/183 KB
48/151 KB 32/98 KB 84/84 KB 104/416 KB 112/183 KB
48/151 KB 32/98 KB 84/84 KB 108/416 KB 112/183 KB
48/151 KB 32/98 KB 84/84 KB 112/416 KB 112/183 KB
52/151 KB 32/98 KB 84/84 KB 112/416 KB 112/183 KB
56/151 KB 32/98 KB 84/84 KB 112/416 KB 112/183 KB
60/151 KB 32/98 KB 84/84 KB 112/416 KB 112/183 KB
64/151 KB 32/98 KB 84/84 KB 112/416 KB 112/183 KB
64/151 KB 32/98 KB 84/84 KB 116/416 KB 112/183 KB
64/151 KB 32/98 KB 84/84 KB 120/416 KB 112/183 KB
64/151 KB 32/98 KB 84/84 KB 124/416 KB 112/183 KB
64/151 KB 32/98 KB 84/84 KB 128/416 KB 112/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 1611.7 KB/sec)
68/151 KB 32/98 KB 128/416 KB 112/183 KB
72/151 KB 32/98 KB 128/416 KB 112/183 KB
76/151 KB 32/98 KB 128/416 KB 112/183 KB
80/151 KB 32/98 KB 128/416 KB 112/183 KB
80/151 KB 32/98 KB 128/416 KB 116/183 KB
80/151 KB 32/98 KB 128/416 KB 120/183 KB
84/151 KB 32/98 KB 128/416 KB 120/183 KB
84/151 KB 32/98 KB 128/416 KB 124/183 KB
88/151 KB 32/98 KB 128/416 KB 124/183 KB
88/151 KB 32/98 KB 128/416 KB 128/183 KB
92/151 KB 32/98 KB 128/416 KB 128/183 KB
96/151 KB 32/98 KB 128/416 KB 128/183 KB
96/151 KB 36/98 KB 128/416 KB 128/183 KB
96/151 KB 40/98 KB 128/416 KB 128/183 KB
96/151 KB 44/98 KB 128/416 KB 128/183 KB
96/151 KB 44/98 KB 128/416 KB 132/183 KB
96/151 KB 48/98 KB 128/416 KB 132/183 KB
96/151 KB 48/98 KB 128/416 KB 136/183 KB
96/151 KB 48/98 KB 128/416 KB 140/183 KB
96/151 KB 48/98 KB 128/416 KB 144/183 KB
96/151 KB 52/98 KB 128/416 KB 144/183 KB
96/151 KB 56/98 KB 128/416 KB 144/183 KB
96/151 KB 60/98 KB 128/416 KB 144/183 KB
96/151 KB 64/98 KB 128/416 KB 144/183 KB
96/151 KB 68/98 KB 128/416 KB 144/183 KB
96/151 KB 72/98 KB 128/416 KB 144/183 KB
96/151 KB 76/98 KB 128/416 KB 144/183 KB
96/151 KB 80/98 KB 128/416 KB 144/183 KB
96/151 KB 80/98 KB 128/416 KB 148/183 KB
96/151 KB 80/98 KB 128/416 KB 152/183 KB
96/151 KB 80/98 KB 128/416 KB 156/183 KB
96/151 KB 80/98 KB 128/416 KB 160/183 KB
100/151 KB 80/98 KB 128/416 KB 160/183 KB
100/151 KB 80/98 KB 132/416 KB 160/183 KB
104/151 KB 80/98 KB 132/416 KB 160/183 KB
104/151 KB 80/98 KB 136/416 KB 160/183 KB
108/151 KB 80/98 KB 136/416 KB 160/183 KB
108/151 KB 80/98 KB 140/416 KB 160/183 KB
112/151 KB 80/98 KB 140/416 KB 160/183 KB
112/151 KB 80/98 KB 144/416 KB 160/183 KB
112/151 KB 80/98 KB 148/416 KB 160/183 KB
112/151 KB 80/98 KB 152/416 KB 160/183 KB
112/151 KB 80/98 KB 156/416 KB 160/183 KB
112/151 KB 80/98 KB 160/416 KB 160/183 KB
112/151 KB 80/98 KB 164/416 KB 160/183 KB
112/151 KB 80/98 KB 168/416 KB 160/183 KB
112/151 KB 80/98 KB 172/416 KB 160/183 KB
112/151 KB 80/98 KB 176/416 KB 160/183 KB
112/151 KB 80/98 KB 180/416 KB 160/183 KB
112/151 KB 80/98 KB 184/416 KB 160/183 KB
112/151 KB 80/98 KB 188/416 KB 160/183 KB
112/151 KB 80/98 KB 192/416 KB 160/183 KB
112/151 KB 80/98 KB 196/416 KB 160/183 KB
112/151 KB 80/98 KB 200/416 KB 160/183 KB
112/151 KB 80/98 KB 204/416 KB 160/183 KB
112/151 KB 80/98 KB 208/416 KB 160/183 KB
112/151 KB 80/98 KB 208/416 KB 164/183 KB
112/151 KB 80/98 KB 208/416 KB 168/183 KB
112/151 KB 80/98 KB 208/416 KB 172/183 KB
112/151 KB 80/98 KB 208/416 KB 176/183 KB
116/151 KB 80/98 KB 208/416 KB 176/183 KB
120/151 KB 80/98 KB 208/416 KB 176/183 KB
120/151 KB 84/98 KB 208/416 KB 176/183 KB
124/151 KB 84/98 KB 208/416 KB 176/183 KB
124/151 KB 88/98 KB 208/416 KB 176/183 KB
128/151 KB 88/98 KB 208/416 KB 176/183 KB
128/151 KB 92/98 KB 208/416 KB 176/183 KB
128/151 KB 96/98 KB 208/416 KB 176/183 KB
128/151 KB 98/98 KB 208/416 KB 176/183 KB
128/151 KB 98/98 KB 208/416 KB 180/183 KB
128/151 KB 98/98 KB 208/416 KB 183/183 KB
128/151 KB 98/98 KB 212/416 KB 183/183 KB
128/151 KB 98/98 KB 216/416 KB 183/183 KB
128/151 KB 98/98 KB 220/416 KB 183/183 KB
128/151 KB 98/98 KB 224/416 KB 183/183 KB
132/151 KB 98/98 KB 224/416 KB 183/183 KB
136/151 KB 98/98 KB 224/416 KB 183/183 KB
140/151 KB 98/98 KB 224/416 KB 183/183 KB
144/151 KB 98/98 KB 224/416 KB 183/183 KB
144/151 KB 98/98 KB 228/416 KB 183/183 KB
144/151 KB 98/98 KB 232/416 KB 183/183 KB
144/151 KB 98/98 KB 236/416 KB 183/183 KB
144/151 KB 98/98 KB 240/416 KB 183/183 KB
148/151 KB 98/98 KB 240/416 KB 183/183 KB
151/151 KB 98/98 KB 240/416 KB 183/183 KB
151/151 KB 98/98 KB 244/416 KB 183/183 KB
151/151 KB 98/98 KB 248/416 KB 183/183 KB
151/151 KB 98/98 KB 252/416 KB 183/183 KB
151/151 KB 98/98 KB 256/416 KB 183/183 KB
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (183 KB at 2148.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (98 KB at 1130.5 KB/sec)
151/151 KB 260/416 KB
151/151 KB 264/416 KB
151/151 KB 268/416 KB
151/151 KB 272/416 KB
151/151 KB 276/416 KB
280/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 1675.8 KB/sec)
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 3247.4 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/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.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/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-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-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/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-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-model/2.2.1/maven-model-2.2.1.jar (0 B at 0.0 KB/sec)
gpg: keyring `/home/r/.gnupg/secring.gpg' created
gpg: keyring `/home/r/.gnupg/pubring.gpg' created
gpg: skipped "8CB48177": secret key not available
gpg: signing failed: secret key not available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32.366 s
[INFO] Finished at: 2020-02-17T13:19:52+00:00
[INFO] Final Memory: 49M/481M
[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 c50aa28bb75366e08a7a9dd0f2c06a6a43bb1cbf943e666267ec05c5e518028b is dead
Mon Feb 17 14:21:01 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@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 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 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
3/151 KB 11/24 KB
5/151 KB 11/24 KB
8/151 KB 11/24 KB
11/151 KB 11/24 KB
13/151 KB 11/24 KB
16/151 KB 11/24 KB
16/151 KB 13/24 KB
19/151 KB 13/24 KB
19/151 KB 16/24 KB
19/151 KB 3/183 KB 16/24 KB
19/151 KB 3/183 KB 19/24 KB
19/151 KB 6/183 KB 19/24 KB
21/151 KB 6/183 KB 19/24 KB
21/151 KB 6/183 KB 19/24 KB 3/84 KB
21/151 KB 6/183 KB 19/24 KB 5/84 KB
21/151 KB 9/183 KB 19/24 KB 5/84 KB
21/151 KB 9/183 KB 21/24 KB 5/84 KB
24/151 KB 9/183 KB 21/24 KB 5/84 KB
24/151 KB 9/183 KB 21/24 KB 8/84 KB
24/151 KB 9/183 KB 24/24 KB 8/84 KB
27/151 KB 11/183 KB 24/24 KB 8/84 KB
24/151 KB 11/183 KB 24/24 KB 8/84 KB
27/151 KB 11/183 KB 24/24 KB 11/84 KB
27/151 KB 14/183 KB 24/24 KB 11/84 KB
29/151 KB 14/183 KB 24/24 KB 11/84 KB
29/151 KB 16/183 KB 24/24 KB 11/84 KB
32/151 KB 16/183 KB 24/24 KB 11/84 KB
32/151 KB 19/183 KB 24/24 KB 11/84 KB
32/151 KB 19/183 KB 24/24 KB 13/84 KB
32/151 KB 19/183 KB 24/24 KB 16/84 KB
32/151 KB 22/183 KB 24/24 KB 16/84 KB
32/151 KB 22/183 KB 24/24 KB 19/84 KB
32/151 KB 25/183 KB 24/24 KB 19/84 KB
32/151 KB 25/183 KB 24/24 KB 3/416 KB 19/84 KB
32/151 KB 25/183 KB 24/24 KB 5/416 KB 19/84 KB
32/151 KB 27/183 KB 24/24 KB 5/416 KB 19/84 KB
32/151 KB 27/183 KB 24/24 KB 5/416 KB 21/84 KB
32/151 KB 30/183 KB 24/24 KB 8/416 KB 21/84 KB
32/151 KB 30/183 KB 24/24 KB 8/416 KB 21/84 KB
36/151 KB 30/183 KB 24/24 KB 8/416 KB 21/84 KB
40/151 KB 30/183 KB 24/24 KB 8/416 KB 21/84 KB
44/151 KB 30/183 KB 24/24 KB 8/416 KB 21/84 KB
48/151 KB 30/183 KB 24/24 KB 8/416 KB 21/84 KB
48/151 KB 30/183 KB 24/24 KB 8/416 KB 24/84 KB
48/151 KB 30/183 KB 24/24 KB 11/416 KB 24/84 KB
48/151 KB 32/183 KB 24/24 KB 11/416 KB 24/84 KB
48/151 KB 32/183 KB 24/24 KB 11/416 KB 27/84 KB
48/151 KB 32/183 KB 24/24 KB 13/416 KB 27/84 KB
48/151 KB 32/183 KB 24/24 KB 16/416 KB 27/84 KB
48/151 KB 32/183 KB 24/24 KB 16/416 KB 29/84 KB
48/151 KB 32/183 KB 24/24 KB 19/416 KB 32/84 KB
48/151 KB 32/183 KB 24/24 KB 19/416 KB 32/84 KB
48/151 KB 36/183 KB 24/24 KB 19/416 KB 32/84 KB
48/151 KB 40/183 KB 24/24 KB 19/416 KB 32/84 KB
48/151 KB 44/183 KB 24/24 KB 19/416 KB 32/84 KB
52/151 KB 44/183 KB 24/24 KB 19/416 KB 32/84 KB
52/151 KB 48/183 KB 24/24 KB 19/416 KB 32/84 KB
56/151 KB 48/183 KB 24/24 KB 19/416 KB 32/84 KB
60/151 KB 48/183 KB 24/24 KB 19/416 KB 32/84 KB
64/151 KB 48/183 KB 24/24 KB 19/416 KB 32/84 KB
64/151 KB 48/183 KB 24/24 KB 21/416 KB 32/84 KB
64/151 KB 48/183 KB 24/24 KB 24/416 KB 32/84 KB
64/151 KB 48/183 KB 24/24 KB 27/416 KB 32/84 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 722.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
64/151 KB 52/183 KB 27/416 KB 32/84 KB
64/151 KB 56/183 KB 27/416 KB 32/84 KB
64/151 KB 60/183 KB 27/416 KB 32/84 KB
64/151 KB 64/183 KB 27/416 KB 32/84 KB
68/151 KB 64/183 KB 27/416 KB 32/84 KB
72/151 KB 64/183 KB 27/416 KB 32/84 KB
76/151 KB 64/183 KB 27/416 KB 32/84 KB
80/151 KB 64/183 KB 27/416 KB 32/84 KB
80/151 KB 64/183 KB 29/416 KB 32/84 KB
80/151 KB 64/183 KB 29/416 KB 36/84 KB
80/151 KB 64/183 KB 29/416 KB 40/84 KB
80/151 KB 64/183 KB 29/416 KB 44/84 KB
80/151 KB 64/183 KB 29/416 KB 48/84 KB
80/151 KB 64/183 KB 32/416 KB 48/84 KB
80/151 KB 68/183 KB 32/416 KB 48/84 KB
80/151 KB 72/183 KB 32/416 KB 48/84 KB
80/151 KB 76/183 KB 32/416 KB 48/84 KB
80/151 KB 80/183 KB 32/416 KB 48/84 KB
80/151 KB 80/183 KB 36/416 KB 48/84 KB
84/151 KB 80/183 KB 36/416 KB 48/84 KB
84/151 KB 80/183 KB 40/416 KB 48/84 KB
88/151 KB 80/183 KB 40/416 KB 48/84 KB
88/151 KB 80/183 KB 44/416 KB 48/84 KB
92/151 KB 80/183 KB 44/416 KB 48/84 KB
92/151 KB 80/183 KB 48/416 KB 48/84 KB
96/151 KB 80/183 KB 48/416 KB 48/84 KB
96/151 KB 80/183 KB 48/416 KB 52/84 KB
96/151 KB 80/183 KB 48/416 KB 56/84 KB
96/151 KB 80/183 KB 48/416 KB 60/84 KB
96/151 KB 80/183 KB 48/416 KB 64/84 KB
96/151 KB 84/183 KB 48/416 KB 64/84 KB
96/151 KB 88/183 KB 48/416 KB 64/84 KB
96/151 KB 92/183 KB 48/416 KB 64/84 KB
96/151 KB 96/183 KB 48/416 KB 64/84 KB
96/151 KB 96/183 KB 52/416 KB 64/84 KB
96/151 KB 96/183 KB 56/416 KB 64/84 KB
96/151 KB 96/183 KB 60/416 KB 64/84 KB
96/151 KB 96/183 KB 64/416 KB 64/84 KB
100/151 KB 96/183 KB 64/416 KB 64/84 KB
104/151 KB 96/183 KB 64/416 KB 64/84 KB
108/151 KB 96/183 KB 64/416 KB 64/84 KB
112/151 KB 96/183 KB 64/416 KB 64/84 KB
112/151 KB 100/183 KB 64/416 KB 64/84 KB
112/151 KB 104/183 KB 64/416 KB 64/84 KB
112/151 KB 108/183 KB 64/416 KB 64/84 KB
112/151 KB 112/183 KB 64/416 KB 64/84 KB
112/151 KB 112/183 KB 64/416 KB 68/84 KB
112/151 KB 112/183 KB 64/416 KB 72/84 KB
112/151 KB 112/183 KB 64/416 KB 76/84 KB
112/151 KB 112/183 KB 64/416 KB 80/84 KB
112/151 KB 112/183 KB 2/98 KB 64/416 KB 80/84 KB
112/151 KB 112/183 KB 5/98 KB 64/416 KB 80/84 KB
112/151 KB 112/183 KB 7/98 KB 64/416 KB 80/84 KB
112/151 KB 112/183 KB 10/98 KB 64/416 KB 80/84 KB
112/151 KB 112/183 KB 13/98 KB 64/416 KB 80/84 KB
112/151 KB 112/183 KB 16/98 KB 64/416 KB 80/84 KB
112/151 KB 112/183 KB 16/98 KB 64/416 KB 84/84 KB
112/151 KB 112/183 KB 16/98 KB 64/416 KB 84/84 KB
112/151 KB 112/183 KB 18/98 KB 64/416 KB 84/84 KB
112/151 KB 112/183 KB 21/98 KB 64/416 KB 84/84 KB
112/151 KB 112/183 KB 23/98 KB 64/416 KB 84/84 KB
116/151 KB 112/183 KB 23/98 KB 64/416 KB 84/84 KB
120/151 KB 112/183 KB 23/98 KB 64/416 KB 84/84 KB
124/151 KB 112/183 KB 23/98 KB 64/416 KB 84/84 KB
128/151 KB 112/183 KB 23/98 KB 64/416 KB 84/84 KB
128/151 KB 112/183 KB 26/98 KB 64/416 KB 84/84 KB
128/151 KB 116/183 KB 26/98 KB 64/416 KB 84/84 KB
128/151 KB 120/183 KB 26/98 KB 64/416 KB 84/84 KB
128/151 KB 124/183 KB 26/98 KB 64/416 KB 84/84 KB
128/151 KB 128/183 KB 26/98 KB 64/416 KB 84/84 KB
128/151 KB 128/183 KB 26/98 KB 68/416 KB 84/84 KB
128/151 KB 128/183 KB 26/98 KB 72/416 KB 84/84 KB
128/151 KB 128/183 KB 26/98 KB 76/416 KB 84/84 KB
128/151 KB 128/183 KB 29/98 KB 76/416 KB 84/84 KB
128/151 KB 128/183 KB 29/98 KB 80/416 KB 84/84 KB
128/151 KB 128/183 KB 32/98 KB 80/416 KB 84/84 KB
128/151 KB 128/183 KB 34/98 KB 80/416 KB 84/84 KB
128/151 KB 132/183 KB 34/98 KB 80/416 KB 84/84 KB
128/151 KB 136/183 KB 34/98 KB 80/416 KB 84/84 KB
128/151 KB 140/183 KB 34/98 KB 80/416 KB 84/84 KB
128/151 KB 140/183 KB 34/98 KB 84/416 KB 84/84 KB
128/151 KB 144/183 KB 34/98 KB 84/416 KB 84/84 KB
128/151 KB 144/183 KB 34/98 KB 88/416 KB 84/84 KB
128/151 KB 144/183 KB 34/98 KB 92/416 KB 84/84 KB
128/151 KB 144/183 KB 34/98 KB 96/416 KB 84/84 KB
132/151 KB 144/183 KB 34/98 KB 96/416 KB 84/84 KB
136/151 KB 144/183 KB 34/98 KB 96/416 KB 84/84 KB
140/151 KB 144/183 KB 34/98 KB 96/416 KB 84/84 KB
144/151 KB 144/183 KB 34/98 KB 96/416 KB 84/84 KB
148/151 KB 144/183 KB 34/98 KB 96/416 KB 84/84 KB
151/151 KB 144/183 KB 34/98 KB 96/416 KB 84/84 KB
151/151 KB 148/183 KB 34/98 KB 96/416 KB 84/84 KB
151/151 KB 152/183 KB 34/98 KB 96/416 KB 84/84 KB
151/151 KB 156/183 KB 34/98 KB 96/416 KB 84/84 KB
151/151 KB 160/183 KB 34/98 KB 96/416 KB 84/84 KB
151/151 KB 160/183 KB 34/98 KB 100/416 KB 84/84 KB
151/151 KB 160/183 KB 34/98 KB 104/416 KB 84/84 KB
151/151 KB 160/183 KB 34/98 KB 108/416 KB 84/84 KB
151/151 KB 160/183 KB 34/98 KB 112/416 KB 84/84 KB
151/151 KB 160/183 KB 38/98 KB 112/416 KB 84/84 KB
151/151 KB 160/183 KB 42/98 KB 112/416 KB 84/84 KB
151/151 KB 160/183 KB 46/98 KB 112/416 KB 84/84 KB
151/151 KB 160/183 KB 50/98 KB 112/416 KB 84/84 KB
151/151 KB 164/183 KB 50/98 KB 112/416 KB 84/84 KB
151/151 KB 168/183 KB 50/98 KB 112/416 KB 84/84 KB
151/151 KB 172/183 KB 50/98 KB 112/416 KB 84/84 KB
151/151 KB 176/183 KB 50/98 KB 112/416 KB 84/84 KB
151/151 KB 180/183 KB 50/98 KB 112/416 KB 84/84 KB
151/151 KB 183/183 KB 50/98 KB 112/416 KB 84/84 KB
151/151 KB 183/183 KB 54/98 KB 112/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 1250.9 KB/sec)
151/151 KB 183/183 KB 58/98 KB 112/416 KB
151/151 KB 183/183 KB 62/98 KB 112/416 KB
151/151 KB 183/183 KB 66/98 KB 112/416 KB
151/151 KB 183/183 KB 66/98 KB 116/416 KB
151/151 KB 183/183 KB 66/98 KB 120/416 KB
151/151 KB 183/183 KB 66/98 KB 124/416 KB
151/151 KB 183/183 KB 66/98 KB 128/416 KB
151/151 KB 183/183 KB 70/98 KB 128/416 KB
151/151 KB 183/183 KB 74/98 KB 128/416 KB
151/151 KB 183/183 KB 78/98 KB 128/416 KB
151/151 KB 183/183 KB 82/98 KB 128/416 KB
151/151 KB 183/183 KB 82/98 KB 132/416 KB
151/151 KB 183/183 KB 82/98 KB 136/416 KB
151/151 KB 183/183 KB 82/98 KB 140/416 KB
151/151 KB 183/183 KB 82/98 KB 144/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 2094.7 KB/sec)
183/183 KB 86/98 KB 144/416 KB
183/183 KB 86/98 KB 148/416 KB
183/183 KB 90/98 KB 148/416 KB
183/183 KB 90/98 KB 152/416 KB
183/183 KB 94/98 KB 152/416 KB
183/183 KB 94/98 KB 156/416 KB
183/183 KB 98/98 KB 156/416 KB
183/183 KB 98/98 KB 160/416 KB
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (183 KB at 2434.4 KB/sec)
98/98 KB 164/416 KB
98/98 KB 168/416 KB
98/98 KB 172/416 KB
98/98 KB 176/416 KB
98/98 KB 180/416 KB
98/98 KB 184/416 KB
98/98 KB 188/416 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 1185.6 KB/sec)
196/416 KB
200/416 KB
204/416 KB
208/416 KB
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 3247.4 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)
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)
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-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: keyring `/home/r/.gnupg/secring.gpg' created
gpg: keyring `/home/r/.gnupg/pubring.gpg' created
gpg: skipped "8CB48177": secret key not available
gpg: signing failed: secret key not available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35.297 s
[INFO] Finished at: 2020-02-17T13:35:25+00:00
[INFO] Final Memory: 48M/477M
[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 af2e5018deeb8fd822742d44da4d3612fbbb4b48a215aff2dd7da9639e311081 is dead
Mon Feb 17 14:36:29 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@rultor release, tag=
1.0.18
@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 2min)
load average is 4.88, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image
+ docker pull yegor256/rultor-image
Using default tag: latest
latest: Pulling from yegor256/rultor-image
Digest: sha256:19d2c90ba1171da6ef54d03d612fae3db81b5b29f52984a05900d6e58f91099a
Status: Image is up to date for yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sardesco_driver-binary-downloader-maven-plugin_92\s*$'
+ ls -al .
total 720
drwx------ 3 rultor rultor 4096 Feb 17 15:01 .
drwxrwxrwt 12 root root 684032 Feb 17 15:01 ..
-rwxrwxr-x 1 rultor rultor 338 Feb 17 15:01 entry.sh
-rw-rw-r-- 1 rultor rultor 6 Feb 17 15:01 pid
-rw-rw-r-- 1 rultor rultor 1213 Feb 17 15:01 pubring.gpg
drwxrwxr-x 5 rultor rultor 4096 Feb 17 15:01 repo
-rwxrwxr-x 1 rultor rultor 6812 Feb 17 15:01 run.sh
-rw-rw-r-- 1 rultor rultor 569 Feb 17 15:01 script.sh
-rw-rw-r-- 1 rultor rultor 2607 Feb 17 15:01 secring.gpg
-rw-rw-r-- 1 rultor rultor 551 Feb 17 15:01 settings.xml
-rw-rw-r-- 1 rultor rultor 7336 Feb 17 15:01 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-CZWn:/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/.gnupg'\'' '\'';'\'' '\''cp ../pubring.gpg /home/r/.gnupg/pubringring.gpg'\'' '\'';'\'' '\''cp ../secring.gpg /home/r/.gnupg/secring.gpg'\'' '\'';'\'' '\''chmod -R 600 /home/r/.gnupg'\'' '\'';'\'' '\''mvn -Prelease versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''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-CZWn/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --entrypoint=/main/entry.sh --name=ardesco_driver-binary-downloader-maven-plugin_92 yegor256/rultor-image /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/.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/.gnupg
mkdir: cannot create directory '/home/r/.gnupg': File exists
container 17c85ce78db919de252cb3d5944d4407e78a98e201739803a31a33944e01d88e is dead
Mon Feb 17 15:03:35 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@rultor release, tag=
1.0.18
@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 2min)
+ docker ps --filter=status=exited
+ grep --quiet '\sardesco_driver-binary-downloader-maven-plugin_92\s*$'
+ ls -al .
total 720
drwx------ 3 rultor rultor 4096 Feb 17 15:11 .
drwxrwxrwt 12 root root 684032 Feb 17 15:11 ..
-rwxrwxr-x 1 rultor rultor 338 Feb 17 15:11 entry.sh
-rw-rw-r-- 1 rultor rultor 6 Feb 17 15:11 pid
-rw-rw-r-- 1 rultor rultor 1213 Feb 17 15:11 pubring.gpg
drwxrwxr-x 5 rultor rultor 4096 Feb 17 15:11 repo
-rwxrwxr-x 1 rultor rultor 6746 Feb 17 15:11 run.sh
-rw-rw-r-- 1 rultor rultor 546 Feb 17 15:11 script.sh
-rw-rw-r-- 1 rultor rultor 2607 Feb 17 15:11 secring.gpg
-rw-rw-r-- 1 rultor rultor 551 Feb 17 15:11 settings.xml
-rw-rw-r-- 1 rultor rultor 7243 Feb 17 15:11 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-6gP4:/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'\''\'\'''\'''\'' '\'';'\'' '\''cp ../pubring.gpg /home/r/.gnupg/pubringring.gpg'\'' '\'';'\'' '\''cp ../secring.gpg /home/r/.gnupg/secring.gpg'\'' '\'';'\'' '\''chmod -R 600 /home/r/.gnupg'\'' '\'';'\'' '\''mvn -Prelease versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''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-6gP4/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --entrypoint=/main/entry.sh --name=ardesco_driver-binary-downloader-maven-plugin_92 yegor256/rultor-image /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/.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
+ cp ../pubring.gpg /home/r/.gnupg/pubringring.gpg
+ cp ../secring.gpg /home/r/.gnupg/secring.gpg
+ chmod -R 600 /home/r/.gnupg
chmod: cannot access '/home/r/.gnupg/private-keys-v1.d': Permission denied
chmod: cannot access '/home/r/.gnupg/secring.gpg': Permission denied
chmod: cannot access '/home/r/.gnupg/gpg.conf': Permission denied
chmod: cannot access '/home/r/.gnupg/pubring.kbx': Permission denied
chmod: cannot access '/home/r/.gnupg/pubring.kbx~': Permission denied
chmod: cannot access '/home/r/.gnupg/dirmngr.conf': Permission denied
chmod: cannot access '/home/r/.gnupg/pubringring.gpg': Permission denied
chmod: cannot access '/home/r/.gnupg/crls.d': Permission denied
chmod: cannot access '/home/r/.gnupg/trustdb.gpg': Permission denied
container 11b72bec3b29429997d1d20cdfa4f994ac5fe3b53fdc2784fb02ec2b45550288 is dead
Mon Feb 17 15:13:27 CET 2020
@rultor release, tag=1.0.18
@rultor release, tag=
1.0.18
@ardesco OK, I will release it now. Please check the progress here
@rultor release, tag=
1.0.18
@ardesco @stuporhero Oops, I failed. You can see the full log here (spent 4min)
[INFO] * Upload of locally staged artifacts finished.
[INFO] * Closing staging repository with ID "comlazerycode-1069".
Waiting for operation to complete...
......
[ERROR] Rule failure while trying to close staging repository with ID "comlazerycode-1069".
[ERROR]
[ERROR] Nexus Staging Rules Failure Report
[ERROR] ==================================
[ERROR]
[ERROR] Repository "comlazerycode-1069" failures
[ERROR] Rule "signature-staging" failures
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://pool.sks-keyservers.net:11371/>http://pool.sks-keyservers.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://keyserver.ubuntu.com:11371/>http://keyserver.ubuntu.com:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://keys.gnupg.net:11371/>http://keys.gnupg.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://keys.openpgp.org:11371/>http://keys.openpgp.org:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=https://keys.openpgp.org/>https://keys.openpgp.org/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://pool.sks-keyservers.net:11371/>http://pool.sks-keyservers.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://keyserver.ubuntu.com:11371/>http://keyserver.ubuntu.com:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://keys.gnupg.net:11371/>http://keys.gnupg.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://keys.openpgp.org:11371/>http://keys.openpgp.org:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=https://keys.openpgp.org/>https://keys.openpgp.org/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://pool.sks-keyservers.net:11371/>http://pool.sks-keyservers.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://keyserver.ubuntu.com:11371/>http://keyserver.ubuntu.com:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://keys.gnupg.net:11371/>http://keys.gnupg.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://keys.openpgp.org:11371/>http://keys.openpgp.org:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=https://keys.openpgp.org/>https://keys.openpgp.org/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://pool.sks-keyservers.net:11371/>http://pool.sks-keyservers.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://keyserver.ubuntu.com:11371/>http://keyserver.ubuntu.com:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://keys.gnupg.net:11371/>http://keys.gnupg.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=http://keys.openpgp.org:11371/>http://keys.openpgp.org:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (1a19a66c8cb48177) was not able to be located on <a href=https://keys.openpgp.org/>https://keys.openpgp.org/</a>. Upload your public key and try the operation again.
[ERROR]
[ERROR]
[ERROR] Cleaning up local stage directory after a Rule failure during close of staging repositories: [comlazerycode-1069]
[ERROR] * Deleting context 1340b2255190ef.properties
[ERROR] Cleaning up remote stage repositories after a Rule failure during close of staging repositories: [comlazerycode-1069]
[ERROR] * Dropping failed staging repository with ID "comlazerycode-1069" (Rule failure during close of staging repositories: [comlazerycode-1069]).
Waiting for operation to complete...
....
[ERROR] Remote staging finished with a failure: Staging rules failure!
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:58 min
[INFO] Finished at: 2020-02-17T14:30:02+00:00
[INFO] Final Memory: 48M/451M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) on project driver-binary-downloader-maven-plugin: Remote staging failed: Staging rules failure! -> [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 bf77d4ad6683fb6600a114ac36877f594dbf22d32115055f47f259224b020ac2 is dead
Mon Feb 17 15:30:22 CET 2020
@rultor release, tag=1.0.18
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.