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

Allow filtering containers by command #24791

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

add filter for container command

a1fc77c
Select commit
Loading
Failed to load commit list.
Open

Allow filtering containers by command #24791

add filter for container command
a1fc77c
Select commit
Loading
Failed to load commit list.
Cirrus CI / Build for fedora-41-aarch64 failed Dec 18, 2024 in 5m 15s

Task Summary

Instruction main failed in 03:51

Details

✅ 00:14 clone
✅ 00:02 prebuild
✅ 00:07 setup
✅ 00:54 postbuild
❌ 03:51 main

troff:<standard input>:375: warning [p 7, 2.0i]: cannot adjust line
troff:<standard input>:449: warning [p 8, 5.3i]: cannot adjust line
troff:<standard input>:460: warning [p 8, 7.7i]: cannot adjust line
troff:<standard input>:471: warning [p 8, 10.0i]: cannot adjust line
troff:<standard input>:482: warning [p 9, 0.7i]: cannot adjust line
troff:<standard input>:987: warning [p 17, 13.0i]: cannot adjust line
troff:<standard input>:1123: warning [p 19, 13.0i]: cannot adjust line
troff:<standard input>:1129: warning [p 20, 0.0i]: cannot adjust line
<standard input>:1866: warning: table wider than line length minus indentation
troff:<standard input>:37: warning [p 1, 4.0i, div '3tbd5,1', 0.3i]: cannot break line
<standard input>:34: warning: table wider than line length minus indentation
troff:<standard input>:1144: warning [p 18, 7.0i]: cannot adjust line
troff:<standard input>:1177: warning [p 19, 1.0i]: cannot adjust line
troff:<standard input>:1247: warning [p 19, 11.7i]: cannot adjust line
troff:<standard input>:350: warning [p 5, 9.3i, div '3tbd44,1', 0.0i]: cannot adjust line
<standard input>:295: warning: table wider than line length minus indentation
<standard input>:979: warning: table wider than line length minus indentation
<standard input>:1195: warning: table wider than line length minus indentation
<standard input>:1366: warning: table wider than line length minus indentation
<standard input>:1655: warning: table wider than line length minus indentation
<standard input>:1913: warning: table wider than line length minus indentation
troff:<standard input>:35: warning [p 1, 6.5i]: cannot adjust line
troff:<standard input>:52: warning [p 1, 9.7i]: cannot adjust line
troff:<standard input>:126: warning [p 3, 0.5i]: cannot adjust line
troff:<standard input>:139: warning [p 3, 3.0i]: cannot adjust line
troff:<standard input>:152: warning [p 3, 5.5i]: cannot adjust line
troff:<standard input>:169: warning [p 3, 8.7i]: cannot adjust line
troff:<standard input>:180: warning [p 3, 11.0i]: cannot adjust line
troff:<standard input>:191: warning [p 4, 1.7i]: cannot adjust line
troff:<standard input>:202: warning [p 4, 4.0i]: cannot adjust line
troff:<standard input>:213: warning [p 4, 6.3i]: cannot adjust line
# Check if the files can be loaded by the shell
. completions/bash/podman
if [ -x /bin/zsh ]; then /bin/zsh completions/zsh/_podman; fi
if [ -x /bin/fish ]; then /bin/fish completions/fish/podman.fish; fi
hack/xref-quadlet-docs
hack/man-page-checker
hack/xref-helpmsgs-manpages
xref-helpmsgs-manpages: 'podman container list --format <TAB>' lists '.Commands', which is not in docs/source/markdown/podman-ps.1.md
xref-helpmsgs-manpages: 'podman container pause --filter <TAB>' lists 'command', which is not in docs/source/markdown/podman-pause.1.md
xref-helpmsgs-manpages: 'podman container ps --format <TAB>' lists '.Commands', which is not in docs/source/markdown/podman-ps.1.md
xref-helpmsgs-manpages: 'podman container restart --filter <TAB>' lists 'command', which is not in docs/source/markdown/podman-restart.1.md
xref-helpmsgs-manpages: 'podman container rm --filter <TAB>' lists 'command', which is not in docs/source/markdown/podman-rm.1.md
xref-helpmsgs-manpages: 'podman container start --filter <TAB>' lists 'command', which is not in docs/source/markdown/podman-start.1.md
xref-helpmsgs-manpages: 'podman container stop --filter <TAB>' lists 'command', which is not in docs/source/markdown/podman-stop.1.md
xref-helpmsgs-manpages: 'podman container unpause --filter <TAB>' lists 'command', which is not in docs/source/markdown/podman-unpause.1.md
xref-helpmsgs-manpages: 'podman pause --filter <TAB>' lists 'command', which is not in docs/source/markdown/podman-pause.1.md
xref-helpmsgs-manpages: 'podman ps --format <TAB>' lists '.Commands', which is not in docs/source/markdown/podman-ps.1.md
xref-helpmsgs-manpages: 'podman restart --filter <TAB>' lists 'command', which is not in docs/source/markdown/podman-restart.1.md
xref-helpmsgs-manpages: 'podman rm --filter <TAB>' lists 'command', which is not in docs/source/markdown/podman-rm.1.md
xref-helpmsgs-manpages: 'podman start --filter <TAB>' lists 'command', which is not in docs/source/markdown/podman-start.1.md
xref-helpmsgs-manpages: 'podman stop --filter <TAB>' lists 'command', which is not in docs/source/markdown/podman-stop.1.md
xref-helpmsgs-manpages: 'podman unpause --filter <TAB>' lists 'command', which is not in docs/source/markdown/podman-unpause.1.md
make: *** [Makefile:608: xref-helpmsgs-manpages] Error 1

Exit status: 2