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

first version, a skeleton #1

Closed
yegor256 opened this issue Jun 14, 2021 · 31 comments
Closed

first version, a skeleton #1

yegor256 opened this issue Jun 14, 2021 · 31 comments
Assignees

Comments

@yegor256
Copy link
Member

No description provided.

@yegor256 yegor256 self-assigned this Jun 14, 2021
yegor256 added a commit that referenced this issue Jun 14, 2021
yegor256 added a commit that referenced this issue Jun 14, 2021
yegor256 added a commit that referenced this issue Jun 14, 2021
@yegor256
Copy link
Member Author

@rultor release, tag is 0.0.1

@rultor
Copy link
Contributor

rultor commented Jun 14, 2021

@rultor release, tag is 0.0.1

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

@rultor
Copy link
Contributor

rultor commented Jun 14, 2021

@rultor release, tag is 0.0.1

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

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 3459
+ echo '1.69.1 839260fab'
1.69.1 839260fab
+ date
Mon Jun 14 16:56:53 CEST 2021
+ uptime
 16:56:53 up 260 days,  1:02,  0 users,  load average: 4.39, 4.44, 4.56
+ cat
assets/polystat/settings.xml on master does not exist.
+ exit -1
'cid' file is absent, container wasn't started correctly

@yegor256
Copy link
Member Author

@rultor release, tag is 0.0.1

@rultor
Copy link
Contributor

rultor commented Jun 14, 2021

@rultor release, tag is 0.0.1

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

@rultor
Copy link
Contributor

rultor commented Jun 14, 2021

@rultor release, tag is 0.0.1

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

+ use_image=yegor256/java8
+ docker pull yegor256/java8
Using default tag: latest
latest: Pulling from yegor256/java8
Digest: sha256:fc3b52526d557cc92fb73c755b863fc37d3022ffcd296b2781bba35142a4ef13
Status: Image is up to date for yegor256/java8:latest
+ docker ps --filter=status=exited
+ grep --quiet '\spolystat_polystat_1\s*$'
+ ls -al .
total 724
drwx--x--x  3 rultor rultor   4096 Jun 14 17:02 .
drwxrwxrwt 11 root   root   684032 Jun 14 17:02 ..
-rw-rw-r--  1 rultor rultor    444 Jun 14 17:02 end.sh
-rwxrwxr-x  1 rultor rultor    363 Jun 14 17:02 entry.sh
-rw-rw-r--  1 rultor rultor      5 Jun 14 17:02 pid
-rw-rw-r--  1 rultor rultor   1192 Jun 14 17:01 pubring.gpg
drwxrwxr-x  4 rultor rultor   4096 Jun 14 17:02 repo
-rwxrwxr-x  1 rultor rultor   6151 Jun 14 17:02 run.sh
-rw-rw-r--  1 rultor rultor    700 Jun 14 17:02 script.sh
-rw-rw-r--  1 rultor rultor   2570 Jun 14 17:02 secring.gpg
-rw-rw-r--  1 rultor rultor    435 Jun 14 17:02 settings.xml
-rw-rw-r--  1 rultor rultor   4409 Jun 14 17:02 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-n8qv:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=JAVA_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:polystat/polystat.git --env=tag=0.0.1 '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''JAVA_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:polystat/polystat.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo update-java-alternatives -s java-1.8.0-openjdk-amd64'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo gem install xcop'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean install -Dinvoker.skip'\'' '\'';'\'' '\''mvn clean deploy -Ppolystat -Psonatype --errors --settings ../settings.xml -Dstyle.color=never'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-n8qv/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=polystat_polystat_1 yegor256/java8 /main/entry.sh
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ usermod -s /bin/bash 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
+ 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 'MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'
+ MAVEN_OPTS='-XX:MaxPermSize=256m -Xmx1g'
+ export 'JAVA_OPTS=-XX:MaxPermSize=256m -Xmx1g'
+ JAVA_OPTS='-XX:MaxPermSize=256m -Xmx1g'
+ export head=git@github.com:polystat/polystat.git
+ head=git@github.com:polystat/polystat.git
+ export tag=0.0.1
+ tag=0.0.1
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ sudo -i update-java-alternatives -s java-1.8.0-openjdk-amd64
update-java-alternatives: directory does not exist: /usr/lib/jvm/java-1.8.0-openjdk-amd64
container a9e1d265dddc9eb5b1ad9fefcac453f593cff7b8a758a0998eb529009c13dd1f is dead
Mon Jun 14 17:03:25 CEST 2021

yegor256 added a commit that referenced this issue Jun 16, 2021
@yegor256
Copy link
Member Author

@rultor release, tag is 0.0.1

@rultor
Copy link
Contributor

rultor commented Jun 16, 2021

@rultor release, tag is 0.0.1

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

@rultor
Copy link
Contributor

rultor commented Jun 16, 2021

@rultor release, tag is 0.0.1

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

    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.sonatype.nexus.client.core.exception.NexusClientErrorResponseException: Unable to find matching profile
    at org.sonatype.nexus.client.rest.jersey.JerseyNexusClient.convertIf400WithErrorMessage (JerseyNexusClient.java:256)
    at org.sonatype.nexus.client.rest.jersey.JerseyNexusClient.convertIfKnown (JerseyNexusClient.java:291)
    at com.sonatype.nexus.staging.client.internal.ExceptionConverter.handleUniformInterfaceException (ExceptionConverter.java:51)
    at com.sonatype.nexus.staging.client.internal.ExceptionConverter.runAndReturn (ExceptionConverter.java:41)
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl.matchProfile (StagingWorkflowV2ServiceImpl.java:117)
    at org.sonatype.nexus.maven.staging.deploy.strategy.AbstractStagingDeployStrategy.selectStagingProfile (AbstractStagingDeployStrategy.java:78)
    at org.sonatype.nexus.maven.staging.deploy.strategy.StagingDeployStrategy.deployPerModule (StagingDeployStrategy.java:72)
    at org.sonatype.nexus.maven.staging.deploy.DeployMojo.execute (DeployMojo.java:192)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[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 4b6f593ba8036fd37408effcfdfef4458fd8da22e66e499acfc4efc17ce99196 is dead
Wed Jun 16 14:17:21 CEST 2021

@yegor256
Copy link
Member Author

@rultor release, tag is 0.0.1

@rultor
Copy link
Contributor

rultor commented Jun 16, 2021

@rultor release, tag is 0.0.1

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

@rultor
Copy link
Contributor

rultor commented Jun 16, 2021

@rultor release, tag is 0.0.1

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

    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.sonatype.nexus.client.core.exception.NexusClientErrorResponseException: Unable to find matching profile
    at org.sonatype.nexus.client.rest.jersey.JerseyNexusClient.convertIf400WithErrorMessage (JerseyNexusClient.java:256)
    at org.sonatype.nexus.client.rest.jersey.JerseyNexusClient.convertIfKnown (JerseyNexusClient.java:291)
    at com.sonatype.nexus.staging.client.internal.ExceptionConverter.handleUniformInterfaceException (ExceptionConverter.java:51)
    at com.sonatype.nexus.staging.client.internal.ExceptionConverter.runAndReturn (ExceptionConverter.java:41)
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl.matchProfile (StagingWorkflowV2ServiceImpl.java:117)
    at org.sonatype.nexus.maven.staging.deploy.strategy.AbstractStagingDeployStrategy.selectStagingProfile (AbstractStagingDeployStrategy.java:78)
    at org.sonatype.nexus.maven.staging.deploy.strategy.StagingDeployStrategy.deployPerModule (StagingDeployStrategy.java:72)
    at org.sonatype.nexus.maven.staging.deploy.DeployMojo.execute (DeployMojo.java:192)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[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 3433997f7e8d07ec19cfa2715cdda2653080a6c19b2e7b06056bd4b1cf998cc8 is dead
Wed Jun 16 14:45:59 CEST 2021

yegor256 added a commit that referenced this issue Jun 22, 2021
yegor256 added a commit that referenced this issue Jun 23, 2021
yegor256 added a commit that referenced this issue Jun 23, 2021
yegor256 added a commit that referenced this issue Jun 23, 2021
yegor256 added a commit that referenced this issue Jun 23, 2021
yegor256 added a commit that referenced this issue Jun 23, 2021
yegor256 added a commit that referenced this issue Jun 25, 2021
yegor256 added a commit that referenced this issue Jun 25, 2021
yegor256 added a commit that referenced this issue Jun 25, 2021
yegor256 added a commit that referenced this issue Jun 29, 2021
yegor256 added a commit that referenced this issue Jun 29, 2021
yegor256 added a commit that referenced this issue Jun 29, 2021
yegor256 added a commit that referenced this issue Jul 1, 2021
@yegor256
Copy link
Member Author

yegor256 commented Jul 1, 2021

@rultor release, tag is 0.0.1

@rultor
Copy link
Contributor

rultor commented Jul 1, 2021

@rultor release, tag is 0.0.1

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

@rultor
Copy link
Contributor

rultor commented Jul 1, 2021

@rultor release, tag is 0.0.1

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

    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.sonatype.nexus.client.core.exception.NexusClientErrorResponseException: Unable to find matching profile
    at org.sonatype.nexus.client.rest.jersey.JerseyNexusClient.convertIf400WithErrorMessage (JerseyNexusClient.java:256)
    at org.sonatype.nexus.client.rest.jersey.JerseyNexusClient.convertIfKnown (JerseyNexusClient.java:291)
    at com.sonatype.nexus.staging.client.internal.ExceptionConverter.handleUniformInterfaceException (ExceptionConverter.java:51)
    at com.sonatype.nexus.staging.client.internal.ExceptionConverter.runAndReturn (ExceptionConverter.java:41)
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl.matchProfile (StagingWorkflowV2ServiceImpl.java:117)
    at org.sonatype.nexus.maven.staging.deploy.strategy.AbstractStagingDeployStrategy.selectStagingProfile (AbstractStagingDeployStrategy.java:78)
    at org.sonatype.nexus.maven.staging.deploy.strategy.StagingDeployStrategy.deployPerModule (StagingDeployStrategy.java:72)
    at org.sonatype.nexus.maven.staging.deploy.DeployMojo.execute (DeployMojo.java:192)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[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 11883382596c0546bb6adebfd26756304af031cc865c98745af37a7c634f14b9 is dead
Thu Jul  1 15:02:14 CEST 2021

yegor256 added a commit that referenced this issue Jul 2, 2021
@yegor256
Copy link
Member Author

yegor256 commented Jul 2, 2021

@rultor release, tag is 0.0.1

@rultor
Copy link
Contributor

rultor commented Jul 2, 2021

@rultor release, tag is 0.0.1

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

@rultor
Copy link
Contributor

rultor commented Jul 2, 2021

@rultor release, tag is 0.0.1

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

    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.sonatype.nexus.client.core.exception.NexusClientErrorResponseException: Unable to find matching profile
    at org.sonatype.nexus.client.rest.jersey.JerseyNexusClient.convertIf400WithErrorMessage (JerseyNexusClient.java:256)
    at org.sonatype.nexus.client.rest.jersey.JerseyNexusClient.convertIfKnown (JerseyNexusClient.java:291)
    at com.sonatype.nexus.staging.client.internal.ExceptionConverter.handleUniformInterfaceException (ExceptionConverter.java:51)
    at com.sonatype.nexus.staging.client.internal.ExceptionConverter.runAndReturn (ExceptionConverter.java:41)
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl.matchProfile (StagingWorkflowV2ServiceImpl.java:117)
    at org.sonatype.nexus.maven.staging.deploy.strategy.AbstractStagingDeployStrategy.selectStagingProfile (AbstractStagingDeployStrategy.java:78)
    at org.sonatype.nexus.maven.staging.deploy.strategy.StagingDeployStrategy.deployPerModule (StagingDeployStrategy.java:72)
    at org.sonatype.nexus.maven.staging.deploy.DeployMojo.execute (DeployMojo.java:192)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[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 a8a0f033dfd76ef9d0b635ce63305342c04d6d438c94bd5231ae4e1446ceee6d is dead
Fri Jul  2 06:40:27 CEST 2021

yegor256 added a commit that referenced this issue Jul 2, 2021
@yegor256
Copy link
Member Author

yegor256 commented Jul 2, 2021

@rultor release, tag is 0.0.1

@rultor
Copy link
Contributor

rultor commented Jul 2, 2021

@rultor release, tag is 0.0.1

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

@rultor
Copy link
Contributor

rultor commented Jul 2, 2021

@rultor release, tag is 0.0.1

@yegor256 Done! FYI, the full log is here (took me 5min)

@0pdd
Copy link
Member

0pdd commented Jul 2, 2021

@yegor256 the puzzle #3 is still not solved.

@0pdd
Copy link
Member

0pdd commented Jul 2, 2021

@yegor256 2 puzzles #3, #4 are still not solved.

@0pdd
Copy link
Member

0pdd commented Jul 2, 2021

@yegor256 4 puzzles #3, #4, #5, #6 are still not solved.

@0pdd
Copy link
Member

0pdd commented Jul 2, 2021

@yegor256 5 puzzles #3, #4, #5, #6, #7 are still not solved.

@0pdd
Copy link
Member

0pdd commented Dec 15, 2021

@yegor256 3 puzzles #4, #5, #6 are still not solved; solved: #3, #7.

@0pdd
Copy link
Member

0pdd commented Nov 28, 2022

@yegor256 2 puzzles #5, #6 are still not solved; solved: #3, #4, #7.

@0pdd
Copy link
Member

0pdd commented Nov 30, 2022

@yegor256 the puzzle #5 is still not solved; solved: #3, #4, #6, #7.

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

3 participants