Discussion:
Smoke [ebcdic] v5.23.7-332-g84279da PASS os/390 24.00 (2964/)
(too old to reply)
Karl Williamson
2016-02-09 02:45:09 UTC
Permalink
Smoke log available at https://drive.google.com/file/d/0B5PTttxwo7qAcVFkSXYtMF9XSW8
Automated smoke report for branch blead 5.23.8 patch 84279daf2591f1fa128c1c258e8010ca25930fb3
v5.23.7-332-g84279da
RS12: 2964 (2964/)
on os/390 - 24.00
using c99 version
smoketime 4 hours 29 minutes (average 2 hours 14 minutes)
Summary: FAIL(X)
This is a very weird result. The subject line makes one think it
passed, but it really didn't.

I have looked at the commits since the last passing smoke, and nothing
stands out as having been the cause of any of these failures.

Let's start small. Please send me the l1_char_class_tab.h file.
O = OK F = Failure(s), extended report at the bottom
X = Failure(s) under TEST but not under harness
? = still running or test results not (yet) available
Build failures during: - = unknown or N/A
c = Configure, m = make, M = make (after miniperl), t = make test-prep
v5.23.7-332-g84279da Configuration (common) none
----------- ---------------------------------------------------------
X X X X -Dusedl
| | | +----- PERLIO = perlio -DDEBUGGING
| | +------- PERLIO = stdio -DDEBUGGING
| +--------- PERLIO = perlio
+----------- PERLIO = stdio
SMOKE84279daf2591f1fa128c1c258e8010ca25930fb3
# One test name on a line
Failures: (common-args) none
[stdio] -Dusedl
../t/dist/IO/t/io_sock.t................ ............................................. FAILED-
-expected 26 tests, saw 0
../t/dist/IO/t/io_multihomed.t.......... ....................................... FAILED-
-expected 8 tests, saw 0
../t/re/charset.t....................... ..................................................
FAILED at test 1441
../lib/Net/hostent.t.................... ............................................... FAILED
at test 3
../t/io/socket.t........................ ...................................................
FAILED at test 3
[perlio] -Dusedl
[perlio] -DDEBUGGING -Dusedl
../t/io/socket.t........................ ...................................................
FAILED at test 3
../lib/Net/hostent.t.................... ............................................... FAILED
at test 3
../t/re/charset.t....................... ..................................................
FAILED at test 1441
../t/dist/IO/t/io_multihomed.t.......... ....................................... FAILED-
-expected 8 tests, saw 0
../t/dist/IO/t/io_sock.t................ ............................................. FAILED-
-expected 26 tests, saw 0
[stdio] -DDEBUGGING -Dusedl
../lib/Net/hostent.t.................... ............................................... FAILED
at test 3
../t/re/charset.t....................... ..................................................
FAILED at test 1441
../t/dist/IO/t/io_multihomed.t.......... ....................................... FAILED-
-expected 8 tests, saw 0
../t/dist/IO/t/io_sock.t................ ............................................. FAILED-
-expected 26 tests, saw 0
../t/io/socket.t........................ ...................................................
FAILED at test 3
--
Report by Test::Smoke v1.6 running on perl 5.22.0
(Reporter v0.052 / Smoker v0.045)
--
Regards,
Yaroslav Kuzmin
Developer C/C++ ,z/OS , Linux
3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia
Tel: +7.922.2.38.33.38
Web: www.rocketsoftware.com
================================
Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ +1 877.328.2932 ■ +1 781.577.4321
Manage Your Subscription Preferences - http://info.rocketsoftware.com/GlobalSubscriptionManagementEmailFooter_SubscriptionCenter.html
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy
================================
This communication and any attachments may contain confidential information of Rocket Software, Inc. All unauthorized use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify Rocket Software immediately and destroy all copies of this communication. Thank you.
Karl Williamson
2016-02-10 04:31:36 UTC
Permalink
Post by Karl Williamson
Smoke log available at https://drive.google.com/file/d/0B5PTttxwo7qAcVFkSXYtMF9XSW8
Automated smoke report for branch blead 5.23.8 patch 84279daf2591f1fa128c1c258e8010ca25930fb3
v5.23.7-332-g84279da
RS12: 2964 (2964/)
on os/390 - 24.00
using c99 version
smoketime 4 hours 29 minutes (average 2 hours 14 minutes)
Summary: FAIL(X)
This is a very weird result. The subject line makes one think it
passed, but it really didn't.
I have looked at the commits since the last passing smoke, and nothing
stands out as having been the cause of any of these failures.
Let's start small. Please send me the l1_char_class_tab.h file.
Ok .
I was unable to read that file. But in thinking about this, I think the
way forward that uses the least amount of human time is to do a kind of
manual bisect. I suspect there may be multiple problems here, but the
fact that even the smoke report was screwed up points to possibly some
overall underlying issue. And we have that with the overhaul of the
context system, even though that should be character set independent,
there may be some branches taken on EBCDIC or z/OS platforms that aren't
on other ones. And by far the largest number of commits since the last
complete passing version were for this overhaul. So I'd like to rule
that out, or in.

To that end, I've pushed to the usual place
http://perl5.git.perl.org/perl.git/shortlog/refs/heads/khw/ebcdic

blead backed up to just before the context patches. If machine time is
still hard to come by, you could compile it and run one of the tests by
hand. If it didn't pass, we know that at least that bug was in that
version, and no sense testing it further. I'll look at the few earlier
commits for a likely candidate for introducing the bug. If it does
pass, then run the whole smoke to see what else is still working in the
version.
Post by Karl Williamson
O = OK F = Failure(s), extended report at the bottom
X = Failure(s) under TEST but not under harness
? = still running or test results not (yet) available
Build failures during: - = unknown or N/A
c = Configure, m = make, M = make (after miniperl), t = make test-prep
v5.23.7-332-g84279da Configuration (common) none
----------- ---------------------------------------------------------
X X X X -Dusedl
+----- PERLIO = perlio -DDEBUGGING
+------- PERLIO = stdio -DDEBUGGING
+--------- PERLIO = perlio
+----------- PERLIO = stdio
SMOKE84279daf2591f1fa128c1c258e8010ca25930fb3
# One test name on a line
Failures: (common-args) none
[stdio] -Dusedl
../t/dist/IO/t/io_sock.t................ .............................................
FAILED-
-expected 26 tests, saw 0
../t/dist/IO/t/io_multihomed.t.......... ....................................... FAILED-
-expected 8 tests, saw 0
../t/re/charset.t....................... ..................................................
FAILED at test 1441
../lib/Net/hostent.t.................... ...............................................
FAILED
at test 3
../t/io/socket.t........................
...................................................
FAILED at test 3
[perlio] -Dusedl
[perlio] -DDEBUGGING -Dusedl
../t/io/socket.t........................
...................................................
FAILED at test 3
../lib/Net/hostent.t.................... ...............................................
FAILED
at test 3
../t/re/charset.t....................... ..................................................
FAILED at test 1441
../t/dist/IO/t/io_multihomed.t.......... ....................................... FAILED-
-expected 8 tests, saw 0
../t/dist/IO/t/io_sock.t................ .............................................
FAILED-
-expected 26 tests, saw 0
[stdio] -DDEBUGGING -Dusedl
../lib/Net/hostent.t.................... ...............................................
FAILED
at test 3
../t/re/charset.t....................... ..................................................
FAILED at test 1441
../t/dist/IO/t/io_multihomed.t.......... ....................................... FAILED-
-expected 8 tests, saw 0
../t/dist/IO/t/io_sock.t................ .............................................
FAILED-
-expected 26 tests, saw 0
../t/io/socket.t........................
...................................................
FAILED at test 3
--
Report by Test::Smoke v1.6 running on perl 5.22.0
(Reporter v0.052 / Smoker v0.045)
--
Regards,
Yaroslav Kuzmin
Developer C/C++ ,z/OS , Linux
3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia
Tel: +7.922.2.38.33.38
Web: www.rocketsoftware.com
================================
Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ +1 877.328.2932 ■
+1 781.577.4321
Manage Your Subscription Preferences -
http://info.rocketsoftware.com/GlobalSubscriptionManagementEmailFooter_SubscriptionCenter.html
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy
================================
This communication and any attachments may contain confidential information of Rocket Software,
Inc. All unauthorized use, disclosure or distribution is prohibited. If you are not the
intended recipient, please notify Rocket Software immediately and destroy all copies of this
communication. Thank you.
================================
Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ +1 877.328.2932 ■ +1 781.577.4321
Manage Your Subscription Preferences - http://info.rocketsoftware.com/GlobalSubscriptionManagementEmailFooter_SubscriptionCenter.html
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy
================================
This communication and any attachments may contain confidential information of Rocket Software, Inc. All unauthorized use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify Rocket Software immediately and destroy all copies of this communication. Thank you.
Loading...