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-506295036
 
 
   > @sarveshtamba I failed to reproduce problem in my environment. The elixir 
I used is 1.8.0-1. Can you have a try with this version?
   
   Thanks @jiangphcn , it works fine with Elixir v1.8.2 and the test suite 
proceeds ahead.
   Seeing the below new errors and trying to understand them. Are these related 
to any network settings/proxy issues?
   Item no. 8 is a timeout.
   ```
     1) test replication by doc ids - local-to-local (ReplicationTest)
        test/replication_test.exs:228
        ** (KeyError) key :status_code not found in: 
%HTTPotion.ErrorResponse{message: "req_timedout"}
        code: run_by_id_repl(@src_prefix, @tgt_prefix)
        stacktrace:
          (foo) lib/couch/db_test.ex:166: anonymous fn/2 in 
Couch.DBTest.create_db/2
          (foo) lib/couch/db_test.ex:304: Couch.DBTest.retry_until/4
          test/replication_test.exs:994: ReplicationTest.run_by_id_repl_impl/3
          (elixir) lib/enum.ex:783: Enum."-each/2-lists^foreach/1-0-"/2
          (elixir) lib/enum.ex:783: Enum.each/2
          test/replication_test.exs:229: (test)
     2) test replication restarts after filter change - COUCHDB-892 - 
remote-to-local (ReplicationTest)
        test/replication_test.exs:224
        ** (KeyError) key :status_code not found in: 
%HTTPotion.ErrorResponse{message: "req_timedout"}
        code: run_filter_changed_repl(@src_prefix, @tgt_prefix)
        stacktrace:
          (foo) lib/couch/db_test.ex:166: anonymous fn/2 in 
Couch.DBTest.create_db/2
          (foo) lib/couch/db_test.ex:304: Couch.DBTest.retry_until/4
          test/replication_test.exs:847: 
ReplicationTest.run_filter_changed_repl/2
          test/replication_test.exs:225: (test)
     3) test create_target filter option - remote-to-remote (ReplicationTest)
        test/replication_test.exs:216
        ** (KeyError) key :status_code not found in: 
%HTTPotion.ErrorResponse{message: "req_timedout"}
        code: run_create_target_repl(@src_prefix, @tgt_prefix)
        stacktrace:
          (foo) lib/couch/db_test.ex:166: anonymous fn/2 in 
Couch.DBTest.create_db/2
          (foo) lib/couch/db_test.ex:304: Couch.DBTest.retry_until/4
          test/replication_test.exs:705: 
ReplicationTest.run_create_target_repl/2
          test/replication_test.exs:217: (test)
    10) SecurityValidationTest: failure on setup_all callback, all tests have 
been invalidated
        ** (KeyError) key :status_code not found in: 
%HTTPotion.ErrorResponse{message: "req_timedout"}
        stacktrace:
          (foo) lib/couch/db_test.ex:166: anonymous fn/2 in 
Couch.DBTest.create_db/2
          (foo) lib/couch/db_test.ex:304: Couch.DBTest.retry_until/4
          test/security_validation_test.exs:52: 
SecurityValidationTest.__ex_unit_setup_all_1/1
          test/security_validation_test.exs:1: 
SecurityValidationTest.__ex_unit__/2
     4) test PUT fails for partitions with _ (PartitionCrudTest)
        test/partition_crud_test.exs:48
        ** (KeyError) key :status_code not found in: 
%HTTPotion.ErrorResponse{message: "req_timedout"}
        stacktrace:
          (foo) lib/couch/db_test.ex:166: anonymous fn/2 in 
Couch.DBTest.create_db/2
          (foo) lib/couch/db_test.ex:304: Couch.DBTest.retry_until/4
          (foo) lib/couch/db_test.ex:38: Couch.DBTest.set_db_context/1
          (elixir) lib/enum.ex:1947: Enum."-reduce/3-lists^foldl/2-0-"/3
          (foo) test/support/couch_test_case.ex:23: 
CouchTestCase.__ex_unit_setup_0/1
          (foo) test/support/couch_test_case.ex:1: CouchTestCase.__ex_unit__/2
          test/partition_crud_test.exs:1: PartitionCrudTest.__ex_unit__/2
     5) test _bulk_docs errors with bad partition key (PartitionCrudTest)
        test/partition_crud_test.exs:208
        ** (KeyError) key :status_code not found in: 
%HTTPotion.ErrorResponse{message: "req_timedout"}
        stacktrace:
          (foo) lib/couch/db_test.ex:166: anonymous fn/2 in 
Couch.DBTest.create_db/2
          (foo) lib/couch/db_test.ex:304: Couch.DBTest.retry_until/4
          (foo) lib/couch/db_test.ex:38: Couch.DBTest.set_db_context/1
          (elixir) lib/enum.ex:1947: Enum."-reduce/3-lists^foldl/2-0-"/3
          (foo) test/support/couch_test_case.ex:23: 
CouchTestCase.__ex_unit_setup_0/1
          (foo) test/support/couch_test_case.ex:1: CouchTestCase.__ex_unit__/2
          test/partition_crud_test.exs:1: PartitionCrudTest.__ex_unit__/2
     6) test accidental POST to form handling code (InvalidDocIDsTest)
        test/invalid_docids_test.exs:46
        ** (KeyError) key :status_code not found in: 
%HTTPotion.ErrorResponse{message: "req_timedout"}
        stacktrace:
          (foo) lib/couch/db_test.ex:166: anonymous fn/2 in 
Couch.DBTest.create_db/2
          (foo) lib/couch/db_test.ex:304: Couch.DBTest.retry_until/4
          (foo) lib/couch/db_test.ex:38: Couch.DBTest.set_db_context/1
          (elixir) lib/enum.ex:1947: Enum."-reduce/3-lists^foldl/2-0-"/3
          (foo) test/support/couch_test_case.ex:23: 
CouchTestCase.__ex_unit_setup_0/1
          (foo) test/support/couch_test_case.ex:1: CouchTestCase.__ex_unit__/2
          test/invalid_docids_test.exs:1: InvalidDocIDsTest.__ex_unit__/2
     7) test Database should be in _all_dbs (BasicsTest)
        test/basics_test.exs:57
        ** (KeyError) key :status_code not found in: 
%HTTPotion.ErrorResponse{message: "req_timedout"}
        stacktrace:
          (foo) lib/couch/db_test.ex:166: anonymous fn/2 in 
Couch.DBTest.create_db/2
          (foo) lib/couch/db_test.ex:304: Couch.DBTest.retry_until/4
          (foo) lib/couch/db_test.ex:38: Couch.DBTest.set_db_context/1
          (elixir) lib/enum.ex:1947: Enum."-reduce/3-lists^foldl/2-0-"/3
          (foo) test/support/couch_test_case.ex:23: 
CouchTestCase.__ex_unit_setup_0/1
          (foo) test/support/couch_test_case.ex:1: CouchTestCase.__ex_unit__/2
          test/basics_test.exs:1: BasicsTest.__ex_unit__/2
     8) test compaction reduces size of deleted docs (CompactTest)
        test/compact_test.exs:17
        ** (RuntimeError) timed out after 5105 ms
        code: retry_until(fn ->
        stacktrace:
          (foo) lib/couch/db_test.ex:301: Couch.DBTest.retry_until/4
          test/compact_test.exs:38: (test)
     9) test manages attachments in views successfully (AttachmentViewTest)
        test/attachment_views_test.exs:12
        ** (KeyError) key :status_code not found in: 
%HTTPotion.ErrorResponse{message: "req_timedout"}
        code: query(db_name, map_function, reduce_function, %{
        stacktrace:
          (foo) lib/couch/db_test.ex:257: Couch.DBTest.query/6
          test/attachment_views_test.exs:83: (test)
   
   ReshardHelpers
   
   PartitionHelpers
   
   
   Finished in 2296.3 seconds
   298 tests, 9 failures, 23 excluded, 7 invalid
   
   Randomized with seed 324747
   Makefile:216: recipe for target 'elixir' failed
   make[1]: *** [elixir] 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