~fheimes/autopkgtest-cloud/+git/autopkgtest-package-configs:linux-hwe-arm

Last commit made on 2022-08-31
Get this branch:
git clone -b linux-hwe-arm https://git.launchpad.net/~fheimes/autopkgtest-cloud/+git/autopkgtest-package-configs
Only Frank Heimes can upload to this branch. If you are Frank Heimes please log in for upload directions.

Branch information

Recent commits

9589c95... by Frank Heimes

Add linux-hwe-5.x armhf (and one arm64) to long_tests, since they time out.

279df4d... by Mauricio Faria de Oliveira

Add casper to big_packages on amd64

The change in 1.445.2 for more RAM in QEMU causes the
QEMU process to finish in the middle of `test_todisk`
in `debian/tests/boot`.

In 1.445.1 it reaches the 'reboot: Power down' point
before finishing, which suggests an unclean end/kill
on the newer version.

I could reproduce the failure locally with:

  $ autopkgtest casper -U --apt-pocket=proposed=src:casper \
      -- qemu --ram-size=1592 --cpus=1 ~/autopkgtest-focal-amd64.img

And have it pass with some more RAM:

  $ autopkgtest casper -U --apt-pocket=proposed=src:casper \
      -- qemu --ram-size=2048 --cpus=1 ~/autopkgtest-focal-amd64.img

Hence, let's move it to big_packages, so to give it more RAM.

Only amd64 is needed as `/d/t/boot` only runs on amd64/i386,
and the latter always fails for other reasons.

...

autopkgtests log snippets:

1.445.1:

  ### todisk does not mount any part of the boot media
  ...
  + timeout --foreground 10m qemu-system-x86_64 -m 768m ...
  ...
  [ 24.656985] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
  ...
  [ 83.371115] reboot: Power down
  + rm -rf result
  + mkdir result

1.445.3 (with autopkgtest change from 1.445.2):

  ### todisk does not mount any part of the boot media
  ...
  + timeout --foreground 10m qemu-system-x86_64 -m 1024m ...
  ...
  [ 25.696515] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
  ...
  [ 46.413507] clocksource: Switched to clocksource hpet
  + rm -rf result
  + mkdir result

Signed-off-by: Mauricio Faria de Oliveira <email address hidden>

7fd413c... by Steve Langasek

Add cwltool to big_packages also on amd64

400cdeb... by Graham Inggs

Add armci-mpi to big_packages
amd64, arm64 and ppc64 for now, s390x failing for other reasons

e565db0... by Graham Inggs

Add freecad to big_packages
amd64, arm64 and ppc64 for now, s390x failing for other reasons

9d806cf... by Graham Inggs

Add rustc/armhf to long_tests

4794106... by Dimitri John Ledkov

Mark cross-toolchain-base/arm64 as big_package too, appears to OOM kill

c725cc3... by Steve Langasek

Add python-aiortc to big_packages for arm64 also

203f9c3... by Steve Langasek

Add heudiconv to big_packages on all archs

fe75648... by Steve Langasek

Add python-aiortc/ppc64el to big_packages