<div dir="auto">Tru, Anssi, thanks for confirming the issue. I will check for that cached bazel files.<div dir="auto"><br></div><div dir="auto">BTW, yum update on my original centos installation did just nothing, hence I was forced to use the alternate kernel.</div><div dir="auto"><br></div><div dir="auto">Best regards,</div><div dir="auto">Atul.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On May 19, 2017 10:15 PM, "Tru Huynh" <<a href="mailto:tru@centos.org">tru@centos.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, May 19, 2017 at 07:16:18PM +0530, Atul Sowani wrote:<br>
> Bazel is a build system used by many current project (TensorFlow one of<br>
> them): <a href="https://github.com/bazelbuild/bazel" rel="noreferrer" target="_blank">https://github.com/bazelbuild/<wbr>bazel</a><br>
><br>
<br>
I discovered that when building tensorflow.<br>
<a href="https://people.centos.org/~tru/bazel-centos7" rel="noreferrer" target="_blank">https://people.centos.org/~<wbr>tru/bazel-centos7</a> quick and dirty<br>
<br>
bazel will download the internet into your ~/.cache/bazel and does its mess there.<br>
<br>
imho, should be asked in the github/bazel, no idea what the test is<br>
doing...<br>
<br>
$ wget <a href="https://github.com/bazelbuild/bazel/releases/download/0.4.5/bazel-0.4.5-dist.zip" rel="noreferrer" target="_blank">https://github.com/bazelbuild/<wbr>bazel/releases/download/0.4.5/<wbr>bazel-0.4.5-dist.zip</a><br>
$ unzip -d bazel-0.4.5-dist bazel-0.4.5-dist.zip<br>
# DO put a -d XXXXX otherwise you will be sorry...<br>
$ cd bazel-0.4.5-dist && bazel test //src/test/shell/bazel:bazel_<wbr>coverage_test<br>
...<br>
..........<br>
WARNING: Sandboxed execution is not supported on your system and thus hermeticity of actions cannot be guaranteed. See <a href="http://bazel.build/docs/bazel-user-manual.html#sandboxing" rel="noreferrer" target="_blank">http://bazel.build/docs/bazel-<wbr>user-manual.html#sandboxing</a> for more information. You can turn off this warning via --ignore_unsupported_<wbr>sandboxing.<br>
INFO: Found 1 test target...<br>
INFO: From Compiling third_party/ijar/platform_<wbr>utils.cc:<br>
third_party/ijar/platform_<wbr>utils.cc: In function 'bool devtools_ijar::write_file(<wbr>const char*, mode_t, const void*, size_t)':<br>
third_party/ijar/platform_<wbr>utils.cc:66:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br>
   if (write(fd, data, size) != size) {<br>
                                ^<br>
INFO: From Compiling third_party/ijar/ijar.cc:<br>
third_party/ijar/ijar.cc: In member function 'virtual bool devtools_ijar::<wbr>JarStripperProcessor::Accept(<wbr>const char*, devtools_ijar::u4)':<br>
third_party/ijar/ijar.cc:66:<wbr>23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br>
   if (filename_len >= CLASS_EXTENSION_LENGTH) {<br>
                       ^<br>
TIMEOUT: //src/test/shell/bazel:bazel_<wbr>coverage_test (see /home/tru/.cache/bazel/_bazel_<wbr>tru/<wbr>350854196609f07e0af44ce02f5d28<wbr>39/execroot/bazel/bazel-out/<wbr>local-fastbuild/testlogs/src/<wbr>test/shell/bazel/bazel_<wbr>coverage_test/test.log).<br>
Target //src/test/shell/bazel:bazel_<wbr>coverage_test up-to-date:<br>
  bazel-bin/src/test/shell/<wbr>bazel/bazel_coverage_test<br>
INFO: Elapsed time: 634.627s, Critical Path: 582.47s<br>
//src/test/shell/bazel:bazel_<wbr>coverage_test                              TIMEOUT in 1 out of 2 in 305.0s<br>
  /home/tru/.cache/bazel/_bazel_<wbr>tru/<wbr>350854196609f07e0af44ce02f5d28<wbr>39/execroot/bazel/bazel-out/<wbr>local-fastbuild/testlogs/src/<wbr>test/shell/bazel/bazel_<wbr>coverage_test/test.log<br>
<br>
Executed 1 out of 1 test: 1 fails locally.<br>
<br>
Cheers<br>
<br>
Tru<br>
<br>
--<br>
Tru Huynh<br>
<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B" rel="noreferrer" target="_blank">http://pgp.mit.edu:11371/pks/<wbr>lookup?op=get&search=<wbr>0xBEFA581B</a><br>
<br>______________________________<wbr>_________________<br>
CentOS-devel mailing list<br>
<a href="mailto:CentOS-devel@centos.org">CentOS-devel@centos.org</a><br>
<a href="https://lists.centos.org/mailman/listinfo/centos-devel" rel="noreferrer" target="_blank">https://lists.centos.org/<wbr>mailman/listinfo/centos-devel</a><br>
<br></blockquote></div></div>