objectionary / eo-vscode

VSCode Extension for the EO Language with a Language Server
https://marketplace.visualstudio.com/items?itemName=eolang.eo
MIT License
6 stars 0 forks source link

Update dependency antlr4 to v4.13.2 #59

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antlr4 4.11.0 -> 4.13.2 age adoption passing confidence

Release Notes

antlr/antlr4 (antlr4) ### [`v4.13.2`](https://togithub.com/antlr/antlr4/releases/tag/4.13.2) [Compare Source](https://togithub.com/antlr/antlr4/compare/4.13.1...4.13.2) Minor updates release. ##### Pull requests grouped by target ##### cpp target - [\[Cpp\] Use target_include_dirs for cmake targets](https://togithub.com/antlr/antlr4/pull/4661) (target:cpp) - [Update C++ documentation to state that C++17 is required](https://togithub.com/antlr/antlr4/pull/4588) (comp:doc, target:cpp) ##### go target - [fix go-target.md, remove duplicate 'get'](https://togithub.com/antlr/antlr4/pull/4292) (comp:doc, target:go) ##### javascript target - [fix(javascript): fix types not being recognized for NodeNext module resolution](https://togithub.com/antlr/antlr4/pull/4540) (target:javascript) - [\[Javascript\] Fix broken package entrypoints](https://togithub.com/antlr/antlr4/pull/4411) (target:javascript, type:cleanup) ##### python3 target - [name 'state' conflict with Python3 runtime.](https://togithub.com/antlr/antlr4/pull/4312) (target:python3) ##### Contributors - 1 items: [njnobles](https://togithub.com/njnobles) - 1 items: [Andreas Buhr](https://togithub.com/andreasbuhr) (andreasbuhr) - 1 items: [Eric Vergnaud](https://togithub.com/ericvergnaud) (ericvergnaud) - 1 items: [Gökhan Kurt](https://togithub.com/KurtGokhan) (KurtGokhan) - 1 items: [johannesheesterman](https://togithub.com/johannesheesterman) - 1 items: [Alex Miller](https://togithub.com/Codex-) (Codex-) - 1 items: [GP4cK](https://togithub.com/GP4cK) - 1 items: [Alessandro Gatti](https://togithub.com/agatti) (agatti) - 1 items: [cyqw](https://togithub.com/cyqw) - 1 items: [css521](https://togithub.com/css521) (css521) ### [`v4.13.1`](https://togithub.com/antlr/antlr4/releases/tag/4.13.1) [Compare Source](https://togithub.com/antlr/antlr4/compare/4.13.0...4.13.1) #### Pull requests grouped by target ##### csharp target - [\[CSharp\] Fix for #​4386 -- change signatures for ReportAttemptingFullContext() and ReportContextSensitivity() to be identical to all other targets](https://togithub.com/antlr/antlr4/pull/4399) (target:csharp, type:cleanup) ##### go target - [Move GetText(), SetText(), and String() from CommonToken to BaseToken](https://togithub.com/antlr/antlr4/pull/4397) (target:go, type:cleanup) - [Restore "Obtained from string" source name.](https://togithub.com/antlr/antlr4/pull/4396) (target:go, type:cleanup) - [fix: Fix very minor code issues spotted by goreportcard.com](https://togithub.com/antlr/antlr4/pull/4276) (target:go, type:cleanup) ##### java target - [Java: suppress `this-escape` warning introduced in JDK 21.](https://togithub.com/antlr/antlr4/pull/4394) (actions, target:java) ##### javascript target - [Adds default targets for babel configuration](https://togithub.com/antlr/antlr4/pull/4323) (target:javascript) - [fix dependabot warnings](https://togithub.com/antlr/antlr4/pull/4272) (target:javascript, type:cleanup) ##### swift target - [\[SWIFT\] Add Antlr4Dynamic product](https://togithub.com/antlr/antlr4/pull/4363) (target:swift) - [Cleanup duplicate SwiftTarget code](https://togithub.com/antlr/antlr4/pull/4339) (target:swift, type:cleanup) ##### dart target - [\[Dart\] Fix for #​4320--export additional types](https://togithub.com/antlr/antlr4/pull/4340) (type:bug, target:dart) #### Contributors - 2 items: [Ken Domino](https://togithub.com/kaby76) (kaby76) - 2 items: [Jerry Berg](https://togithub.com/googleberg) (googleberg) - 2 items: [ericvergnaud](https://togithub.com/ericvergnaud) - 1 items: [Yichen Yan](https://togithub.com/oraluben) (oraluben) - 1 items: [Grzegorz Spryszyński](https://togithub.com/GrzegorzSpryszynski-TomTom) (GrzegorzSpryszynski-TomTom) - 1 items: [tison](https://togithub.com/tisonkun) (tisonkun) - 1 items: [Nacho Cordón](https://togithub.com/ncordon) (ncordon) - 1 items: [Hervé Boutemy](https://togithub.com/hboutemy) (hboutemy) - 1 items: [Jim Idle](https://togithub.com/jimidle) (jimidle) ### [`v4.13.0`](https://togithub.com/antlr/antlr4/releases/tag/4.13.0) [Compare Source](https://togithub.com/antlr/antlr4/compare/4.12.0...4.13.0) This is primarily change to the Go target itself and its release location, which has moved to https://github.com/antlr4-go/antlr. The code still lives and this repository, but for release purposes we've created a new organization and repository so that Go users can pull versions down according to the repository and label rules #### Issues fixed - [antlr4 jar doubled in size in 4.9.3](https://togithub.com/antlr/antlr4/issues/4226) (unicode, comp:performance) - [Go: exponentially bad/absymal performance as of ...](https://togithub.com/antlr/antlr4/issues/3934) (type:bug, target:go) - [Go runtime panic](https://togithub.com/antlr/antlr4/issues/3929) (type:bug, target:go) #### Improvements, features - [Update LexerATNSimulator.cs with virtual Consume](https://togithub.com/antlr/antlr4/pull/4197) (type:improvement, target:csharp) - [Feature/fixembedding](https://togithub.com/antlr/antlr4/pull/4176) (type:improvement, target:go, comp:performance) - [Provide Javascript port of TokenStreamRewriter](https://togithub.com/antlr/antlr4/pull/3560) (type:feature, target:javascript, target:typescript) #### Pull requests grouped by target ##### csharp target - [Update LexerATNSimulator.cs with virtual Consume](https://togithub.com/antlr/antlr4/pull/4197) (type:improvement, target:csharp) ##### cpp target - [Optimize the concurrent performance of Cpp target by more than 10 times](https://togithub.com/antlr/antlr4/pull/4237) (target:cpp, comp:performance, threading) - [Issue #​4185: Too many artifacts fail to upload](https://togithub.com/antlr/antlr4/pull/4186) (comp:build, target:cpp, comp:testing) - [Limit use of Posix threads to Unix](https://togithub.com/antlr/antlr4/pull/4140) (target:cpp, threading) - [cmake: Fix output dir for Visual Studio generator](https://togithub.com/antlr/antlr4/pull/4121) (comp:build, target:cpp) - [Cpp: Remove code duplication](https://togithub.com/antlr/antlr4/pull/3995) (target:cpp, type:cleanup) ##### go target - [Feature/newrepo - Transition Go code to new runtime repo](https://togithub.com/antlr/antlr4/pull/4275) (target:go) - [Feature/docsNew release documentation and release notes for Go](https://togithub.com/antlr/antlr4/pull/4273) (comp:doc, target:go) - [Change closureCheckingStopState from recursive to iterative](https://togithub.com/antlr/antlr4/pull/4256) (target:go) - [Export generated data structures](https://togithub.com/antlr/antlr4/pull/4255) (target:go) - [fix: Allow CommonTokenStream to reset properly](https://togithub.com/antlr/antlr4/pull/4245) (target:go) - [feat: Adds actual usable @​ actions to the go templates](https://togithub.com/antlr/antlr4/pull/4238) (target:go) - [Feat: Clean up go input streams to be a little more efficient](https://togithub.com/antlr/antlr4/pull/4233) (target:go) - [Add support to Golang codegen for booleans](https://togithub.com/antlr/antlr4/pull/4231) (target:go) - [Clean up go runtime testrig](https://togithub.com/antlr/antlr4/pull/4225) (target:go, comp:testing) - [feat: More reasonable wins in performance](https://togithub.com/antlr/antlr4/pull/4224) (target:go) - [Feature/memory](https://togithub.com/antlr/antlr4/pull/4223) (target:go, comp:performance) - [More performance improvements](https://togithub.com/antlr/antlr4/pull/4210) (target:go, comp:performance) - [Improve PredictionContext performance, fix bugs](https://togithub.com/antlr/antlr4/pull/4196) (target:go) - [Don't Panic! 50% plus performance improvement](https://togithub.com/antlr/antlr4/pull/4192) (target:go, comp:performance) - [Fix the prediction cache and the comparison algorithms from the legacy code](https://togithub.com/antlr/antlr4/pull/4187) (target:go) - [Improve runtime performance of the Go runtime test suite](https://togithub.com/antlr/antlr4/pull/4181) (target:go, comp:performance) - [Fix #​3967 Merge of Prediction Context arrays was broken](https://togithub.com/antlr/antlr4/pull/4180) (target:go) - [Feature/fixembedding](https://togithub.com/antlr/antlr4/pull/4176) (type:improvement, target:go, comp:performance) - [Feature/docclean Greatly improve the godoc comments in the runtime](https://togithub.com/antlr/antlr4/pull/4169) (comp:doc, target:go) - [Feature/gotestfix](https://togithub.com/antlr/antlr4/pull/4168) (target:go) - [Feature/gotestfix Fixes Go runtime test suite](https://togithub.com/antlr/antlr4/pull/4163) (target:go, comp:testing, type:cleanup) - [Feature/fix 4150 - prevent invalid codegen in Go](https://togithub.com/antlr/antlr4/pull/4161) (type:bug, target:go) - [Remove redundant source code from go runtime](https://togithub.com/antlr/antlr4/pull/4155) (target:go, type:cleanup) - [fix: Some code that should have been destined for /v4 was instead put…](https://togithub.com/antlr/antlr4/pull/4154) (target:go, type:cleanup) ##### javascript target - [\[JavaScript\] Exporting syntaxErrorsCount](https://togithub.com/antlr/antlr4/pull/4261) (target:javascript) - [\[Javascript\] Added support for commonjs in nodejs package](https://togithub.com/antlr/antlr4/pull/4217) (target:javascript) - [do not modify String.prototype in js package](https://togithub.com/antlr/antlr4/pull/4200) (target:javascript) - [Provide Javascript port of TokenStreamRewriter](https://togithub.com/antlr/antlr4/pull/3560) (type:feature, target:javascript, target:typescript) ##### python3 target - [Minor typo](https://togithub.com/antlr/antlr4/pull/4271) (target:python3) - [Remove redundant **name** check in multiple files](https://togithub.com/antlr/antlr4/pull/4222) (target:python3) - [\[Python3\] Move the metadata into `PEP 621`-compliant `pyproject.toml`.](https://togithub.com/antlr/antlr4/pull/4153) (comp:build, target:python3) #### Contributors - 23 items: [Jim Idle](https://togithub.com/jimidle) (jimidle) - 4 items: [ericvergnaud](https://togithub.com/ericvergnaud) - 2 items: [HS](https://togithub.com/hs-apotell) (hs-apotell) - 2 items: [Josua Frank](https://togithub.com/Sharknoon) (Sharknoon) - 2 items: [Robert Adam](https://togithub.com/Krzmbrzl) (Krzmbrzl) - 1 items: [Rodrigo Antonio Godinho da Silva](https://togithub.com/killerall) (killerall) - 1 items: [Tao Wang](https://togithub.com/wangtao9) (wangtao9) - 1 items: [Michael de Hoog](https://togithub.com/mdehoog) (mdehoog) - 1 items: [Ivan Kochurkin](https://togithub.com/KvanTTT) (KvanTTT) - 1 items: [Mikołaj Podbielski](https://togithub.com/mikolajpod) (mikolajpod) - 1 items: [Ahmad Tameem](https://togithub.com/Tameem97) (Tameem97) - 1 items: [Adrian Jutrowski](https://togithub.com/Tarjei400) (Tarjei400) - 1 items: [Jon Harris](https://togithub.com/jharris4) (jharris4) - 1 items: [Alberto Simões](https://togithub.com/cxambs) (cxambs) - 1 items: [KOLANICH](https://togithub.com/KOLANICH) (KOLANICH) - 1 items: [hieunguyen2211](https://togithub.com/hieunguyen2211) - 1 items: [Leonardo Sarmiento](https://togithub.com/Leo1690) (Leo1690) - 1 items: [Prashant-Jagtap](https://togithub.com/Prashant-Jagtap) - 1 items: [kirides](https://togithub.com/kirides) - 1 items: [Terence Parr](https://togithub.com/parrt) (parrt) - 1 items: [Eiríkur Fannar Torfason](https://togithub.com/eirikur-grid) (eirikur-grid) ### [`v4.12.0`](https://togithub.com/antlr/antlr4/releases/tag/4.12.0) [Compare Source](https://togithub.com/antlr/antlr4/compare/4.11.0...4.12.0) The 4.12.0 release is primarily about the new TypeScript target created by [@​ericvergnaud](https://togithub.com/ericvergnaud). There are also a number of fixes to the various targets, as you can see from the descriptions below. ##### Issues fixed - [github actions now fail for python2 and ubuntu clang and ubuntu swift](https://togithub.com/antlr/antlr4/issues/3988) (comp:runtime, comp:build, comp:testing) - [js mergeArrays output differs from java](https://togithub.com/antlr/antlr4/issues/3965) (atn-analysis, target:javascript) - [C++ target fails Performance/DropLoopEntryBranchInLRRule\_4.txt](https://togithub.com/antlr/antlr4/issues/3959) (atn-analysis, type:bug, target:cpp) - [Wrong grammarFileName in generated code](https://togithub.com/antlr/antlr4/issues/3937) (code-gen, type:bug) - [C++ crashes on new test ParserExec/ListLabelsOnRuleRefStartOfAlt.txt](https://togithub.com/antlr/antlr4/issues/3845) (atn-analysis, type:bug, target:cpp) - [\[JavaScript runtime\] Bad field name, bad comments](https://togithub.com/antlr/antlr4/issues/3710) (type:bug) ##### Improvements, features - [Fully qualify std::move invocations to fix -Wunqualified-std-cast-call](https://togithub.com/antlr/antlr4/pull/4101) (type:improvement, target:cpp) - [Extract FileUtils updates by @​ericvergnaud](https://togithub.com/antlr/antlr4/pull/4030) (type:improvement, cross-platform-issue, comp:testing) - [Extract unit test updates by @​ericvergnaud needed for TypeScript](https://togithub.com/antlr/antlr4/pull/4029) (type:improvement, comp:testing) - [\[Go target\] Fix for #​3926: Add accessors for tree navigation to interfaces in generated parser](https://togithub.com/antlr/antlr4/pull/3927) (trees-contexts, code-gen, type:improvement, target:go) - [GitHub Workflows security hardening](https://togithub.com/antlr/antlr4/pull/3847) (actions, type:improvement, comp:testing) ##### Pull requests grouped by target ##### csharp target - [Generate identical atn simulation output across targets to compare parsing functionality](https://togithub.com/antlr/antlr4/pull/3957) (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing) ##### cpp target - [Fully qualify std::move invocations to fix -Wunqualified-std-cast-call](https://togithub.com/antlr/antlr4/pull/4101) (type:improvement, target:cpp) - [Cpp: cmake improvements](https://togithub.com/antlr/antlr4/pull/3996) (comp:build, target:cpp) - [Gcc version fix](https://togithub.com/antlr/antlr4/pull/3979) (comp:build, target:cpp, comp:testing) - [Fix cpp equals bug #​3959](https://togithub.com/antlr/antlr4/pull/3978) (atn-analysis, type:bug, target:cpp) - [Fix 3845 nullptr cpp](https://togithub.com/antlr/antlr4/pull/3958) (atn-analysis, type:bug, target:cpp) - [Generate identical atn simulation output across targets to compare parsing functionality](https://togithub.com/antlr/antlr4/pull/3957) (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing) - [Updating the files in the Xcode project for ANTLR4 Cpp runtime.](https://togithub.com/antlr/antlr4/pull/3945) (target:cpp) - [Fixing reserve word NULL for cpp targets](https://togithub.com/antlr/antlr4/pull/3889) (grammars, target:cpp, type:cleanup) - [\[C++\] Fix the compiler errors reported by GCC 7](https://togithub.com/antlr/antlr4/pull/3885) (target:cpp) ##### go target - [Generate identical atn simulation output across targets to compare parsing functionality](https://togithub.com/antlr/antlr4/pull/3957) (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing) - [Remove unnecessary getter](https://togithub.com/antlr/antlr4/pull/3947) (target:go, type:cleanup) - [\[Go target\] Fix for #​3926: Add accessors for tree navigation to interfaces in generated parser](https://togithub.com/antlr/antlr4/pull/3927) (trees-contexts, code-gen, type:improvement, target:go) - [fix: #​3758 Extrememly poor performance on poorly written grammars](https://togithub.com/antlr/antlr4/pull/3880) (target:go, comp:performance) - [fix: Restore missing changes to v4 of go runtime](https://togithub.com/antlr/antlr4/pull/3871) (target:go, type:cleanup) - [\[Go\] Add Iterative tree walker in go](https://togithub.com/antlr/antlr4/pull/3740) (trees-contexts, target:go) ##### java target - [Generate identical atn simulation output across targets to compare parsing functionality](https://togithub.com/antlr/antlr4/pull/3957) (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing) ##### javascript target - [Js support encoding in file stream + packaging issues](https://togithub.com/antlr/antlr4/pull/4112) (target:javascript) - [Fix js webpack issue](https://togithub.com/antlr/antlr4/pull/4104) (target:javascript) - [Javascript fix missing export](https://togithub.com/antlr/antlr4/pull/4076) (target:javascript) - [Fix issue 3965](https://togithub.com/antlr/antlr4/pull/3972) (atn-analysis, target:javascript) - [Generate identical atn simulation output across targets to compare parsing functionality](https://togithub.com/antlr/antlr4/pull/3957) (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing) ##### python2 target - [Python LexerNoViableAltException is created with messages (#​4095)](https://togithub.com/antlr/antlr4/pull/4097) (target:python2, target:python3) - [Generate identical atn simulation output across targets to compare parsing functionality](https://togithub.com/antlr/antlr4/pull/3957) (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing) ##### python3 target - [Python LexerNoViableAltException is created with messages (#​4095)](https://togithub.com/antlr/antlr4/pull/4097) (target:python2, target:python3) - [Generate identical atn simulation output across targets to compare parsing functionality](https://togithub.com/antlr/antlr4/pull/3957) (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing) ##### swift target - [Small tweaks to Swift.stg to allow throwing operations in actions](https://togithub.com/antlr/antlr4/pull/4043) (actions, target:swift, type:cleanup) - [Fix two Swift profiling bugs](https://togithub.com/antlr/antlr4/pull/3954) (atn-analysis, target:swift) - [Don’t specify a default type for the exported Swift package library](https://togithub.com/antlr/antlr4/pull/3953) (comp:build, target:swift) - [Package.swift: provide an option to link against ANTLR 4 statically](https://togithub.com/antlr/antlr4/pull/3906) (comp:build, target:swift) - [Bring back the Package.swift in the project's root](https://togithub.com/antlr/antlr4/pull/3869) (actions, comp:build, target:swift) ##### php target - [php composer install](https://togithub.com/antlr/antlr4/pull/3980) (comp:build, comp:testing, target:php) - [Fix PHP test template and improve docs about debugging](https://togithub.com/antlr/antlr4/pull/3975) (atn-analysis, comp:doc, target:php) - [Add ATN tracing support for PHP target](https://togithub.com/antlr/antlr4/pull/3974) (target:php) ##### dart target ##### Contributors - 14 items: [Terence Parr](https://togithub.com/parrt) (parrt) - 12 items: [ericvergnaud](https://togithub.com/ericvergnaud) - 2 items: [Ken Domino](https://togithub.com/kaby76) (kaby76) - 2 items: [Marcos Passos](https://togithub.com/marcospassos) (marcospassos) - 2 items: [Jeremiah Boyle](https://togithub.com/j3r3miah) (j3r3miah) - 2 items: [Nikolay Edigaryev](https://togithub.com/edigaryev) (edigaryev) - 2 items: [Jim Idle](https://togithub.com/jimidle) (jimidle) - 1 items: [Daniel Snider](https://togithub.com/danielsnider) (danielsnider) - 1 items: [Jordan Rupprecht](https://togithub.com/rupprecht) (rupprecht) - 1 items: [Sofyan-SU](https://togithub.com/Sofyan-SU) - 1 items: [Mykola (Nickolas) Pokhylets](https://togithub.com/nickolas-pohilets) (nickolas-pohilets) - 1 items: [Robert Adam](https://togithub.com/Krzmbrzl) (Krzmbrzl) - 1 items: [HS](https://togithub.com/hs-apotell) (hs-apotell) - 1 items: [Chris Kolbu](https://togithub.com/nesevis) (nesevis) - 1 items: [Tony Arnold](https://togithub.com/tonyarnold) (tonyarnold) - 1 items: [Brad B](https://togithub.com/BradB132) (BradB132) - 1 items: [Eric Mutta](https://togithub.com/ericmutta) (ericmutta) - 1 items: [acetousk](https://togithub.com/acetousk) - 1 items: [Chris](https://togithub.com/chris-miner) (chris-miner) - 1 items: [@​TT](https://togithub.com/1sand0s) (1sand0s) - 1 items: [FireWolf](https://togithub.com/0xFireWolf) (0xFireWolf) - 1 items: [Gunnlaugur Thor Briem](https://togithub.com/gthb) (gthb) - 1 items: [Alex](https://togithub.com/sashashura) (sashashura) - 1 items: [Hervé Boutemy](https://togithub.com/hboutemy) (hboutemy) - 1 items: [Rishabh Arya](https://togithub.com/rishabh-arya95) (rishabh-arya95)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

yegor256 commented 1 year ago

@rultor please, try to merge

rultor commented 1 year ago

@rultor please, try to merge

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

rultor commented 1 year ago

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 14s)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2687478
+ echo '1.74.7 b768e876f'
1.74.7 b768e876f
+ date
Mon 17 Apr 2023 06:32:35 PM CEST
+ uptime
 18:32:35 up 144 days, 23:10,  0 users,  load average: 0.17, 0.12, 0.07
+ cat
com.rultor.spi.Profile: There is no 'merge' section in .rultor.yml for branch master in repo objectionary/eo-vscode
    at com.rultor.agents.req.StartsRequest.docker(StartsRequest.java:350)
    at com.rultor.agents.req.StartsRequest.vars(StartsRequest.java:255)
    at com.rultor.agents.req.StartsRequest.script(StartsRequest.java:148)
    at com.rultor.agents.req.StartsRequest.process(StartsRequest.java:109)
    at com.rultor.agents.AbstractAgent.execute(AbstractAgent.java:70)
    at com.rultor.spi.Agent.execute(Agent.java:84)
    at com.rultor.Routine.process(Routine.java:202)
    at com.rultor.Routine.unsafe_aroundBody0(Routine.java:180)
    at com.rultor.Routine.run(Routine.java:1)
    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:179)
    at com.jcabi.aspects.aj.MethodInterrupter.wrap(MethodInterrupter.java:108)
    at com.rultor.Routine.unsafe(Routine.java:175)
    at com.rultor.Routine.run(Routine.java:142)
    at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:190)
    at com.jcabi.aspects.aj.MethodScheduler.lambda./run.sh(MethodScheduler.java:194)
    at java.base/java.util.concurrent.Executors.call(Executors.java:539)
    at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
    at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.run(ScheduledThreadPoolExecutor.java:305)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base/java.util.concurrent.ThreadPoolExecutor.run(ThreadPoolExecutor.java:635)
    at com.jcabi.log.VerboseThreads.run(VerboseThreads.java:222)
    at java.base/java.lang.Thread.run(Thread.java:833)

+ exit -1
'cid' file is absent, most probably the Docker container wasn't started correctly
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 9 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud