ChaiBapchya opened a new issue #17670: Couldn't load cache Cmake, Ubuntu, Build from source URL: https://github.com/apache/incubator-mxnet/issues/17670 ## Description Ubuntu16.04 Build from source using Cmake issue ### Error Message ``` Error: could not load cache ``` ## To Reproduce ### Steps to reproduce 1. sudo apt-get update 1. sudo apt-get install -y build-essential git ninja-build ccache libopenblas-dev libopencv-dev cmake 1. rm -rf build 1. mkdir -p build && cd build 1. cmake .. 1. cmake --build . ## Environment ``` curl --retry 10 -s https://raw.githubusercontent.com/dmlc/gluon-nlp/master/tools/diagnose.py | python ----------Python Info---------- Version : 3.6.5 Compiler : GCC 7.2.0 Build : ('default', 'Apr 29 2018 16:14:56') Arch : ('64bit', '') ------------Pip Info----------- Version : 20.0.2 Directory : /home/ubuntu/anaconda3/lib/python3.6/site-packages/pip ----------MXNet Info----------- Version : 1.6.0 Directory : /home/ubuntu/numpy_mxnet/incubator-mxnet/python/mxnet Num GPUs : 0 Hashtag not found. Not installed from pre-built package. ----------System Info---------- Platform : Linux-4.4.0-1099-aws-x86_64-with-debian-stretch-sid system : Linux node : ip-172-31-27-86 release : 4.4.0-1099-aws version : #110-Ubuntu SMP Fri Nov 15 00:08:08 UTC 2019 ----------Hardware Info---------- machine : x86_64 processor : x86_64 Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 64 On-line CPU(s) list: 0-63 Thread(s) per core: 2 Core(s) per socket: 16 Socket(s): 2 NUMA node(s): 2 Vendor ID: GenuineIntel CPU family: 6 Model: 79 Model name: Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz Stepping: 1 CPU MHz: 2700.703 CPU max MHz: 3000.0000 CPU min MHz: 1200.0000 BogoMIPS: 4600.06 Hypervisor vendor: Xen Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 46080K NUMA node0 CPU(s): 0-15,32-47 NUMA node1 CPU(s): 16-31,48-63 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq monitor est ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single kaiser fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm rdseed adx xsaveopt ida ----------Network Test---------- Setting timeout: 10 Timing for MXNet: https://github.com/apache/incubator-mxnet, DNS: 0.0022 sec, LOAD: 0.9256 sec. Timing for GluonNLP GitHub: https://github.com/dmlc/gluon-nlp, DNS: 0.0011 sec, LOAD: 0.4743 sec. Timing for GluonNLP: http://gluon-nlp.mxnet.io, DNS: 0.0737 sec, LOAD: 0.4384 sec. Timing for D2L: http://d2l.ai, DNS: 0.0180 sec, LOAD: 0.1057 sec. Timing for D2L (zh-cn): http://zh.d2l.ai, DNS: 0.0078 sec, LOAD: 0.0921 sec. Timing for FashionMNIST: https://repo.mxnet.io/gluon/dataset/fashion-mnist/train-labels-idx1-ubyte.gz, DNS: 0.1214 sec, LOAD: 0.1408 sec. Timing for PYPI: https://pypi.python.org/pypi/pip, DNS: 0.0023 sec, LOAD: 0.4711 sec. Timing for Conda: https://repo.continuum.io/pkgs/free/, DNS: 0.0106 sec, LOAD: 0.0920 sec. ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
