You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/10/06 23:22:16 UTC

[GitHub] [incubator-mxnet] DickJC123 opened a new issue #19304: [CI Infrastructure] R-MKLDNN-CPU test run failure. gcc fails due to ccache issue?

DickJC123 opened a new issue #19304:
URL: https://github.com/apache/incubator-mxnet/issues/19304


   ## Description
   During the work on PR https://github.com/apache/incubator-mxnet/pull/19298, the following CI job failed in the windows-cpu R-MKLDNN-CPU test job: https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-19298/1/pipeline/304/.  This doesn't appear related to the PR, but more with the CI infrastructure and its use of ccache.  Despite the failure being part of the 'test running' phase, gcc was invoked.  See below for relevant error message.
   
   ### Error Message
   ```
   ...
   [2020-10-06T07:47:24.018Z] gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG     -Iutf8lite/src -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c utf8lite/src/render.c -o utf8lite/src/render.o
   ...
   [2020-10-06T07:47:24.018Z] ccache: error: /work/ccache/ccache.conf: No such file or directory
   [2020-10-06T07:47:24.018Z] make[1]: *** [render.o] Error 1
   [2020-10-06T07:47:24.018Z] make[1]: *** Waiting for unfinished jobs....
   [2020-10-06T07:47:24.018Z] /usr/lib/R/etc/Makeconf:159: recipe for target 'render.o' failed
   ```
   ## To Reproduce
   (If you developed your own code, please provide a short script that reproduces the error. For existing examples, please provide link.)
   
   ### Steps to reproduce
   (Paste the commands you ran that produced the error.)
   
   1.
   2.
   
   ## What have you tried to solve it?
   
   1.
   2.
   
   ## Environment
   
   ***We recommend using our script for collecting the diagnostic information with the following command***
   `curl --retry 10 -s https://raw.githubusercontent.com/apache/incubator-mxnet/master/tools/diagnose.py | python3`
   
   <details>
   <summary>Environment Information</summary>
   
   ```
   # Paste the diagnose.py command output here
   ```
   
   </details>
   


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] leezu commented on issue #19304: [CI Infrastructure] R-MKLDNN-CPU test run failure. gcc fails due to ccache issue?

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #19304:
URL: https://github.com/apache/incubator-mxnet/issues/19304#issuecomment-704617910


   In v1.x branch, there is a global ccache configuration:
   
   https://github.com/apache/incubator-mxnet/blob/3b69c607b611eb8f275aa8ed512a380ac0fd768d/ci/docker/runtime_functions.sh#L63-L111
   
   We can just remove it's invocation in the R language tests:
   
   https://github.com/apache/incubator-mxnet/blob/3b69c607b611eb8f275aa8ed512a380ac0fd768d/ci/docker/runtime_functions.sh#L1186-L1191
   
   If that slows down the R test stage too much, one can investigate updating the R toolchain.


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] DickJC123 commented on issue #19304: [CI Infrastructure] R-MKLDNN-CPU test run failure. gcc fails due to ccache issue?

Posted by GitBox <gi...@apache.org>.
DickJC123 commented on issue #19304:
URL: https://github.com/apache/incubator-mxnet/issues/19304#issuecomment-705205086


   Awesome, thanks for the quick turnaround!


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] leezu commented on issue #19304: [CI Infrastructure] R-MKLDNN-CPU test run failure. gcc fails due to ccache issue?

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #19304:
URL: https://github.com/apache/incubator-mxnet/issues/19304#issuecomment-704679274


   Closed via https://github.com/apache/incubator-mxnet/pull/19305


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] leezu closed issue #19304: [CI Infrastructure] R-MKLDNN-CPU test run failure. gcc fails due to ccache issue?

Posted by GitBox <gi...@apache.org>.
leezu closed issue #19304:
URL: https://github.com/apache/incubator-mxnet/issues/19304


   


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org