Your message dated Sun, 9 Sep 2007 23:23:19 -0400
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #427309,
regarding sqlfairy: FTBFS: tests failed
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Hello,

I package sqlfairy in Debian and we've come across an error in the
tests run at build time. The full gory details are below.

PS Please preserve the Cc line when replying to this bug.

-- 
Eric Dorland <[EMAIL PROTECTED]>
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

--- Begin Message ---
Package: sqlfairy
version: 0.08-1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
/usr/bin/perl Build --makefile_env_macros 1 test
t/02mysql-parser...........ok
t/03mysql-to-oracle........ok
t/04file,fh,string.........ok
t/05bgep-re................ok
t/06xsv....................skipped
        all skipped: Missing dependency: Text::RecordParser
t/07p_args.................ok
t/08postgres-to-mysql......ok
t/09sqlt-diagram...........ok
t/10excel..................ok
t/11normalize..............ok
t/12header_comment.........ok
t/13schema.................ok
t/14postgres-parser........ok
t/15oracle-parser..........ok
t/16xml-parser.............ok
t/17sqlfxml-producer.......ok
t/18ttschema-producer......
#   Failed test 'Output looks right'
#   in t/18ttschema-producer.t at line 57.
# 
+----+-----------------------------------------+----------------------------------------+
# |  Ln|Got                                      |Expected                      
          |
# 
+----+-----------------------------------------+----------------------------------------+
# | 147|Constraints                              |Constraints                   
          |
# | 148|    ?                                    |    ?                         
          |
# | 149|        type:             PRIMARY KEY    |        type:             
PRIMARY KEY   |
# * 150|        fields:\s\s\s\s\s\s\s\s\s\s\s\n  |        fields:           
id\n          *
# | 151|        expression:                      |        expression:           
          |
# | 152|        match_type:                      |        match_type:           
          |
# | 153|        reference_fields:                |        reference_fields:     
          |
# 
+----+-----------------------------------------+----------------------------------------+
# | 160|                                         |                              
          |
# | 161|    emailuniqueindex                     |    emailuniqueindex          
          |
# | 162|        type:             UNIQUE         |        type:             
UNIQUE        |
# * 163|        fields:\s\s\s\s\s\s\s\s\s\s\s\n  |        fields:           
email\n       *
# | 164|        expression:                      |        expression:           
          |
# | 165|        match_type:                      |        match_type:           
          |
# | 166|        reference_fields:                |        reference_fields:     
          |
# 
+----+-----------------------------------------+----------------------------------------+
# | 173|                                         |                              
          |
# | 174|    ?                                    |    ?                         
          |
# | 175|        type:             FOREIGN KEY    |        type:             
FOREIGN KEY   |
# * 176|        fields:\s\s\s\s\s\s\s\s\s\s\s\n  |        fields:           
another_id\n  *
# | 177|        expression:                      |        expression:           
          |
# | 178|        match_type:                      |        match_type:           
          |
# * 179|        reference_fields:\s\n            |        reference_fields: 
id\n          *
# | 180|        reference_table:  Another        |        reference_table:  
Another       |
# | 181|        deferrable:       1              |        deferrable:       1   
          |
# | 182|        on_delete:                       |        on_delete:            
          |
# 
+----+-----------------------------------------+----------------------------------------+
# | 208|Constraints                              |Constraints                   
          |
# | 209|    ?                                    |    ?                         
          |
# | 210|        type:             PRIMARY KEY    |        type:             
PRIMARY KEY   |
# * 211|        fields:\s\s\s\s\s\s\s\s\s\s\s\n  |        fields:           
id\n          *
# | 212|        expression:                      |        expression:           
          |
# | 213|        match_type:                      |        match_type:           
          |
# | 214|        reference_fields:                |        reference_fields:     
          |
# 
+----+-----------------------------------------+----------------------------------------+
# 
# Looks like you failed 1 test of 6.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 3
        Failed 1/6 tests, 83.33% okay
t/19sybase-parser..........ok
t/20format_X_name..........ok
t/24yaml...................ok
t/25storable...............ok
t/26sybase.................ok
t/27sqlite-parser..........ok
t/29html...................ok
t/30sqlt-diff..............ok
t/31dumper.................ok
t/32schema-lookups.........ok
t/33tt-table-producer......Creating /tmp/hTeMtPMqhk/person.txt.
Creating /tmp/hTeMtPMqhk/pet.txt.

#   Failed test 'Output looks right'
#   in t/33tt-table-producer.t at line 62.
# 
+---+----------------------------------------------------+----------------------------------------------------+
# | Ln|Got                                                 |Expected            
                                |
# 
+---+----------------------------------------------------+----------------------------------------------------+
# |  1|Table: person                                       |Table: person       
                                |
# *  2|  Primary Key:\s\s\n                                |  Primary Key:  
person_id\n                         *
# |  3|  Foreign Keys:                                     |  Foreign Keys:     
                                |
# |  4|  Data Fields:  name, age, weight, iq, description  |  Data Fields:  
name, age, weight, iq, description  |
# |  5|                                                    |                    
                                |
# |  6|Table: pet                                          |Table: pet          
                                |
# |  7|  Primary Key:  pet_id, person_id                   |  Primary Key:  
pet_id, person_id                   |
# |  8|  Foreign Keys:                                     |  Foreign Keys:     
                                |
# |  9|  Data Fields:  name, age                           |  Data Fields:  
name, age                           |
# | 10|                                                    |                    
                                |
# 
+---+----------------------------------------------------+----------------------------------------------------+
# 

#   Failed test 'person.txt looks right'
#   in t/33tt-table-producer.t at line 71.
# 
+---+----------------------------------------------------+----------------------------------------------------+
# | Ln|Got                                                 |Expected            
                                |
# 
+---+----------------------------------------------------+----------------------------------------------------+
# |  1|Table: person                                       |Table: person       
                                |
# *  2|  Primary Key:\s\s\n                                |  Primary Key:  
person_id\n                         *
# |  3|  Foreign Keys:                                     |  Foreign Keys:     
                                |
# |  4|  Data Fields:  name, age, weight, iq, description  |  Data Fields:  
name, age, weight, iq, description  |
# |  5|                                                    |                    
                                |
# 
+---+----------------------------------------------------+----------------------------------------------------+
# 
# Looks like you failed 2 tests of 8.
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 3, 7
        Failed 2/8 tests, 75.00% okay
t/34tt-base................ok
t/35-access-parser.........ok
t/36-filters...............ok
t/37-translator-graph......ok
t/38-filter-names..........ok
t/38-mysql-producer........ok
t/40oracle-parser-dbi......ok
t/42shell..................ok
t/43xml-to-db2.............ok
t/44-xml-to-db2-array......ok
t/45db2-producer...........ok
t/46xml-to-pg..............ok
t/47postgres-producer......ok
t/48xml-to-sqlite..........ok
t/49xml-to-pg-samefield....ok
Failed Test             Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/18ttschema-producer.t    1   256     6    1  16.67%  3
t/33tt-table-producer.t    2   512     8    2  25.00%  3 7
1 test skipped.
Failed 2/43 test scripts, 95.35% okay. 3/1247 subtests failed, 99.76% okay.
make[1]: *** [test] Error 255
make[1]: Leaving directory `/build/user/sqlfairy-0.08'
make: *** [debian/stamp-makefile-check] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |


--- End Message ---

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to