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

For #40: Update parent #41

Merged
merged 10 commits into from
Nov 13, 2020
Merged

For #40: Update parent #41

merged 10 commits into from
Nov 13, 2020

Conversation

andreoss
Copy link
Contributor

  • Update parent
  • Fix qulice complains
  • Fix test

@0crat
Copy link

0crat commented Jun 28, 2020

@yegor256/z please, pay attention to this pull request

@0crat
Copy link

0crat commented Jun 28, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@yegor256
Copy link
Member

@rultor merge

@rultor
Copy link
Contributor

rultor commented Jun 29, 2020

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Jun 29, 2020

@rultor merge

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

+ ls -al .
total 732
drwx--x--x   3 rultor rultor   4096 Jun 29 08:01 .
drwxrwxrwt 284 root   root   684032 Jun 29 08:03 ..
-rw-rw-r--   1 rultor rultor    444 Jun 29 08:03 end.sh
-rwxrwxr-x   1 rultor rultor    363 Jun 29 08:01 entry.sh
-rw-rw-r--   1 rultor rultor      6 Jun 29 08:01 pid
-rw-rw-r--   1 rultor rultor   1192 Jun 29 08:01 pubring.gpg
drwxrwxr-x   6 rultor rultor   4096 Jun 29 08:01 repo
-rwxrwxr-x   1 rultor rultor   6216 Jun 29 08:01 run.sh
-rw-rw-r--   1 rultor rultor     98 Jun 29 08:01 s3cfg
-rw-rw-r--   1 rultor rultor    683 Jun 29 08:01 script.sh
-rw-rw-r--   1 rultor rultor   2570 Jun 29 08:01 secring.gpg
-rw-rw-r--   1 rultor rultor   2464 Jun 29 08:01 settings.xml
-rw-rw-r--   1 rultor rultor  10539 Jun 29 08:03 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-FQUM:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:jcabi/jcabi-matchers.git --env=pull_id=41 --env=fork=git@github.com:andreoss/jcabi-matchers.git --env=fork_branch=issue-40 --env=head_branch=master '--env=pull_title=For #40: Update parent' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:jcabi/jcabi-matchers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=41'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:andreoss/jcabi-matchers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=issue-40'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=For #40: Update parent'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install --no-ri --no-rdoc pdd'\'' '\'';'\'' '\''sudo gem install --no-ri --no-rdoc est'\'' '\'';'\'' '\''mvn clean install -Pqulice --errors --settings ../settings.xml'\'' '\'';'\'' '\''mvn clean'\'' '\'';'\'' '\''pdd --source=$(pwd) --verbose --file=/dev/null'\'' '\'';'\'' '\''est --dir=est --file=/dev/null'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-FQUM/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=jcabi_jcabi-matchers_41 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
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /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 ./s3cfg ./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: cannot open /dev/pts/0: Permission denied
+ 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 head=git@github.com:jcabi/jcabi-matchers.git
+ head=git@github.com:jcabi/jcabi-matchers.git
+ export pull_id=41
+ pull_id=41
+ export fork=git@github.com:andreoss/jcabi-matchers.git
+ fork=git@github.com:andreoss/jcabi-matchers.git
+ export fork_branch=issue-40
+ fork_branch=issue-40
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=For #40: Update parent'
+ pull_title='For #40: Update parent'
+ export author=yegor256
+ author=yegor256
+ sudo -i gem install --no-ri --no-rdoc pdd
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --no-ri
container 57aa624cc8196fae206b78b1aa797ceaffc3a77995f9b8808c8d73af14b8d362 is dead
Mon Jun 29 08:04:25 CEST 2020

@andreoss
Copy link
Contributor Author

@rultor merge

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

...
+ sudo -i gem install --no-ri --no-rdoc pdd
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --no-ri
container 57aa624cc8196fae206b78b1aa797ceaffc3a77995f9b8808c8d73af14b8d362 is dead
Mon Jun 29 08:04:25 CEST 2020

@yegor256 #43 should fix that.

@yegor256
Copy link
Member

yegor256 commented Jul 2, 2020

@rultor merge

@rultor
Copy link
Contributor

rultor commented Jul 2, 2020

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Jul 2, 2020

@rultor merge

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

    \u001b[1mat\u001b[m java.lang.Class.forName0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m java.lang.Class.forName (\u001b[1mClass.java:315\u001b[m)
    \u001b[1mat\u001b[m lombok.javac.JavacTreeMaker$SchroedingerType.getFieldCached (\u001b[1mJavacTreeMaker.java:156\u001b[m)
    \u001b[1mat\u001b[m lombok.javac.JavacTreeMaker$TypeTag.typeTag (\u001b[1mJavacTreeMaker.java:244\u001b[m)
    \u001b[1mat\u001b[m lombok.javac.Javac.<clinit> (\u001b[1mJavac.java:155\u001b[m)
    \u001b[1mat\u001b[m lombok.javac.handlers.HandleGetter.<clinit> (\u001b[1mHandleGetter.java:303\u001b[m)
    \u001b[1mat\u001b[m java.lang.Class.forName0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m java.lang.Class.forName (\u001b[1mClass.java:398\u001b[m)
    \u001b[1mat\u001b[m lombok.core.SpiLoadUtil$1$1.next (\u001b[1mSpiLoadUtil.java:111\u001b[m)
    \u001b[1mat\u001b[m lombok.javac.HandlerLibrary.loadAnnotationHandlers (\u001b[1mHandlerLibrary.java:171\u001b[m)
    \u001b[1mat\u001b[m lombok.javac.HandlerLibrary.load (\u001b[1mHandlerLibrary.java:156\u001b[m)
    \u001b[1mat\u001b[m lombok.javac.JavacTransformer.<init> (\u001b[1mJavacTransformer.java:44\u001b[m)
    \u001b[1mat\u001b[m lombok.javac.apt.LombokProcessor.init (\u001b[1mLombokProcessor.java:87\u001b[m)
    \u001b[1mat\u001b[m lombok.core.AnnotationProcessor$JavacDescriptor.want (\u001b[1mAnnotationProcessor.java:87\u001b[m)
    \u001b[1mat\u001b[m lombok.core.AnnotationProcessor.init (\u001b[1mAnnotationProcessor.java:140\u001b[m)
    \u001b[1mat\u001b[m lombok.launch.AnnotationProcessorHider$AnnotationProcessor.init (\u001b[1mAnnotationProcessor.java:69\u001b[m)
    \u001b[1mat\u001b[m com.sun.tools.javac.processing.JavacProcessingEnvironment$ProcessorState.<init> (\u001b[1mJavacProcessingEnvironment.java:686\u001b[m)
    \u001b[1mat\u001b[m com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors$ProcessorStateIterator.next (\u001b[1mJavacProcessingEnvironment.java:786\u001b[m)
    \u001b[1mat\u001b[m com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs (\u001b[1mJavacProcessingEnvironment.java:881\u001b[m)
    \u001b[1mat\u001b[m com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run (\u001b[1mJavacProcessingEnvironment.java:1222\u001b[m)
    \u001b[1mat\u001b[m com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing (\u001b[1mJavacProcessingEnvironment.java:1334\u001b[m)
    \u001b[1mat\u001b[m com.sun.tools.javac.main.JavaCompiler.processAnnotations (\u001b[1mJavaCompiler.java:1258\u001b[m)
    \u001b[1mat\u001b[m com.sun.tools.javac.main.JavaCompiler.compile (\u001b[1mJavaCompiler.java:936\u001b[m)
    \u001b[1mat\u001b[m com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0 (\u001b[1mJavacTaskImpl.java:104\u001b[m)
    \u001b[1mat\u001b[m com.sun.tools.javac.api.JavacTaskImpl.handleExceptions (\u001b[1mJavacTaskImpl.java:147\u001b[m)
    \u001b[1mat\u001b[m com.sun.tools.javac.api.JavacTaskImpl.doCall (\u001b[1mJavacTaskImpl.java:100\u001b[m)
    \u001b[1mat\u001b[m com.sun.tools.javac.api.JavacTaskImpl.call (\u001b[1mJavacTaskImpl.java:94\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess (\u001b[1mJavaxToolsCompiler.java:126\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile (\u001b[1mJavacCompiler.java:174\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (\u001b[1mAbstractCompilerMojo.java:1129\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugin.compiler.CompilerMojo.execute (\u001b[1mCompilerMojo.java:188\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.execute (\u001b[1mMojoExecutor.java:210\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:156\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:148\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:305\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:956\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:288\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:192\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:289\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:229\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:415\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:356\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
container 77320da33a4e2b62e1c577bb6a8ffb2adf624c272f008a93805580d18f14841e is dead
Thu Jul  2 21:23:39 CEST 2020

@0crat
Copy link

0crat commented Jul 3, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Jul 9, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Jul 14, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Jul 19, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Jul 24, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Jul 29, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Aug 3, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@yegor256
Copy link
Member

yegor256 commented Aug 5, 2020

@rultor merge

@0crat
Copy link

0crat commented Aug 8, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Aug 13, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Aug 18, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Aug 23, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Aug 28, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Sep 2, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Sep 7, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Sep 12, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Sep 18, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Sep 23, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Sep 28, 2020

@yegor256/z everybody who has role REV is banned at #41; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@yegor256
Copy link
Member

@rultor merge

@rultor
Copy link
Contributor

rultor commented Nov 13, 2020

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

yegor256 added a commit that referenced this pull request Nov 13, 2020
@yegor256
Copy link
Member

@rultor stop

@yegor256
Copy link
Member

@rultor merge

@rultor
Copy link
Contributor

rultor commented Nov 13, 2020

@rultor stop

@yegor256 OK, I'll try to stop current task.

@rultor
Copy link
Contributor

rultor commented Nov 13, 2020

@rultor stop

@andreoss @yegor256 Sorry, I failed to stop the previous command, however it has the following result: Oops, I failed. You can see the full log here (spent 9min)

    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.dispatch.DispatchUtils.execute (\u001b[1mDispatchUtils.java:106\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.TaskAdapter.execute (\u001b[1mTaskAdapter.java:154\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.UnknownElement.execute (\u001b[1mUnknownElement.java:292\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.dispatch.DispatchUtils.execute (\u001b[1mDispatchUtils.java:106\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Task.perform (\u001b[1mTask.java:348\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.taskdefs.Sequential.execute (\u001b[1mSequential.java:68\u001b[m)
    \u001b[1mat\u001b[m net.sf.antcontrib.logic.IfTask.execute (\u001b[1mIfTask.java:197\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.dispatch.DispatchUtils.execute (\u001b[1mDispatchUtils.java:106\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.TaskAdapter.execute (\u001b[1mTaskAdapter.java:154\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.UnknownElement.execute (\u001b[1mUnknownElement.java:292\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.dispatch.DispatchUtils.execute (\u001b[1mDispatchUtils.java:106\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Task.perform (\u001b[1mTask.java:348\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Target.execute (\u001b[1mTarget.java:435\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Target.performTasks (\u001b[1mTarget.java:456\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Project.executeSortedTargets (\u001b[1mProject.java:1393\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Project.executeTarget (\u001b[1mProject.java:1364\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugin.antrun.AntRunMojo.execute (\u001b[1mAntRunMojo.java:313\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.execute (\u001b[1mMojoExecutor.java:210\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:156\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:148\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:305\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:956\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:288\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:192\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:289\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:229\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:415\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:356\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
container 4b469730ead8eea7a3f733bb3a7820286c50ec3a60851eee8d364da29b84d90a is dead
Fri Nov 13 08:31:27 CET 2020

@rultor
Copy link
Contributor

rultor commented Nov 13, 2020

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Nov 13, 2020

@rultor merge

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

    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.dispatch.DispatchUtils.execute (\u001b[1mDispatchUtils.java:106\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.TaskAdapter.execute (\u001b[1mTaskAdapter.java:154\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.UnknownElement.execute (\u001b[1mUnknownElement.java:292\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.dispatch.DispatchUtils.execute (\u001b[1mDispatchUtils.java:106\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Task.perform (\u001b[1mTask.java:348\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.taskdefs.Sequential.execute (\u001b[1mSequential.java:68\u001b[m)
    \u001b[1mat\u001b[m net.sf.antcontrib.logic.IfTask.execute (\u001b[1mIfTask.java:197\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.dispatch.DispatchUtils.execute (\u001b[1mDispatchUtils.java:106\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.TaskAdapter.execute (\u001b[1mTaskAdapter.java:154\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.UnknownElement.execute (\u001b[1mUnknownElement.java:292\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.dispatch.DispatchUtils.execute (\u001b[1mDispatchUtils.java:106\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Task.perform (\u001b[1mTask.java:348\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Target.execute (\u001b[1mTarget.java:435\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Target.performTasks (\u001b[1mTarget.java:456\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Project.executeSortedTargets (\u001b[1mProject.java:1393\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Project.executeTarget (\u001b[1mProject.java:1364\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugin.antrun.AntRunMojo.execute (\u001b[1mAntRunMojo.java:313\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.execute (\u001b[1mMojoExecutor.java:210\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:156\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:148\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:305\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:956\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:288\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:192\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:289\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:229\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:415\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:356\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
container a7cd94e4f5cab2f878bfc257b218c643f12cbad89279ec22c0972185813f2d49 is dead
Fri Nov 13 08:42:10 CET 2020

yegor256 added a commit that referenced this pull request Nov 13, 2020
@yegor256
Copy link
Member

@rultor merge

@rultor
Copy link
Contributor

rultor commented Nov 13, 2020

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

yegor256 added a commit that referenced this pull request Nov 13, 2020
This reverts commit c439357.
@yegor256 yegor256 merged commit f370489 into jcabi:master Nov 13, 2020
@yegor256
Copy link
Member

@andreoss thanks!

yegor256 added a commit that referenced this pull request Nov 13, 2020
@rultor
Copy link
Contributor

rultor commented Nov 13, 2020

@rultor merge

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

    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.dispatch.DispatchUtils.execute (\u001b[1mDispatchUtils.java:106\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.TaskAdapter.execute (\u001b[1mTaskAdapter.java:154\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.UnknownElement.execute (\u001b[1mUnknownElement.java:292\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.dispatch.DispatchUtils.execute (\u001b[1mDispatchUtils.java:106\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Task.perform (\u001b[1mTask.java:348\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.taskdefs.Sequential.execute (\u001b[1mSequential.java:68\u001b[m)
    \u001b[1mat\u001b[m net.sf.antcontrib.logic.IfTask.execute (\u001b[1mIfTask.java:197\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.dispatch.DispatchUtils.execute (\u001b[1mDispatchUtils.java:106\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.TaskAdapter.execute (\u001b[1mTaskAdapter.java:154\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.UnknownElement.execute (\u001b[1mUnknownElement.java:292\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.dispatch.DispatchUtils.execute (\u001b[1mDispatchUtils.java:106\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Task.perform (\u001b[1mTask.java:348\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Target.execute (\u001b[1mTarget.java:435\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Target.performTasks (\u001b[1mTarget.java:456\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Project.executeSortedTargets (\u001b[1mProject.java:1393\u001b[m)
    \u001b[1mat\u001b[m org.apache.tools.ant.Project.executeTarget (\u001b[1mProject.java:1364\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugin.antrun.AntRunMojo.execute (\u001b[1mAntRunMojo.java:313\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.execute (\u001b[1mMojoExecutor.java:210\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:156\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:148\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:305\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:956\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:288\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:192\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m sun.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:498\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:289\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:229\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:415\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:356\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
container 47ed48037d181671d68d47e12d65bf5540f96722a435482a337c347b25a9c25d is dead
Fri Nov 13 09:02:17 CET 2020

@0crat
Copy link

0crat commented Nov 13, 2020

Job gh:jcabi/jcabi-matchers#41 is not assigned, can't get performer

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

Successfully merging this pull request may close these issues.

None yet

4 participants