Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix arm v7 build issue #409

Merged
merged 1 commit into from
Jan 21, 2022

Conversation

andyzhangx
Copy link
Member

What type of PR is this?
/kind failing-test

What this PR does / why we need it:
chore: fix arm v7 build issue

This PR fixed the following build error:

#6 48.68 Setting up python3-minimal (3.9.2-3) ...
#6 51.26 Traceback (most recent call last):
#6 51.26   File "/usr/bin/py3compile", line 319, in <module>
#6 51.26     main()
#6 51.26   File "/usr/bin/py3compile", line 280, in main
#6 51.26     pkg_files = tuple(dpf.from_package(options.package))
#6 51.26   File "/usr/share/python3/debpython/files.py", line 53, in from_package
#6 51.26     raise Exception("cannot get content of %s" % package_name)
#6 51.26 Exception: cannot get content of python3-minimal
#6 51.31 dpkg: error processing package python3-minimal (--configure):
#6 51.31  installed python3-minimal package post-installation script subprocess returned error exit status 1
#6 51.34 Errors were encountered while processing:
#6 51.34  python3-minimal
#6 51.44 E: Sub-process /usr/bin/dpkg returned an error code (1)


 > [3/5] RUN clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs:
#6 0.942 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
#6 0.943 Hit:2 http://deb.debian.org/debian bullseye InRelease
#6 0.943 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
#6 9.358 Reading package lists...
#6 15.37 Reading package lists...
#6 21.04 Building dependency tree...
#6 21.69 Reading state information...
#6 22.37 The following additional packages will be installed:
#6 22.37   dmsetup libblkid1 libbsd0 libdevmapper1.02.1 libedit2 libexpat1 libext2fs2
#6 22.37   libicu67 libinih1 libkmod2 libmd0 libmount1 libmpdec3 libncursesw6
#6 22.37   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
#6 22.37   libsmartcols1 libsqlite3-0 libss2 libtalloc2 libtevent0 libtinfo6 libuuid1
#6 22.37   libwbclient0 logsave media-types openssl python3 python3-minimal python3.9
#6 22.37   python3.9-minimal readline-common tzdata
#6 22.38 Suggested packages:
#6 22.38   smbclient winbind bash-completion gpart parted fuse2fs e2fsck-static
#6 22.38   nfs-common python3-doc python3-tk python3-venv python3.9-venv python3.9-doc
#6 22.38   binutils binfmt-support readline-doc dosfstools kbd util-linux-locales
#6 22.38   xfsdump acl attr quota
#6 22.38 Recommended packages:
#6 22.38   keyutils e2fsprogs-l10n libgpm2 uuid-runtime
#6 24.90 The following NEW packages will be installed:
#6 24.90   ca-certificates cifs-utils dmsetup e2fsprogs libblkid1 libbsd0
#6 24.90   libdevmapper1.02.1 libedit2 libexpat1 libext2fs2 libicu67 libinih1 libkmod2
#6 24.90   libmd0 libmount1 libmpdec3 libncursesw6 libpython3-stdlib
#6 24.90   libpython3.9-minimal libpython3.9-stdlib libreadline8 libsmartcols1
#6 24.90   libsqlite3-0 libss2 libtalloc2 libtevent0 libtinfo6 libuuid1 libwbclient0
#6 24.90   logsave media-types mount openssl python3 python3-minimal python3.9
#6 24.90   python3.9-minimal readline-common tzdata udev util-linux xfsprogs


107406

Which issue(s) this PR fixes:

Fixes #

Requirements:

Special notes for your reviewer:

Release note:

none

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jan 15, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jan 15, 2022
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 15, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1701755008

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.628%

Totals Coverage Status
Change from base Build 1701552779: 0.0%
Covered Lines: 852
Relevant Lines: 995

💛 - Coveralls

@andyzhangx
Copy link
Member Author

/retest

@andyzhangx andyzhangx merged commit 6303767 into kubernetes-csi:master Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants