Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.1.6.RELEASE #30

Closed
jonashackt opened this issue Jun 21, 2019 · 20 comments
Closed

2.1.6.RELEASE #30

jonashackt opened this issue Jun 21, 2019 · 20 comments

Comments

@jonashackt
Copy link
Member

jonashackt commented Jun 21, 2019

@rultor release, tag is 2.1.6.RELEASE

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 2.1.6.RELEASE

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

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 2.1.6.RELEASE

@jonashackt Oops, I failed. You can see the full log here (spent 20s)

++ pwd
+ gpg --verbose --keyring=/tmp/rultor-vG8p/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-vG8p/.gpg/secring.gpg --decrypt repo/settings.xml.asc
gpg: armor header: Version: GnuPG v1
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <[email protected]>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.ZWLeh1cV'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:codecentric/cxf-spring-boot-starter-maven-plugin settings.xml.enc
gpg: armor header: Version: GnuPG v1
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: original file name='settings.xml'
+ rm -rf settings.xml.enc
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-vG8p/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-vG8p/.gpg/secring.gpg --decrypt repo/pubring.gpg.asc
gpg: armor header: Version: GnuPG v1
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <[email protected]>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.Vy3Uxj2X'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:codecentric/cxf-spring-boot-starter-maven-plugin pubring.gpg.enc
gpg: armor header: Version: GnuPG v1
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: original file name='pubring.gpg'
+ rm -rf pubring.gpg.enc
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-vG8p/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-vG8p/.gpg/secring.gpg --decrypt repo/secring.gpg.asc
gpg: armor header: Version: GnuPG v1
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <[email protected]>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.geF3YSkh'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:codecentric/cxf-spring-boot-starter-maven-plugin secring.gpg.enc
gpg: armor header: Version: GnuPG v1
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: original file name='secring.gpg'
+ rm -rf secring.gpg.enc
+ rm -rf .gpg
+ '[' -z ' #2.1.6.RELEASE' ']'
+ [[  #2.1.6.RELEASE =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name contains invalid characters: " #2.1.6.RELEASE"'
tag name contains invalid characters: " #2.1.6.RELEASE"
+ exit -1
'cid' file is absent, container wasn't started correctly

@jonashackt
Copy link
Member Author

@rultor release, tag is 2.1.6.RELEASE

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 2.1.6.RELEASE

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

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 2.1.6.RELEASE

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

	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)


Results :

Tests in error: 
  plugin_output_should_look_good_in_log(de.codecentric.cxf.CxfSpringBootStarterMavenPluginIntegrationTest): Exit code was non-zero: 1; command line and log = (..)

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] cxf-spring-boot-starter-maven-plugin-reactor ....... SUCCESS [ 11.934 s]
[INFO] cxf-spring-boot-starter-maven-plugin ............... SUCCESS [ 20.396 s]
[INFO] cxf-spring-boot-starter-maven-plugin-integrationtest FAILURE [  2.375 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44.203 s
[INFO] Finished at: 2019-06-21T08:29:46+00:00
[INFO] Final Memory: 53M/1072M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project cxf-spring-boot-starter-maven-plugin-integrationtest: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/r/repo/cxf-spring-boot-starter-maven-plugin-integrationtest/target/surefire-reports for the individual test results.
[ERROR] -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cxf-spring-boot-starter-maven-plugin-integrationtest
container 989bd6d144683970e442d516e137882240ab30ae33ddf9d4d45ddf23384b7986 is dead
Fri Jun 21 10:30:12 CEST 2019

@jonashackt
Copy link
Member Author

@rultor release, tag is 2.1.6.RELEASE

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 2.1.6.RELEASE

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

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 2.1.6.RELEASE

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

+ cd ..
+ '[' -n '' ']'
+ use_image=maven:3-jdk-12
+ docker pull maven:3-jdk-12
3-jdk-12: Pulling from library/maven
35defbf6c365: Pulling fs layer
5362bf1d5ff8: Pulling fs layer
7753f6dc3499: Pulling fs layer
51639cf1fc52: Pulling fs layer
157249f9db37: Pulling fs layer
5ef02f21b539: Pulling fs layer
51639cf1fc52: Waiting
157249f9db37: Waiting
5ef02f21b539: Waiting
5362bf1d5ff8: Verifying Checksum
5362bf1d5ff8: Download complete
51639cf1fc52: Verifying Checksum
51639cf1fc52: Download complete
157249f9db37: Verifying Checksum
157249f9db37: Download complete
5ef02f21b539: Download complete
35defbf6c365: Verifying Checksum
35defbf6c365: Download complete
35defbf6c365: Pull complete
5362bf1d5ff8: Pull complete
7753f6dc3499: Verifying Checksum
7753f6dc3499: Download complete
7753f6dc3499: Pull complete
51639cf1fc52: Pull complete
157249f9db37: Pull complete
5ef02f21b539: Pull complete
Digest: sha256:0899f4d1fddbd36f0250b26e97882725e4a3ec20e35dcb96a37d679fac1b404b
Status: Downloaded newer image for maven:3-jdk-12
+ docker ps --filter=status=exited
+ grep --quiet '\scodecentric_cxf-spring-boot-starter-maven-plugin_30\s*$'
+ ls -al .
total 724
drwx--x--x  3 rultor rultor   4096 Jun 21 10:45 .
drwxrwxrwt 15 root   root   684032 Jun 21 10:46 ..
-rw-rw-r--  1 rultor rultor    444 Jun 21 10:45 end.sh
-rwxrwxr-x  1 rultor rultor    338 Jun 21 10:44 entry.sh
-rw-rw-r--  1 rultor rultor      6 Jun 21 10:44 pid
-rw-rw-r--  1 rultor rultor   2436 Jun 21 10:45 pubring.gpg
drwxrwxr-x  5 rultor rultor   4096 Jun 21 10:44 repo
-rwxrwxr-x  1 rultor rultor   6529 Jun 21 10:44 run.sh
-rw-rw-r--  1 rultor rultor    469 Jun 21 10:44 script.sh
-rw-rw-r--  1 rultor rultor   2628 Jun 21 10:45 secring.gpg
-rw-rw-r--  1 rultor rultor    832 Jun 21 10:45 settings.xml
-rw-rw-r--  1 rultor rultor   7948 Jun 21 10:46 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-f06l:/main [email protected]:codecentric/cxf-spring-boot-starter-maven-plugin.git --env=tag=2.1.6.RELEASE '--env=scripts=( '\''export '\''\'\'''\''[email protected]:codecentric/cxf-spring-boot-starter-maven-plugin.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=2.1.6.RELEASE'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=jonashackt'\''\'\'''\'''\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean deploy -P central-deploy --settings /home/r/settings.xml -P cxf-spring-boot-starter-maven-plugin'\'' '\'';'\'' )' --env=head_branch=master --env=author=jonashackt --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-f06l/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=codecentric_cxf-spring-boot-starter-maven-plugin_30 maven:3-jdk-12 /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
useradd: group 'sudo' does not exist
container 9bb7bb9b48fd849bf7fd4d0fcf24db562de1500877d52e1f757a5a5cc6565a53 is dead
Fri Jun 21 10:46:57 CEST 2019

@jonashackt
Copy link
Member Author

@rultor release, tag is 2.1.6.RELEASE

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 2.1.6.RELEASE

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

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 2.1.6.RELEASE

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

	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)


Results :

Tests in error: 
  plugin_output_should_look_good_in_log(de.codecentric.cxf.CxfSpringBootStarterMavenPluginIntegrationTest): Exit code was non-zero: 1; command line and log = (..)

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] cxf-spring-boot-starter-maven-plugin-reactor ....... SUCCESS [  8.597 s]
[INFO] cxf-spring-boot-starter-maven-plugin ............... SUCCESS [ 17.508 s]
[INFO] cxf-spring-boot-starter-maven-plugin-integrationtest FAILURE [  2.380 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 37.989 s
[INFO] Finished at: 2019-06-21T08:52:19+00:00
[INFO] Final Memory: 53M/1017M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project cxf-spring-boot-starter-maven-plugin-integrationtest: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/r/repo/cxf-spring-boot-starter-maven-plugin-integrationtest/target/surefire-reports for the individual test results.
[ERROR] -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cxf-spring-boot-starter-maven-plugin-integrationtest
container 21f8b4b45385774d8d483f52580368c1c10850b926b11d134c9f6c02c351fe78 is dead
Fri Jun 21 10:52:57 CEST 2019

@jonashackt
Copy link
Member Author

@rultor release, tag is 2.1.6.RELEASE

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 2.1.6.RELEASE

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

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 2.1.6.RELEASE

@jonashackt Done! FYI, the full log is here (took me 3min)

@jonashackt
Copy link
Member Author

@rultor release, tag is 2.1.6.RELEASE

@rultor
Copy link
Collaborator

rultor commented Jun 24, 2019

@rultor release, tag is 2.1.6.RELEASE

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

@rultor
Copy link
Collaborator

rultor commented Jun 24, 2019

@rultor release, tag is 2.1.6.RELEASE

@jonashackt Oops, I failed. You can see the full log here (spent 20s)

gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <[email protected]>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.ZWLeh1cV'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:codecentric/cxf-spring-boot-starter-maven-plugin settings.xml.enc
gpg: armor header: Version: GnuPG v1
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: original file name='settings.xml'
+ rm -rf settings.xml.enc
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-BuKs/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-BuKs/.gpg/secring.gpg --decrypt repo/pubring.gpg.asc
gpg: armor header: Version: GnuPG v1
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <[email protected]>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.Vy3Uxj2X'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:codecentric/cxf-spring-boot-starter-maven-plugin pubring.gpg.enc
gpg: armor header: Version: GnuPG v1
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: original file name='pubring.gpg'
+ rm -rf pubring.gpg.enc
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-BuKs/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-BuKs/.gpg/secring.gpg --decrypt repo/secring.gpg.asc
gpg: armor header: Version: GnuPG v1
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <[email protected]>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.geF3YSkh'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:codecentric/cxf-spring-boot-starter-maven-plugin secring.gpg.enc
gpg: armor header: Version: GnuPG v1
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: original file name='secring.gpg'
+ rm -rf secring.gpg.enc
+ rm -rf .gpg
+ '[' -z 2.1.6.RELEASE ']'
+ [[ 2.1.6.RELEASE =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "2.1.6.RELEASE"'
tag name is valid: "2.1.6.RELEASE"
+ cd repo
++ git tag -l 2.1.6.RELEASE
+ '[' 2.1.6.RELEASE ']'
+ echo 'Tag 2.1.6.RELEASE already exists!'
Tag 2.1.6.RELEASE already exists!
+ exit -1
'cid' file is absent, container wasn't started correctly

@jonashackt
Copy link
Member Author

@rultor release, tag is 2.1.6.RELEASE

@jonashackt jonashackt reopened this Jun 24, 2019
@rultor
Copy link
Collaborator

rultor commented Jun 24, 2019

@rultor release, tag is 2.1.6.RELEASE

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

@rultor
Copy link
Collaborator

rultor commented Jun 24, 2019

@rultor release, tag is 2.1.6.RELEASE

@jonashackt Oops, I failed. You can see the full log here (spent 20s)

gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <[email protected]>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.ZWLeh1cV'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:codecentric/cxf-spring-boot-starter-maven-plugin settings.xml.enc
gpg: armor header: Version: GnuPG v1
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: original file name='settings.xml'
+ rm -rf settings.xml.enc
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-fGYa/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-fGYa/.gpg/secring.gpg --decrypt repo/pubring.gpg.asc
gpg: armor header: Version: GnuPG v1
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <[email protected]>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.Vy3Uxj2X'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:codecentric/cxf-spring-boot-starter-maven-plugin pubring.gpg.enc
gpg: armor header: Version: GnuPG v1
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: original file name='pubring.gpg'
+ rm -rf pubring.gpg.enc
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-fGYa/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-fGYa/.gpg/secring.gpg --decrypt repo/secring.gpg.asc
gpg: armor header: Version: GnuPG v1
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <[email protected]>"
gpg: AES256 encrypted data
gpg: original file name='rultor-XXXX.geF3YSkh'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:codecentric/cxf-spring-boot-starter-maven-plugin secring.gpg.enc
gpg: armor header: Version: GnuPG v1
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: original file name='secring.gpg'
+ rm -rf secring.gpg.enc
+ rm -rf .gpg
+ '[' -z 2.1.6.RELEASE ']'
+ [[ 2.1.6.RELEASE =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "2.1.6.RELEASE"'
tag name is valid: "2.1.6.RELEASE"
+ cd repo
++ git tag -l 2.1.6.RELEASE
+ '[' 2.1.6.RELEASE ']'
+ echo 'Tag 2.1.6.RELEASE already exists!'
Tag 2.1.6.RELEASE already exists!
+ exit -1
'cid' file is absent, container wasn't started correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants