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

.github/workflows: 32bit Linux test fails #2995

Closed
1 of 11 tasks
hajimehoshi opened this issue May 18, 2024 · 0 comments
Closed
1 of 11 tasks

.github/workflows: 32bit Linux test fails #2995

hajimehoshi opened this issue May 18, 2024 · 0 comments

Comments

@hajimehoshi
Copy link
Owner

Ebitengine Version

2.7 (30d6e11) and main (53de367)

Operating System

  • Windows
  • macOS
  • Linux
  • FreeBSD
  • OpenBSD
  • Android
  • iOS
  • Nintendo Switch
  • PlayStation 5
  • Xbox
  • Web Browsers

Go Version (go version)

Go 1.21 and Go 1.22?

What steps will reproduce the problem?

Run 32bit Linux tests on GitHub Actions

What is the expected result?

The tests pass

What happens instead?

The tests fail:

Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
Hit:2 http://azure.archive.ubuntu.com/ubuntu jammy InRelease
Hit:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:4 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:5 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease
Hit:6 https://packages.microsoft.com/repos/azure-cli jammy InRelease
Hit:7 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease
Get:8 http://azure.archive.ubuntu.com/ubuntu jammy/main i386 Packages [1040 kB]
Get:9 http://azure.archive.ubuntu.com/ubuntu jammy/restricted i386 Packages [30.4 kB]
Get:10 http://azure.archive.ubuntu.com/ubuntu jammy/universe i386 Packages [7474 kB]
Get:11 http://azure.archive.ubuntu.com/ubuntu jammy/multiverse i386 Packages [112 kB]
Get:12 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [631 kB]
Get:13 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB]
Get:14 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB]
Get:[15](https://github.com/hajimehoshi/ebiten/actions/runs/9138457074/job/25129782320#step:20:16) http://azure.archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4472 B]
Get:16 http://azure.archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB]
Get:17 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [[16](https://github.com/hajimehoshi/ebiten/actions/runs/9138457074/job/25129782320#step:20:17).0 kB]
Get:18 http://azure.archive.ubuntu.com/ubuntu jammy-security/main i386 Packages [470 kB]
Get:19 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB]
Get:20 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe i386 Packages [603 kB]
Get:21 http://azure.archive.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1356 B]
Fetched 11.2 MB in 1s (9029 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
  aptitude
The following NEW packages will be installed:
  ppa-purge
0 upgraded, 1 newly installed, 0 to remove and 16 not upgraded.
Need to get 6566 B of archives.
After this operation, 24.6 kB of additional disk space will be used.
Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
Get:2 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 ppa-purge all 0.2.8+bzr63-0ubuntu1 [6566 B]
Fetched 6566 B in 0s (144 kB/s)
Selecting previously unselected package ppa-purge.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... [20](https://github.com/hajimehoshi/ebiten/actions/runs/9138457074/job/25129782320#step:20:21)%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 269513 files and directories currently installed.)
Preparing to unpack .../ppa-purge_0.2.8+bzr63-0ubuntu1_all.deb ...
Unpacking ppa-purge (0.2.8+bzr63-0ubuntu1) ...
Setting up ppa-purge (0.2.8+bzr63-0ubuntu1) ...
Processing triggers for man-db (2.10.2-1) ...
NEEDRESTART-VER: 3.5
NEEDRESTART-KCUR: 6.5.0-10[21](https://github.com/hajimehoshi/ebiten/actions/runs/9138457074/job/25129782320#step:20:22)-azure
NEEDRESTART-KEXP: 6.5.0-1021-azure
NEEDRESTART-KSTA: 1
Updating packages lists
PPA to be removed: ubuntu-toolchain-r test
Warning:  Could not find package list for PPA: ubuntu-toolchain-r test
Error: Process completed with exit code 1.

Anything else you feel useful to add?

#2667 might be related.

@hajimehoshi hajimehoshi added this to the v2.7.4 milestone May 18, 2024
hajimehoshi added a commit that referenced this issue May 18, 2024
hajimehoshi added a commit that referenced this issue May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant