Your message dated Sun, 24 Jun 2018 15:38:32 +0000
with message-id <e1fx760-0006qc...@fasolo.debian.org>
and subject line Bug#902209: fixed in ostree 2018.6-3
has caused the Debian Bug report #902209,
regarding ostree: FTBFS on 64-bit big-endian: test failures: g_str_has_prefix: 
assertion 'str != NULL' failed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
902209: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902209
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ostree
Version: 2018.6-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/package.php?p=ostree&suite=sid

...
ERROR: tests/test-find-remotes.sh
=================================

# testlabel.txt: security.selinux: No such attribute
++ BUILT_WITH_ASAN=
++ test -n ''
++ test -z ''
++ test -z ''
++ CMD_PREFIX='env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so'
++ test -n /<<PKGBUILDDIR>>
++ OSTREE_HTTPD=/<<PKGBUILDDIR>>/ostree-trivial-httpd
++ _have_user_xattrs=
++ _have_strace_fault_injection=
+ echo 1..1
+ cd /var/tmp/tap-test.U3hurR
+ mkdir apps-collection
+ ostree_repo_init apps-collection --collection-id org.example.AppsCollection
+ repo=apps-collection
+ shift
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=apps-collection init --collection-id org.example.AppsCollection
+ test -n 1
+ echo -e 'disable-xattrs=true\n'
+ mkdir -p files
+ pushd files
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=../apps-collection commit -s 'Test apps-collection commit 1' -b app1 
--gpg-homedir=/var/tmp/tap-test.U3hurR/gpghome --gpg-sign=472CDAFA
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=../apps-collection commit -s 'Test apps-collection commit 2' -b app2 
--gpg-homedir=/var/tmp/tap-test.U3hurR/gpghome --gpg-sign=472CDAFA
+ popd
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=apps-collection summary --update 
--gpg-homedir=/var/tmp/tap-test.U3hurR/gpghome --gpg-sign=472CDAFA
+ mkdir os-collection
+ ostree_repo_init os-collection --collection-id org.example.OsCollection
+ repo=os-collection
+ shift
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=os-collection init --collection-id org.example.OsCollection
+ test -n 1
+ echo -e 'disable-xattrs=true\n'
+ mkdir -p files
+ pushd files
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=../os-collection commit -s 'Test os-collection commit 1' -b 
os/amd64/master --gpg-homedir=/var/tmp/tap-test.U3hurR/gpghome 
--gpg-sign=CA950D41
+ popd
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=os-collection summary --update 
--gpg-homedir=/var/tmp/tap-test.U3hurR/gpghome --gpg-sign=CA950D41
+ mkdir local
+ ostree_repo_init local
+ repo=local
+ shift
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree --repo=local 
init
+ test -n 1
+ echo -e 'disable-xattrs=true\n'
++ pwd
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree --repo=local 
remote add apps-remote file:///var/tmp/tap-test.U3hurR/apps-collection 
--collection-id org.example.AppsCollection 
--gpg-import=/var/tmp/tap-test.U3hurR/gpghome/key1.asc
++ pwd
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree --repo=local 
remote add os-remote file:///var/tmp/tap-test.U3hurR/os-collection 
--collection-id org.example.OsCollection 
--gpg-import=/var/tmp/tap-test.U3hurR/gpghome/key2.asc
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree --repo=local 
pull apps-remote app1
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree --repo=local 
pull os-remote os/amd64/master
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree --repo=local 
refs
+ assert_file_has_content refs '^apps-remote:app1$'
+ fpath=refs
+ shift
+ for re in "$@"
+ grep -q -e '^apps-remote:app1$' refs
+ assert_file_has_content refs '^os-remote:os/amd64/master$'
+ fpath=refs
+ shift
+ for re in "$@"
+ grep -q -e '^os-remote:os/amd64/master$' refs
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree --repo=local 
refs --collections
+ cat refs
+ wc -l
+ assert_file_has_content refs '^(org.example.AppsCollection, app1)$'
+ fpath=refs
+ shift
+ for re in "$@"
+ grep -q -e '^(org.example.AppsCollection, app1)$' refs
+ assert_file_has_content refs '^(org.example.OsCollection, os/amd64/master)$'
+ fpath=refs
+ shift
+ for re in "$@"
+ grep -q -e '^(org.example.OsCollection, os/amd64/master)$' refs
+ assert_file_has_content refscount '^2$'
+ fpath=refscount
+ shift
+ for re in "$@"
+ grep -q -e '^2$' refscount
+ mkdir local-mirror
+ ostree_repo_init local-mirror
+ repo=local-mirror
+ shift
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=local-mirror init
+ test -n 1
+ echo -e 'disable-xattrs=true\n'
++ pwd
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=local-mirror remote add apps-remote 
file:///var/tmp/tap-test.U3hurR/apps-collection --collection-id 
org.example.AppsCollection 
--gpg-import=/var/tmp/tap-test.U3hurR/gpghome/key1.asc
++ pwd
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=local-mirror remote add os-remote 
file:///var/tmp/tap-test.U3hurR/os-collection --collection-id 
org.example.OsCollection --gpg-import=/var/tmp/tap-test.U3hurR/gpghome/key2.asc
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=local-mirror pull --mirror apps-remote app1
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=local-mirror pull --mirror os-remote os/amd64/master
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=local-mirror refs
+ wc -l
+ assert_file_has_content refscount '^0$'
+ fpath=refscount
+ shift
+ for re in "$@"
+ grep -q -e '^0$' refscount
+ ls -1 local-mirror/refs/remotes
+ wc -l
+ assert_file_has_content remotescount '^0$'
+ fpath=remotescount
+ shift
+ for re in "$@"
+ grep -q -e '^0$' remotescount
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree 
--repo=local-mirror refs --collections
+ assert_file_has_content refs '^(org.example.AppsCollection, app1)$'
+ fpath=refs
+ shift
+ for re in "$@"
+ grep -q -e '^(org.example.AppsCollection, app1)$' refs
+ assert_file_has_content refs '^(org.example.OsCollection, os/amd64/master)$'
+ fpath=refs
+ shift
+ for re in "$@"
+ grep -q -e '^(org.example.OsCollection, os/amd64/master)$' refs
++ cat app1-checksum
+ assert_file_has_content 
local-mirror/refs/mirrors/org.example.AppsCollection/app1 
'^896b2bffaad275118897482ad77975c8d4d3b36d2349c411a8999ec245577196$'
+ fpath=local-mirror/refs/mirrors/org.example.AppsCollection/app1
+ shift
+ for re in "$@"
+ grep -q -e 
'^896b2bffaad275118897482ad77975c8d4d3b36d2349c411a8999ec245577196$' 
local-mirror/refs/mirrors/org.example.AppsCollection/app1
++ cat os-checksum
+ assert_file_has_content 
local-mirror/refs/mirrors/org.example.OsCollection/os/amd64/master 
'^162cca272fa2cae2b8ee7f0e043985462cff6e4cccf760f8f982edd27cca76e1$'
+ fpath=local-mirror/refs/mirrors/org.example.OsCollection/os/amd64/master
+ shift
+ for re in "$@"
+ grep -q -e 
'^162cca272fa2cae2b8ee7f0e043985462cff6e4cccf760f8f982edd27cca76e1$' 
local-mirror/refs/mirrors/org.example.OsCollection/os/amd64/master
+ for repo in local local-mirror
+ env LD_PRELOAD=/<<PKGBUILDDIR>>/tests/libreaddir-rand.so ostree --repo=local 
find-remotes --finders=config org.example.AppsCollection app1

(ostree find-remotes:42592): GLib-CRITICAL **: 13:23:08.200: g_str_has_prefix: 
assertion 'str != NULL' failed
/<<PKGBUILDDIR>>/tests/test-find-remotes.sh: line 89: 42592 Trace/breakpoint 
trap   ${CMD_PREFIX} ostree --repo=$repo find-remotes --finders=config 
org.example.AppsCollection app1 > find
Copying gpghome to /var/tmp/tap-test.U3hurR
checking for xattrs.../usr/bin/setfattr
/var/tmp/tap-test.U3hurR /var/tmp/tap-test.U3hurR
Unable to retrieve SELinux label, assuming disabled
/var/tmp/tap-test.U3hurR
done
1..1
/var/tmp/tap-test.U3hurR/files /var/tmp/tap-test.U3hurR
/var/tmp/tap-test.U3hurR
/var/tmp/tap-test.U3hurR/files /var/tmp/tap-test.U3hurR
/var/tmp/tap-test.U3hurR
Imported 1 GPG key to remote "apps-remote"
Imported 1 GPG key to remote "os-remote"
3 metadata, 0 content objects imported
1 metadata, 0 content objects imported
Imported 1 GPG key to remote "apps-remote"
Imported 1 GPG key to remote "os-remote"
3 metadata, 0 content objects imported
1 metadata, 0 content objects imported
ERROR: tests/test-find-remotes.sh - too few tests run (expected 1, got 0)
ERROR: tests/test-find-remotes.sh - exited with status 133 (terminated by 
signal 5?)
...
============================================================================
Testsuite summary for libostree 2018.6
============================================================================
# TOTAL: 500
# PASS:  457
# SKIP:  40
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 3
============================================================================
See ./test-suite.log
Please report to walt...@verbum.org
============================================================================
make[6]: *** [Makefile:7146: test-suite.log] Error 1

--- End Message ---
--- Begin Message ---
Source: ostree
Source-Version: 2018.6-3

We believe that the bug you reported is fixed in the latest version of
ostree, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 902...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon McVittie <s...@debian.org> (supplier of updated ostree package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 24 Jun 2018 13:04:09 +0100
Source: ostree
Binary: gir1.2-ostree-1.0 libostree-1-1 libostree-dev libostree-doc ostree 
ostree-tests
Architecture: source
Version: 2018.6-3
Distribution: unstable
Urgency: medium
Maintainer: Utopia Maintenance Team 
<pkg-utopia-maintain...@lists.alioth.debian.org>
Changed-By: Simon McVittie <s...@debian.org>
Description:
 gir1.2-ostree-1.0 - content-addressed filesystem for operating system binaries 
(intro
 libostree-1-1 - content-addressed filesystem for operating system binaries 
(libra
 libostree-dev - Development files for the libostree library
 libostree-doc - Development documentation for the libostree library
 ostree     - content-addressed filesystem for operating system binaries
 ostree-tests - content-addressed filesystem for operating system binaries - 
test
Closes: 902209
Changes:
 ostree (2018.6-3) unstable; urgency=medium
 .
   * d/p/avahi-Fail-immediately-if-we-can-t-talk-to-D-Bus-or-Avahi.patch:
     Mark as applied upstream
   * d/p/OstreeRepoFinderConfig-Fix-guint-gsize-confusion.patch:
     Add patch to fix incorrect type aliasing that caused assertion
     failures on 64-bit big-endian platforms (Closes: #902209)
Checksums-Sha1:
 6db4a1b7e290d101b55f88382b48883008ce434c 3043 ostree_2018.6-3.dsc
 ace4582c5a24def85be17aa6db322a3626a85770 20128 ostree_2018.6-3.debian.tar.xz
 2572ca8e5ff060c40d81c7ca108afef4aa8bcece 11020 ostree_2018.6-3_source.buildinfo
Checksums-Sha256:
 744608fd70148371f4931d190c6003861c22c9e740146892f87f34b1912aedc9 3043 
ostree_2018.6-3.dsc
 8cad232e19838f5b5b24077bce6d80a8cb33fe2a90c3945f91760063f1a744f6 20128 
ostree_2018.6-3.debian.tar.xz
 b79941db1356705c1022298fe11875dbe87f87c4c517c3e9df64f80e2568fff1 11020 
ostree_2018.6-3_source.buildinfo
Files:
 a57e32da65324dece960e604cf3c77fb 3043 admin optional ostree_2018.6-3.dsc
 7f9bad12e79f93b117f1c8aa06e2e899 20128 admin optional 
ostree_2018.6-3.debian.tar.xz
 c60b94ffe02aee7b9611371559661bfd 11020 admin optional 
ostree_2018.6-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEENuxaZEik9e95vv6Y4FrhR4+BTE8FAlsvsdgACgkQ4FrhR4+B
TE8KVxAAtfbAiVKqj8fXYg4h3XUizJMEMMh6OGzcDZZ1L3wAwj3GmOmqSHXhEfqa
aISUpoB9CfgCAClizerBR6Z0+pHnpQgrHMtYkJpfRj9poRFT5ibhIQtRFsqNiYbm
MOogkwO76Z7RsVConCqe/WanhiP6Vcw1jWEY3YOLCoyPNvV7+TyNfJ+UGHf02Q/P
LYMfpCLekN5iH9/KBZlcZrI4rdxhc0u6cUbeJQsTveHvEUi/EwosOsVqOwle0Pv5
I2Fo0W3/qVRWZrpTmYwHPDXbjh4CPRTqoOGI/HHsrFvufFiQ9NelLXRajkjrcSbR
TgwOjXBuuPLQO6/du3JKpmOw2L5Wfsc1huBdqiapznc9NChfWi3IHSLTy785idDu
otGlrxGRFHjv9/lN9duLAnUC9ICLp4HJsddTgJjoLr55k4GAQc5VAfDRcmxF9dOi
O3PUgrcJFU9N0Ly42Lfix902e/GYrFANfa/b67+MjmY/j+6sxuD5wA3kLn/40Hfb
8al3wppuiYi8+bn5el48y9n39w8qsdNkBvAjfmphdKx2hVqVVWpHKl5VhNFpNEXT
M3yb0uwKbuEH1idkj+55XCZf/7LzewOb582Ts+2c6ZtX4fhIclQZIPFm/QYP6Jbg
lHsNEvnbekW6V6+tLB34xWx6ttVwSCC5ikhnInBO2kCwWrj5BTU=
=DiUx
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-utopia-maintainers mailing list
Pkg-utopia-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-utopia-maintainers

Reply via email to