Skip to content

Commit

Permalink
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v…
Browse files Browse the repository at this point in the history
…3.12.0
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent dab4fb1 commit a5fcb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo2py-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.12.0</version>
</plugin>

<plugin>
Expand Down

1 comment on commit a5fcb03

@0pdd
Copy link

@0pdd 0pdd commented on a5fcb03 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't able to retrieve PDD puzzles from the code base and submit them to github. If you think that it's a bug on our side, please submit it to yegor256/0pdd:

set -x && set -e && set -o pipefail && cd /tmp/0pdd20231219-14-gi11wm/Z2l0QGdpdGh1Yi5jb206b2JqZWN0aW9uYXJ5L2VvMnB5LmdpdA && pdd -v -f /tmp/20231219-1285825-ff6my2 [1]: + set -e + set -o pipefail + cd /tmp/0pdd20231219-14-gi11wm/Z2l0QGdpdGh1Yi5jb206b2JqZWN0aW9uYXJ5L2VvMnB5LmdpdA + pdd -v -f...

Please, copy and paste this stack trace to GitHub:

UserError
set -x && set -e && set -o pipefail && cd /tmp/0pdd20231219-14-gi11wm/Z2l0QGdpdGh1Yi5jb206b2JqZWN0aW9uYXJ5L2VvMnB5LmdpdA && pdd -v -f /tmp/20231219-1285825-ff6my2 [1]:
+ set -e
+ set -o pipefail
+ cd /tmp/0pdd20231219-14-gi11wm/Z2l0QGdpdGh1Yi5jb206b2JqZWN0aW9uYXJ5L2VvMnB5LmdpdA
+ pdd -v -f /tmp/20231219-1285825-ff6my2

My version is 0.23.2
Ruby version is 3.1.4 at x86_64-linux
Reading from root dir /tmp/0pdd20231219-14-gi11wm/Z2l0QGdpdGh1Yi5jb206b2JqZWN0aW9uYXJ5L2VvMnB5LmdpdA
/tmp/0pdd20231219-14-gi11wm/Z2l0QGdpdGh1Yi5jb206b2JqZWN0aW9uYXJ5L2VvMnB5LmdpdA/eo-python-runtime/src/eo2py/__init__.py is a binary file (0 bytes)
/tmp/0pdd20231219-14-gi11wm/Z2l0QGdpdGh1Yi5jb206b2JqZWN0aW9uYXJ5L2VvMnB5LmdpdA/eo-python-runtime/tests/__init__.py is a binary file (0 bytes)
/tmp/0pdd20231219-14-gi11wm/Z2l0QGdpdGh1Yi5jb206b2JqZWN0aW9uYXJ5L2VvMnB5LmdpdA/eo-python-runtime/tests/atoms/__init__.py is a binary file (0 bytes)
/tmp/0pdd20231219-14-gi11wm/Z2l0QGdpdGh1Yi5jb206b2JqZWN0aW9uYXJ5L2VvMnB5LmdpdA/eo-python-runtime/tests/example_programs/__init__.py is a binary file (0 bytes)
/tmp/0pdd20231219-14-gi11wm/Z2l0QGdpdGh1Yi5jb206b2JqZWN0aW9uYXJ5L2VvMnB5LmdpdA/renovate.json is a binary file (107 bytes)
/tmp/0pdd20231219-14-gi11wm/Z2l0QGdpdGh1Yi5jb206b2JqZWN0aW9uYXJ5L2VvMnB5LmdpdA/sandbox/eo/arrays.eo is a binary file (350 bytes)
/tmp/0pdd20231219-14-gi11wm/Z2l0QGdpdGh1Yi5jb206b2JqZWN0aW9uYXJ5L2VvMnB5LmdpdA/sandbox/eo/inline_attributes.eo is a binary file (438 bytes)
/tmp/0pdd20231219-14-gi11wm/Z2l0QGdpdGh1Yi5jb206b2JqZWN0aW9uYXJ5L2VvMnB5LmdpdA/sandbox/eo/simple_object.eo is a binary file (16 bytes)
Reading .bumpversion.cfg ...
Reading .github/workflows/maven.yml ...
Reading .github/workflows/python-package.yml ...
Reading .github/workflows/python-publish.yml ...
Reading .gitignore ...
Reading LICENSE ...
Reading README.md ...
Reading eo-python-runtime/.coveragerc ...
Reading eo-python-runtime/.gitignore ...
Reading eo-python-runtime/LICENSE ...
Reading eo-python-runtime/README.md ...
Reading eo-python-runtime/pyproject.toml ...
Reading eo-python-runtime/requirements.txt ...
Reading eo-python-runtime/scripts/build.sh ...
Reading eo-python-runtime/scripts/release.sh ...
Reading eo-python-runtime/scripts/setup_env.sh ...
Reading eo-python-runtime/setup.cfg ...
Reading eo-python-runtime/src/eo2py/atoms.py ...
Reading eo-python-runtime/tests/atoms/test_atoms.py ...
Reading eo-python-runtime/tests/example_programs/test_args_varargs.py ...
Reading eo-python-runtime/tests/example_programs/test_arrays.py ...
Reading eo-python-runtime/tests/example_programs/test_chained_phi.py ...
Reading eo-python-runtime/tests/example_programs/test_factorial.py ...
Reading eo-python-runtime/tests/example_programs/test_fibonacci.py ...
Reading eo-python-runtime/tests/example_programs/test_free_decoratee.py ...
Reading eo-python-runtime/tests/example_programs/test_inline_attributes.py ...
Reading eo-python-runtime/tests/example_programs/test_simple_fibonacci.py ...
Reading eo-python-runtime/tests/example_programs/test_simple_object.py ...
Reading eo-python-runtime/tests/example_programs/test_simple_varargs.py ...
Reading eo-python-runtime/tests/example_programs/test_vector.py ...
Reading eo-python-runtime/tests/example_programs/utils.py ...
Reading eo2py-maven-plugin/README.md ...
Reading eo2py-maven-plugin/pom.xml ...
Reading eo2py-maven-plugin/src/it/settings.xml ...
Reading eo2py-maven-plugin/src/it/simple-it/eo/simple.eo ...
Reading eo2py-maven-plugin/src/it/simple-it/pom.xml ...
Reading eo2py-maven-plugin/src/it/simple-it/verify.groovy ...
Reading eo2py-maven-plugin/src/main/java/org/eolang/CompileMojo.java ...
Reading eo2py-maven-plugin/src/main/java/org/eolang/OptimizeMojo.java ...
Reading eo2py-maven-plugin/src/main/java/org/eolang/ParseMojo.java ...
ERROR: ERROR: eo2py-maven-plugin/src/main/java/org/eolang/ParseMojo.java; PDD::Error at eo2py-maven-plugin/src/main/java/org/eolang/ParseMojo.java:138: TODO found, but puzzle can't be parsed, most probably because TODO is not followed by a puzzle marker, as this page explains: https://github.com/cqfn/pdd#how-to-format
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.
Exit code is 1

/app/objects/git_repo.rb:73:in `rescue in block in xml'
/app/objects/git_repo.rb:70:in `block in xml'
/app/vendor/ruby-3.1.4/lib/ruby/3.1.0/tempfile.rb:317:in `open'
/app/objects/git_repo.rb:69:in `xml'
/app/objects/puzzles.rb:41:in `deploy'
/app/objects/jobs/job.rb:38:in `proceed'
/app/objects/jobs/job_starred.rb:32:in `proceed'
/app/objects/jobs/job_recorded.rb:31:in `proceed'
/app/objects/jobs/job_emailed.rb:33:in `proceed'
/app/objects/jobs/job_commiterrors.rb:33:in `proceed'
/app/objects/jobs/job_detached.rb:48:in `exclusive'
/app/objects/jobs/job_detached.rb:36:in `block in proceed'
/app/objects/jobs/job_detached.rb:36:in `fork'
/app/objects/jobs/job_detached.rb:36:in `proceed'
/app/0pdd.rb:531:in `process_request'
/app/0pdd.rb:367:in `block in <top (required)>'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1706:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1706:in `block in compile!'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1019:in `block (3 levels) in route!'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1037:in `route_eval'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1019:in `block (2 levels) in route!'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1068:in `block in process_route'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1066:in `catch'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1066:in `process_route'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1017:in `block in route!'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1014:in `each'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1014:in `route!'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1138:in `block in dispatch!'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1109:in `catch'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1109:in `invoke'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1133:in `dispatch!'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:949:in `block in call!'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1109:in `catch'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1109:in `invoke'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:949:in `call!'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:938:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.8/lib/rack/deflater.rb:44:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/rack-protection-3.0.6/lib/rack/protection/xss_header.rb:20:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/rack-protection-3.0.6/lib/rack/protection/path_traversal.rb:18:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/rack-protection-3.0.6/lib/rack/protection/json_csrf.rb:28:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/rack-protection-3.0.6/lib/rack/protection/base.rb:53:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/rack-protection-3.0.6/lib/rack/protection/base.rb:53:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/rack-protection-3.0.6/lib/rack/protection/frame_options.rb:33:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.8/lib/rack/logger.rb:17:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.8/lib/rack/common_logger.rb:38:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:261:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:254:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.8/lib/rack/head.rb:12:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.8/lib/rack/method_override.rb:24:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:219:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:2018:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1576:in `block in call'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1792:in `synchronize'
/app/vendor/bundle/ruby/3.1.0/gems/sinatra-3.0.6/lib/sinatra/base.rb:1576:in `call'
/app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.8/lib/rack/handler/webrick.rb:95:in `service'
/app/vendor/bundle/ruby/3.1.0/gems/webrick-1.8.1/lib/webrick/httpserver.rb:140:in `service'
/app/vendor/bundle/ruby/3.1.0/gems/webrick-1.8.1/lib/webrick/httpserver.rb:96:in `run'
/app/vendor/bundle/ruby/3.1.0/gems/webrick-1.8.1/lib/webrick/server.rb:310:in `block in start_thread'

Please sign in to comment.