nickva commented on PR #5128:
URL: https://github.com/apache/couchdb/pull/5128#issuecomment-2222154123
Fixed credo by updating it. Next hit a crypto issue in rebar:
```
[2024-07-11T06:32:56.777Z] =ERROR REPORT==== 11-Jul-2024::06:32:56.530392 ===
[2024-07-11T06:32:56.777Z] Unable to load crypto library. Failed with error:
[2024-07-11T06:32:56.777Z] "load, Library load-call unsuccessful (227)."
[2024-07-11T06:32:56.777Z]
[2024-07-11T06:32:56.777Z] Uncaught error in rebar_core: {'EXIT',
[2024-07-11T06:32:56.777Z] {undef,
[2024-07-11T06:32:56.777Z]
[{crypto,start,[],[]},
[2024-07-11T06:32:56.777Z] {rebar,run_aux,2,
[2024-07-11T06:32:56.777Z]
[{file,"src/rebar.erl"},{line,209}]},
[2024-07-11T06:32:56.777Z] {rebar,main,1,
[2024-07-11T06:32:56.777Z]
[{file,"src/rebar.erl"},{line,58}]},
[2024-07-11T06:32:56.777Z] {escript,run,2,
[2024-07-11T06:32:56.777Z]
[{file,"escript.erl"},{line,750}]},
[2024-07-11T06:32:56.777Z] {escript,start,1,
[2024-07-11T06:32:56.777Z]
[{file,"escript.erl"},{line,277}]},
[2024-07-11T06:32:56.777Z]
{init,start_em,1,[]},
[2024-07-11T06:32:56.777Z]
{init,do_boot,3,[]}]}}
[2024-07-11T06:32:56.777Z] make: *** [Makefile:124: couch] Error 1
[2024-07-11T06:32:56.777Z] + make build-report
[2024-07-11T06:32:56.777Z] build-aux/show-test-results.py --suites=10
--tests=10 > test-results.log || true
[2024-07-11T06:32:56.777Z] cat ./dev/logs/node1.log || true
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]