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

Default podman machine list --all-providers to true #25253

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

Default podman machine list --all-providers to true

e8cc498
Select commit
Loading
Failed to load commit list.
Open

Default podman machine list --all-providers to true #25253

Default podman machine list --all-providers to true
e8cc498
Select commit
Loading
Failed to load commit list.
Cirrus CI / Build for fedora-41-aarch64 failed Feb 6, 2025 in 4m 58s

Task Summary

Instruction main failed in 03:44

Details

✅ 00:11 clone
✅ 00:01 prebuild
✅ 00:08 setup
✅ 00:48 postbuild
❌ 03:44 main

troff:<standard input>:462: warning [p 9, 3.8i]: cannot adjust line
troff:<standard input>:468: warning [p 9, 5.0i]: cannot adjust line
troff:<standard input>:75: warning [p 2, 2.3i]: cannot adjust line
troff:<standard input>:91: warning [p 2, 5.7i]: cannot adjust line
troff:<standard input>:111: warning [p 2, 9.3i]: cannot adjust line
troff:<standard input>:155: warning [p 3, 6.7i]: cannot adjust line
troff:<standard input>:166: warning [p 3, 9.0i]: cannot adjust line
<standard input>:44: warning: table wider than line length minus indentation
troff:<standard input>:241: warning [p 5, 0.2i]: cannot adjust line
troff:<standard input>:258: warning [p 5, 3.3i]: cannot adjust line
troff:<standard input>:332: warning [p 6, 5.5i]: cannot adjust line
troff:<standard input>:345: warning [p 6, 8.0i]: cannot adjust line
troff:<standard input>:358: warning [p 6, 10.5i]: cannot adjust line
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>:988: warning [p 18, 1.0i]: cannot adjust line
troff:<standard input>:1124: warning [p 20, 3.7i]: cannot adjust line
troff:<standard input>:1130: warning [p 20, 4.8i]: cannot adjust line
<standard input>:1873: 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>:361: warning [p 5, 10.8i, div '3tbd44,1', 0.0i]: cannot adjust line
<standard input>:306: warning: table wider than line length minus indentation
<standard input>:993: warning: table wider than line length minus indentation
<standard input>:1221: warning: table wider than line length minus indentation
<standard input>:1391: warning: table wider than line length minus indentation
<standard input>:1680: warning: table wider than line length minus indentation
<standard input>:1934: 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: docs/source/markdown/podman-machine-list.1.md:29: values must be space-separated: '=**true|false**'
xref-helpmsgs-manpages: docs/source/markdown/podman-machine-list.1.md:29: Do not enumerate true/false for boolean-only options
make: *** [Makefile:609: xref-helpmsgs-manpages] Error 1

Exit status: 2