You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/07/04 03:11:56 UTC

[GitHub] [couchdb] nickva commented on pull request #4086: Add Erlang 25 to PR CI pipeline and Ubuntu Jammy to full CI

nickva commented on PR #4086:
URL: https://github.com/apache/couchdb/pull/4086#issuecomment-1173290768

   For some reason still getting
   
   ```
   [2022-07-03T20:25:42.978Z] ==> rel (compile)
   [2022-07-03T20:25:42.978Z] ==> ****-cm1_PullRequests_PR-4086 (compile)
   [2022-07-03T20:25:43.719Z] warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
   [2022-07-03T20:25:44.066Z] 
   [2022-07-03T20:25:44.066Z] 20:25:43.844 [error] beam/beam_load.c(86): Error loading module 'Elixir.Code.Formatter':
   [2022-07-03T20:25:44.066Z]   lambda already defined for label 749. To fix this, please recompile this module with an OTP 25 compiler.
   [2022-07-03T20:25:44.066Z] 
   [2022-07-03T20:25:44.066Z] 
   [2022-07-03T20:25:44.066Z] 
   [2022-07-03T20:25:44.066Z] 20:25:43.844 [error] Loading of /usr/local/bin/../lib/elixir/ebin/Elixir.Code.Formatter.beam failed: :badfile
   [2022-07-03T20:25:44.066Z] 
   [2022-07-03T20:25:44.066Z] ** (UndefinedFunctionError) function Code.Formatter.locals_without_parens/0 is undefined (module Code.Formatter is not available)
   [2022-07-03T20:25:44.066Z]     (elixir 1.13.4) Code.Formatter.locals_without_parens()
   [2022-07-03T20:25:44.066Z]     (elixir 1.13.4) lib/code/normalizer.ex:22: Code.Normalizer.normalize/2
   [2022-07-03T20:25:44.066Z]     (elixir 1.13.4) lib/code.ex:1107: Code.quoted_to_algebra/2
   [2022-07-03T20:25:44.066Z] make[1]: *** [Makefile:247: elixir-init] Error 1
   [2022-07-03T20:25:44.066Z] make[1]: Leaving directory '/home/****/workspace/****-cm1_PullRequests_PR-4086'
   [2022-07-03T20:25:44.066Z] make: *** [Makefile:155: check] Error 2
   ```
   
   Even after building an image with bullseye erlang 25.0.2 and downloading the pre-compiled Elixir 1.13.4 for OTP 25 it still shows the error.


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org