Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

chore: update versions - #43

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
create-pr-action/versions-update-0
Open

chore: update versions#43
github-actions[bot] wants to merge 1 commit into
masterfrom
create-pr-action/versions-update-0

Conversation

@github-actions

@github-actions github-actions Bot commented Apr 3, 2026

Copy link
Copy Markdown
Contributor

Base PullRequest

default branch (https://github.com/electrocucaracha/k8s-WASM-demo/tree/master)

Command results

Details:
add path
/home/runner/work/_actions/technote-space/create-pr-action/91114507cf92349bec0a9a501c2edf1635427bc5/node_modules/npm-check-updates/build/src/bin
./ci/update_versions.sh

Changed files

Changed file:
  • .github/workflows/lint.yml

:octocat: Repo | 📝 Issues | 🏬 Marketplace

@qodo-code-review

Copy link
Copy Markdown

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Check demo for Containerd runtime on Ubuntu Virtual Environment

Failed stage: Configure environment [❌]

Failed test name: ""

Failure summary:

The action failed during a Docker image build when apt-get install attempted to pin libsystemd-dev
to an exact version that is not available in the configured Ubuntu Noble (24.04) APT repositories.
-
apt-get reported: E: Version '255.4-1ubuntu8.12' for 'libsystemd-dev' was not found (lines 375-380).

- Because the pinned package version could not be resolved, the install step exited with code 100,
causing the Docker build to fail and the GitHub Action to end with exit code 1 (lines 380, 419-420).

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

365:  #7 1.203 Get:30 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Packages [695 B]
366:  #7 1.220 Get:31 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [161 B]
367:  #7 1.232 Get:32 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [157 B]
368:  #7 1.232 Get:33 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [34.8 kB]
369:  #7 1.233 Get:34 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [158 B]
370:  #7 3.879 Fetched 45.1 MB in 2s (22.4 MB/s)
371:  #7 3.879 Reading package lists...
372:  #7 4.725 Reading package lists...
373:  #7 5.524 Building dependency tree...
374:  #7 5.685 Reading state information...
375:  #7 5.699 Package libsystemd-dev is not available, but is referred to by another package.
376:  #7 5.699 This may mean that the package is missing, has been obsoleted, or
377:  #7 5.699 is only available from another source
378:  #7 5.699 
379:  #7 5.702 E: Version '255.4-1ubuntu8.12' for 'libsystemd-dev' was not found
380:  #7 ERROR: process "/bin/bash -o pipefail -c DEBIAN_FRONTEND=noninteractive apt-get update &&     apt-get install -y --no-install-recommends     pkgconf=1.8.1-2build1     autoconf=2.71-3     libtool=2.4.7-7build1     libyajl-dev=2.1.0-5build1     libcap-dev=1:2.66-5ubuntu2.2     libseccomp-dev=2.5.5-1ubuntu3.1     libsystemd-dev=255.4-1ubuntu8.12     automake=1:1.16.5-1.3ubuntu1 &&     apt-get clean -y &&     rm -rf     /var/cache/debconf/*     /var/lib/apt/lists/*     /var/log/*     /tmp/*     /var/tmp/*     /usr/share/doc/*     /usr/share/doc-base/*     /usr/share/man/*     /usr/share/local/*" did not complete successfully: exit code: 100
381:  ------
...

404:  15 | >>>     libsystemd-dev=255.4-1ubuntu8.12 \
405:  16 | >>>     automake=1:1.16.5-1.3ubuntu1 && \
406:  17 | >>>     apt-get clean -y && \
407:  18 | >>>     rm -rf \
408:  19 | >>>     /var/cache/debconf/* \
409:  20 | >>>     /var/lib/apt/lists/* \
410:  21 | >>>     /var/log/* \
411:  22 | >>>     /tmp/* \
412:  23 | >>>     /var/tmp/* \
413:  24 | >>>     /usr/share/doc/* \
414:  25 | >>>     /usr/share/doc-base/* \
415:  26 | >>>     /usr/share/man/* \
416:  27 | >>>     /usr/share/local/*
417:  28 |     
418:  --------------------
419:  ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c DEBIAN_FRONTEND=noninteractive apt-get update &&     apt-get install -y --no-install-recommends     pkgconf=1.8.1-2build1     autoconf=2.71-3     libtool=2.4.7-7build1     libyajl-dev=2.1.0-5build1     libcap-dev=1:2.66-5ubuntu2.2     libseccomp-dev=2.5.5-1ubuntu3.1     libsystemd-dev=255.4-1ubuntu8.12     automake=1:1.16.5-1.3ubuntu1 &&     apt-get clean -y &&     rm -rf     /var/cache/debconf/*     /var/lib/apt/lists/*     /var/log/*     /tmp/*     /var/tmp/*     /usr/share/doc/*     /usr/share/doc-base/*     /usr/share/man/*     /usr/share/local/*" did not complete successfully: exit code: 100
420:  ##[error]Process completed with exit code 1.
421:  Post job cleanup.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant