This is odd. The test_build submission code is trying to guess the mpi_install_id, and since the "mpi_version=''" in the .txt file then this resolves as DEFAULT on the server which is no good.

Was it that the mpi_version was never filled in by the client or was it improperly reported?

-- Josh

On Aug 27, 2007, at 4:07 PM, Jeff Squyres wrote:

Well that's fun -- why are there no mpi_install values in the .txt file?

I assume you had successful MPI installs before this?


On Aug 27, 2007, at 4:03 PM, Ethan Mallove wrote:

I'm running into the below error running with the jms-new-parser
branch
(see attached MTTDatabase error file).

*** WARNING: MTTDatabase server notice: mpi_install_section_name is
not in mtt database.
    MTTDatabase server notice: number_of_results is not in mtt
database.
    MTTDatabase server notice: phase is not in mtt database.
    MTTDatabase server notice: fields is not in mtt database.
    MTTDatabase server notice: mpi_get_section_name is not in mtt
database.

    MTT submission for test build
    MTTDatabase server error:
    SQL QUERY: SELECT mpi_install_id
    FROM mpi_install NATURAL JOIN
         mpi_get     NATURAL JOIN
         compiler    NATURAL JOIN
         compute_cluster NATURAL JOIN
         submit
    WHERE
            mpi_version = DEFAULT AND
            mpi_name    = 'clustertools-7-iso-sdn-0907' AND
            compiler_version = '5.9 2007/05/03;' AND
            compiler_name    = 'sun' AND
            hostname         = 'burl-ct-v440-2' AND
            mtt_client_version = '2.1devel' AND
            local_username   = 'emallove' AND
            platform_name    = 'burl-ct-v440-2'
            ORDER BY mpi_install_id DESC limit 1
    SQL ERROR: ERROR:  syntax error at or near "DEFAULT"
    LINE 8:  mpi_version = DEFAULT AND
                           ^
    SQL ERROR:
    MTTDatabase server notice: Invalid mpi_install_id (9790) given.
Guessing that it should be -1
    MTTDatabase server error: ERROR: Unable to find a mpi_install
to associate with this test_build.

    MTTDatabase abort: (Tried to send HTTP error) 400
    MTTDatabase abort:
    No mpi_install associated with this test_build
MTTDatabase got response: MTTDatabase server notice:
mpi_install_section_name is not in mtt database.
   MTTDatabase server notice: number_of_results is not in mtt
database.
   MTTDatabase server notice: phase is not in mtt database.
   MTTDatabase server notice: fields is not in mtt database.
   MTTDatabase server notice: mpi_get_section_name is not in mtt
database.

   MTT submission for test build
   MTTDatabase server error:
   SQL QUERY: SELECT mpi_install_id
   FROM mpi_install NATURAL JOIN
        mpi_get     NATURAL JOIN
        compiler    NATURAL JOIN
        compute_cluster NATURAL JOIN
        submit
   WHERE
           mpi_version = DEFAULT AND
           mpi_name    = 'clustertools-7-iso-sdn-0907' AND
           compiler_version = '5.9 2007/05/03;' AND
           compiler_name    = 'sun' AND
           hostname         = 'burl-ct-v440-2' AND
           mtt_client_version = '2.1devel' AND
           local_username   = 'emallove' AND
           platform_name    = 'burl-ct-v440-2'
           ORDER BY mpi_install_id DESC limit 1
   SQL ERROR: ERROR:  syntax error at or near "DEFAULT"
   LINE 8:  mpi_version = DEFAULT AND
                          ^
   SQL ERROR:
   MTTDatabase server notice: Invalid mpi_install_id (9790) given.
Guessing that it should be -1
   MTTDatabase server error: ERROR: Unable to find a mpi_install to
associate with this test_build.

   MTTDatabase abort: (Tried to send HTTP error) 400
   MTTDatabase abort:
   No mpi_install associated with this test_build
*** WARNING: MTTDatabase did not get a serial; phases will be
isolated from each other in the reports
MTTDatabase submit complete
Writing to MTTDatabase debug file: /home/em162155/mtt-utils/logs/
debug/mttdatabase.burl-ct-v440-2.20070827.153417.1.1188243271-
error.txt
Debug MTTDatabase file write complete
Reported to MTTDatabase: 1 successful submit, 0 failed submits
(total of 1 result)

##################################################################### #
######
# *** WARNING:
# 2 MTTDatabase server errors
# The data that failed to submit is in /home/em162155/mtt-utils/
logs/debug/mttdatabase.burl-ct-v440-2.20070827.153417.*.txt.
# See the above output for more info.
##################################################################### #
######
<mttdatabase-error.txt>
_______________________________________________
mtt-devel mailing list
mtt-de...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/mtt-devel


--
Jeff Squyres
Cisco Systems

_______________________________________________
mtt-devel mailing list
mtt-de...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/mtt-devel

Reply via email to