Source: ruby-rabl
Version: 0.11.4-2
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

ruby-rabl fails to build from source in unstable/amd64:

  [..]

  FAILURE
   Rabl::Engine with plist defaults #glue asserts that it glues data from a 
child node => expected "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE 
plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>user</key>\n\t<dict>\n\t\t<key>age</key>\n\t\t<integer>12</integer>\n\t\t<key>city</key>\n\t\t<string>LA</string>\n\t\t<key>name</key>\n\t\t<string>leo</string>\n\t</dict>\n</dict>\n</plist>\n",
 not "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC 
\"-//Apple//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>user</key>\n\t<dict>\n\t\t<key>age</key>\n\t\t<integer>12</integer>\n\t\t<key>city</key>\n\t\t<string>LA</string>\n\t\t<key>name</key>\n\t\t<string>leo</string>\n\t</dict>\n</dict>\n</plist>\n"
  
  FAILURE
   Rabl::Engine without plist root #object asserts that it sets data source => 
expected /<\?xml\ version="1\.0"\ encoding="UTF\-8"\?>\n<!DOCTYPE\ plist\ 
PUBLIC\ "\-\/\/Apple\ Computer\/\/DTD\ PLIST\ 1\.0\/\/EN"\ 
"http:\/\/www\.apple\.com\/DTDs\/PropertyList\-1\.0\.dtd">\n<plist\ 
version="1\.0">\n<dict\/>\n<\/plist>\n/ to match "<?xml version=\"1.0\" 
encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict/>\n</plist>\n"
  
  FAILURE
   Rabl::Engine without plist root #object asserts that it can set root node => 
expected "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC 
\"-//Apple Computer//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict/>\n</plist>\n", not "<?xml version=\"1.0\" 
encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict/>\n</plist>\n"
  
  FAILURE
   Rabl::Engine without plist root #collection asserts that it sets object to 
be casted as a simple array => expected "<?xml version=\"1.0\" 
encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 
1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<array>\n\t<dict/>\n\t<dict/>\n</array>\n</plist>\n", not 
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC 
\"-//Apple//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<array>\n\t<dict/>\n\t<dict/>\n</array>\n</plist>\n"
  
  FAILURE
   Rabl::Engine without plist root #collection asserts that it sets root node 
for objects => expected "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE 
plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>person</key>\n\t<array>\n\t\t<dict/>\n\t\t<dict/>\n\t</array>\n</dict>\n</plist>\n",
 not "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC 
\"-//Apple//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>person</key>\n\t<array>\n\t\t<dict/>\n\t\t<dict/>\n\t</array>\n</dict>\n</plist>\n"
  
  FAILURE
   Rabl::Engine without plist root #attribute asserts that it adds an attribute 
or method to be included in output => expected "<?xml version=\"1.0\" 
encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 
1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>name</key>\n\t<string>irvine</string>\n</dict>\n</plist>\n",
 not "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC 
\"-//Apple//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>name</key>\n\t<string>irvine</string>\n</dict>\n</plist>\n"
  
  FAILURE
   Rabl::Engine without plist root #attribute asserts that it can add attribute 
under a different key name through :as => expected "<?xml version=\"1.0\" 
encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 
1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>city</key>\n\t<string>irvine</string>\n</dict>\n</plist>\n",
 not "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC 
\"-//Apple//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>city</key>\n\t<string>irvine</string>\n</dict>\n</plist>\n"
  
  FAILURE
   Rabl::Engine without plist root #attribute asserts that it can add attribute 
under a different key name through hash => expected "<?xml version=\"1.0\" 
encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 
1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>city</key>\n\t<string>irvine</string>\n</dict>\n</plist>\n",
 not "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC 
\"-//Apple//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>city</key>\n\t<string>irvine</string>\n</dict>\n</plist>\n"
  
  FAILURE
   Rabl::Engine without plist root #code asserts that it can create an 
arbitrary code node => expected "<?xml version=\"1.0\" 
encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 
1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>foo</key>\n\t<string>bar</string>\n</dict>\n</plist>\n",
 not "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC 
\"-//Apple//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>foo</key>\n\t<string>bar</string>\n</dict>\n</plist>\n"
  
  FAILURE
   Rabl::Engine without plist root #code asserts that it can be passed 
conditionals => expected "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE 
plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict/>\n</plist>\n", not "<?xml version=\"1.0\" 
encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict/>\n</plist>\n"
  
  FAILURE
   Rabl::Engine without plist root #child asserts that it can create a child 
node => expected ["\t", "\t", "\t", "\t", "\t", "\t", "\t", "\n", "\n", "\n", 
"\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " ", " ", " ", " ", " ", " ", " 
", " ", " ", " ", "!", "\"", "\"", "\"", "\"", "\"", "\"", "\"", "\"", "\"", 
"\"", "-", "-", "-", ".", ".", ".", ".", ".", ".", ".", "/", "/", "/", "/", 
"/", "/", "/", "/", "/", "/", "/", "/", "/", "/", "/", "/", "0", "0", "0", "0", 
"1", "1", "1", "1", "8", ":", "<", "<", "<", "<", "<", "<", "<", "<", "<", "<", 
"<", "<", "<", "<", "=", "=", "=", ">", ">", ">", ">", ">", ">", ">", ">", ">", 
">", ">", ">", ">", ">", "?", "?", "A", "A", "B", "C", "C", "C", "D", "D", "D", 
"D", "D", "E", "E", "F", "I", "I", "L", "L", "L", "L", "N", "O", "P", "P", "P", 
"P", "S", "T", "T", "T", "T", "T", "U", "U", "Y", "a", "c", "c", "c", "c", "c", 
"c", "c", "d", "d", "d", "d", "d", "d", "d", "e", "e", "e", "e", "e", "e", "e", 
"e", "e", "e", "e", "e", "g", "g", "g", "h", "i", "i", "i", "i", "i", "i", "i", 
"i", "i", "i", "i", "i", "i", "i", "k", "k", "k", "k", "l", "l", "l", "l", "l", 
"l", "m", "m", "m", "n", "n", "n", "n", "n", "n", "o", "o", "o", "o", "o", "o", 
"p", "p", "p", "p", "p", "p", "p", "p", "p", "p", "r", "r", "r", "r", "r", "r", 
"r", "r", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "t", "t", "t", "t", 
"t", "t", "t", "t", "t", "t", "t", "t", "t", "t", "t", "t", "u", "u", "v", "v", 
"w", "w", "w", "x", "y", "y", "y", "y", "y", "y"], not ["\t", "\t", "\t", "\t", 
"\t", "\t", "\t", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", 
"\n", " ", " ", " ", " ", " ", " ", " ", " ", " ", "!", "\"", "\"", "\"", "\"", 
"\"", "\"", "\"", "\"", "\"", "\"", "-", "-", "-", ".", ".", ".", ".", ".", 
".", ".", "/", "/", "/", "/", "/", "/", "/", "/", "/", "/", "/", "/", "/", "/", 
"/", "/", "0", "0", "0", "0", "1", "1", "1", "1", "8", ":", "<", "<", "<", "<", 
"<", "<", "<", "<", "<", "<", "<", "<", "<", "<", "=", "=", "=", ">", ">", ">", 
">", ">", ">", ">", ">", ">", ">", ">", ">", ">", ">", "?", "?", "A", "A", "B", 
"C", "C", "D", "D", "D", "D", "D", "E", "E", "F", "I", "I", "L", "L", "L", "L", 
"N", "O", "P", "P", "P", "P", "S", "T", "T", "T", "T", "T", "U", "U", "Y", "a", 
"c", "c", "c", "c", "c", "c", "c", "d", "d", "d", "d", "d", "d", "d", "e", "e", 
"e", "e", "e", "e", "e", "e", "e", "e", "e", "g", "g", "g", "h", "i", "i", "i", 
"i", "i", "i", "i", "i", "i", "i", "i", "i", "i", "i", "k", "k", "k", "k", "l", 
"l", "l", "l", "l", "l", "m", "m", "n", "n", "n", "n", "n", "n", "o", "o", "o", 
"o", "o", "p", "p", "p", "p", "p", "p", "p", "p", "p", "r", "r", "r", "r", "r", 
"r", "r", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "t", "t", "t", "t", 
"t", "t", "t", "t", "t", "t", "t", "t", "t", "t", "t", "u", "v", "v", "w", "w", 
"w", "x", "y", "y", "y", "y", "y", "y"]
  
  FAILURE
   Rabl::Engine without plist root #child asserts that it can create a child 
node with different key => expected "<?xml version=\"1.0\" 
encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 
1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>name</key>\n\t<string>leo</string>\n\t<key>person</key>\n\t<dict>\n\t\t<key>city</key>\n\t\t<string>LA</string>\n\t</dict>\n</dict>\n</plist>\n",
 not "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC 
\"-//Apple//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>name</key>\n\t<string>leo</string>\n\t<key>person</key>\n\t<dict>\n\t\t<key>city</key>\n\t\t<string>LA</string>\n\t</dict>\n</dict>\n</plist>\n"
  
  FAILURE
   Rabl::Engine without plist root #glue asserts that it glues data from a 
child node => expected "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE 
plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>age</key>\n\t<integer>12</integer>\n\t<key>city</key>\n\t<string>LA</string>\n\t<key>name</key>\n\t<string>leo</string>\n</dict>\n</plist>\n",
 not "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC 
\"-//Apple//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>age</key>\n\t<integer>12</integer>\n\t<key>city</key>\n\t<string>LA</string>\n\t<key>name</key>\n\t<string>leo</string>\n</dict>\n</plist>\n"
  
  FAILURE
   Rabl::Renderer .plist asserts it renders xml => expected "<?xml 
version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple 
Computer//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>user</key>\n\t<dict>\n\t\t<key>age</key>\n\t\t<integer>24</integer>\n\t\t<key>float</key>\n\t\t<real>1234.56</real>\n\t\t<key>name</key>\n\t\t<string>ivan</string>\n\t</dict>\n</dict>\n</plist>\n",
 not "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC 
\"-//Apple//DTD PLIST 1.0//EN\" 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\";>\n<plist 
version=\"1.0\">\n<dict>\n\t<key>user</key>\n\t<dict>\n\t\t<key>age</key>\n\t\t<integer>24</integer>\n\t\t<key>float</key>\n\t\t<real>1234.56</real>\n\t\t<key>name</key>\n\t\t<string>ivan</string>\n\t</dict>\n</dict>\n</plist>\n"
  
  269 passes, 25 failures, 0 errors in 0.096543 seconds
  ERROR: Test "ruby2.3" failed. Exiting.
  dh_auto_install: dh_ruby --install 
/home/lamby/temp/cdt.20160314100234.1mSPfRY6KA/ruby-rabl-0.11.4/debian/ruby-rabl
 returned exit code 1
  debian/rules:13: recipe for target 'binary' failed
  make: *** [binary] Error 1

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: ruby-rabl.0.11.4-2.unstable.amd64.log.txt.gz
Description: Binary data

_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to