Discussion:
[openssl-dev] [openssl.org #4584] Self test failures under X32
(too old to reply)
Richard Levitte via RT
2016-08-01 16:53:22 UTC
Permalink
Ping Jeff?
Ping again?
Matt
It's worth mentioning that time is getting short, next beta in a few days, final in 3 weeks.
--
Richard Levitte
***@openssl.org
--
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4584
Please log in as guest with password guest if prompted
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
via RT
2016-08-02 00:26:44 UTC
Permalink
Hi Jeff,
I'm going to assume that a newer checkout of the master branch won't change
Who is Mack? ;-)
make test TESTS='test_afalg test_rehash'
Did you mean to include "VERBOSE=1"?
VERBOSE=1 make TESTS='test_afalg test_rehash' test
The tests run as root because its a Debian Chroot, I did not bother
with rehash because it would fail.

Here is the result from afalg:

# VERBOSE=1 make TESTS='test_afalg' test
make depend && make _tests
make[1]: Entering directory '/openssl'
make[1]: Leaving directory '/openssl'
make[1]: Entering directory '/openssl'
( cd test; \
SRCTOP=../. \
BLDTOP=../. \
PERL="perl" \
EXE_EXT= \
OPENSSL_ENGINES=.././engines \
perl .././test/run_tests.pl test_afalg )
../test/recipes/30-test_afalg.t ..
1..1
ALG_PERR: afalg_fin_cipher_aio: io_read failed : Bad address
test_afalg_aes_128_cbc() failed encryption
../util/shlib_wrap.sh ./afalgtest => 1
not ok 1 - running afalgtest

# Failed test 'running afalgtest'
# at ../test/recipes/30-test_afalg.t line 23.
# Looks like you failed 1 test of 1.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests

Test Summary Report
-------------------
../test/recipes/30-test_afalg.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.03 cusr
0.00 csys = 0.06 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.
Makefile:148: recipe for target '_tests' failed
make[1]: *** [_tests] Error 1
make[1]: Leaving directory '/openssl'
Makefile:146: recipe for target 'tests' failed
make: *** [tests] Error 2
--
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4584
Please log in as guest with password guest if prompted
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
Matt Caswell via RT
2016-08-03 14:32:57 UTC
Permalink
Post by via RT
Hi Jeff,
I'm going to assume that a newer checkout of the master branch won't change
Who is Mack? ;-)
make test TESTS='test_afalg test_rehash'
Did you mean to include "VERBOSE=1"?
VERBOSE=1 make TESTS='test_afalg test_rehash' test
The tests run as root because its a Debian Chroot, I did not bother
with rehash because it would fail.
# VERBOSE=1 make TESTS='test_afalg' test
make depend && make _tests
make[1]: Entering directory '/openssl'
make[1]: Leaving directory '/openssl'
make[1]: Entering directory '/openssl'
( cd test; \
SRCTOP=../. \
BLDTOP=../. \
PERL="perl" \
EXE_EXT= \
OPENSSL_ENGINES=.././engines \
perl .././test/run_tests.pl test_afalg )
../test/recipes/30-test_afalg.t ..
1..1
ALG_PERR: afalg_fin_cipher_aio: io_read failed : Bad address
test_afalg_aes_128_cbc() failed encryption
Hmmm. I'm thinking there is perhaps some alignment issue in the aio_read
call? In any case I think pushing this out to beyond 1.1.0 might be
appropriate.

Matt
--
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4584
Please log in as guest with password guest if prompted
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
Loading...