rackspace ssl certificates
![](https://secure.gravatar.com/avatar/96dd777e397ab128fedab46af97a3a4a.jpg?s=120&d=mm&r=g)
Hi All, I've been trying to put out the NumPy 1.15.0rc1, but cannot get `numpy-wheels` to upload the wheels to rackspace on windows, there is a certification problem. I note that that requirement was supposedly disabled: on_success: # Upload the generated wheel package to Rackspace # On Windows, Apache Libcloud cannot find a standard CA cert bundle so we # disable the ssl checks. and nothing relevant seems to have changed in our `.appveyor.yml` since the last successful run 7 days ago, 6 if we count 1.14.5, so I'm thinking a policy has changed at either at rackspace or appveyor, but that is just a guess. I'm experimenting with various changes to the script and the `apache-libcloud` version to see if I can get success, but thought I'd ask if anyone knew anything that might be helpful. Chuck
![](https://secure.gravatar.com/avatar/96dd777e397ab128fedab46af97a3a4a.jpg?s=120&d=mm&r=g)
On Mon, Jun 18, 2018 at 2:22 PM, Nathan Goldbaum <nathan12343@gmail.com> wrote:
I think Matthew Brett needs to fix this.
That would be nice, but I'm not convinced it is helpful :) I note that latest `apache-libcloud` does not install directly on windows, there seem to be some missing dependencies. <snip> Chuck
![](https://secure.gravatar.com/avatar/b4929294417e9ac44c17967baae75a36.jpg?s=120&d=mm&r=g)
On Tue, Jun 19, 2018 at 12:24 AM, Charles R Harris <charlesr.harris@gmail.com> wrote:
Hmm - I just tried installing certifi to get the SSL certificates, and removed --no-ssl-check. I wonder if something changed in the Rackspace protocols, or something. In case it's useful, I'm using a little repo that runs an Appveyor job then drops into an RDP server for me to log into, with the relevant bit here: https://github.com/matthew-brett/appvfutz/blob/master/appveyor.yml#L24 See: https://www.gep13.co.uk/blog/how-to-use-appveyor-remote-desktop-connection That said, maybe the fix doesn't work, let's wait on the builds. Cheers, Matthew
![](https://secure.gravatar.com/avatar/96dd777e397ab128fedab46af97a3a4a.jpg?s=120&d=mm&r=g)
On Mon, Jun 18, 2018 at 5:58 PM, Matthew Brett <matthew.brett@gmail.com> wrote:
Looks like that fixes the problem. Probably scipy-wheels will need that fix also. Do you know if new wheels with the same name will overwrite the old ones? ISTR that that is the case. BTW, there don't seem to be any nightly builds, does something need reconfiguration? Chuck
![](https://secure.gravatar.com/avatar/b4929294417e9ac44c17967baae75a36.jpg?s=120&d=mm&r=g)
Hi, On Tue, Jun 19, 2018 at 2:44 AM, Charles R Harris <charlesr.harris@gmail.com> wrote:
I put it in.
Do you know if new wheels with the same name will overwrite the old ones? ISTR that that is the case.
Right - they overwrite the old ones.
BTW, there don't seem to be any nightly builds, does something need reconfiguration?
For Appveyor? You need a cron-enabled account. My account is enabled, I just emailed the appveyor support with my username, and an explanation. Maybe worth doing the same for the numpy account? Thereafter, you can just enter the cron time string in the settings, to enable daily builds. Cheers, Matthew
![](https://secure.gravatar.com/avatar/96dd777e397ab128fedab46af97a3a4a.jpg?s=120&d=mm&r=g)
On Tue, Jun 19, 2018 at 10:36 AM, Matthew Brett <matthew.brett@gmail.com> wrote:
No, but there used to be daily builds on travis. They stopped 8 days ago, https://travis-ci.org/MacPython/numpy-wheels/builds. Chuck
![](https://secure.gravatar.com/avatar/72f994ca072df3a3d2c3db8a137790fd.jpg?s=120&d=mm&r=g)
On 19/06/18 10:57, Matthew Brett wrote:
FWIW, still no daily builds at https://travis-ci.org/MacPython/numpy-wheels/builds Matti
![](https://secure.gravatar.com/avatar/b4929294417e9ac44c17967baae75a36.jpg?s=120&d=mm&r=g)
Hi, On Tue, Jun 26, 2018 at 10:43 PM, Matti Picus <matti.picus@gmail.com> wrote:
You mean, some days there appears to be no build? The build matrix does show Cron-triggered jobs, the last of which was a few hours ago: https://travis-ci.org/MacPython/numpy-wheels/builds/397008012 Cheers, Matthew
![](https://secure.gravatar.com/avatar/b4929294417e9ac44c17967baae75a36.jpg?s=120&d=mm&r=g)
On Fri, Jun 29, 2018 at 11:31 PM, Charles R Harris <charlesr.harris@gmail.com> wrote:
The cron wheels go to the "pre" container at https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcd... Cheers, Matthew
![](https://secure.gravatar.com/avatar/96dd777e397ab128fedab46af97a3a4a.jpg?s=120&d=mm&r=g)
On Fri, Jun 29, 2018 at 4:35 PM, Matthew Brett <matthew.brett@gmail.com> wrote:
Ah, there they are ... except ... you cancelled the builds I was waiting for :) I was building wheels so we could have folks test the DLL load problem, which I'm pretty sure if fixed anyway, so I suppose waiting on the daily isn't a big a deal. Chuck
![](https://secure.gravatar.com/avatar/96dd777e397ab128fedab46af97a3a4a.jpg?s=120&d=mm&r=g)
On Mon, Jun 18, 2018 at 2:22 PM, Nathan Goldbaum <nathan12343@gmail.com> wrote:
I think Matthew Brett needs to fix this.
That would be nice, but I'm not convinced it is helpful :) I note that latest `apache-libcloud` does not install directly on windows, there seem to be some missing dependencies. <snip> Chuck
![](https://secure.gravatar.com/avatar/b4929294417e9ac44c17967baae75a36.jpg?s=120&d=mm&r=g)
On Tue, Jun 19, 2018 at 12:24 AM, Charles R Harris <charlesr.harris@gmail.com> wrote:
Hmm - I just tried installing certifi to get the SSL certificates, and removed --no-ssl-check. I wonder if something changed in the Rackspace protocols, or something. In case it's useful, I'm using a little repo that runs an Appveyor job then drops into an RDP server for me to log into, with the relevant bit here: https://github.com/matthew-brett/appvfutz/blob/master/appveyor.yml#L24 See: https://www.gep13.co.uk/blog/how-to-use-appveyor-remote-desktop-connection That said, maybe the fix doesn't work, let's wait on the builds. Cheers, Matthew
![](https://secure.gravatar.com/avatar/96dd777e397ab128fedab46af97a3a4a.jpg?s=120&d=mm&r=g)
On Mon, Jun 18, 2018 at 5:58 PM, Matthew Brett <matthew.brett@gmail.com> wrote:
Looks like that fixes the problem. Probably scipy-wheels will need that fix also. Do you know if new wheels with the same name will overwrite the old ones? ISTR that that is the case. BTW, there don't seem to be any nightly builds, does something need reconfiguration? Chuck
![](https://secure.gravatar.com/avatar/b4929294417e9ac44c17967baae75a36.jpg?s=120&d=mm&r=g)
Hi, On Tue, Jun 19, 2018 at 2:44 AM, Charles R Harris <charlesr.harris@gmail.com> wrote:
I put it in.
Do you know if new wheels with the same name will overwrite the old ones? ISTR that that is the case.
Right - they overwrite the old ones.
BTW, there don't seem to be any nightly builds, does something need reconfiguration?
For Appveyor? You need a cron-enabled account. My account is enabled, I just emailed the appveyor support with my username, and an explanation. Maybe worth doing the same for the numpy account? Thereafter, you can just enter the cron time string in the settings, to enable daily builds. Cheers, Matthew
![](https://secure.gravatar.com/avatar/96dd777e397ab128fedab46af97a3a4a.jpg?s=120&d=mm&r=g)
On Tue, Jun 19, 2018 at 10:36 AM, Matthew Brett <matthew.brett@gmail.com> wrote:
No, but there used to be daily builds on travis. They stopped 8 days ago, https://travis-ci.org/MacPython/numpy-wheels/builds. Chuck
![](https://secure.gravatar.com/avatar/72f994ca072df3a3d2c3db8a137790fd.jpg?s=120&d=mm&r=g)
On 19/06/18 10:57, Matthew Brett wrote:
FWIW, still no daily builds at https://travis-ci.org/MacPython/numpy-wheels/builds Matti
![](https://secure.gravatar.com/avatar/b4929294417e9ac44c17967baae75a36.jpg?s=120&d=mm&r=g)
Hi, On Tue, Jun 26, 2018 at 10:43 PM, Matti Picus <matti.picus@gmail.com> wrote:
You mean, some days there appears to be no build? The build matrix does show Cron-triggered jobs, the last of which was a few hours ago: https://travis-ci.org/MacPython/numpy-wheels/builds/397008012 Cheers, Matthew
![](https://secure.gravatar.com/avatar/b4929294417e9ac44c17967baae75a36.jpg?s=120&d=mm&r=g)
On Fri, Jun 29, 2018 at 11:31 PM, Charles R Harris <charlesr.harris@gmail.com> wrote:
The cron wheels go to the "pre" container at https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcd... Cheers, Matthew
![](https://secure.gravatar.com/avatar/96dd777e397ab128fedab46af97a3a4a.jpg?s=120&d=mm&r=g)
On Fri, Jun 29, 2018 at 4:35 PM, Matthew Brett <matthew.brett@gmail.com> wrote:
Ah, there they are ... except ... you cancelled the builds I was waiting for :) I was building wheels so we could have folks test the DLL load problem, which I'm pretty sure if fixed anyway, so I suppose waiting on the daily isn't a big a deal. Chuck
participants (4)
-
Charles R Harris
-
Matthew Brett
-
Matti Picus
-
Nathan Goldbaum