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

fresh release #102

Closed
yegor256 opened this issue Jul 8, 2022 · 9 comments
Closed

fresh release #102

yegor256 opened this issue Jul 8, 2022 · 9 comments

Comments

@yegor256
Copy link
Owner

yegor256 commented Jul 8, 2022

No description provided.

yegor256 added a commit that referenced this issue Jul 8, 2022
yegor256 added a commit that referenced this issue Jul 8, 2022
@yegor256
Copy link
Owner Author

yegor256 commented Jul 8, 2022

@rultor release, tag is 0.26.0

yegor256 added a commit that referenced this issue Jul 8, 2022
@rultor
Copy link
Collaborator

rultor commented Jul 8, 2022

@rultor release, tag is 0.26.0

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

@rultor
Copy link
Collaborator

rultor commented Jul 8, 2022

@rultor release, tag is 0.26.0

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

load average is 0.12, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.9.1
+ docker pull yegor256/rultor-image:1.9.1
1.9.1: Pulling from yegor256/rultor-image
Digest: sha256:61885a12aa213b79fd79e2b4ade12645535717267474cb0d1067a3323514589e
Status: Image is up to date for yegor256/rultor-image:1.9.1
docker.io/yegor256/rultor-image:1.9.1
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_xembly_102\s*$'
+ ls -al .
total 1328
drwx--x--x  3 rultor rultor    4096 Jul  8 06:46 .
drwxrwxrwt 10 root   root   1302528 Jul  8 06:46 ..
-rw-rw-r--  1 rultor rultor     444 Jul  8 06:46 end.sh
-rwxrwxr-x  1 rultor rultor     363 Jul  8 06:46 entry.sh
-rw-rw-r--  1 rultor rultor       6 Jul  8 06:46 pid
-rw-rw-r--  1 rultor rultor    1192 Jul  8 06:46 pubring.gpg
drwxrwxr-x  5 rultor rultor    4096 Jul  8 06:46 repo
-rwxrwxr-x  1 rultor rultor    6085 Jul  8 06:46 run.sh
-rw-rw-r--  1 rultor rultor     722 Jul  8 06:46 script.sh
-rw-rw-r--  1 rultor rultor    2570 Jul  8 06:46 secring.gpg
-rw-rw-r--  1 rultor rultor     627 Jul  8 06:46 settings.xml
-rw-rw-r--  1 rultor rultor    4468 Jul  8 06:46 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-03G4:/main --env=head=git@github.com:yegor256/xembly.git --env=tag=0.26.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/xembly.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.26.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo update-java-alternatives -s java-1.8.0-openjdk-amd64'\'' '\'';'\'' '\''export PATH=${PATH}:$(pwd)/../.local/bin'\'' '\'';'\'' '\''pip3 install --upgrade pip'\'' '\'';'\'' '\''pip3 install aibolit==1.2.3rc2'\'' '\'';'\'' '\''pdd --source=$(pwd) --file=/dev/null'\'' '\'';'\'' '\''aibolit check --folder=src/main'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean deploy -Pxembly -Psonatype --errors --settings ../settings.xml'\'' '\'';'\'' '\''mvn clean site-deploy -Pxembly -Psite --errors --settings ../settings.xml -Dinvoker.skip'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-03G4/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_xembly_102 yegor256/rultor-image:1.9.1 /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/.cache /root/.config /root/.gem /root/.gnupg /root/.m2 /root/.npm /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 head=git@github.com:yegor256/xembly.git
+ head=git@github.com:yegor256/xembly.git
+ export tag=0.26.0
+ tag=0.26.0
+ 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 342d19ba85715a9693a50aaad6fa605142f9bf31cbab689eb5387138a5816753 is dead
Fri Jul  8 06:47:43 CEST 2022

@0crat 0crat added the 0crat/new label Jul 8, 2022
yegor256 added a commit that referenced this issue Jul 8, 2022
yegor256 added a commit that referenced this issue Jul 8, 2022
@yegor256
Copy link
Owner Author

yegor256 commented Jul 8, 2022

@rultor release, tag is 0.26.0

@rultor
Copy link
Collaborator

rultor commented Jul 8, 2022

@rultor release, tag is 0.26.0

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

@rultor
Copy link
Collaborator

rultor commented Jul 8, 2022

@rultor release, tag is 0.26.0

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

    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:163\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:117\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:81\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (\u001b[1mSingleThreadedBuilder.java:56\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleStarter.execute (\u001b[1mLifecycleStarter.java:128\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:294\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:192\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.execute (\u001b[1mDefaultMaven.java:105\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.execute (\u001b[1mMavenCli.java:960\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:293\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:196\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:566\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:282\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:225\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:406\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:347\u001b[m)
\u001b[1mCaused by\u001b[m: java.net.HttpRetryException: \u001b[1;31mcannot retry due to server authentication, in streaming mode\u001b[m
    \u001b[1mat\u001b[m sun.net.www.protocol.http.HttpURLConnection.getInputStream0 (\u001b[1mHttpURLConnection.java:1721\u001b[m)
    \u001b[1mat\u001b[m sun.net.www.protocol.http.HttpURLConnection.getInputStream (\u001b[1mHttpURLConnection.java:1520\u001b[m)
    \u001b[1mat\u001b[m java.net.HttpURLConnection.getResponseCode (\u001b[1mHttpURLConnection.java:527\u001b[m)
    \u001b[1mat\u001b[m sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode (\u001b[1mHttpsURLConnectionImpl.java:334\u001b[m)
    \u001b[1mat\u001b[m org.eclipse.egit.github.core.client.GitHubClient.sendJson (\u001b[1mGitHubClient.java:634\u001b[m)
    \u001b[1mat\u001b[m org.eclipse.egit.github.core.client.GitHubClient.post (\u001b[1mGitHubClient.java:757\u001b[m)
    \u001b[1mat\u001b[m org.eclipse.egit.github.core.service.DataService.createBlob (\u001b[1mDataService.java:115\u001b[m)
    \u001b[1mat\u001b[m com.github.maven.plugins.site.SiteMojo.createBlob (\u001b[1mSiteMojo.java:289\u001b[m)
    \u001b[1mat\u001b[m com.github.maven.plugins.site.SiteMojo.execute (\u001b[1mSiteMojo.java:356\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (\u001b[1mDefaultBuildPluginManager.java:137\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (\u001b[1mMojoExecutor.java:370\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (\u001b[1mMojoExecutor.java:351\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:215\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:171\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:163\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:117\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:81\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (\u001b[1mSingleThreadedBuilder.java:56\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleStarter.execute (\u001b[1mLifecycleStarter.java:128\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:294\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:192\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.execute (\u001b[1mDefaultMaven.java:105\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.execute (\u001b[1mMavenCli.java:960\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:293\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:196\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:566\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:282\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:225\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:406\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:347\u001b[m)
[\u001b[1;31mERROR\u001b[m] 
[\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/MojoExecutionException
\u001b[0m\u001b[0mcontainer d203d8e02cb702b922e37b71e50b5e30fd1fb54c912b4b8f0e32059f6efdfa12 is dead
Fri Jul  8 07:01:12 CEST 2022

@yegor256
Copy link
Owner Author

yegor256 commented Jul 8, 2022

@rultor release, tag is 0.26.1

@rultor
Copy link
Collaborator

rultor commented Jul 8, 2022

@rultor release, tag is 0.26.1

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

@rultor
Copy link
Collaborator

rultor commented Jul 8, 2022

@rultor release, tag is 0.26.1

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

@yegor256 yegor256 closed this as completed Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants