Hi Sergei,

the first error is "just" a POD error, I fixed that now on develop.

The errors in t/12_config/* result from removing config versioning from
the code - I forgot to remove the tests. Also done on develop.

I would suggest you just ignore both errors for now, they are not critical.

Oli

Am 24.11.2014 um 20:28 schrieb Sergei Vyshenski:
> Hi,
> 
> With this version several tests fail. Test log attached below.
> This is FreeBSD-10.1 with perl5.16.3.
> They used to pass ok with previous version 0.23 with the same system and 
> the same perl.
> Could you have a look please.
> 
> Regards,
> Sergei
> ==========================================
> cd 
> /usr/ports/security/p5-openxpki/work/openxpki-openxpki-9261e3b/core/server/ 
> && /usr/bin/env XDG_DATA_HOME=/usr/ports/security/p5-openxpki/work 
> XDG_CONFIG_HOME=/usr/ports/security/p5-openxpki/work 
> HOME=/usr/ports/security/p5-openxpki/work OPENSSLLIB=/usr/lib 
> OPENSSLINC=/usr/include  OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl 
> XDG_DATA_HOME=/usr/ports/security/p5-openxpki/work 
> XDG_CONFIG_HOME=/usr/ports/security/p5-openxpki/work 
> HOME=/usr/ports/security/p5-openxpki/work NO_PIE=yes SHELL=/bin/sh 
> NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib" 
> CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing" 
> CPP="cpp" CPPFLAGS=""  LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib 
> -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe 
> -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" 
> BSD_INSTALL_PROGRAM="install  -s -o root -g wheel -m 555" 
> BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444" 
> BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555" 
> BSD_INSTALL_DATA="install  -o root -g wheel -m 0644" 
> BSD_INSTALL_MAN="install  -o root -g wheel -m 444" gmake 
> OPENSSL_CFLAGS="-DNO_IDEA" 
> DESTDIR=/usr/ports/security/p5-openxpki/work/stage test
> gmake[1]: Entering directory 
> '/usr/ports/security/p5-openxpki/work/openxpki-openxpki-9261e3b/core/server'
> PERL_DL_NONLAZY=1 /usr/local/bin/perl5.16.3 "-MExtUtils::Command::MM" 
> "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 
> 'blib/lib', 'blib/arch')" t/*/*.t
> t/00_cleanup/25_crypto.t ......................... ok
> t/00_cleanup/28_log.t ............................ ok
> t/00_cleanup/50_auth.t ........................... ok
> t/00_cleanup/60_workflow.t ....................... ok
> t/00_cleanup/65_ui.t ............................. ok
> t/00_cleanup/80_client.t ......................... ok
> 
> #   Failed test 'POD test for blib/lib/OpenXPKI/Server/API/Workflow.pm'
> #   at /usr/local/lib/perl5/site_perl/5.16/Test/Pod.pm line 186.
> # blib/lib/OpenXPKI/Server/API/Workflow.pm (305): '=item' outside of any 
> '=over'
> # blib/lib/OpenXPKI/Server/API/Workflow.pm (534): You forgot a '=back' 
> before '=head2'
> 
> #   Failed test 'POD test for blib/lib/OpenXPKI/Workflow/Handler.pm'
> #   at /usr/local/lib/perl5/site_perl/5.16/Test/Pod.pm line 186.
> # blib/lib/OpenXPKI/Workflow/Handler.pm (164): '=item' outside of any 
> '=over'
> # Looks like you failed 2 tests of 325.
> t/01_pod/1.t .....................................
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 2/325 subtests
> t/01_pod/2.t ..................................... ok
> t/05_base/00_prereqs.t ........................... ok
> t/05_base/01.t ................................... ok
> t/05_base/02.t ................................... ok
> t/05_base/03.t ................................... ok
> t/08_debug/01_using.t ............................ ok
> t/08_debug/02_color.t ............................ ok
> t/08_debug/03_invalid.t .......................... ok
> t/08_debug/04_use_without_package.t .............. ok
> t/10_exception/1.t ............................... ok
> t/12_config/01-initdb.t .......................... ok
> 
> #   Failed test 'check version of HEAD'
> #   at t/12_config/02-readonly.t line 36.
> #          got: ''
> #     expected: '6f4174802f28e61ac23274f5adae0f3dcd681573'
> Configuration directory '/usr/local/etc/openxpki/config.d' not readable 
> when creating a new 'Config::Merge' object at 
> /usr/local/lib/perl5/site_perl/5.16/Config/Merge.pm line 417.
> # Looks like you planned 5 tests but ran 4.
> # Looks like you failed 1 test of 4 run.
> # Looks like your test exited with 2 just after 4.
> t/12_config/02-readonly.t ........................
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 2/5 subtests
> 
> #   Failed test 'check version of HEAD'
> #   at t/12_config/03-version.t line 47.
> #          got: ''
> #     expected: '6f4174802f28e61ac23274f5adae0f3dcd681573'
> Configuration directory '/usr/local/etc/openxpki/config.d' not readable 
> when creating a new 'Config::Merge' object at 
> /usr/local/lib/perl5/site_perl/5.16/Config/Merge.pm line 417.
> # Looks like you planned 9 tests but ran 4.
> # Looks like you failed 1 test of 4 run.
> # Looks like your test exited with 2 just after 4.
> t/12_config/03-version.t .........................
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 6/9 subtests
> t/12_config/04-update_head.t ..................... ok
> t/14_datetime/01.t ............................... ok
> t/14_datetime/02.t ............................... ok
> t/15_dn/1.t ...................................... ok
> t/15_dn/2.t ...................................... ok
> t/15_dn/3.t ...................................... ok
> t/15_dn/4.t ...................................... ok
> t/20_xml/1.t ..................................... ok
> t/20_xml/2.t ..................................... ok
> t/20_xml/3.t ..................................... ok
> t/20_xml/4.t ..................................... ok
> t/20_xml/6.t ..................................... ok
> t/20_xml/8_xinclude_relative_dir.t ............... ok
> t/20_xml/9_inheritance_bug.t ..................... ok
> t/25_crypto/00_config.t .......................... ok
> t/25_crypto/01_init_token.t ...................... ok
> t/25_crypto/10_init_ca.t ......................... ok
> t/25_crypto/11_use_ca.t .......................... ok
> t/25_crypto/12_conversion.t ...................... ok
> t/25_crypto/13_pkcs7.t ........................... ok
> ==========================================
> 
> 
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> OpenXPKI-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openxpki-devel
> 


-- 
Protect your environment -  close windows and adopt a penguin!

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
OpenXPKI-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-devel

Reply via email to