Laszlo Gaal created IMPALA-15008:
------------------------------------
Summary: Protoc FATAL failure during the TSAN build in
all-build-options-ub2204
Key: IMPALA-15008
URL: https://issues.apache.org/jira/browse/IMPALA-15008
Project: IMPALA
Issue Type: Improvement
Components: Infrastructure
Reporter: Laszlo Gaal
Fix For: Impala 5.0.0
While preparing to move the precommit workflow from Ubuntu 20.04 to 22.04 I
encountered the following failure:
Running
[https://jenkins.impala.io/view/Ubuntu%2022/job/all-build-options-ub2204-ARM/]
on the master branch produces protoc failures during TSAN build:
{code:java}
[...]
00:45:47.702 Building with OPTIONS: Options -skiptests -noclean -tsan |
USE_APACHE_COMPONENTS=false | USE_APACHE_HIVE_3=false | USE_APACHE_HIVE_2=false
[...]
00:45:56.010 [ 8%] Running C++ protocol buffer compiler on
rpc_introspection.proto
00:45:56.012 Uninstalling pip-22.0.2:
00:45:56.078 Successfully uninstalled pip-22.0.2
00:45:56.527 FATAL: ThreadSanitizer: unexpected memory mapping
0x7a853d8ae000-0x7a853dd00000
00:45:57.160 --insertions_out: protoc-gen-insertions: Plugin failed with status
code 66.
00:45:57.185 FATAL: ThreadSanitizer: unexpected memory mapping
0x7ab5ee4ae000-0x7ab5ee900000
FATAL: ThreadSanitizer: unexpected memory mapping 0x7800548ae000-0x780054d00000
FATAL: ThreadSanitizer: unexpected memory mapping 0x7a48854ae000-0x7a4885900000
--insertions_out: protoc-gen-insertions: Plugin failed with status code 66.
FATAL: ThreadSanitizer: unexpected memory mapping 0x73b3328ae000-0x73b332d00000
--insertions_out: protoc-gen-insertions: Plugin failed with status code 66.
[...]
FATAL: ThreadSanitizer: unexpected memory mapping 0x74d0b8aae000-0x74d0b8f00000
--insertions_out: protoc-gen-insertions: Plugin failed with status code 66.
make[2]: ***
[be/src/kudu/util/CMakeFiles/PROTO_kudu-util-maintenance_manager.proto.dir/build.make:75:
be/src/kudu/util/maintenance_manager.pb.cc] Error 1
[....lots of similar error from parallel protoc sessions...] {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)