bazel: Tensorflow build is broken in Bazel Nightly and in 0.10

Failure: https://ci.bazel.build/blue/organizations/jenkins/Global%2FTensorFlow/detail/TensorFlow/375/pipeline/ Smaller repro:

/bazel build //tensorflow/contrib/fused_conv:fused_conv2d_bias_activation_op_pygenrule
.........
INFO: Analysed target //tensorflow/contrib/fused_conv:fused_conv2d_bias_activation_op_pygenrule (46 packages loaded).
INFO: Found 1 target...
ERROR: /usr/local/google/home/dslomov/work/tensorflow/tensorflow/contrib/fused_conv/BUILD:105:1: Executing genrule //tensorflow/contrib/fused_conv:fused_conv2d_bias_activation_op_pygenrule failed (Aborted): bash failed: error executing command /bin/bash -c ... (remaining 1 argument(s) skipped)
*** Error in `bazel-out/host/bin/tensorflow/contrib/fused_conv/gen_fused_conv2d_bias_activation_op_py_wrappers_cc': munmap_chunk(): invalid pointer: 0x0000000000480320 ***
/bin/bash: line 1: 186348 Aborted                 (core dumped) bazel-out/host/bin/tensorflow/contrib/fused_conv/gen_fused_conv2d_bias_activation_op_py_wrappers_cc , '' 0 0 > bazel-out/k8-opt/genfiles/tensorflow/contrib/fused_conv/ops/gen_fused_conv2d_bias_activation_op.py
Target //tensorflow/contrib/fused_conv:fused_conv2d_bias_activation_op_pygenrule failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 5.692s, Critical Path: 1.64s
FAILED: Build did NOT complete successfully

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 23 (18 by maintainers)

Commits related to this issue

Most upvoted comments

I think some machines have gcc 6.3.0 and some have gcc 4.8.4, that is why we haven’t detected this earlier.