You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/04/09 18:45:10 UTC

[GitHub] [incubator-mxnet] ChaiBapchya opened a new issue #18005: [nvidia-docker][1.6] apt-get update failing with gnutls_handshake() failed: Handshake failed

ChaiBapchya opened a new issue #18005: [nvidia-docker][1.6] apt-get update failing with gnutls_handshake() failed: Handshake failed
URL: https://github.com/apache/incubator-mxnet/issues/18005
 
 
   ## Description
   Ubuntu 14.04
   1.6 branch
   Static build Python
   
   ### Error Message
   ```
   gnutls_handshake() failed: Handshake failed while fetching : https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/Packages
   ```
   
   ## To Reproduce
   ```
   git checkout v1.6.x
   ci/build.py --docker-registry mxnetci --nvidiadocker --platform publish.ubuntu1404_gpu --docker-build-retries 3 --shm-size 500m /work/runtime_functions.sh build_static_python_cu101mkl
   ```
   
   ## What have you tried to solve it?
   
   1. Tried it locally. Able to reproduce. Hence ruling out possibility of Jenkins error.
   This is a security / certificate issue [likely]. Since apt-get is unable to fetch the package.
   
   While : https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/Packages is a 404.
   
   https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64 is a valid URL. It has several files [Packages.gz being one of them.
   
   ## Comments
   Surprisingly, this doesn't happen on master branch or on the previous commits to v1.6 branch

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] leezu closed issue #18005: [nvidia-docker][1.6] apt-get update failing with gnutls_handshake() failed: Handshake failed

Posted by GitBox <gi...@apache.org>.
leezu closed issue #18005: [nvidia-docker][1.6] apt-get update failing with gnutls_handshake() failed: Handshake failed
URL: https://github.com/apache/incubator-mxnet/issues/18005
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] leezu commented on issue #18005: [nvidia-docker][1.6] apt-get update failing with gnutls_handshake() failed: Handshake failed

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18005: [nvidia-docker][1.6] apt-get update failing with gnutls_handshake() failed: Handshake failed
URL: https://github.com/apache/incubator-mxnet/issues/18005#issuecomment-611702142
 
 
   Ubuntu 14.04 is no longer supported. Nvidia may now require a newer ssl toolchain than provided by ubuntu 14.04.
   
   The issue doesn't occur on master because it's hidden by the Docker cache

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #18005: [nvidia-docker][1.6] apt-get update failing with gnutls_handshake() failed: Handshake failed

Posted by GitBox <gi...@apache.org>.
ChaiBapchya commented on issue #18005: [nvidia-docker][1.6] apt-get update failing with gnutls_handshake() failed: Handshake failed
URL: https://github.com/apache/incubator-mxnet/issues/18005#issuecomment-611692990
 
 
   Discovered in all 5 builds of PR https://github.com/apache/incubator-mxnet/pull/17993
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services