Skip to content

Instantly share code, notes, and snippets.

@jjhursey
Created May 16, 2019 17:14
Show Gist options
  • Save jjhursey/c72bfd57d9f9f39d7d9192407aab8b7e to your computer and use it in GitHub Desktop.
Save jjhursey/c72bfd57d9f9f39d7d9192407aab8b7e to your computer and use it in GitHub Desktop.
PMIx Cross-version issues (May 17, 2019)
[pmixer@46bdecbdff4f crossversion]$ ./xversion.py --basedir=$HOME/scratch --with-hwloc=$HWLOC_INSTALL_PATH --with-hwloc1=$HWLOC1_INSTALL_PATH --with-libevent=$LIBEVENT_INSTALL_PATH -b
======================================================================
Server: master -> Client: master
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-master/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-master/test/simple/simpclient
Success Return Code: 0
Testing version 4.0.0a1
[46bdecbdff4f:06011] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06011] INVENTORY RECEIVED
[46bdecbdff4f:06011] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06014] Client ns foobar rank 0: Running
[46bdecbdff4f:06016] Client ns foobar rank 1: Running
[46bdecbdff4f:06014] CLIENT SERVER URI: pmix-server.6011;tcp4://127.0.0.1:38983
[46bdecbdff4f:06016] CLIENT SERVER URI: pmix-server.6011;tcp4://127.0.0.1:38983
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06014] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06016] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06016] Client foobar:1 universe size 2
[46bdecbdff4f:06014] Client foobar:0 universe size 2
[46bdecbdff4f:06016] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06014] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06016] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06016] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06016] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06016] Key: fo
[46bdecbdff4f:06016] Key: pm
[46bdecbdff4f:06014] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
test log msg[46bdecbdff4f:06016] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06014] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06014] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06014] Key: fo
[46bdecbdff4f:06014] Key: pm
[46bdecbdff4f:06011] SERVER: FINALIZED foobar:1 WAKEUP 2
test log msg[46bdecbdff4f:06014] Client ns foobar rank 0: Finalizing
Client ns foobar rank 1:PMIx_Finalize successfully completed
[46bdecbdff4f:06011] SERVER: FINALIZED foobar:0 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: master -> Client: v3.1
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v3.1/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v3.1/test/simple/simpclient
***Error*** Return Code: 255
Testing version 4.0.0a1
[46bdecbdff4f:06018] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06018] INVENTORY RECEIVED
[46bdecbdff4f:06018] INVENTORY READY FOR DELIVERY
Inventory collected: 0
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 21474836480
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06018] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06021] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 225
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 21474836480
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06021] Client ns foobar rank 0: PMIx_Init failed: ERROR
[46bdecbdff4f:06018] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06022] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 225
[46bdecbdff4f:06022] Client ns foobar rank 1: PMIx_Init failed: ERROR
Child 0 [6021] exited with status 255 - test FAILED
Child 1 [6022] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: master -> Client: v3.0
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v3.0/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v3.0/test/simple/simpclient
***Error*** Return Code: 255
Testing version 4.0.0a1
[46bdecbdff4f:06025] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06025] INVENTORY RECEIVED
[46bdecbdff4f:06025] INVENTORY READY FOR DELIVERY
Inventory collected: 0
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 21474836480
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06025] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06028] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 225
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 21474836480
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06028] Client ns foobar rank 0: PMIx_Init failed: ERROR
[46bdecbdff4f:06025] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06029] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 225
[46bdecbdff4f:06029] Client ns foobar rank 1: PMIx_Init failed: ERROR
Child 0 [6028] exited with status 255 - test FAILED
Child 1 [6029] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: master -> Client: v2.2
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.2/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.2/test/simple/simpclient
***Error*** Return Code: 255
Testing version 4.0.0a1
[46bdecbdff4f:06032] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06032] INVENTORY RECEIVED
[46bdecbdff4f:06032] INVENTORY READY FOR DELIVERY
Inventory collected: 0
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 21474836480
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06032] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06035] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 224
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 21474836480
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06032] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06035] Client ns foobar rank 0: PMIx_Init failed: ERROR
[46bdecbdff4f:06036] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 224
[46bdecbdff4f:06036] Client ns foobar rank 1: PMIx_Init failed: ERROR
Child 0 [6035] exited with status 255 - test FAILED
Child 1 [6036] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: master -> Client: v2.1
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.1/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.1/test/simple/simpclient
***Error*** Return Code: 255
Testing version 4.0.0a1
[46bdecbdff4f:06039] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06039] INVENTORY RECEIVED
[46bdecbdff4f:06039] INVENTORY READY FOR DELIVERY
Inventory collected: 0
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 21474836480
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06039] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06042] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 223
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 21474836480
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06042] Client ns foobar rank 0: PMIx_Init failed: ERROR
[46bdecbdff4f:06039] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06043] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 223
[46bdecbdff4f:06043] Client ns foobar rank 1: PMIx_Init failed: ERROR
Child 0 [6042] exited with status 255 - test FAILED
Child 1 [6043] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: master -> Client: v2.0
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.0/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.0/test/simple/simpclient
***Error*** Return Code: 255
Testing version 4.0.0a1
[46bdecbdff4f:06046] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06046] INVENTORY RECEIVED
[46bdecbdff4f:06046] INVENTORY READY FOR DELIVERY
Inventory collected: 0
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 34359738368
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06046] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06049] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 203
[46bdecbdff4f:06049] Client ns foobar rank 0: PMIx_Init failed: ERROR
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 34359738368
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06046] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06051] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 203
[46bdecbdff4f:06051] Client ns foobar rank 1: PMIx_Init failed: ERROR
Child 0 [6049] exited with status 255 - test FAILED
Child 1 [6051] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: master -> Client: v1.2
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v1.2/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v1.2/test/simple/simpclient
***Error*** Return Code: 255
Testing version 4.0.0a1
[46bdecbdff4f:06053] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06053] INVENTORY RECEIVED
[46bdecbdff4f:06053] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06056] PMIX ERROR: UNPACK-PAST-END in file src/client/pmix_client.c at line 187
[46bdecbdff4f:06057] PMIX ERROR: UNPACK-PAST-END in file src/client/pmix_client.c at line 187
[46bdecbdff4f:06056] Client ns foobar rank 0: PMIx_Init failed: -1
[46bdecbdff4f:06057] Client ns foobar rank 1: PMIx_Init failed: -1
[46bdecbdff4f:06053] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06053] SERVER: FINALIZED foobar:1 WAKEUP 2
Child 0 [6056] exited with status 255 - test FAILED
Child 1 [6057] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: v3.1 -> Client: master
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-master/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-master/test/simple/simpclient
***Error*** Return Code: 255
Testing version 3.1.3rc2
[46bdecbdff4f:06060] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06060] INVENTORY RECEIVED
[46bdecbdff4f:06060] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06060] PMIX ERROR: UNPACK-PAST-END in file server/pmix_server.c at line 3251
[46bdecbdff4f:06060] PMIX ERROR: UNPACK-PAST-END in file server/pmix_server.c at line 3251
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 34359738368
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06063] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 224
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 34359738368
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06064] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 224
[46bdecbdff4f:06060] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06063] Client ns foobar rank 0: PMIx_Init failed: ERROR
[46bdecbdff4f:06064] Client ns foobar rank 1: PMIx_Init failed: ERROR
[46bdecbdff4f:06060] SERVER: FINALIZED foobar:1 WAKEUP 2
Child 0 [6063] exited with status 255 - test FAILED
Child 1 [6064] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: v3.1 -> Client: v3.1
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v3.1/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v3.1/test/simple/simpclient
Success Return Code: 0
Testing version 3.1.3rc2
[46bdecbdff4f:06067] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06067] INVENTORY RECEIVED
[46bdecbdff4f:06067] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06070] Client ns foobar rank 0: Running
[46bdecbdff4f:06071] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06070] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
[46bdecbdff4f:06070] Client foobar:0 universe size 2
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06071] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06071] Client foobar:1 universe size 2
[46bdecbdff4f:06067] SERVER: FENCENB
[46bdecbdff4f:06070] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06070] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06071] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06070] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06070] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06070] Key: fo
[46bdecbdff4f:06070] Key: pm
[46bdecbdff4f:06071] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06071] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06071] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06071] Key: fo
[46bdecbdff4f:06071] Key: pm
test log msg[46bdecbdff4f:06070] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06071] Client ns foobar rank 1: Finalizing
test log msg[46bdecbdff4f:06067] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06067] SERVER: FINALIZED foobar:0 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.1 -> Client: v3.0
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v3.0/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v3.0/test/simple/simpclient
Success Return Code: 0
Testing version 3.1.3rc2
[46bdecbdff4f:06074] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06074] INVENTORY RECEIVED
[46bdecbdff4f:06074] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06077] Client ns foobar rank 0: Running
[46bdecbdff4f:06079] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06077] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06077] Client foobar:0 universe size 2
[46bdecbdff4f:06079] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06079] Client foobar:1 universe size 2
[46bdecbdff4f:06074] SERVER: FENCENB
[46bdecbdff4f:06079] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06077] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06077] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06079] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06077] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06077] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06079] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06079] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06077] Key: foobar-0-internal
[46bdecbdff4f:06077] Key: foobar-0-local-0
[46bdecbdff4f:06077] Key: foobar-0-remote-0
[46bdecbdff4f:06079] Key: foobar-1-internal
[46bdecbdff4f:06079] Key: foobar-1-local-0
[46bdecbdff4f:06079] Key: foobar-1-remote-0
test log msg[46bdecbdff4f:06077] Client ns foobar rank 0: Finalizing
test log msg[46bdecbdff4f:06079] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06074] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06074] SERVER: FINALIZED foobar:1 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.1 -> Client: v2.2
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.2/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.2/test/simple/simpclient
Success Return Code: 0
Testing version 3.1.3rc2
[46bdecbdff4f:06081] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06081] INVENTORY RECEIVED
[46bdecbdff4f:06081] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06084] Client ns foobar rank 0: Running
[46bdecbdff4f:06086] Client ns foobar rank 1: Running
[46bdecbdff4f:06084] CLIENT SERVER URI: pmix-server.6081;tcp4://127.0.0.1:49315
[46bdecbdff4f:06086] CLIENT SERVER URI: pmix-server.6081;tcp4://127.0.0.1:49315
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
[46bdecbdff4f:06084] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06084] Client foobar:0 universe size 2
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06086] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06086] Client foobar:1 universe size 2
[46bdecbdff4f:06081] SERVER: FENCENB
[46bdecbdff4f:06086] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06084] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06084] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06086] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06086] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06086] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06086] Key: fo
[46bdecbdff4f:06086] Key: pm
[46bdecbdff4f:06084] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06084] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06084] Key: fo
[46bdecbdff4f:06084] Key: pm
[46bdecbdff4f:06081] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2551
[46bdecbdff4f:06081] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2551
[46bdecbdff4f:06086] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06084] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06081] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06081] SERVER: FINALIZED foobar:0 WAKEUP 2
Client ns foobar rank 1:PMIx_Finalize successfully completed
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.1 -> Client: v2.1
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.1/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.1/test/simple/simpclient
Success Return Code: 0
Testing version 3.1.3rc2
[46bdecbdff4f:06088] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06088] INVENTORY RECEIVED
[46bdecbdff4f:06088] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06091] Client ns foobar rank 0: Running
[46bdecbdff4f:06092] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
[46bdecbdff4f:06091] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.evname: SIMPCLIENT-MODEL
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06091] Client foobar:0 universe size 2
[46bdecbdff4f:06092] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06092] Client foobar:1 universe size 2
[46bdecbdff4f:06088] SERVER: FENCENB
[46bdecbdff4f:06092] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06091] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06092] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06091] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06092] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06092] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06091] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06091] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06092] Key: foobar-1-internal
[46bdecbdff4f:06092] Key: foobar-1-local-0
[46bdecbdff4f:06092] Key: foobar-1-remote-0
[46bdecbdff4f:06091] Key: foobar-0-internal
[46bdecbdff4f:06088] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2551
[46bdecbdff4f:06091] Key: foobar-0-local-0
[46bdecbdff4f:06091] Key: foobar-0-remote-0
[46bdecbdff4f:06092] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06088] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2551
[46bdecbdff4f:06088] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06091] Client ns foobar rank 0: Finalizing
Client ns foobar rank 1:PMIx_Finalize successfully completed
[46bdecbdff4f:06088] SERVER: FINALIZED foobar:0 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.1 -> Client: v2.0
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.0/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.0/test/simple/simpclient
Success Return Code: 0
Testing version 3.1.3rc2
[46bdecbdff4f:06095] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06095] INVENTORY RECEIVED
[46bdecbdff4f:06095] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06098] Client ns foobar rank 0: Running
[46bdecbdff4f:06100] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06098] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
[46bdecbdff4f:06100] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
[46bdecbdff4f:06100] Client foobar:1 universe size 2
[46bdecbdff4f:06098] Client foobar:0 universe size 2
[46bdecbdff4f:06095] SERVER: FENCENB
[46bdecbdff4f:06098] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06100] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06098] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06100] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06098] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06100] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06095] SERVER: FENCENB
[46bdecbdff4f:06098] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06100] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06098] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06100] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06098] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06100] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06100] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06098] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06100] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-remote-1 returned correct
[46bdecbdff4f:06098] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06100] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06100] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06098] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-remote-1 returned correct
[46bdecbdff4f:06098] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06100] Key: foobar-1-local-0
[46bdecbdff4f:06100] Key: foobar-1-remote-0
[46bdecbdff4f:06100] Key: foobar-1-local-1
[46bdecbdff4f:06100] Key: foobar-1-remote-1
[46bdecbdff4f:06098] Key: foobar-0-local-0
[46bdecbdff4f:06098] Key: foobar-0-remote-0
[46bdecbdff4f:06098] Key: foobar-0-local-1
[46bdecbdff4f:06098] Key: foobar-0-remote-1
[46bdecbdff4f:06095] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2551
[46bdecbdff4f:06095] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2551
[46bdecbdff4f:06100] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06098] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06095] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06095] SERVER: FINALIZED foobar:0 WAKEUP 2
Client ns foobar rank 1:PMIx_Finalize successfully completed
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.1 -> Client: v1.2
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v1.2/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v1.2/test/simple/simpclient
Success Return Code: 0
Testing version 3.1.3rc2
[46bdecbdff4f:06102] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06102] INVENTORY RECEIVED
[46bdecbdff4f:06102] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06105] Client ns foobar rank 0: Running
[46bdecbdff4f:06107] Client ns foobar rank 1: Running
[46bdecbdff4f:06105] Client foobar:0 universe size 2
[46bdecbdff4f:06107] Client foobar:1 universe size 2
[46bdecbdff4f:06102] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06102] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06102] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06102] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06102] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06102] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06102] SERVER: FENCENB
[46bdecbdff4f:06107] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06105] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06107] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 failed: -46
[46bdecbdff4f:06105] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06107] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06105] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06107] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06105] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 failed: -46
[46bdecbdff4f:06102] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06102] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06102] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06102] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06102] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06102] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06102] SERVER: FENCENB
[46bdecbdff4f:06105] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06107] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06105] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06107] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 failed: -46
[46bdecbdff4f:06105] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06107] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06105] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 failed: -46
[46bdecbdff4f:06107] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06105] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06107] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06105] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-remote-1 returned correct
[46bdecbdff4f:06107] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-remote-1 failed: -46
[46bdecbdff4f:06105] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06107] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06105] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-remote-1 failed: -46
[46bdecbdff4f:06105] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06107] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-remote-1 returned correct
[46bdecbdff4f:06107] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06102] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06105] PMIX ERROR: UNPACK-PAST-END in file src/client/pmix_client.c at line 100
[46bdecbdff4f:06102] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06107] PMIX ERROR: UNPACK-PAST-END in file src/client/pmix_client.c at line 100
Client ns foobar rank 0:PMIx_Finalize successfully completed
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.0 -> Client: master
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-master/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-master/test/simple/simpclient
***Error*** Return Code: 255
Testing version 3.0.3a1
[46bdecbdff4f:06109] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06109] INVENTORY RECEIVED
[46bdecbdff4f:06109] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06109] PMIX ERROR: UNPACK-PAST-END in file server/pmix_server.c at line 2975
[46bdecbdff4f:06109] PMIX ERROR: UNPACK-PAST-END in file server/pmix_server.c at line 2975
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 34359738368
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06112] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 224
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 34359738368
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06112] Client ns foobar rank 0: PMIx_Init failed: ERROR
[46bdecbdff4f:06113] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 224
[46bdecbdff4f:06113] Client ns foobar rank 1: PMIx_Init failed: ERROR
Child 0 [6112] exited with status 255 - test FAILED
Child 1 [6113] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: v3.0 -> Client: v3.1
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v3.1/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v3.1/test/simple/simpclient
Success Return Code: 0
Testing version 3.0.3a1
[46bdecbdff4f:06116] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06116] INVENTORY RECEIVED
[46bdecbdff4f:06116] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06120] Client ns foobar rank 1: Running
[46bdecbdff4f:06119] Client ns foobar rank 0: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06119] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06120] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06119] Client foobar:0 universe size 2
[46bdecbdff4f:06120] Client foobar:1 universe size 2
[46bdecbdff4f:06116] SERVER: FENCENB
[46bdecbdff4f:06120] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06119] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06120] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06119] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06120] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06120] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06119] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06119] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06120] Key: pmix.srvr.uri
[46bdecbdff4f:06120] Key: foobar-1-internal
[46bdecbdff4f:06120] Key: foobar-1-local-0
[46bdecbdff4f:06120] Key: foobar-1-remote-0
[46bdecbdff4f:06119] Key: pmix.srvr.uri
[46bdecbdff4f:06120] Client ns foobar rank 1: Finalizing
test log msg[46bdecbdff4f:06119] Key: foobar-0-internal
[46bdecbdff4f:06119] Key: foobar-0-local-0
[46bdecbdff4f:06119] Key: foobar-0-remote-0
[46bdecbdff4f:06116] SERVER: FINALIZED foobar:1 WAKEUP 2
test log msg[46bdecbdff4f:06119] Client ns foobar rank 0: Finalizing
Client ns foobar rank 1:PMIx_Finalize successfully completed
[46bdecbdff4f:06116] SERVER: FINALIZED foobar:0 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.0 -> Client: v3.0
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v3.0/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v3.0/test/simple/simpclient
Success Return Code: 0
Testing version 3.0.3a1
[46bdecbdff4f:06123] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06123] INVENTORY RECEIVED
[46bdecbdff4f:06123] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06126] Client ns foobar rank 0: Running
[46bdecbdff4f:06128] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
[46bdecbdff4f:06126] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06126] Client foobar:0 universe size 2
[46bdecbdff4f:06128] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06128] Client foobar:1 universe size 2
[46bdecbdff4f:06123] SERVER: FENCENB
[46bdecbdff4f:06126] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06128] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06126] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06128] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06126] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06126] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06128] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06128] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06126] Key: foobar-0-internal
[46bdecbdff4f:06126] Key: foobar-0-local-0
[46bdecbdff4f:06126] Key: foobar-0-remote-0
[46bdecbdff4f:06128] Key: foobar-1-internal
[46bdecbdff4f:06128] Key: foobar-1-local-0
[46bdecbdff4f:06128] Key: foobar-1-remote-0
test log msgtest log msg[46bdecbdff4f:06126] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06128] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06123] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06123] SERVER: FINALIZED foobar:1 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.0 -> Client: v2.2
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.2/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.2/test/simple/simpclient
Success Return Code: 0
Testing version 3.0.3a1
[46bdecbdff4f:06130] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06130] INVENTORY RECEIVED
[46bdecbdff4f:06130] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06133] Client ns foobar rank 0: Running
[46bdecbdff4f:06134] Client ns foobar rank 1: Running
[46bdecbdff4f:06133] CLIENT SERVER URI: pmix-server.6130;tcp4://127.0.0.1:33443
[46bdecbdff4f:06134] CLIENT SERVER URI: pmix-server.6130;tcp4://127.0.0.1:33443
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
[46bdecbdff4f:06133] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06133] Client foobar:0 universe size 2
[46bdecbdff4f:06134] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06134] Client foobar:1 universe size 2
[46bdecbdff4f:06130] SERVER: FENCENB
[46bdecbdff4f:06133] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06134] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06133] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06134] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06133] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06133] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06134] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06134] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06133] Key: pmix.srvr.uri
[46bdecbdff4f:06133] Key: foobar-0-internal
[46bdecbdff4f:06133] Key: foobar-0-local-0
[46bdecbdff4f:06133] Key: foobar-0-remote-0
[46bdecbdff4f:06134] Key: pmix.srvr.uri
[46bdecbdff4f:06134] Key: foobar-1-internal
[46bdecbdff4f:06134] Key: foobar-1-local-0
[46bdecbdff4f:06134] Key: foobar-1-remote-0
[46bdecbdff4f:06130] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2166
[46bdecbdff4f:06130] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2166
[46bdecbdff4f:06133] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06134] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06130] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06130] SERVER: FINALIZED foobar:1 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.0 -> Client: v2.1
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.1/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.1/test/simple/simpclient
Success Return Code: 0
Testing version 3.0.3a1
[46bdecbdff4f:06137] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06137] INVENTORY RECEIVED
[46bdecbdff4f:06137] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06141] Client ns foobar rank 1: Running
[46bdecbdff4f:06140] Client ns foobar rank 0: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
[46bdecbdff4f:06141] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.evname: SIMPCLIENT-MODEL
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
[46bdecbdff4f:06141] Client foobar:1 universe size 2
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06140] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06140] Client foobar:0 universe size 2
[46bdecbdff4f:06137] SERVER: FENCENB
[46bdecbdff4f:06140] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06141] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06140] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06141] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06140] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06140] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06141] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06141] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06140] Key: foobar-0-internal
[46bdecbdff4f:06140] Key: foobar-0-local-0
[46bdecbdff4f:06140] Key: foobar-0-remote-0
[46bdecbdff4f:06141] Key: foobar-1-internal
[46bdecbdff4f:06141] Key: foobar-1-local-0
[46bdecbdff4f:06141] Key: foobar-1-remote-0
[46bdecbdff4f:06137] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2166
[46bdecbdff4f:06137] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2166
[46bdecbdff4f:06140] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06141] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06137] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06137] SERVER: FINALIZED foobar:1 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.0 -> Client: v2.0
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.0/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.0/test/simple/simpclient
Success Return Code: 0
Testing version 3.0.3a1
[46bdecbdff4f:06144] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06144] INVENTORY RECEIVED
[46bdecbdff4f:06144] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06147] Client ns foobar rank 0: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06149] Client ns foobar rank 1: Running
[46bdecbdff4f:06147] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06147] Client foobar:0 universe size 2
[46bdecbdff4f:06149] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
[46bdecbdff4f:06149] Client foobar:1 universe size 2
[46bdecbdff4f:06144] SERVER: FENCENB
[46bdecbdff4f:06147] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06149] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06147] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06149] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06147] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06149] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06144] SERVER: FENCENB
[46bdecbdff4f:06147] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06149] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06147] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06149] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06147] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06149] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06147] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06149] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06147] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06149] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-remote-1 returned correct
[46bdecbdff4f:06147] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-remote-1 returned correct
[46bdecbdff4f:06147] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06149] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06149] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06147] Key: foobar-0-local-0
[46bdecbdff4f:06147] Key: foobar-0-remote-0
[46bdecbdff4f:06147] Key: foobar-0-local-1
[46bdecbdff4f:06147] Key: foobar-0-remote-1
[46bdecbdff4f:06149] Key: foobar-1-local-0
[46bdecbdff4f:06149] Key: foobar-1-remote-0
[46bdecbdff4f:06149] Key: foobar-1-local-1
[46bdecbdff4f:06149] Key: foobar-1-remote-1
[46bdecbdff4f:06144] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2166
[46bdecbdff4f:06147] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06144] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2166
[46bdecbdff4f:06144] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06149] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06144] SERVER: FINALIZED foobar:1 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.0 -> Client: v1.2
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v1.2/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v1.2/test/simple/simpclient
Success Return Code: 0
Testing version 3.0.3a1
[46bdecbdff4f:06151] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06151] INVENTORY RECEIVED
[46bdecbdff4f:06151] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06156] Client ns foobar rank 1: Running
[46bdecbdff4f:06154] Client ns foobar rank 0: Running
[46bdecbdff4f:06156] Client foobar:1 universe size 2
[46bdecbdff4f:06154] Client foobar:0 universe size 2
[46bdecbdff4f:06151] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06151] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06151] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06151] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06151] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06151] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06151] SERVER: FENCENB
[46bdecbdff4f:06156] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06154] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06156] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 failed: -46
[46bdecbdff4f:06154] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06156] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06154] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06156] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06154] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 failed: -46
[46bdecbdff4f:06151] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06151] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06151] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06151] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06151] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06151] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06151] SERVER: FENCENB
[46bdecbdff4f:06154] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06156] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06154] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06156] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 failed: -46
[46bdecbdff4f:06154] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06156] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06154] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 failed: -46
[46bdecbdff4f:06156] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06154] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06156] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06154] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-remote-1 returned correct
[46bdecbdff4f:06156] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-remote-1 failed: -46
[46bdecbdff4f:06154] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06156] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06154] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-remote-1 failed: -46
[46bdecbdff4f:06154] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06156] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-remote-1 returned correct
[46bdecbdff4f:06156] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06151] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06151] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06154] PMIX ERROR: UNPACK-PAST-END in file src/client/pmix_client.c at line 100
[46bdecbdff4f:06156] PMIX ERROR: UNPACK-PAST-END in file src/client/pmix_client.c at line 100
Client ns foobar rank 1:PMIx_Finalize successfully completed
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.2 -> Client: master
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-master/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-master/test/simple/simpclient
***Error*** Return Code: 255
Testing version 2.2.3a1
[46bdecbdff4f:06158] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06158] PMIX ERROR: UNPACK-PAST-END in file server/pmix_server.c at line 2682
[46bdecbdff4f:06158] PMIX ERROR: UNPACK-PAST-END in file server/pmix_server.c at line 2682
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 34359738368
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06158] SERVER: FINALIZED foobar:0 WAKEUP 2
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 34359738368
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06161] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 224
[46bdecbdff4f:06158] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06162] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 224
[46bdecbdff4f:06161] Client ns foobar rank 0: PMIx_Init failed: ERROR
[46bdecbdff4f:06162] Client ns foobar rank 1: PMIx_Init failed: ERROR
Child 0 [6161] exited with status 255 - test FAILED
Child 1 [6162] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: v2.2 -> Client: v3.1
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v3.1/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v3.1/test/simple/simpclient
Success Return Code: 0
Testing version 2.2.3a1
[46bdecbdff4f:06165] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06168] Client ns foobar rank 0: Running
[46bdecbdff4f:06169] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 pmix.evname: SIMPCLIENT-MODEL
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
[46bdecbdff4f:06168] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06168] Client foobar:0 universe size 2
[46bdecbdff4f:06169] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06169] Client foobar:1 universe size 2
[46bdecbdff4f:06165] SERVER: FENCENB
[46bdecbdff4f:06169] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06168] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06168] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06169] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06169] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06169] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06169] Key: fo
[46bdecbdff4f:06169] Key: pm
[46bdecbdff4f:06168] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06168] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06168] Key: fo
[46bdecbdff4f:06168] Key: pm
[46bdecbdff4f:06165] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2244
[46bdecbdff4f:06165] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2244
[46bdecbdff4f:06169] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06168] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06165] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06165] SERVER: FINALIZED foobar:0 WAKEUP 2
Client ns foobar rank 1:PMIx_Finalize successfully completed
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.2 -> Client: v3.0
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v3.0/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v3.0/test/simple/simpclient
Success Return Code: 0
Testing version 2.2.3a1
[46bdecbdff4f:06172] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06175] Client ns foobar rank 0: Running
[46bdecbdff4f:06176] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
[46bdecbdff4f:06175] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
[46bdecbdff4f:06175] Client foobar:0 universe size 2
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06176] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06176] Client foobar:1 universe size 2
[46bdecbdff4f:06172] SERVER: FENCENB
[46bdecbdff4f:06175] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06176] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06175] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06176] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06175] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06175] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06176] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06176] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06175] Key: foobar-0-internal
[46bdecbdff4f:06175] Key: foobar-0-local-0
[46bdecbdff4f:06175] Key: foobar-0-remote-0
[46bdecbdff4f:06176] Key: foobar-1-internal
[46bdecbdff4f:06176] Key: foobar-1-local-0
[46bdecbdff4f:06176] Key: foobar-1-remote-0
[46bdecbdff4f:06172] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2244
[46bdecbdff4f:06172] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 2244
[46bdecbdff4f:06175] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06176] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06172] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06172] SERVER: FINALIZED foobar:1 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.2 -> Client: v2.2
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.2/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.2/test/simple/simpclient
Success Return Code: 0
Testing version 2.2.3a1
[46bdecbdff4f:06179] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06182] Client ns foobar rank 0: Running
[46bdecbdff4f:06183] Client ns foobar rank 1: Running
[46bdecbdff4f:06182] CLIENT SERVER URI: pmix-server.6179;tcp4://127.0.0.1:56133
[46bdecbdff4f:06183] CLIENT SERVER URI: pmix-server.6179;tcp4://127.0.0.1:56133
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06182] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06183] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06182] Client foobar:0 universe size 2
[46bdecbdff4f:06183] Client foobar:1 universe size 2
[46bdecbdff4f:06179] SERVER: FENCENB
[46bdecbdff4f:06182] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06182] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06183] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06182] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06182] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06182] Key: fo
[46bdecbdff4f:06182] Key: pm
[46bdecbdff4f:06183] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06183] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06183] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06183] Key: fo
[46bdecbdff4f:06183] Key: pm
[46bdecbdff4f:06179] SERVER: LOG
[46bdecbdff4f:06179] SERVER: LOG
[46bdecbdff4f:06182] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06183] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06179] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06179] SERVER: FINALIZED foobar:1 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.2 -> Client: v2.1
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.1/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.1/test/simple/simpclient
Success Return Code: 0
Testing version 2.2.3a1
[46bdecbdff4f:06186] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06189] Client ns foobar rank 0: Running
[46bdecbdff4f:06190] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06189] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06190] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06189] Client foobar:0 universe size 2
[46bdecbdff4f:06190] Client foobar:1 universe size 2
[46bdecbdff4f:06186] SERVER: FENCENB
[46bdecbdff4f:06190] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06189] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06190] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06189] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06190] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06190] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06189] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06189] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06190] Key: foobar-1-internal
[46bdecbdff4f:06190] Key: foobar-1-local-0
[46bdecbdff4f:06190] Key: foobar-1-remote-0
[46bdecbdff4f:06189] Key: foobar-0-internal
[46bdecbdff4f:06189] Key: foobar-0-local-0
[46bdecbdff4f:06189] Key: foobar-0-remote-0
[46bdecbdff4f:06186] SERVER: LOG
[46bdecbdff4f:06186] SERVER: LOG
[46bdecbdff4f:06190] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06189] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06186] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06186] SERVER: FINALIZED foobar:0 WAKEUP 2
Client ns foobar rank 1:PMIx_Finalize successfully completed
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.2 -> Client: v2.0
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.0/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.0/test/simple/simpclient
Success Return Code: 0
Testing version 2.2.3a1
[46bdecbdff4f:06193] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06196] Client ns foobar rank 0: Running
[46bdecbdff4f:06197] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06196] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
[46bdecbdff4f:06196] Client foobar:0 universe size 2
[46bdecbdff4f:06197] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
[46bdecbdff4f:06197] Client foobar:1 universe size 2
[46bdecbdff4f:06193] SERVER: FENCENB
[46bdecbdff4f:06197] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06196] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06197] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06196] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06197] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06196] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06193] SERVER: FENCENB
[46bdecbdff4f:06196] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06197] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06196] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06197] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06196] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06197] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06196] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06197] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06196] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06197] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-remote-1 returned correct
[46bdecbdff4f:06196] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-remote-1 returned correct
[46bdecbdff4f:06196] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06197] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06197] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06196] Key: foobar-0-local-0
[46bdecbdff4f:06196] Key: foobar-0-remote-0
[46bdecbdff4f:06196] Key: foobar-0-local-1
[46bdecbdff4f:06196] Key: foobar-0-remote-1
[46bdecbdff4f:06197] Key: foobar-1-local-0
[46bdecbdff4f:06197] Key: foobar-1-remote-0
[46bdecbdff4f:06197] Key: foobar-1-local-1
[46bdecbdff4f:06197] Key: foobar-1-remote-1
[46bdecbdff4f:06193] SERVER: LOG
[46bdecbdff4f:06193] SERVER: LOG
[46bdecbdff4f:06196] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06197] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06193] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06193] SERVER: FINALIZED foobar:1 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.2 -> Client: v1.2
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v1.2/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v1.2/test/simple/simpclient
Success Return Code: 0
Testing version 2.2.3a1
[46bdecbdff4f:06200] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06203] Client ns foobar rank 0: Running
[46bdecbdff4f:06204] Client ns foobar rank 1: Running
[46bdecbdff4f:06203] Client foobar:0 universe size 2
[46bdecbdff4f:06204] Client foobar:1 universe size 2
[46bdecbdff4f:06200] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06200] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06200] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06200] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06200] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06200] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06200] SERVER: FENCENB
[46bdecbdff4f:06203] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06204] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06203] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06204] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 failed: -46
[46bdecbdff4f:06203] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06204] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06203] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 failed: -46
[46bdecbdff4f:06204] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06200] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06200] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06200] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06200] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06200] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06200] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06200] SERVER: FENCENB
[46bdecbdff4f:06204] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06203] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06204] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 failed: -46
[46bdecbdff4f:06203] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06204] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06203] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06204] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06203] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 failed: -46
[46bdecbdff4f:06204] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06203] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06204] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-remote-1 failed: -46
[46bdecbdff4f:06203] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-remote-1 returned correct
[46bdecbdff4f:06204] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06203] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06204] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-remote-1 returned correct
[46bdecbdff4f:06204] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06203] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-remote-1 failed: -46
[46bdecbdff4f:06203] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06200] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06200] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06204] PMIX ERROR: UNPACK-PAST-END in file src/client/pmix_client.c at line 100
[46bdecbdff4f:06203] PMIX ERROR: UNPACK-PAST-END in file src/client/pmix_client.c at line 100
Client ns foobar rank 1:PMIx_Finalize successfully completed
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.1 -> Client: master
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-master/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-master/test/simple/simpclient
***Error*** Return Code: 255
Testing version 2.1.5a1
[46bdecbdff4f:06207] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06207] PMIX ERROR: UNPACK-PAST-END in file server/pmix_server.c at line 2155
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 34359738368
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06210] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 224
[46bdecbdff4f:06210] Client ns foobar rank 0: PMIx_Init failed: ERROR
[46bdecbdff4f:06207] PMIX ERROR: UNPACK-PAST-END in file server/pmix_server.c at line 2155
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 34359738368
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06212] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 224
[46bdecbdff4f:06212] Client ns foobar rank 1: PMIx_Init failed: ERROR
Child 0 [6210] exited with status 255 - test FAILED
Child 1 [6212] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: v2.1 -> Client: v3.1
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v3.1/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v3.1/test/simple/simpclient
Success Return Code: 0
Testing version 2.1.5a1
[46bdecbdff4f:06214] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06217] Client ns foobar rank 0: Running
[46bdecbdff4f:06218] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
[46bdecbdff4f:06217] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06217] Client foobar:0 universe size 2
[46bdecbdff4f:06218] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06218] Client foobar:1 universe size 2
[46bdecbdff4f:06214] SERVER: FENCENB
[46bdecbdff4f:06217] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06218] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06217] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06218] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06217] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06217] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06218] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06218] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06217] Key: pmix.srvr.uri
[46bdecbdff4f:06217] Key: foobar-0-internal
[46bdecbdff4f:06217] Key: foobar-0-local-0
[46bdecbdff4f:06217] Key: foobar-0-remote-0
[46bdecbdff4f:06218] Key: pmix.srvr.uri
[46bdecbdff4f:06214] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 1865
[46bdecbdff4f:06218] Key: foobar-1-internal
[46bdecbdff4f:06218] Key: foobar-1-local-0
[46bdecbdff4f:06218] Key: foobar-1-remote-0
[46bdecbdff4f:06217] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06214] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 1865
[46bdecbdff4f:06214] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06218] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06214] SERVER: FINALIZED foobar:1 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.1 -> Client: v3.0
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v3.0/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v3.0/test/simple/simpclient
Success Return Code: 0
Testing version 2.1.5a1
[46bdecbdff4f:06221] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06224] Client ns foobar rank 0: Running
[46bdecbdff4f:06226] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06224] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06226] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06224] Client foobar:0 universe size 2
[46bdecbdff4f:06226] Client foobar:1 universe size 2
[46bdecbdff4f:06221] SERVER: FENCENB
[46bdecbdff4f:06224] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06226] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06224] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06226] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06224] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06224] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06226] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06226] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06224] Key: foobar-0-internal
[46bdecbdff4f:06224] Key: foobar-0-local-0
[46bdecbdff4f:06224] Key: foobar-0-remote-0
[46bdecbdff4f:06226] Key: foobar-1-internal
[46bdecbdff4f:06226] Key: foobar-1-local-0
[46bdecbdff4f:06226] Key: foobar-1-remote-0
[46bdecbdff4f:06221] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 1865
[46bdecbdff4f:06221] PMIX ERROR: NOT-FOUND in file server/pmix_server_ops.c at line 1865
[46bdecbdff4f:06224] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06226] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06221] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06221] SERVER: FINALIZED foobar:1 WAKEUP 2
Client ns foobar rank 0:PMIx_Finalize successfully completed
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.1 -> Client: v2.2
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.2/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.2/test/simple/simpclient
Success Return Code: 0
Testing version 2.1.5a1
[46bdecbdff4f:06228] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06231] Client ns foobar rank 0: Running
[46bdecbdff4f:06232] Client ns foobar rank 1: Running
[46bdecbdff4f:06231] CLIENT SERVER URI: pmix-server.6228;tcp4://127.0.0.1:41439
[46bdecbdff4f:06232] CLIENT SERVER URI: pmix-server.6228;tcp4://127.0.0.1:41439
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06232] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06231] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
[46bdecbdff4f:06232] Client foobar:1 universe size 2
[46bdecbdff4f:06231] Client foobar:0 universe size 2
[46bdecbdff4f:06228] SERVER: FENCENB
[46bdecbdff4f:06232] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06231] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06232] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06231] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06232] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06232] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06231] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06231] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06232] Key: pmix.srvr.uri
[46bdecbdff4f:06232] Key: foobar-1-internal
[46bdecbdff4f:06232] Key: foobar-1-local-0
[46bdecbdff4f:06232] Key: foobar-1-remote-0
[46bdecbdff4f:06231] Key: pmix.srvr.uri
[46bdecbdff4f:06231] Key: foobar-0-internal
[46bdecbdff4f:06231] Key: foobar-0-local-0
[46bdecbdff4f:06231] Key: foobar-0-remote-0
[46bdecbdff4f:06228] SERVER: LOG
[46bdecbdff4f:06228] SERVER: LOG
[46bdecbdff4f:06232] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06231] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06228] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06228] SERVER: FINALIZED foobar:0 WAKEUP 2
Client ns foobar rank 1:PMIx_Finalize successfully completed
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.1 -> Client: v2.1
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.1/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.1/test/simple/simpclient
Success Return Code: 0
Testing version 2.1.5a1
[46bdecbdff4f:06235] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06238] Client ns foobar rank 0: Running
[46bdecbdff4f:06239] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06238] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06239] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06238] Client foobar:0 universe size 2
[46bdecbdff4f:06239] Client foobar:1 universe size 2
[46bdecbdff4f:06235] SERVER: FENCENB
[46bdecbdff4f:06239] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06238] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06239] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06238] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06239] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06239] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06238] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06238] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06239] Key: foobar-1-internal
[46bdecbdff4f:06239] Key: foobar-1-local-0
[46bdecbdff4f:06239] Key: foobar-1-remote-0
[46bdecbdff4f:06238] Key: foobar-0-internal
[46bdecbdff4f:06238] Key: foobar-0-local-0
[46bdecbdff4f:06238] Key: foobar-0-remote-0
[46bdecbdff4f:06235] SERVER: LOG
[46bdecbdff4f:06235] SERVER: LOG
[46bdecbdff4f:06239] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06238] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06235] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06235] SERVER: FINALIZED foobar:0 WAKEUP 2
Client ns foobar rank 1:PMIx_Finalize successfully completed
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.1 -> Client: v2.0
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.0/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.0/test/simple/simpclient
Success Return Code: 0
Testing version 2.1.5a1
[46bdecbdff4f:06242] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06245] Client ns foobar rank 0: Running
[46bdecbdff4f:06247] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
foobar:0 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06247] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
[46bdecbdff4f:06245] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
[46bdecbdff4f:06245] Client foobar:0 universe size 2
[46bdecbdff4f:06247] Client foobar:1 universe size 2
[46bdecbdff4f:06242] SERVER: FENCENB
[46bdecbdff4f:06245] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06247] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06245] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06247] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06245] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06247] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06242] SERVER: FENCENB
[46bdecbdff4f:06245] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06247] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06245] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06245] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06247] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06245] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06245] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06247] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06245] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-remote-1 returned correct
[46bdecbdff4f:06245] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06247] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06245] Key: foobar-0-local-0
[46bdecbdff4f:06245] Key: foobar-0-remote-0
[46bdecbdff4f:06245] Key: foobar-0-local-1
[46bdecbdff4f:06245] Key: foobar-0-remote-1
[46bdecbdff4f:06247] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-remote-1 returned correct
[46bdecbdff4f:06242] SERVER: LOG
[46bdecbdff4f:06247] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06247] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06245] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06247] Key: foobar-1-local-0
[46bdecbdff4f:06247] Key: foobar-1-remote-0
[46bdecbdff4f:06247] Key: foobar-1-local-1
[46bdecbdff4f:06247] Key: foobar-1-remote-1
[46bdecbdff4f:06242] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06242] SERVER: LOG
[46bdecbdff4f:06247] Client ns foobar rank 1: Finalizing
Client ns foobar rank 0:PMIx_Finalize successfully completed
[46bdecbdff4f:06242] SERVER: FINALIZED foobar:1 WAKEUP 2
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.1 -> Client: v1.2
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v1.2/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v1.2/test/simple/simpclient
Success Return Code: 0
Testing version 2.1.5a1
[46bdecbdff4f:06249] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06252] Client ns foobar rank 0: Running
[46bdecbdff4f:06253] Client ns foobar rank 1: Running
[46bdecbdff4f:06252] Client foobar:0 universe size 2
[46bdecbdff4f:06253] Client foobar:1 universe size 2
[46bdecbdff4f:06249] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06249] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06249] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06249] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06249] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06249] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06249] SERVER: FENCENB
[46bdecbdff4f:06252] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06253] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06252] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06253] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 failed: -46
[46bdecbdff4f:06252] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06253] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06252] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 failed: -46
[46bdecbdff4f:06253] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06249] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06249] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06249] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06249] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06249] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06249] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 122
[46bdecbdff4f:06249] SERVER: FENCENB
[46bdecbdff4f:06252] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06253] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06252] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06253] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 failed: -46
[46bdecbdff4f:06252] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06253] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06252] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 failed: -46
[46bdecbdff4f:06253] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06252] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06253] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06252] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-remote-1 returned correct
[46bdecbdff4f:06253] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-remote-1 failed: -46
[46bdecbdff4f:06252] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06253] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06252] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-remote-1 failed: -46
[46bdecbdff4f:06253] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-remote-1 returned correct
[46bdecbdff4f:06253] Client ns foobar rank 1: Finalizing
[46bdecbdff4f:06252] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06249] SERVER: FINALIZED foobar:1 WAKEUP 2
[46bdecbdff4f:06249] SERVER: FINALIZED foobar:0 WAKEUP 2
Client ns foobar rank 1:PMIx_Finalize successfully completed
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.0 -> Client: v2.0
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v2.0/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v2.0/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v2.0/test/simple/simpclient
Success Return Code: 0
Testing version 2.0.3rc3
[46bdecbdff4f:06256] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06259] Client ns foobar rank 0: Running
[46bdecbdff4f:06260] Client ns foobar rank 1: Running
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:0 pmix.pgm.model: TEST
foobar:0 pmix.mdl.name: PMIX
foobar:0 pmix.evname: SIMPCLIENT-MODEL
simpclient EVENT HANDLER REGISTRATION RETURN STATUS 0, ref=0
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
foobar:1 pmix.pgm.model: TEST
[46bdecbdff4f:06259] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:0 Model event handler called with status -147(PMIX MODEL DECLARED)
[46bdecbdff4f:06259] Client foobar:0 universe size 2
foobar:1 pmix.mdl.name: PMIX
foobar:1 pmix.evname: SIMPCLIENT-MODEL
[46bdecbdff4f:06260] Client: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=1
foobar:1 Model event handler called with status -147(PMIX MODEL DECLARED)
[46bdecbdff4f:06260] Client foobar:1 universe size 2
[46bdecbdff4f:06256] SERVER: FENCENB
[46bdecbdff4f:06259] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06260] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06259] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06260] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06259] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06260] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06256] SERVER: FENCENB
[46bdecbdff4f:06259] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06260] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06259] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06260] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06259] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06260] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06259] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06260] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06259] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06260] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-remote-1 returned correct
[46bdecbdff4f:06259] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-remote-1 returned correct
[46bdecbdff4f:06259] Client ns foobar rank 0 testing internal modex blob
[46bdecbdff4f:06260] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06259] Key: foobar-0-local-0
[46bdecbdff4f:06259] Key: foobar-0-remote-0
[46bdecbdff4f:06259] Key: foobar-0-local-1
[46bdecbdff4f:06259] Key: foobar-0-remote-1
[46bdecbdff4f:06260] Client ns foobar rank 1 testing internal modex blob
[46bdecbdff4f:06256] SERVER: LOG
[46bdecbdff4f:06260] Key: foobar-1-local-0
[46bdecbdff4f:06260] Key: foobar-1-remote-0
[46bdecbdff4f:06260] Key: foobar-1-local-1
[46bdecbdff4f:06260] Key: foobar-1-remote-1
[46bdecbdff4f:06259] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06256] SERVER: LOG
[46bdecbdff4f:06256] SERVER: FINALIZED foobar:0 WAKEUP 2
[46bdecbdff4f:06260] Client ns foobar rank 1: Finalizing
Client ns foobar rank 0:PMIx_Finalize successfully completed
[46bdecbdff4f:06256] SERVER: FINALIZED foobar:1 WAKEUP 2
Client ns foobar rank 1:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.evname: SIMPTEST-MODEL
[46bdecbdff4f:06256] SERVER: ERRHANDLER CALLED WITH STATUS -147
Test finished OK!
======================================================================
Server: v1.2 -> Client: v1.2
============ PMIx Run : Run simptest Client
Client : /home/pmixer/scratch/pmix-v1.2/test/simple/simpclient
Server : /home/pmixer/scratch/pmix-v1.2/test/simple
Command: ./simptest -n 2 -e /home/pmixer/scratch/pmix-v1.2/test/simple/simpclient
Success Return Code: 0
Testing version 1.2.5rc3
[46bdecbdff4f:06263] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS -47, ref=-1
[46bdecbdff4f:06266] Client ns foobar rank 0: Running
[46bdecbdff4f:06267] Client ns foobar rank 1: Running
[46bdecbdff4f:06266] Client foobar:0 universe size 2
[46bdecbdff4f:06267] Client foobar:1 universe size 2
[46bdecbdff4f:06263] SERVER: FENCENB
[46bdecbdff4f:06266] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06267] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06266] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06267] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 failed: -46
[46bdecbdff4f:06266] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06267] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06266] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 failed: -46
[46bdecbdff4f:06267] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06263] SERVER: FENCENB
[46bdecbdff4f:06266] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06267] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-local-0 returned correct
[46bdecbdff4f:06266] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-0-remote-0 returned correct
[46bdecbdff4f:06267] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-0-remote-0 failed: -46
[46bdecbdff4f:06266] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06267] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-local-0 returned correct
[46bdecbdff4f:06266] Client ns foobar rank 0 cnt 0: PMIx_Get foobar-1-remote-0 failed: -46
[46bdecbdff4f:06267] Client ns foobar rank 1 cnt 0: PMIx_Get foobar-1-remote-0 returned correct
[46bdecbdff4f:06266] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06267] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-local-1 returned correct
[46bdecbdff4f:06266] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-0-remote-1 returned correct
[46bdecbdff4f:06266] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06267] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-0-remote-1 failed: -46
[46bdecbdff4f:06266] Client ns foobar rank 0 cnt 1: PMIx_Get foobar-1-remote-1 failed: -46
[46bdecbdff4f:06266] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06267] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-local-1 returned correct
[46bdecbdff4f:06263] SERVER: FINALIZED foobar:0
[46bdecbdff4f:06267] Client ns foobar rank 1 cnt 1: PMIx_Get foobar-1-remote-1 returned correct
[46bdecbdff4f:06267] Client ns foobar rank 1: Finalizing
Client ns foobar rank 0:PMIx_Finalize successfully completed
[46bdecbdff4f:06263] SERVER: FINALIZED foobar:1
[46bdecbdff4f:06263] SERVER: OP CALLBACK CALLED WITH STATUS -47
Client ns foobar rank 1:PMIx_Finalize successfully completed
Test finished OK!
======================================================================
Server: master -> Tool: master
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-master/test/simple/simptool
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-master/test/simple/simptool
Success Return Code: 0
Testing version 4.0.0a1
[46bdecbdff4f:06270] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06270] INVENTORY RECEIVED
[46bdecbdff4f:06270] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06270] SERVER: TOOL CONNECT
[46bdecbdff4f:06273] Tool ns foobar rank 0: Running
[46bdecbdff4f:06270] SERVER: QUERY
[46bdecbdff4f:06270] Key: foobar
[46bdecbdff4f:06270] Key: spastic
[46bdecbdff4f:06273] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06270] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: master -> Tool: v3.1
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v3.1/test/simple/simptool
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v3.1/test/simple/simptool
***Error*** Return Code: 255
Testing version 4.0.0a1
[46bdecbdff4f:06275] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06275] INVENTORY RECEIVED
[46bdecbdff4f:06275] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06275] SERVER: TOOL CONNECT
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 21474836480
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06275] SERVER: FINALIZED foobar:0 WAKEUP 1
[46bdecbdff4f:06278] PMIX ERROR: UNPACK-PAST-END in file tool/pmix_tool.c at line 244
PMIx_tool_init failed: -1
Child 0 [6278] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: master -> Tool: v3.0
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v3.0/test/simple/simptool
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v3.0/test/simple/simptool
***Error*** Return Code: 255
Testing version 4.0.0a1
[46bdecbdff4f:06280] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06280] INVENTORY RECEIVED
[46bdecbdff4f:06280] INVENTORY READY FOR DELIVERY
Inventory collected: 0
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 21474836480
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06280] SERVER: FINALIZED foobar:0 WAKEUP 1
[46bdecbdff4f:06283] PMIX ERROR: UNPACK-PAST-END in file tool/pmix_tool.c at line 243
PMIx_tool_init failed: -1
Child 0 [6283] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: master -> Tool: v2.2
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.2/test/simple/simptool
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.2/test/simple/simptool
***Error*** Return Code: 255
Testing version 4.0.0a1
[46bdecbdff4f:06285] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06285] INVENTORY RECEIVED
[46bdecbdff4f:06285] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06285] SERVER: TOOL CONNECT
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 21474836480
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06285] SERVER: FINALIZED foobar:0 WAKEUP 1
[46bdecbdff4f:06288] PMIX ERROR: UNPACK-PAST-END in file tool/pmix_tool.c at line 197
PMIx_tool_init failed: -1
Child 0 [6288] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: master -> Tool: v2.1
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.1/test/simple/simptool
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.1/test/simple/simptool
***Error*** Return Code: 255
Testing version 4.0.0a1
[46bdecbdff4f:06290] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06290] INVENTORY RECEIVED
[46bdecbdff4f:06290] INVENTORY READY FOR DELIVERY
Inventory collected: 0
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 21474836480
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06290] SERVER: FINALIZED foobar:0 WAKEUP 1
[46bdecbdff4f:06293] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 223
PMIx_tool_init failed: -1
Child 0 [6293] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: master -> Tool: v2.0
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.0/test/simple/simptool
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.0/test/simple/simptool
***Error*** Return Code: 255
Testing version 4.0.0a1
[46bdecbdff4f:06295] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06295] INVENTORY RECEIVED
[46bdecbdff4f:06295] INVENTORY READY FOR DELIVERY
Inventory collected: 0
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 34359738368
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06295] SERVER: FINALIZED foobar:0 WAKEUP 1
[46bdecbdff4f:06298] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 203
PMIx_tool_init failed: -1
Child 0 [6298] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: master -> Tool: v1.2
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v1.2/test/simple/simptool
Server : /home/pmixer/scratch/pmix-master/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v1.2/test/simple/simptool
Success Return Code: 0
Testing version 4.0.0a1
[46bdecbdff4f:06300] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06300] INVENTORY RECEIVED
[46bdecbdff4f:06300] INVENTORY READY FOR DELIVERY
Inventory collected: 0
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.1 -> Tool: master
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-master/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-master/test/simple/simptool
***Error*** Return Code: 255
Testing version 3.1.3rc2
[46bdecbdff4f:06304] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06304] INVENTORY RECEIVED
[46bdecbdff4f:06304] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06304] SERVER: TOOL CONNECT
[46bdecbdff4f:06304] PMIX ERROR: UNPACK-PAST-END in file server/pmix_server.c at line 3251
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 34359738368
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06307] PMIX ERROR: UNPACK-PAST-END in file tool/pmix_tool.c at line 242
[46bdecbdff4f:06304] SERVER: FINALIZED foobar:0 WAKEUP 1
PMIx_tool_init failed: -1
Child 0 [6307] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: v3.1 -> Tool: v3.1
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v3.1/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v3.1/test/simple/simptool
Success Return Code: 0
Testing version 3.1.3rc2
[46bdecbdff4f:06309] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06309] INVENTORY RECEIVED
[46bdecbdff4f:06309] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06309] SERVER: TOOL CONNECT
[46bdecbdff4f:06312] Tool ns foobar rank 0: Running
[46bdecbdff4f:06309] SERVER: QUERY
[46bdecbdff4f:06309] Key: foobar
[46bdecbdff4f:06309] Key: spastic
[46bdecbdff4f:06312] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06309] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.1 -> Tool: v3.0
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v3.0/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v3.0/test/simple/simptool
Success Return Code: 0
Testing version 3.1.3rc2
[46bdecbdff4f:06314] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06314] INVENTORY RECEIVED
[46bdecbdff4f:06314] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06317] Tool ns foobar rank 0: Running
[46bdecbdff4f:06314] SERVER: QUERY
[46bdecbdff4f:06314] Key: foobar
[46bdecbdff4f:06314] Key: spastic
[46bdecbdff4f:06317] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06314] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.1 -> Tool: v2.2
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.2/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.2/test/simple/simptool
Success Return Code: 0
Testing version 3.1.3rc2
[46bdecbdff4f:06319] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06319] INVENTORY RECEIVED
[46bdecbdff4f:06319] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06319] SERVER: TOOL CONNECT
[46bdecbdff4f:06322] Tool ns foobar rank 0: Running
[46bdecbdff4f:06319] SERVER: QUERY
[46bdecbdff4f:06319] Key: foobar
[46bdecbdff4f:06319] Key: spastic
[46bdecbdff4f:06322] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06319] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.1 -> Tool: v2.1
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.1/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.1/test/simple/simptool
Success Return Code: 0
Testing version 3.1.3rc2
[46bdecbdff4f:06324] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06324] INVENTORY RECEIVED
[46bdecbdff4f:06324] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06327] Tool ns foobar rank 0: Running
[46bdecbdff4f:06324] SERVER: QUERY
[46bdecbdff4f:06324] Key: foobar
[46bdecbdff4f:06324] Key: spastic
[46bdecbdff4f:06327] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06324] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.1 -> Tool: v2.0
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.0/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.0/test/simple/simptool
Success Return Code: 0
Testing version 3.1.3rc2
[46bdecbdff4f:06329] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06329] INVENTORY RECEIVED
[46bdecbdff4f:06329] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06332] Tool ns foobar rank 0: Running
[46bdecbdff4f:06329] SERVER: QUERY
[46bdecbdff4f:06329] Key: foobar
[46bdecbdff4f:06329] Key: spastic
[46bdecbdff4f:06332] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06329] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.1 -> Tool: v1.2
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v1.2/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v1.2/test/simple/simptool
Success Return Code: 0
Testing version 3.1.3rc2
[46bdecbdff4f:06334] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06334] INVENTORY RECEIVED
[46bdecbdff4f:06334] INVENTORY READY FOR DELIVERY
Inventory collected: 0
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.0 -> Tool: master
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-master/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-master/test/simple/simptool
***Error*** Return Code: 231
Testing version 3.0.3a1
[46bdecbdff4f:06338] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06338] INVENTORY RECEIVED
[46bdecbdff4f:06338] INVENTORY READY FOR DELIVERY
Inventory collected: 0
PMIx_tool_init failed: -25
Child 0 [6341] exited with status 231 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 231
======================================================================
Server: v3.0 -> Tool: v3.1
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v3.1/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v3.1/test/simple/simptool
Success Return Code: 0
Testing version 3.0.3a1
[46bdecbdff4f:06343] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06343] INVENTORY RECEIVED
[46bdecbdff4f:06343] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06346] Tool ns foobar rank 0: Running
[46bdecbdff4f:06343] SERVER: QUERY
[46bdecbdff4f:06343] Key: foobar
[46bdecbdff4f:06343] Key: spastic
[46bdecbdff4f:06346] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06343] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.0 -> Tool: v3.0
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v3.0/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v3.0/test/simple/simptool
Success Return Code: 0
Testing version 3.0.3a1
[46bdecbdff4f:06348] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06348] INVENTORY RECEIVED
[46bdecbdff4f:06348] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06351] Tool ns foobar rank 0: Running
[46bdecbdff4f:06348] SERVER: QUERY
[46bdecbdff4f:06348] Key: foobar
[46bdecbdff4f:06348] Key: spastic
[46bdecbdff4f:06351] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06348] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.0 -> Tool: v2.2
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.2/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.2/test/simple/simptool
***Error*** Return Code: 231
Testing version 3.0.3a1
[46bdecbdff4f:06353] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06353] INVENTORY RECEIVED
[46bdecbdff4f:06353] INVENTORY READY FOR DELIVERY
Inventory collected: 0
PMIx_tool_init failed: -25
Child 0 [6356] exited with status 231 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 231
======================================================================
Server: v3.0 -> Tool: v2.1
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.1/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.1/test/simple/simptool
Success Return Code: 0
Testing version 3.0.3a1
[46bdecbdff4f:06358] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06358] INVENTORY RECEIVED
[46bdecbdff4f:06358] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06361] Tool ns foobar rank 0: Running
[46bdecbdff4f:06358] SERVER: QUERY
[46bdecbdff4f:06358] Key: foobar
[46bdecbdff4f:06358] Key: spastic
[46bdecbdff4f:06361] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06358] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.0 -> Tool: v2.0
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.0/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.0/test/simple/simptool
Success Return Code: 0
Testing version 3.0.3a1
[46bdecbdff4f:06363] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06363] INVENTORY RECEIVED
[46bdecbdff4f:06363] INVENTORY READY FOR DELIVERY
Inventory collected: 0
[46bdecbdff4f:06366] Tool ns foobar rank 0: Running
[46bdecbdff4f:06363] SERVER: QUERY
[46bdecbdff4f:06363] Key: foobar
[46bdecbdff4f:06363] Key: spastic
[46bdecbdff4f:06366] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06363] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v3.0 -> Tool: v1.2
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v1.2/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v3.0/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v1.2/test/simple/simptool
Success Return Code: 0
Testing version 3.0.3a1
[46bdecbdff4f:06368] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
Collecting inventory
[46bdecbdff4f:06368] INVENTORY RECEIVED
[46bdecbdff4f:06368] INVENTORY READY FOR DELIVERY
Inventory collected: 0
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.2 -> Tool: master
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-master/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-master/test/simple/simptool
***Error*** Return Code: 255
Testing version 2.2.3a1
[46bdecbdff4f:06372] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06372] SERVER: TOOL CONNECT
[46bdecbdff4f:06372] PMIX ERROR: UNPACK-PAST-END in file server/pmix_server.c at line 2682
--------------------------------------------------------------------------
A received msg header indicates a size that is too large:
Requested size: 34359738368
Size limit: 16777216
If you believe this msg is legitimate, please increase the
max msg size via the ptl_base_max_msg_size parameter.
--------------------------------------------------------------------------
[46bdecbdff4f:06372] SERVER: FINALIZED foobar:0 WAKEUP 1
[46bdecbdff4f:06375] PMIX ERROR: UNPACK-PAST-END in file tool/pmix_tool.c at line 242
PMIx_tool_init failed: -1
Child 0 [6375] exited with status 255 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 255
======================================================================
Server: v2.2 -> Tool: v3.1
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v3.1/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v3.1/test/simple/simptool
Success Return Code: 0
Testing version 2.2.3a1
[46bdecbdff4f:06377] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06377] SERVER: TOOL CONNECT
[46bdecbdff4f:06380] Tool ns foobar rank 0: Running
[46bdecbdff4f:06377] SERVER: QUERY
[46bdecbdff4f:06377] Key: foobar
[46bdecbdff4f:06377] Key: spastic
[46bdecbdff4f:06380] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06377] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.2 -> Tool: v3.0
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v3.0/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v3.0/test/simple/simptool
Success Return Code: 0
Testing version 2.2.3a1
[46bdecbdff4f:06382] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06385] Tool ns foobar rank 0: Running
[46bdecbdff4f:06382] SERVER: QUERY
[46bdecbdff4f:06382] Key: foobar
[46bdecbdff4f:06382] Key: spastic
[46bdecbdff4f:06385] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06382] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.2 -> Tool: v2.2
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.2/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.2/test/simple/simptool
Success Return Code: 0
Testing version 2.2.3a1
[46bdecbdff4f:06387] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06387] SERVER: TOOL CONNECT
[46bdecbdff4f:06390] Tool ns foobar rank 0: Running
[46bdecbdff4f:06387] SERVER: QUERY
[46bdecbdff4f:06387] Key: foobar
[46bdecbdff4f:06387] Key: spastic
[46bdecbdff4f:06390] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06387] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.2 -> Tool: v2.1
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.1/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.1/test/simple/simptool
Success Return Code: 0
Testing version 2.2.3a1
[46bdecbdff4f:06392] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06395] Tool ns foobar rank 0: Running
[46bdecbdff4f:06392] SERVER: QUERY
[46bdecbdff4f:06392] Key: foobar
[46bdecbdff4f:06392] Key: spastic
[46bdecbdff4f:06395] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06392] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.2 -> Tool: v2.0
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.0/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.0/test/simple/simptool
Success Return Code: 0
Testing version 2.2.3a1
[46bdecbdff4f:06397] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06400] Tool ns foobar rank 0: Running
[46bdecbdff4f:06397] SERVER: QUERY
[46bdecbdff4f:06397] Key: foobar
[46bdecbdff4f:06397] Key: spastic
[46bdecbdff4f:06400] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06397] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.2 -> Tool: v1.2
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v1.2/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.2/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v1.2/test/simple/simptool
Success Return Code: 0
Testing version 2.2.3a1
[46bdecbdff4f:06402] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.1 -> Tool: master
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-master/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-master/test/simple/simptool
***Error*** Return Code: 231
Testing version 2.1.5a1
[46bdecbdff4f:06406] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
PMIx_tool_init failed: -25
Child 0 [6409] exited with status 231 - test FAILED
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
TEST FAILED WITH ERROR 231
======================================================================
Server: v2.1 -> Tool: v3.1
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v3.1/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v3.1/test/simple/simptool
Success Return Code: 0
Testing version 2.1.5a1
[46bdecbdff4f:06411] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06414] Tool ns foobar rank 0: Running
[46bdecbdff4f:06411] SERVER: QUERY
[46bdecbdff4f:06411] Key: foobar
[46bdecbdff4f:06411] Key: spastic
[46bdecbdff4f:06414] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06411] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.1 -> Tool: v3.0
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v3.0/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v3.0/test/simple/simptool
Success Return Code: 0
Testing version 2.1.5a1
[46bdecbdff4f:06416] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06419] Tool ns foobar rank 0: Running
[46bdecbdff4f:06416] SERVER: QUERY
[46bdecbdff4f:06416] Key: foobar
[46bdecbdff4f:06416] Key: spastic
[46bdecbdff4f:06419] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06416] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.1 -> Tool: v2.2
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.2/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.2/test/simple/simptool
Success Return Code: 0
Testing version 2.1.5a1
[46bdecbdff4f:06421] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06424] Tool ns foobar rank 0: Running
[46bdecbdff4f:06421] SERVER: QUERY
[46bdecbdff4f:06421] Key: foobar
[46bdecbdff4f:06421] Key: spastic
[46bdecbdff4f:06424] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06421] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.1 -> Tool: v2.1
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.1/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.1/test/simple/simptool
Success Return Code: 0
Testing version 2.1.5a1
[46bdecbdff4f:06426] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06429] Tool ns foobar rank 0: Running
[46bdecbdff4f:06426] SERVER: QUERY
[46bdecbdff4f:06426] Key: foobar
[46bdecbdff4f:06426] Key: spastic
[46bdecbdff4f:06429] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06426] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.1 -> Tool: v2.0
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.0/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.0/test/simple/simptool
Success Return Code: 0
Testing version 2.1.5a1
[46bdecbdff4f:06431] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06434] Tool ns foobar rank 0: Running
[46bdecbdff4f:06431] SERVER: QUERY
[46bdecbdff4f:06431] Key: foobar
[46bdecbdff4f:06431] Key: spastic
[46bdecbdff4f:06434] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06431] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.1 -> Tool: v1.2
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v1.2/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.1/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v1.2/test/simple/simptool
Success Return Code: 0
Testing version 2.1.5a1
[46bdecbdff4f:06436] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.pgm.model: PMIX
pmix.mdl.name: test
pmix.evname: SIMPTEST-MODEL
Test finished OK!
======================================================================
Server: v2.0 -> Tool: v2.0
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v2.0/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v2.0/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v2.0/test/simple/simptool
Success Return Code: 0
Testing version 2.0.3rc3
[46bdecbdff4f:06440] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS 0, ref=0
[46bdecbdff4f:06443] Tool ns foobar rank 0: Running
[46bdecbdff4f:06440] SERVER: QUERY
[46bdecbdff4f:06443] Client ns foobar rank 0: Finalizing
[46bdecbdff4f:06440] SERVER: FINALIZED foobar:0 WAKEUP 1
Client ns foobar rank 0:PMIx_Finalize successfully completed
SIMPTEST: Model event handler called with status -147(PMIX MODEL DECLARED)
pmix.evname: SIMPTEST-MODEL
[46bdecbdff4f:06440] SERVER: ERRHANDLER CALLED WITH STATUS -147
Test finished OK!
======================================================================
Server: v1.2 -> Tool: v1.2
============ PMIx Run : Run simptest Tool
Tool : /home/pmixer/scratch/pmix-v1.2/test/simple/simptool
Server : /home/pmixer/scratch/pmix-v1.2/test/simple
Command: ./simptest -e /home/pmixer/scratch/pmix-v1.2/test/simple/simptool
Success Return Code: 0
Testing version 1.2.5rc3
[46bdecbdff4f:06445] SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED WITH STATUS -47, ref=-1
[46bdecbdff4f:06445] SERVER: OP CALLBACK CALLED WITH STATUS -47
Test finished OK!
============================== Summary ==============================
Run PASS: master -> master
Run ***FAILED***: master -> v3.1
Run ***FAILED***: master -> v3.0
Run ***FAILED***: master -> v2.2
Run ***FAILED***: master -> v2.1
Run ***FAILED***: master -> v2.0
Run ***FAILED***: master -> v1.2
Run ***FAILED***: v3.1 -> master
Run PASS: v3.1 -> v3.1
Run PASS: v3.1 -> v3.0
Run PASS: v3.1 -> v2.2
Run PASS: v3.1 -> v2.1
Run PASS: v3.1 -> v2.0
Run PASS: v3.1 -> v1.2
Run ***FAILED***: v3.0 -> master
Run PASS: v3.0 -> v3.1
Run PASS: v3.0 -> v3.0
Run PASS: v3.0 -> v2.2
Run PASS: v3.0 -> v2.1
Run PASS: v3.0 -> v2.0
Run PASS: v3.0 -> v1.2
Run ***FAILED***: v2.2 -> master
Run PASS: v2.2 -> v3.1
Run PASS: v2.2 -> v3.0
Run PASS: v2.2 -> v2.2
Run PASS: v2.2 -> v2.1
Run PASS: v2.2 -> v2.0
Run PASS: v2.2 -> v1.2
Run ***FAILED***: v2.1 -> master
Run PASS: v2.1 -> v3.1
Run PASS: v2.1 -> v3.0
Run PASS: v2.1 -> v2.2
Run PASS: v2.1 -> v2.1
Run PASS: v2.1 -> v2.0
Run PASS: v2.1 -> v1.2
Run PASS: v2.0 -> v2.0
Run PASS: v1.2 -> v1.2
============================== Summary (Tool) ==============================
Run PASS: master -> master (Tool)
Run ***FAILED***: master -> v3.1 (Tool)
Run ***FAILED***: master -> v3.0 (Tool)
Run ***FAILED***: master -> v2.2 (Tool)
Run ***FAILED***: master -> v2.1 (Tool)
Run ***FAILED***: master -> v2.0 (Tool)
Run PASS: master -> v1.2 (Tool)
Run ***FAILED***: v3.1 -> master (Tool)
Run PASS: v3.1 -> v3.1 (Tool)
Run PASS: v3.1 -> v3.0 (Tool)
Run PASS: v3.1 -> v2.2 (Tool)
Run PASS: v3.1 -> v2.1 (Tool)
Run PASS: v3.1 -> v2.0 (Tool)
Run PASS: v3.1 -> v1.2 (Tool)
Run ***FAILED***: v3.0 -> master (Tool)
Run PASS: v3.0 -> v3.1 (Tool)
Run PASS: v3.0 -> v3.0 (Tool)
Run ***FAILED***: v3.0 -> v2.2 (Tool)
Run PASS: v3.0 -> v2.1 (Tool)
Run PASS: v3.0 -> v2.0 (Tool)
Run PASS: v3.0 -> v1.2 (Tool)
Run ***FAILED***: v2.2 -> master (Tool)
Run PASS: v2.2 -> v3.1 (Tool)
Run PASS: v2.2 -> v3.0 (Tool)
Run PASS: v2.2 -> v2.2 (Tool)
Run PASS: v2.2 -> v2.1 (Tool)
Run PASS: v2.2 -> v2.0 (Tool)
Run PASS: v2.2 -> v1.2 (Tool)
Run ***FAILED***: v2.1 -> master (Tool)
Run PASS: v2.1 -> v3.1 (Tool)
Run PASS: v2.1 -> v3.0 (Tool)
Run PASS: v2.1 -> v2.2 (Tool)
Run PASS: v2.1 -> v2.1 (Tool)
Run PASS: v2.1 -> v2.0 (Tool)
Run PASS: v2.1 -> v1.2 (Tool)
Run PASS: v2.0 -> v2.0 (Tool)
Run PASS: v1.2 -> v1.2 (Tool)
[pmixer@46bdecbdff4f crossversion]$ echo $?
20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment