objectionary / deog

Decoration Graph of EO objects
MIT License
4 stars 2 forks source link

release current version #10

Closed OlesiaSub closed 1 year ago

OlesiaSub commented 1 year ago

@rultor release, tag is 0.0.1

rultor commented 1 year ago

@rultor release, tag is 0.0.1

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

rultor commented 1 year ago

@rultor release, tag is 0.0.1

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

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 589094
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon 14 Nov 2022 07:29:42 PM CET
+ uptime
 19:29:42 up 138 days, 22:30,  0 users,  load average: 0.02, 0.06, 0.01
+ cat
.rultor.yml in yegor256/objectionary-secrets doesn't allow objectionary/deog to use its assets (there are 18 friends), see http://doc.rultor.com/reference.html#assets
+ exit -1
'cid' file is absent, most probably the Docker container wasn't started correctly
OlesiaSub commented 1 year ago

@yegor256 I think I need ur permission here

yegor256 commented 1 year ago

@OlesiaSub try again

OlesiaSub commented 1 year ago

@rultor release, tag is 0.0.1

rultor commented 1 year ago

@rultor release, tag is 0.0.1

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

rultor commented 1 year ago

@rultor release, tag is 0.0.1

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

total 60
drwx------  3 rultor rultor 4096 Nov 15 08:55 .
drwxrwxrwt 20 root   root   4096 Nov 15 08:57 ..
-rwxrwxr-x  1 rultor rultor  556 Nov 15 08:57 end.sh
-rwxrwxr-x  1 rultor rultor  363 Nov 15 08:55 entry.sh
-rw-rw-r--  1 rultor rultor    7 Nov 15 08:55 pid
-rw-rw-r--  1 rultor rultor 2260 Nov 15 08:55 pubring.gpg
drwxrwxr-x  6 rultor rultor 4096 Nov 15 08:55 repo
-rwxrwxr-x  1 rultor rultor 5822 Nov 15 08:55 run.sh
-rw-rw-r--  1 rultor rultor  642 Nov 15 08:55 script.sh
-rw-rw-r--  1 rultor rultor 4842 Nov 15 08:55 secring.gpg
-rw-rw-r--  1 rultor rultor  463 Nov 15 08:55 settings.xml
-rw-rw-r--  1 rultor rultor 7920 Nov 15 08:58 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-RqnC:/main --env=head=git@github.com:objectionary/deog.git --env=tag=0.0.1 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/deog.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=olesiasub'\''\'\'''\'''\'' '\'';'\'' '\''javac -version'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean install -Dinvoker.skip'\'' '\'';'\'' '\''mvn clean deploy -Pdeploy -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never'\'' '\'';'\'' )' --env=head_branch=master --env=author=olesiasub --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-RqnC/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_deog_10 yegor256/rultor-image:1.9.1 /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/.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
+ '[' -e /home/r/.profile ']'
+ source /home/r/.profile
++ '[' /bin/bash ']'
++ '[' -f /home/r/.bashrc ']'
++ . /home/r/.bashrc
+++ '[' -z '' ']'
+++ return
++ mesg n
++ true
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:objectionary/deog.git
+ head=git@github.com:objectionary/deog.git
+ export tag=0.0.1
+ tag=0.0.1
+ export head_branch=master
+ head_branch=master
+ export author=olesiasub
+ author=olesiasub
+ javac -version
javac 11.0.15
+ pdd --file=/dev/null
\u001b[31mERROR\u001b[0m: src/main/kotlin/org/objectionary/deog/steps/InnerPropagator.kt; src/main/kotlin/org/objectionary/deog/steps/InnerPropagator.kt:48 Space expected at 49:11; make sure all lines in the puzzle body have a single leading space.
If you can't understand the cause of this issue or you don't know how to fix it, please submit a GitHub issue, we will try to help you: https://github.com/cqfn/pdd/issues. This tool is still in its beta version and we will appreciate your feedback. Here is where you can find more documentation: https://github.com/cqfn/pdd/blob/master/README.md.
container 9f266948338a82c12239c3101c49ad540aaa06c10561c57e03ae8ce7d9dd1606 is dead
Tue 15 Nov 2022 09:00:10 AM CET
OlesiaSub commented 1 year ago

@rultor release, tag is 0.0.1

rultor commented 1 year ago

@rultor release, tag is 0.0.1

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

rultor commented 1 year ago

@rultor release, tag is 0.0.1

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

Progress (1): 4.1/63 kB
Progress (1): 8.2/63 kB
Progress (1): 12/63 kB 
Progress (1): 16/63 kB
Progress (1): 20/63 kB
Progress (1): 25/63 kB
Progress (1): 29/63 kB
Progress (1): 33/63 kB
Progress (1): 37/63 kB
Progress (1): 41/63 kB
Progress (1): 45/63 kB
Progress (1): 49/63 kB
Progress (1): 53/63 kB
Progress (1): 57/63 kB
Progress (1): 61/63 kB
Progress (1): 63 kB   
Progress (2): 63 kB | 4.1/159 kB
Progress (2): 63 kB | 8.2/159 kB
Progress (2): 63 kB | 12/159 kB 
Progress (2): 63 kB | 16/159 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.jar (63 kB at 627 kB/s)
Progress (1): 20/159 kB
Progress (1): 25/159 kB
Progress (1): 29/159 kB
Progress (1): 33/159 kB
Progress (1): 37/159 kB
Progress (1): 41/159 kB
Progress (1): 45/159 kB
Progress (1): 49/159 kB
Progress (1): 53/159 kB
Progress (1): 57/159 kB
Progress (1): 61/159 kB
Progress (1): 66/159 kB
Progress (1): 70/159 kB
Progress (1): 74/159 kB
Progress (1): 78/159 kB
Progress (1): 82/159 kB
Progress (1): 86/159 kB
Progress (1): 90/159 kB
Progress (1): 94/159 kB
Progress (1): 98/159 kB
Progress (1): 102/159 kB
Progress (1): 106/159 kB
Progress (1): 111/159 kB
Progress (1): 115/159 kB
Progress (1): 119/159 kB
Progress (1): 123/159 kB
Progress (1): 127/159 kB
Progress (1): 131/159 kB
Progress (1): 135/159 kB
Progress (1): 139/159 kB
Progress (1): 143/159 kB
Progress (1): 147/159 kB
Progress (1): 152/159 kB
Progress (1): 156/159 kB
Progress (1): 159 kB    

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 413 kB/s)
[\u001b[1;34mINFO\u001b[m] Building jar: /home/r/repo/target/deog-0.0.1-jar-with-dependencies.jar
[\u001b[1;34mINFO\u001b[m] 
[\u001b[1;34mINFO\u001b[m] \u001b[1m--- \u001b[0;32mmaven-antrun-plugin:3.1.0:run\u001b[m \u001b[1m(jcabi-xcop)\u001b[m @ \u001b[36mdeog\u001b[0;1m ---\u001b[m
Downloading from Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
Progress (1): 761 B

Downloaded from Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (761 B at 19 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
Progress (1): 4.1/17 kB
Progress (1): 8.2/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 280 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
Progress (1): 4.1/6.5 kB
Progress (1): 6.5 kB    

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 148 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
Progress (1): 3.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (3.2 kB at 77 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
Progress (1): 4.1/19 kB
Progress (1): 8.2/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
Progress (2): 19 kB | 4.1/224 kB
Progress (2): 19 kB | 8.2/224 kB
Progress (2): 19 kB | 12/224 kB 
Progress (2): 19 kB | 16/224 kB
Progress (3): 19 kB | 16/224 kB | 0/2.3 MB
Progress (3): 19 kB | 16/224 kB | 0/2.3 MB
Progress (3): 19 kB | 16/224 kB | 0/2.3 MB
Progress (3): 19 kB | 20/224 kB | 0/2.3 MB
Progress (3): 19 kB | 24/224 kB | 0/2.3 MB
Progress (3): 19 kB | 28/224 kB | 0/2.3 MB
Progress (3): 19 kB | 32/224 kB | 0/2.3 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 169 kB/s)
Progress (2): 32/224 kB | 0.1/2.3 MB
Progress (2): 36/224 kB | 0.1/2.3 MB
Progress (2): 40/224 kB | 0.1/2.3 MB
Progress (2): 40/224 kB | 0.1/2.3 MB
Progress (2): 45/224 kB | 0.1/2.3 MB
Progress (2): 49/224 kB | 0.1/2.3 MB
Progress (2): 49/224 kB | 0.1/2.3 MB
Progress (2): 49/224 kB | 0.1/2.3 MB
Progress (2): 49/224 kB | 0.1/2.3 MB
Progress (2): 49/224 kB | 0.1/2.3 MB
Progress (2): 53/224 kB | 0.1/2.3 MB
Progress (2): 57/224 kB | 0.1/2.3 MB
Progress (2): 61/224 kB | 0.1/2.3 MB
Progress (2): 65/224 kB | 0.1/2.3 MB
Progress (2): 65/224 kB | 0.2/2.3 MB
Progress (2): 65/224 kB | 0.2/2.3 MB
Progress (2): 65/224 kB | 0.2/2.3 MB
Progress (2): 69/224 kB | 0.2/2.3 MB
Progress (2): 73/224 kB | 0.2/2.3 MB
Progress (2): 77/224 kB | 0.2/2.3 MB
Progress (2): 81/224 kB | 0.2/2.3 MB
Progress (2): 81/224 kB | 0.2/2.3 MB
Progress (2): 81/224 kB | 0.2/2.3 MB
Progress (2): 81/224 kB | 0.2/2.3 MB
Progress (2): 81/224 kB | 0.3/2.3 MB
Progress (2): 85/224 kB | 0.3/2.3 MB
Progress (2): 90/224 kB | 0.3/2.3 MB
Progress (2): 94/224 kB | 0.3/2.3 MB
Progress (2): 98/224 kB | 0.3/2.3 MB
Progress (2): 98/224 kB | 0.3/2.3 MB
Progress (2): 102/224 kB | 0.3/2.3 MB
Progress (2): 106/224 kB | 0.3/2.3 MB
Progress (2): 110/224 kB | 0.3/2.3 MB
Progress (2): 114/224 kB | 0.3/2.3 MB
Progress (2): 114/224 kB | 0.3/2.3 MB
Progress (2): 114/224 kB | 0.3/2.3 MB
Progress (2): 114/224 kB | 0.3/2.3 MB
Progress (2): 118/224 kB | 0.3/2.3 MB
Progress (2): 122/224 kB | 0.3/2.3 MB
Progress (2): 126/224 kB | 0.3/2.3 MB
Progress (2): 131/224 kB | 0.3/2.3 MB
Progress (2): 131/224 kB | 0.3/2.3 MB
Progress (2): 131/224 kB | 0.4/2.3 MB
Progress (2): 135/224 kB | 0.4/2.3 MB
Progress (2): 139/224 kB | 0.4/2.3 MB
Progress (2): 143/224 kB | 0.4/2.3 MB
Progress (2): 147/224 kB | 0.4/2.3 MB
Progress (2): 147/224 kB | 0.4/2.3 MB
Progress (2): 147/224 kB | 0.4/2.3 MB
Progress (2): 147/224 kB | 0.4/2.3 MB
Progress (2): 151/224 kB | 0.4/2.3 MB
Progress (2): 155/224 kB | 0.4/2.3 MB
Progress (2): 159/224 kB | 0.4/2.3 MB
Progress (2): 163/224 kB | 0.4/2.3 MB
Progress (2): 163/224 kB | 0.4/2.3 MB
Progress (2): 163/224 kB | 0.4/2.3 MB
Progress (2): 163/224 kB | 0.5/2.3 MB
Progress (2): 167/224 kB | 0.5/2.3 MB
Progress (2): 171/224 kB | 0.5/2.3 MB
Progress (2): 176/224 kB | 0.5/2.3 MB
Progress (2): 180/224 kB | 0.5/2.3 MB
Progress (2): 180/224 kB | 0.5/2.3 MB
Progress (2): 180/224 kB | 0.5/2.3 MB
Progress (2): 180/224 kB | 0.5/2.3 MB
Progress (2): 184/224 kB | 0.5/2.3 MB
Progress (2): 188/224 kB | 0.5/2.3 MB
Progress (2): 192/224 kB | 0.5/2.3 MB
Progress (2): 196/224 kB | 0.5/2.3 MB
Progress (2): 196/224 kB | 0.5/2.3 MB
Progress (2): 196/224 kB | 0.5/2.3 MB
Progress (2): 196/224 kB | 0.6/2.3 MB
Progress (2): 196/224 kB | 0.6/2.3 MB
Progress (2): 200/224 kB | 0.6/2.3 MB
Progress (2): 204/224 kB | 0.6/2.3 MB
Progress (2): 208/224 kB | 0.6/2.3 MB
Progress (2): 212/224 kB | 0.6/2.3 MB
Progress (2): 212/224 kB | 0.6/2.3 MB
Progress (2): 212/224 kB | 0.6/2.3 MB
Progress (2): 217/224 kB | 0.6/2.3 MB
Progress (2): 221/224 kB | 0.6/2.3 MB
Progress (2): 224 kB | 0.6/2.3 MB    
Progress (2): 224 kB | 0.6/2.3 MB
Progress (2): 224 kB | 0.6/2.3 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 272 kB/s)
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.4/2.3 MB
Progress (1): 1.4/2.3 MB
Progress (1): 1.4/2.3 MB
Progress (1): 1.4/2.3 MB
Progress (1): 1.4/2.3 MB
Progress (1): 1.4/2.3 MB
Progress (1): 1.5/2.3 MB
Progress (1): 1.5/2.3 MB
Progress (1): 1.5/2.3 MB
Progress (1): 1.5/2.3 MB
Progress (1): 1.5/2.3 MB
Progress (1): 1.5/2.3 MB
Progress (1): 1.6/2.3 MB
Progress (1): 1.6/2.3 MB
Progress (1): 1.6/2.3 MB
Progress (1): 1.6/2.3 MB
Progress (1): 1.6/2.3 MB
Progress (1): 1.6/2.3 MB
Progress (1): 1.7/2.3 MB
Progress (1): 1.7/2.3 MB
Progress (1): 1.7/2.3 MB
Progress (1): 1.7/2.3 MB
Progress (1): 1.7/2.3 MB
Progress (1): 1.7/2.3 MB
Progress (1): 1.8/2.3 MB
Progress (1): 1.8/2.3 MB
Progress (1): 1.8/2.3 MB
Progress (1): 1.8/2.3 MB
Progress (1): 1.8/2.3 MB
Progress (1): 1.8/2.3 MB
Progress (1): 1.9/2.3 MB
Progress (1): 1.9/2.3 MB
Progress (1): 1.9/2.3 MB
Progress (1): 1.9/2.3 MB
Progress (1): 1.9/2.3 MB
Progress (1): 1.9/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.1/2.3 MB
Progress (1): 2.1/2.3 MB
Progress (1): 2.1/2.3 MB
Progress (1): 2.1/2.3 MB
Progress (1): 2.1/2.3 MB
Progress (1): 2.1/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.3 MB    

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 1.1 MB/s)
[\u001b[1;34mINFO\u001b[m] Executing tasks
[\u001b[1;34mINFO\u001b[m]      [exec] The MIT License (MIT)\n
[\u001b[1;34mINFO\u001b[m]      [exec] \n
[\u001b[1;34mINFO\u001b[m]      [exec] Copyright (c) 2022 Olesia Subbotina\n
[\u001b[1;34mINFO\u001b[m]      [exec] \n
[\u001b[1;34mINFO\u001b[m]      [exec] Permission is hereby granted, free of charge, to any person obtaining a copy\n
[\u001b[1;34mINFO\u001b[m]      [exec] of this software and associated documentation files (the "Software"), to deal\n
[\u001b[1;34mINFO\u001b[m]      [exec] in the Software without restriction, including without limitation the rights\n
[\u001b[1;34mINFO\u001b[m]      [exec] to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n
[\u001b[1;34mINFO\u001b[m]      [exec] copies of the Software, and to permit persons to whom the Software is\n
[\u001b[1;34mINFO\u001b[m]      [exec] furnished to do so, subject to the following conditions:\n
[\u001b[1;34mINFO\u001b[m]      [exec] \n
[\u001b[1;34mINFO\u001b[m]      [exec] The above copyright notice and this permission notice shall be included\n
[\u001b[1;34mINFO\u001b[m]      [exec] in all copies or substantial portions of the Software.\n
[\u001b[1;34mINFO\u001b[m]      [exec] \n
[\u001b[1;34mINFO\u001b[m]      [exec] \u001b[31mTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR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\n\u001b[0m\u001b[32mTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\u001b[0m
[\u001b[1;34mINFO\u001b[m]      [exec] IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n
[\u001b[1;34mINFO\u001b[m]      [exec] FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n
[\u001b[1;34mINFO\u001b[m]      [exec] AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n
[\u001b[1;34mINFO\u001b[m]      [exec] LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n
[\u001b[1;34mINFO\u001b[m]      [exec] OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n
[\u001b[1;34mINFO\u001b[m]      [exec] SOFTWARE.
[\u001b[1;34mINFO\u001b[m]      [exec] Broken license in /home/r/repo/pom.xml
[\u001b[1;34mINFO\u001b[m]      [exec] /usr/local/rvm/gems/ruby-2.7.0/gems/differ-0.1.2/lib/differ.rb:11: warning: `$;' is deprecated
[\u001b[1;34mINFO\u001b[m] \u001b[1m------------------------------------------------------------------------\u001b[m
[\u001b[1;34mINFO\u001b[m] \u001b[1;31mBUILD FAILURE\u001b[m
[\u001b[1;34mINFO\u001b[m] \u001b[1m------------------------------------------------------------------------\u001b[m
[\u001b[1;34mINFO\u001b[m] Total time:  01:46 min
[\u001b[1;34mINFO\u001b[m] Finished at: 2022-11-15T08:16:02Z
[\u001b[1;34mINFO\u001b[m] \u001b[1m------------------------------------------------------------------------\u001b[m
[\u001b[1;31mERROR\u001b[m] Failed to execute goal \u001b[32morg.apache.maven.plugins:maven-antrun-plugin:3.1.0:run\u001b[m \u001b[1m(jcabi-xcop)\u001b[m on project \u001b[36mdeog\u001b[m: \u001b[1;31mAn Ant BuildException has occured: exec returned: 255\u001b[m
[\u001b[1;31mERROR\u001b[m] \u001b[1;31maround Ant part ...<exec failonerror="true" executable="xcop">... @ 50:56 in /home/r/repo/target/antrun/build-main.xml\u001b[m
[\u001b[1;31mERROR\u001b[m] -> \u001b[1m[Help 1]\u001b[m
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] To see the full stack trace of the errors, re-run Maven with the \u001b[1m-e\u001b[m switch.
[\u001b[1;31mERROR\u001b[m] Re-run Maven using the \u001b[1m-X\u001b[m switch to enable full debug logging.
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] For more information about the errors and possible solutions, please read the following articles:
[\u001b[1;31mERROR\u001b[m] \u001b[1m[Help 1]\u001b[m http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
\u001b[0m\u001b[0mcontainer be8900c47726fd950de2adee15e1ef8b1761e3f0501feea4ae7e0736f7fc8f4d is dead
Tue 15 Nov 2022 09:16:20 AM CET
OlesiaSub commented 1 year ago

@rultor release, tag is 0.0.1

rultor commented 1 year ago

@rultor release, tag is 0.0.1

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

rultor commented 1 year ago

@rultor release, tag is 0.0.1

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

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    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:294)
    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:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    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: com.sonatype.nexus.staging.client.StagingRuleFailuresException: Staging rules failure!
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV3ServiceImpl.monitorRepositoryTransition (StagingWorkflowV3ServiceImpl.java:272)
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl$7.perform (StagingWorkflowV2ServiceImpl.java:205)
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl$7.perform (StagingWorkflowV2ServiceImpl.java:200)
    at com.sonatype.nexus.staging.client.internal.ExceptionConverter.runAndReturn (ExceptionConverter.java:38)
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl.finishStaging (StagingWorkflowV2ServiceImpl.java:209)
    at org.sonatype.nexus.maven.staging.deploy.strategy.AbstractStagingDeployStrategy.afterUpload (AbstractStagingDeployStrategy.java:206)
    at org.sonatype.nexus.maven.staging.deploy.strategy.StagingDeployStrategy.finalizeDeploy (StagingDeployStrategy.java:129)
    at org.sonatype.nexus.maven.staging.deploy.DeployMojo.execute (DeployMojo.java:213)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    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:294)
    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:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    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
\u001b[0m\u001b[0mcontainer 3cb1f869dab300c2862d1e09ac6aa52889d84fe03e9e607fb284506be9e1b2f5 is dead
Tue 15 Nov 2022 09:39:24 AM CET
OlesiaSub commented 1 year ago

@rultor release, tag is 0.0.2

rultor commented 1 year ago

@rultor release, tag is 0.0.2

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

OlesiaSub commented 1 year ago

@rultor release, tag is 0.0.2

rultor commented 1 year ago

@rultor release, tag is 0.0.2

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

Progress (1): 833 B

Uploaded to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1246/org/eolang/deog/0.0.2/deog-0.0.2.jar.asc (833 B at 4.3 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1246/org/eolang/deog/0.0.2/deog-0.0.2.jar
Progress (1): 4.1/44 kB
Progress (1): 8.2/44 kB
Progress (1): 12/44 kB 
Progress (1): 16/44 kB
Progress (1): 20/44 kB
Progress (1): 25/44 kB
Progress (1): 29/44 kB
Progress (1): 33/44 kB
Progress (1): 37/44 kB
Progress (1): 41/44 kB
Progress (1): 44 kB   

Uploaded to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1246/org/eolang/deog/0.0.2/deog-0.0.2.jar (44 kB at 76 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1246/org/eolang/deog/0.0.2/deog-0.0.2.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    

Uploaded to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1246/org/eolang/deog/0.0.2/deog-0.0.2.pom (11 kB at 19 kB/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgeolang-1246".

Waiting for operation to complete...
.................................................

[INFO] Remote staged 1 repositories, finished with success.
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:release (jcabi-deploy-to-sonatype) @ deog ---
[INFO]  + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO] Releasing staging repository with IDs=[orgeolang-1246]
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.converters.reflection.FieldDictionary (file:/home/r/.m2/repository/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar) to field java.util.AbstractCollection.MAX_ARRAY_SIZE
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.converters.reflection.FieldDictionary
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

Waiting for operation to complete...
................

[INFO] Released
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:14 min
[INFO] Finished at: 2022-11-15T08:56:36Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "deploy" could not be activated because it does not exist.
\u001b[0m\u001b[0m+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.0.2 -m '0.0.2: tagged by rultor.com'
+ git reset --hard
HEAD is now at c9af022 0.0.2
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was c9af022).
+ git push --all origin
ERROR: Permission to objectionary/deog.git denied to rultor.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
container 8e4663e12de45432bd2d5fb093d2e6efb8891eb41834b35cda23566c9fb6ab21 is dead
Tue 15 Nov 2022 09:57:36 AM CET
OlesiaSub commented 1 year ago

@yegor256 can you please help?

ERROR: Permission to objectionary/deog.git denied to rultor. fatal: Could not read from remote repository.

rultor commented 1 year ago

@rultor release, tag is 0.0.2

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

rultor commented 1 year ago

@rultor release, tag is 0.0.2

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

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    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:294)
    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:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    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: com.sonatype.nexus.staging.client.StagingRuleFailuresException: Staging rules failure!
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV3ServiceImpl.monitorRepositoryTransition (StagingWorkflowV3ServiceImpl.java:272)
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl.monitorRepositoryTransition (StagingWorkflowV2ServiceImpl.java:407)
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl$10.perform (StagingWorkflowV2ServiceImpl.java:281)
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl$10.perform (StagingWorkflowV2ServiceImpl.java:276)
    at com.sonatype.nexus.staging.client.internal.ExceptionConverter.runAndReturn (ExceptionConverter.java:38)
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl.releaseStagingRepositories (StagingWorkflowV2ServiceImpl.java:285)
    at com.sonatype.nexus.staging.client.internal.StagingWorkflowV3ServiceImpl.releaseStagingRepositories (StagingWorkflowV3ServiceImpl.java:91)
    at org.sonatype.nexus.maven.staging.workflow.ReleaseStageRepositoryMojo.doExecute (ReleaseStageRepositoryMojo.java:55)
    at org.sonatype.nexus.maven.staging.workflow.AbstractStagingActionMojo.execute (AbstractStagingActionMojo.java:55)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    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:294)
    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:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    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
\u001b[0m\u001b[0mcontainer e0a7f2368ee53a83084f0230a7018a11e8ebb157ac7ffa2711ffb39f9a158a69 is dead
Tue 15 Nov 2022 10:12:19 AM CET
OlesiaSub commented 1 year ago

@yegor256 can you please help? ERROR: Permission to objectionary/deog.git denied to rultor. fatal: Could not read from remote repository.

yegor256 commented 1 year ago

@OlesiaSub I added permissions to Rultor and removed yours. Please, use Rultor for merging and releasing from now on.

OlesiaSub commented 1 year ago

@yegor256 now I can't push to this repo because you removed my permissions...

yegor256 commented 1 year ago

@OlesiaSub make pull requests and use Rultor to merge them

OlesiaSub commented 1 year ago

@yegor256 oh ok I see

OlesiaSub commented 1 year ago

@yegor256 wait no I don't. I can't push to any branches.

remote: Permission to objectionary/deog.git denied to OlesiaSub.
fatal: unable to access 'https://github.com/objectionary/deog/': The requested URL returned error: 403
yegor256 commented 1 year ago

@OlesiaSub you should use forks, like with all other repositories in @objectionary

OlesiaSub commented 1 year ago

@yegor256 ok

OlesiaSub commented 1 year ago

@rultor release, tag is 0.0.3

rultor commented 1 year ago

@rultor release, tag is 0.0.3

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

rultor commented 1 year ago

@rultor release, tag is 0.0.3

@olesiasub Done! FYI, the full log is here (took me 12min)