Allow filtering containers by command #24791
Open
Cirrus CI / Build for fedora-41
failed
Dec 18, 2024 in 5m 9s
Task Summary
Instruction main failed in 04:44
Details
✅ 00:15 clone
✅ 00:04 prebuild
✅ 00:01 setup
❌ 04:44 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>: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>: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>: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
Loading