Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certificate issues on the custom-suites-freestyle CI #28610

Closed
BridgeAR opened this issue Jul 9, 2019 · 7 comments
Closed

Certificate issues on the custom-suites-freestyle CI #28610

BridgeAR opened this issue Jul 9, 2019 · 7 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. test Issues and PRs related to the tests. tls Issues and PRs related to the tls subsystem.

Comments

@BridgeAR
Copy link
Member

BridgeAR commented Jul 9, 2019

A couple of tests consistently fail on our custom-suites-freestyle CI.

  • test.parallel/test-https-client-reject
  • test.parallel/test-https-pfx
  • test.parallel/test-tls-client-reject
  • test.parallel/test-tls-client-reject-12
  • test.parallel/test-tls-connect-no-host

See e.g., https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/7863/#showFailuresLink

I can't look into it right now, so @nodejs/build @nodejs/crypto PTAL

@BridgeAR BridgeAR added test Issues and PRs related to the tests. flaky-test Issues and PRs related to the tests with unstable failures on the CI. labels Jul 9, 2019
@bnoordhuis
Copy link
Member

Maybe not relevant but this shows up in the build log:

18:16:46 python ./configure --verbose 
18:16:47 WARNING: C++ compiler too old, need g++ 6.3.0 or clang++ 8.0.0 (CXX=ccache g++)

Is there anything else that's unusual about this machine?

@cjihrig
Copy link
Contributor

cjihrig commented Jul 9, 2019

I thought @sam-github fixed this recently too?

@sam-github
Copy link
Contributor

I don't think so, I did some ubuntu14.04 maintenance on IBM platforms, but I don't think I did anything for 1604 on x86, and I just scanned my PRs into nodejs/build, nothing seems relevant.

@richardlau
Copy link
Member

@sam-github I think @cjihrig was referring to the PR that fixed up the test fixture certificates validity dates (#28473). Perhaps the failures are for PR's that need to be rebased to pick up the fixed fixtures (although if that was the case we'd probably expect the failures to show up in other jobs too (unless there's something different about the way this job rebases))?

@BridgeAR BridgeAR mentioned this issue Jul 11, 2019
4 tasks
@sam-github sam-github added the tls Issues and PRs related to the tls subsystem. label Jul 11, 2019
@addaleax
Copy link
Member

I think this is a build infra issue, otherwise this wouldn’t be failing on just one machine, right?

@richardlau
Copy link
Member

richardlau commented Jul 15, 2019

(unless there's something different about the way this job rebases))?

It's most probably related to nodejs/build#1790.

@richardlau
Copy link
Member

This has been fixed (nodejs/build#1790 (comment)). The job in question was not calling the script that rebases the PR on top of the current master branch correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. test Issues and PRs related to the tests. tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

No branches or pull requests

6 participants