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
- Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. *** Reason for rollback *** Breaks C++ on gcc 4.8.4 (specifically, TensorFlow: https://github.com/bazelbuild/bazel/issues/4474)... — committed to bazelbuild/bazel by dslomov 6 years ago
- Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. *** Reason for rollback *** Breaks C++ on gcc 4.8.4 (specifically, TensorFlow: https://github.com/bazelbuild/bazel/issues/4474)... — committed to bazelbuild/bazel by dslomov 6 years ago
- Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. *** Reason for rollback *** Breaks C++ on gcc 4.8.4 (specifically, TensorFlow: https://github.com/bazelbuild/bazel/issues/4474)... — committed to bazelbuild/bazel by dslomov 6 years ago
- Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. *** Reason for rollback *** Breaks C++ on gcc 4.8.4 (specifically, TensorFlow: https://github.com/bazelbuild/bazel/issues/4474)... — committed to bazelbuild/bazel by dslomov 6 years ago
- Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. *** Reason for rollback *** Breaks C++ on gcc 4.8.4 (specifically, TensorFlow: https://github.com/bazelbuild/bazel/issues/4474)... — committed to bazelbuild/bazel by dslomov 6 years ago
- Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. *** Reason for rollback *** Breaks C++ on gcc 4.8.4 (specifically, TensorFlow: https://github.com/bazelbuild/bazel/issues/4474)... — committed to bazelbuild/bazel by dslomov 6 years ago
- Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. *** Reason for rollback *** Breaks C++ on gcc 4.8.4 (specifically, TensorFlow: https://github.com/bazelbuild/bazel/issues/4474)... — committed to bazelbuild/bazel by dslomov 6 years ago
- Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. *** Reason for rollback *** Breaks C++ on gcc 4.8.4 (specifically, TensorFlow: https://github.com/bazelbuild/bazel/issues/4474)... — committed to bazelbuild/bazel by dslomov 6 years ago
- Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. *** Reason for rollback *** Breaks C++ on gcc 4.8.4 (specifically, TensorFlow: https://github.com/bazelbuild/bazel/issues/4474)... — committed to bazelbuild/bazel by dslomov 6 years ago
- Upgrade Jenkins/Docker build scripts to Bazel 0.11.0. (#17280) The 0.10.0 bazel has problems with static-linking on linux: https://github.com/bazelbuild/bazel/issues/4474. This PR bumps to the late... — committed to tensorflow/tensorflow by nkreeger 6 years ago
- Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. *** Reason for rollback *** Breaks C++ on gcc 4.8.4 (specifically, TensorFlow: https://github.com/bazelbuild/bazel/issues/4474)... — committed to werkt/bazel by dslomov 6 years ago
- Upgrade Jenkins/Docker build scripts to Bazel 0.11.0. (#17280) The 0.10.0 bazel has problems with static-linking on linux: https://github.com/bazelbuild/bazel/issues/4474. This PR bumps to the late... — committed to StanislawAntol/tensorflow by nkreeger 6 years ago
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.