You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2024/03/28 18:02:00 UTC

[jira] [Commented] (IMPALA-12953) CentOS 8 builds fail with python ImportError: No module named RuntimeProfile.ttypes

    [ https://issues.apache.org/jira/browse/IMPALA-12953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17831917#comment-17831917 ] 

Joe McDonnell commented on IMPALA-12953:
----------------------------------------

This is failing to download avro from the toolchain:
{noformat}
13:25:07 2024-03-26 13:25:07,262 Thread-4 ERROR: Download failed; retrying after sleep: Command '['wget', '-q', 'https://native-toolchain-us-west-2.s3.us-west-2.amazonaws.com/build/25-051b912729/avro/1.7.4-p5-gcc-10.4.0/avro-1.7.4-p5-gcc-10.4.0-ec2-package-centos-8-aarch64.tar.gz', '--output-document=/data/jenkins/workspace/impala-asf-master-core-release-arm/Impala-Toolchain/toolchain-packages-gcc10.4.0/avro-1.7.4-p5-gcc-10.4.0-ec2-package-centos-8-aarch64.tar.gz']' returned non-zero exit status 8{noformat}
It looks like the toolchain build failed to publish to the native-toolchain-us-west-2 (but succeeded going to native-toolchain). I can copy it over to fix this, but we should also merge this: https://gerrit.cloudera.org/#/c/21134/

> CentOS 8 builds fail with python ImportError: No module named RuntimeProfile.ttypes
> -----------------------------------------------------------------------------------
>
>                 Key: IMPALA-12953
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12953
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>            Reporter: Zoltán Borók-Nagy
>            Assignee: Laszlo Gaal
>            Priority: Major
>              Labels: broken-build
>
> Saw the followings in CentOS 8 builds:
> {noformat}
>   File "/data/jenkins/workspace/impala-asf-master-core-release-arm/repos/Impala/bin/start-impala-cluster.py", line 39, in <module>
>     from tests.common.impala_cluster import (ImpalaCluster, DEFAULT_BEESWAX_PORT,
>   File "/data/jenkins/workspace/impala-asf-master-core-release-arm/repos/Impala/tests/common/impala_cluster.py", line 37, in <module>
>     from tests.common.impala_service import (
>   File "/data/jenkins/workspace/impala-asf-master-core-release-arm/repos/Impala/tests/common/impala_service.py", line 33, in <module>
>     from tests.common.impala_connection import create_connection, create_ldap_connection
>   File "/data/jenkins/workspace/impala-asf-master-core-release-arm/repos/Impala/tests/common/impala_connection.py", line 31, in <module>
>     from RuntimeProfile.ttypes import TRuntimeProfileFormat
> ImportError: No module named RuntimeProfile.ttypes{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org