[MTT users] Pyclient fails to report to IU database

2016-08-10 Thread r...@open-mpi.org
Hi folks

I hit the following error when trying to upload results from Pyclient to IU 
Reporter:

<<<<<<< Response -->>>>>>
Result: 404: text/html; charset=iso-8859-1
{'date': 'Wed, 10 Aug 2016 23:07:03 GMT', 'content-length': '296', 
'content-type': 'text/html; charset=iso-8859-1', 'connection': 'close', 
'server': 'Apache/2.2.15 (Red Hat)'}
Not Found
<<<<<<< Raw Output (Start) >>>>>>


404 Not Found

Not Found
The requested URL /submit//submit was not found on this server.

Apache/2.2.15 (Red Hat) Server at mtt.open-mpi.org Port 443


<<<<<<< Raw Output (End  ) >>>>>>

Here was my .ini stage:

[Reporter:IUdatabase]
plugin = IUDatabase

realm = OMPI
username = intel
pwfile = /home/common/mttpwd.txt
platform = bend-rsh
hostname = rhc00[1-2]
url = https://mtt.open-mpi.org/submit/
email = r...@open-mpi.org

#--

Is the URL incorrect?
Ralph

___
mtt-users mailing list
mtt-users@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/mtt-users


Re: [MTT users] Pyclient fails to report to IU database

2016-08-10 Thread r...@open-mpi.org
Thanks - that helped. Getting closer, but still hitting problems:

Section: TestRun:IBMInstalledOMPI Status: 1
Input parameters:
 plugin = OpenMPI
 parent = TestBuild:IBMInstalled
 timeout = 600
 test_dir = "collective, communicator"
 max_num_tests = 10
 fail_tests = "environment/abort, environment/final"
 fail_timeout = max_procs
 skip_tests = 
"environment/init_thread_multiple,communicator/comm_split_f"
Final options:
 merge_stdout_stderr = 1
 skipped = 77
 hostfile = None
 skip_tests = 
"environment/init_thread_multiple,communicator/comm_split_f"
 parent = TestBuild:IBMInstalled
 test_dir = "collective, communicator"
 stdout_save_lines = 100
 save_stdout_on_pass = 1
 options = ['"', '"', ',', ' ', '"', '-', '-', 'n', 'o', 'v', 
'm', '"']
 fail_tests = "environment/abort, environment/final"
 fail_timeout = max_procs
 command = mpirun --oversubscribe
 timeout = 600
 np = 16
 max_num_tests = 10
 report_after_n_results = 100
 stderr_save_lines = 100
ERROR: [Errno 2] No such file or directory
Tests: 10 Pass: 0 Skip: 0 Fail: 10
 allgather   Status: 1
 Stderr: [Errno 2] No such file or directory
 allgather_gap   Status: 1
 Stderr: [Errno 2] No such file or directory
 allgather_in_place   Status: 1
 Stderr: [Errno 2] No such file or directory
 allgatherv   Status: 1
 Stderr: [Errno 2] No such file or directory
 allgatherv_in_place   Status: 1
 Stderr: [Errno 2] No such file or directory
 allreduce   Status: 1
 Stderr: [Errno 2] No such file or directory
 allreduce_in_place   Status: 1
 Stderr: [Errno 2] No such file or directory
 allreduce_nocommute   Status: 1
 Stderr: [Errno 2] No such file or directory
 allreduce_nocommute_gap   Status: 1
 Stderr: [Errno 2] No such file or directory
 allreduce_nocommute_gap_in_place   Status: 1
 Stderr: [Errno 2] No such file or directory

Looks like we are still failing to correctly move to the right location when 
trying to run tests. I’ll have to look into this one.

Also, on the reporter:

<<<<<<< Response -->>>>>>
Result: 200: application/json
{'content-length': '76', 'set-cookie': 
'session_id=9899359b4f281cfeaf02aa855952c5f1b97c1ade; expires=Thu, 11 Aug 2016 
03:05:22 GMT; Path=/', 'server': 'CherryPy/5.1.0', 'connection': 'close', 
'allow': 'POST', 'date': 'Thu, 11 Aug 2016 02:05:22 GMT', 
'access-control-allow-origin': '*', 'content-type': 'application/json'}
OK
<<<<<<< Raw Output (Start) >>>>>>
{"status": -2, "status_message": "[DB PG V3] (test_run)  Missing field: np"}
<<<<<<< Raw Output (End  ) >>>>>>

Looks like we are still missing at least one field, though that might be due to 
the test failing to actually execute. Still, we should report the failure to 
the database, so I assume we are missing some error code path to guarantee the 
fields are filled in.

Ricky: can you take a look at this one?
Ralph


> On Aug 10, 2016, at 6:13 PM, Josh Hursey  wrote:
> 
> This should be the correct (current) url:
>   https://mtt.open-mpi.org/submit/cpy/api/ 
> <https://mtt.open-mpi.org/submit/cpy/api/>
> 
> We might want to change it in the future, but the following is just for the 
> perl client:
>   https://mtt.open-mpi.org/submit/ <https://mtt.open-mpi.org/submit/>
> 
> It looks like the service at IU has been down since May 13. I just restarted 
> it so you should be fine now. It should have auto-restarted, so we'll have to 
> look into why that didn't happen when we move it over to the new server next 
> week.
> 
> 
> On Wed, Aug 10, 2016 at 6:14 PM, r...@open-mpi.org <mailto:

[MTT users] MTT docs now online

2018-07-12 Thread r...@open-mpi.org
We finally got the bugs out and the documentation for Python MTT implementation 
is now online at https://open-mpi.github.io/mtt 
.
It also picked up the Perl stuff, but we’ll just ignore that little detail :-)

Thanks to Akshaya Jagannadharao for all the hard work to make that happen!

Ralph

___
mtt-users mailing list
mtt-users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/mtt-users