Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[v1.x] CI pipeline for NVIDIA Jetson fails with "unsupported GNU version" #18298

Closed
nickguletskii opened this issue May 13, 2020 · 1 comment
Closed
Labels

Comments

@nickguletskii
Copy link
Contributor

Description

The CI pipeline for NVIDIA Jetson uses the following container: https://hub.docker.com/r/dockcross/linux-arm64/
It was recently updated to use GCC 8:
dockcross/dockcross@37c54a3

However, CUDA 9 doesn't support GCC versions above 6, so the CI pipelines are currently failing with the following message:

Error Message

error: #error -- unsupported GNU version! gcc versions later than 6 are not supported!

http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fedge/detail/PR-18268/3/pipeline/43

To Reproduce

Run a CI pipeline on the v1.x branch.

Steps to reproduce

(Paste the commands you ran that produced the error.)

What have you tried to solve it?

Environment

We recommend using our script for collecting the diagnositc information. Run the following command and paste the outputs below:

curl --retry 10 -s https://raw.githubusercontent.com/dmlc/gluon-nlp/master/tools/diagnose.py | python

# paste outputs here
@leezu
Copy link
Contributor

leezu commented May 13, 2020

It should be fine to backport the docker image used on master branch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants