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

Changelog missing for runsc DEB package #11372

Open
lirtistan opened this issue Jan 17, 2025 · 0 comments
Open

Changelog missing for runsc DEB package #11372

lirtistan opened this issue Jan 17, 2025 · 0 comments
Labels
type: bug Something isn't working

Comments

@lirtistan
Copy link

Description

Apt reports about a missing changelog for the DEB package (see output below).

Calling ['apt-get', '-qq', 'changelog', 'runsc=20250113.0'] to retrieve changelog
apt-listchanges: Unable to retrieve changelog for package runsc; 'apt-get changelog' failed with: E: Failed to fetch changelog:/runsc.changelog  Changelog unavailable for runsc=20250113.0

Steps to reproduce

  1. add the gVisor repository to your Apt sources
  2. create a file called /etc/apt/listchanges.conf with following content...
[apt]
frontend=mail
which=both
email_address=root
email_format=text
confirm=false
headers=false
reverse=false
save_seen=/var/lib/apt/listchanges.db
  1. install or upgrade runsc

runsc version

runsc version release-20250113.0
spec: 1.1.0-rc.1

docker version (if using docker)

Client: Docker Engine - Community
 Version:           27.5.0
 API version:       1.47
 Go version:        go1.22.10
 Git commit:        a187fa5
 Built:             Mon Jan 13 15:24:49 2025
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          27.5.0
  API version:      1.47 (minimum version 1.24)
  Go version:       go1.22.10
  Git commit:       38b84dc
  Built:            Mon Jan 13 15:24:49 2025
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.7.25
  GitCommit:        bcc810d6b9066471b0b6fa75f557a15a1cbf31bb
 runc:
  Version:          1.2.4
  GitCommit:        v1.2.4-0-g6c52b3f
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

uname

Linux ebony 6.8.0-51-generic #52~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Dec 9 15:00:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

kubectl (if using Kubernetes)

N/A

repo state (if built from source)

N/A

runsc debug logs (if available)

N/A
@lirtistan lirtistan added the type: bug Something isn't working label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant