bionic/linux-raspi2-5.3: 5.3.0-1025.27~18.04.1 snap-debs snap:pi-kernel

Bug #1877518 reported by Stefan Bader
14
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Kernel SRU Workflow
Fix Released
Medium
Unassigned
Snap-certification-testing
Incomplete
Medium
Canonical Hardware Certification
Snap-release-to-beta
Fix Released
Medium
Canonical Kernel Team
Snap-release-to-candidate
New
Medium
Canonical Kernel Team
Snap-release-to-edge
Fix Released
Medium
Canonical Kernel Team
Snap-release-to-stable
New
Medium
Canonical Kernel Team

Bug Description

This bug will contain status and test results related to a kernel source (or snap) as stated in the title.

For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

-- swm properties --
kernel-stable-master-bug: 1877519
phase: Certification Testing
phase-changed: Monday, 11. May 2020 08:18 UTC
reason:
  snap-certification-testing: Stalled -- testing FAILED
snap-name: pi-kernel
variant: snap-debs

Stefan Bader (smb)
tags: added: kernel-release-tracking-bug-live
description: updated
tags: added: kernel-sru-cycle-2020.04.27-5
description: updated
description: updated
tags: added: kernel-sru-derivative-of-1877519
Changed in kernel-sru-workflow:
status: New → Confirmed
importance: Undecided → Medium
Changed in kernel-sru-workflow:
status: Confirmed → In Progress
summary: - bionic/linux-raspi2-5.3: <version to be filled> snap-debs
+ bionic/linux-raspi2-5.3: <version to be filled> snap-debs snap:pi-kernel
description: updated
summary: - bionic/linux-raspi2-5.3: <version to be filled> snap-debs snap:pi-kernel
+ bionic/linux-raspi2-5.3: 5.3.0-1025.27~18.04.1 snap-debs snap:pi-kernel
description: updated
description: updated
description: updated
description: updated
Revision history for this message
Paul Larson (pwlars) wrote :

I've been investigating a couple of docker test failures on RPI (armhf and arm64)that we see on this kernel that seemed a bit surprising.
The checkbox tests are:
    com.canonical.certification::docker/deploy-registry_armhf.com.canonical.certification::docker/deploy-registry_armhf
    com.canonical.certification::docker/start-stop_armhf.com.canonical.certification::docker/start-stop_armhf

Here's the first one as a script to give you something that's easy to reproduce:
-----
auth_folder=/var/snap/docker/common/auth
mkdir -p $auth_folder
docker run --entrypoint htpasswd registry:2 -Bbn user passwd > $auth_folder/htpasswd
docker run -d -p 5000:5000 --restart=always --name registry \
  -v $auth_folder:/auth \
  -e "REGISTRY_AUTH=htpasswd" \
  -e "REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm" \
  -e REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd \
   registry:2
docker pull ubuntu
docker tag ubuntu localhost:5000/ubuntu
docker login --username user --password passwd localhost:5000
docker push localhost:5000/ubuntu
docker pull localhost:5000/ubuntu
docker stop registry
docker rm -v registry
----

When the registry container starts, it seems to be crashing and docker ps seems to always show it in "restarting" state. To confirm, I reverted back to the stable kernel, and the test runs fine.

tags: added: certification-testing-failed
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote : Certification Testing FAILURE

The bug was tagged as certification-testing-failed

description: updated
Revision history for this message
Juerg Haefliger (juergh) wrote :

It seems a general problem with the Eoan 5.3 kernel and not raspi specific. I can reproduce this with Eoan on amd64.

Revision history for this message
Juerg Haefliger (juergh) wrote :
Andy Whitcroft (apw)
tags: removed: kernel-release-tracking-bug-live
Changed in kernel-sru-workflow:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.