sarveshtamba commented on issue #2053: `make check` failures on ppc64le 
(`erl_child_setup: failed with error 32 on line 253`)
URL: https://github.com/apache/couchdb/issues/2053#issuecomment-505313048
 
 
   @jiangphcn thanks for your inputs. :)
   The test suite executiong proceeds ahead and fails at the following step:-
   ```
   OK (SKIP=128)
   make[1]: Leaving directory '/home/sar/couchdb/couchdb'
   make[1]: Entering directory '/home/sar/couchdb/couchdb'
   =CRASH REPORT==== 25-Jun-2019::11:55:01.509626 ===
     crasher:
       initial call: Elixir.GenEvent:init_it/6
       pid: <0.87.0>
       registered_name: 'Elixir.Logger'
       exception error: undefined function gen:debug_options/1
         in function  'Elixir.GenEvent':init_it/6 (lib/gen_event.ex, line 538)
       ancestors: ['Elixir.Logger.Supervisor',<0.85.0>]
       message_queue_len: 0
       messages: []
       links: [<0.86.0>]
       dictionary: []
       trap_exit: false
       status: running
       heap_size: 376
       stack_size: 27
       reductions: 244
     neighbours:
   
   =SUPERVISOR REPORT==== 25-Jun-2019::11:55:01.517883 ===
       supervisor: {local,'Elixir.Logger.Supervisor'}
       errorContext: start_error
       reason: {undef,
                   [{gen,debug_options,[[]],[]},
                    {'Elixir.GenEvent',init_it,6,
                        [{file,"lib/gen_event.ex"},{line,538}]},
                    {proc_lib,init_p_do_apply,3,
                        [{file,"proc_lib.erl"},{line,249}]}]}
       offender: [{pid,undefined},
                  {id,'Elixir.GenEvent'},
                  {mfargs,
                      
{'Elixir.GenEvent',start_link,[[{name,'Elixir.Logger'}]]}},
                  {restart_type,permanent},
                  {shutdown,5000},
                  {child_type,worker}]
   =CRASH REPORT==== 25-Jun-2019::11:55:01.518202 ===
     crasher:
       initial call: application_master:init/4
       pid: <0.84.0>
       registered_name: []
       exception exit: {{shutdown,
                            {failed_to_start_child,'Elixir.GenEvent',
                                {undef,
                                    [{gen,debug_options,[[]],[]},
                                     {'Elixir.GenEvent',init_it,6,
                                         
[{file,"lib/gen_event.ex"},{line,538}]},
                                     {proc_lib,init_p_do_apply,3,
                                         
[{file,"proc_lib.erl"},{line,249}]}]}}},
                        {'Elixir.Logger.App',start,[normal,[]]}}
         in function  application_master:init/4 (application_master.erl, line 
138)
       ancestors: [<0.83.0>]
       message_queue_len: 1
       messages: [{'EXIT',<0.85.0>,normal}]
       links: [<0.83.0>,<0.43.0>]
       dictionary: []
       trap_exit: true
       status: running
       heap_size: 610
       stack_size: 27
       reductions: 207
     neighbours:
   
   =INFO REPORT==== 25-Jun-2019::11:55:01.518827 ===
       application: logger
       exited: {{shutdown,
                    {failed_to_start_child,'Elixir.GenEvent',
                        {undef,
                            [{gen,debug_options,[[]],[]},
                             {'Elixir.GenEvent',init_it,6,
                                 [{file,"lib/gen_event.ex"},{line,538}]},
                             {proc_lib,init_p_do_apply,3,
                                 [{file,"proc_lib.erl"},{line,249}]}]}}},
                {'Elixir.Logger.App',start,[normal,[]]}}
       type: temporary
   ** (Mix) Invalid Elixir version requirement ~> 1.6 in mix.exs file
   Makefile:220: recipe for target 'elixir-init' failed
   make[1]: *** [elixir-init] Error 1
   make[1]: Leaving directory '/home/sar/couchdb/couchdb'
   Makefile:148: recipe for target 'check' failed
   make: *** [check] Error 2
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to