openssl: Large breakage on NonStop - No plan found in TAP output [master, 3.2]

The commit 6d552a532754f6ee66d6cc604655deaeb5425b16 on the openssl-3.2 branch fails in a number of places in all NonStop builds. Help is needed.

70-test_certtypeext.t                 (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_comp.t                        (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_key_share.t                   (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_quic_multistream.t            (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
70-test_quic_tserver.t                (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
70-test_renegotiation.t               (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 5 tests but ran 0.
70-test_sslcbcpadding.t               (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_sslcertstatus.t               (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_sslextension.t                (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_sslmessages.t                 (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_sslrecords.t                  (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_sslsessiontick.t              (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_sslsigalgs.t                  (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_sslsignature.t                (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_sslskewith0p.t                (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_sslversions.t                 (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_sslvertol.t                   (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_tls13alerts.t                 (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_tls13cookie.t                 (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_tls13downgrade.t              (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_tls13hrr.t                    (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_tls13kexmodes.t               (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_tls13messages.t               (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_tls13psk.t                    (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
70-test_tlsextms.t                    (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
79-test_http.t                        (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
80-test_cmp_http.t                    (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
80-test_ssl_old.t                     (Wstat: 512 Tests: 13 Failed: 2)
  Failed tests:  2, 8
  Non-zero exit status: 2
Files=295, Tests=3515, 2441 wallclock secs (10.01 usr  0.00 sys + 1450.35 cusr 21.76 csys = 1482.12 CPU)
Result: FAIL

About this issue

  • Original URL
  • State: closed
  • Created 7 months ago
  • Comments: 19 (19 by maintainers)

Commits related to this issue

Most upvoted comments

nor mine, but I have a reminder setup to expire after the two week period at which point I’ll merge that to the stable branches

Thanks for the effort in trying to get it to work, but given the issues we’ve looked at here, that sounds like a very reasonable approach

I have essentially given up on SPT for the long term. Thank you for all of your support, though. A PR is coming with resolutions to all of this, once I am done testing, including SPT deprecation.

Bisect showed that commit f63e1b48ac893dd6110452e70ed08f191547cd89 is the problem. I’m going to try to revert that one and retest.

#22696 was only that commit.

A simple thing you could try locally would be git revert f63e1b48ac893dd6110452e70ed08f191547cd89 and build from there to see if that solves anything.