Ubuntu Pastebin

Paste from dobey at Mon, 20 Mar 2017 15:25:45 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
autopkgtest [14:49:43]: test build: [-----------------------
build: OK
** (process:3015): DEBUG: Upstream XML: <?xml version="1.0" encoding="utf-8"?>
<component type="desktop-application">
  <id>org.example.Test.desktop</id>
  <name>Test</name>
  <summary>It does things</summary>
  <pkgname>foobar</pkgname>
</component>

** (process:3015): DEBUG: Distro XML: <?xml version="1.0" encoding="utf-8"?>
<components version="0.8">
  <component type="desktop-application">
    <id>org.example.Test.desktop</id>
    <name>Test</name>
    <summary>It does things</summary>
    <pkgname>foobar</pkgname>
  </component>
</components>

**
ERROR:asbuildtest.c:39:main: assertion failed (xml_upstream == "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" "<component type=\"desktop\">\n" "  <id>org.example.Test.desktop</id>\n" "  <name>Test</name>\n" "  <summary>It does things</summary>\n" "  <pkgname>foobar</pkgname>\n" "</component>\n"): ("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<component type=\"desktop-application\">\n  <id>org.example.Test.desktop</id>\n  <name>Test</name>\n  <summary>It does things</summary>\n  <pkgname>foobar</pkgname>\n</component>\n" == "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<component type=\"desktop\">\n  <id>org.example.Test.desktop</id>\n  <name>Test</name>\n  <summary>It does things</summary>\n  <pkgname>foobar</pkgname>\n</component>\n")
Aborted (core dumped)
autopkgtest [14:49:44]: test build: -----------------------]
autopkgtest [14:49:44]: test build:  - - - - - - - - - - results - - - - - - - - - -
build                FAIL non-zero exit status 134
autopkgtest [14:49:44]: test build:  - - - - - - - - - - stderr - - - - - - - - - -
**
ERROR:asbuildtest.c:39:main: assertion failed (xml_upstream == "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" "<component type=\"desktop\">\n" "  <id>org.example.Test.desktop</id>\n" "  <name>Test</name>\n" "  <summary>It does things</summary>\n" "  <pkgname>foobar</pkgname>\n" "</component>\n"): ("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<component type=\"desktop-application\">\n  <id>org.example.Test.desktop</id>\n  <name>Test</name>\n  <summary>It does things</summary>\n  <pkgname>foobar</pkgname>\n</component>\n" == "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<component type=\"desktop\">\n  <id>org.example.Test.desktop</id>\n  <name>Test</name>\n  <summary>It does things</summary>\n  <pkgname>foobar</pkgname>\n</component>\n")
Aborted (core dumped)
Download as text