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

   It seems as if we're running with the wrong docker image.
   
   I had added a debug print of the beam file which is supposedly "bad" in the 
Jenkins job for 25.0.2 image.
   
   Locally it prints:
   ```
   erl -noshell -eval '{ok, F} = 
file:read_file("/usr/local/lib/elixir/ebin/Elixir.Code.Formatter.beam"), {ok, 
Info} = beam_lib:chunks(F, [compile_info, attributes]), erlang:display(Info), 
halt().'
   
   {'Elixir.Code.Formatter',[{compile_info,[
     
{version,"8.2"},{options,[no_spawn_compiler_process,from_core,no_core_prepare,no_auto_import]},
 
     {source,"/home/build/elixir/lib/elixir/lib/code/formatter.ex"}]},
     {attributes,[{vsn,[212914653288359122158021616057205722824]}]}]}
   ```
   
   and on Jenkins it prints
   ```
   [2022-07-05T00:38:30.257Z] + erl -noshell -eval {ok, F} = 
file:read_file("/usr/local/lib/elixir/ebin/Elixir.Code.Formatter.beam"), {ok, 
Info} = beam_lib:chunks(F, [compile_info, attributes]), erlang:display(Info), 
halt().
   
   [2022-07-05T00:38:30.257Z] {'Elixir.Code.Formatter',[{compile_info,[
      
{version,"7.5.4"},{options,[no_spawn_compiler_process,from_core,no_core_prepare,no_auto_import]},{source,"/Users/jose/OSS/elixir/lib/elixir/lib/code/formatter.ex"}]},
   {attributes,[{vsn,[29502098686927955986765935609998676965]}]}]}
   ```
   
   But now I am wondering how we ended up with that outdated file/image...


-- 
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]

Reply via email to