From: Eric Bavier <ericbavier@openmailbox.org>
To: ludo@gnu.org
Cc: guix-devel@gnu.org,
Guix-devel
<guix-devel-bounces+ericbavier=openmailbox.org@gnu.org>
Subject: Re: [PATCH] gnu: Add hdf4
Date: Thu, 02 Jun 2016 09:43:43 -0500 [thread overview]
Message-ID: <22481a77dcf5733b4547f9ecf1a390a3@openmailbox.org> (raw)
In-Reply-To: <87shx0tt5e.fsf@gnu.org>
On 2016-05-29 17:07, ludo@gnu.org wrote:
> Hello,
>
> Jeremy Robst <jpro@bas.ac.uk> skribis:
>
>> Here's the patch as an attachment - sorry for the hassle. I will try
>> and work out what's going wrong so I can send proper patches in
>> future.
>
> No problem!
>
> I tried the attached patch, which includes mostly cosmetic changes
> compared to the one you posted. However, I stumble upon test failures
> (on x86_64, with Linux-libre 4.6.0):
>
> --8<---------------cut here---------------start------------->8---
> ----------------------------
> hdftest Test Log
> ----------------------------
> Testing create/read/write compressed datasets (tcomp.c)
> PASSED
> Testing create/read/write chunked datasets (tchunk.c)
> PASSED
> Testing reading of netCDF file using the SDxxx inteface (tnetcdf.c)
> PASSED
> Testing functionality of dimensions (tdim.c)
> PASSED
> Testing functions involving empty data sets (temptySDSs.c)
> PASSED
> Testing various setting attribute features (tattributes.c)
> PASSED
> Testing getting data size of special data (tdatasizes.c)
> PASSED
> Testing getting location info of data (tdatainfo.c)
> PASSED
> Testing getting location info of attr and annot data (tattdatainfo.c)
> PASSED
> Testing a mix of SD, V, and VS functions (tmixed_apis.c)
> PASSED
> Testing miscellaneous file related functions (tfile.c)
> *** Routine test_maxopenfiles: SDstart FAILED at line 285 ***
> *** Routine test_maxopenfiles: SDgetfilename FAILED at line 292 ***
> SDgetfilename: incorrect file being opened - expected <file5>,
> retrieved <file4>
> *** Routine test_maxopenfiles: SDend FAILED at line 305 ***
> Testing various SDS' properties (tsdsprops.c)
> PASSED
> Testing various coordinate variable features (tcoordvar.c)
> PASSED
> Testing szip compression for datasets (tszip.c)
> PASSED
> *** HDF-SD test fails ***
> Makefile:1169: recipe for target 'hdftest.chkexe_' failed
> make[5]: *** [hdftest.chkexe_] Error 1
> make[5]: *** Waiting for unfinished jobs....
> Finished testing testmfhdf.sh
> ============================
> testmfhdf.sh Test Log
> ============================
> =============================
> Running mfhdf tests
> =============================
> =============================
> HDF-SD C interface tests
> =============================
> Testing create/read/write compressed datasets (tcomp.c)
> PASSED
> Testing create/read/write chunked datasets (tchunk.c)
> PASSED
> Testing reading of netCDF file using the SDxxx inteface (tnetcdf.c)
> PASSED
> Testing functionality of dimensions (tdim.c)
> PASSED
> Testing functions involving empty data sets (temptySDSs.c)
> PASSED
> Testing various setting attribute features (tattributes.c)
> PASSED
> Testing getting data size of special data (tdatasizes.c)
> PASSED
> Testing getting location info of data (tdatainfo.c)
> PASSED
> Testing getting location info of attr and annot data (tattdatainfo.c)
> PASSED
> Testing a mix of SD, V, and VS functions (tmixed_apis.c)
> PASSED
> Testing miscellaneous file related functions (tfile.c)
> *** Routine test_maxopenfiles: SDstart FAILED at line 285 ***
> *** Routine test_maxopenfiles: SDstart FAILED at line 285 ***
> *** Routine test_maxopenfiles: SDstart FAILED at line 285 ***
>
> [...]
>
> SDgetfilename: incorrect file being opened - expected <file67>,
> retrieved <file57>
> *** Routine test_maxopenfiles: SDgetfilename FAILED at line 292 ***
> SDgetfilename: incorrect file being opened - expected <file68>,
> retrieved <file57>
> *** Routine test_maxopenfiles: SDgetfilename FAILED at line 292 ***
> SDgetfilename: incorrect file being opened - expected <file69>,
> retrieved <file57>
> *** Routine test_maxopenfiles: SDgetfilename FAILED at line 292 ***
> --8<---------------cut here---------------start------------->8---
>
> Any ideas?
I get the same failures intermittently. Other times the build passes.
Also, I've verified that the part of the patch that touches
libhdf4.settings.in is not required for build reproducibility.
--
`~Eric
next prev parent reply other threads:[~2016-06-02 14:44 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-23 17:22 [PATCH] gnu: Add hdf4 Jeremy Robst
2016-05-23 18:17 ` Leo Famulari
2016-05-24 13:20 ` Jeremy Robst
2016-05-24 19:06 ` Eric Bavier
2016-05-25 17:42 ` Jeremy Robst
2016-05-27 17:19 ` Leo Famulari
2016-05-28 14:32 ` Ludovic Courtès
2016-05-29 17:36 ` Jeremy Robst
2016-05-29 22:07 ` Ludovic Courtès
2016-06-02 14:43 ` Eric Bavier [this message]
2016-06-02 14:58 ` Jeremy Robst
2016-06-03 8:37 ` Ludovic Courtès
-- strict thread matches above, loose matches on Subject: below --
2016-10-11 8:57 Thomas Danckaert
2016-10-12 12:54 ` Ludovic Courtès
2016-10-12 18:50 ` Thomas Danckaert
2016-10-12 20:28 ` Ludovic Courtès
2016-10-14 8:11 ` Andreas Enge
2016-10-14 11:13 ` Thomas Danckaert
[not found] ` <20161014.110029.603260973900204345.post@thomasdanckaert.be>
2016-10-16 15:05 ` Andreas Enge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=22481a77dcf5733b4547f9ecf1a390a3@openmailbox.org \
--to=ericbavier@openmailbox.org \
--cc=guix-devel-bounces+ericbavier=openmailbox.org@gnu.org \
--cc=guix-devel@gnu.org \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).