Skip to content

Instantly share code, notes, and snippets.

@JeffFaer
Last active March 21, 2024 00:57
Show Gist options
  • Save JeffFaer/9254a0920c2af16641edefbb4ddf8c6c to your computer and use it in GitHub Desktop.
Save JeffFaer/9254a0920c2af16641edefbb4ddf8c6c to your computer and use it in GitHub Desktop.
$ make bash
make[1]: Entering directory '/tmp/tmp.TSxE4gPTQp/cobra-completion-testing'
make[2]: Entering directory '/tmp/tmp.TSxE4gPTQp/cobra-completion-testing/testprog'
make[2]: Leaving directory '/tmp/tmp.TSxE4gPTQp/cobra-completion-testing/testprog'
make[1]: Leaving directory '/tmp/tmp.TSxE4gPTQp/cobra-completion-testing'
make[1]: Entering directory '/tmp/tmp.TSxE4gPTQp/cobra-completion-testing'
make[2]: Entering directory '/tmp/tmp.TSxE4gPTQp/cobra-completion-testing/testprog'
go build -o '/tmp/tmp.TSxE4gPTQp/cobra-completion-testing/testprog/bin'/testprog -ldflags '-extldflags "-static"' .
make[2]: Leaving directory '/tmp/tmp.TSxE4gPTQp/cobra-completion-testing/testprog'
make[1]: Leaving directory '/tmp/tmp.TSxE4gPTQp/cobra-completion-testing'
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Sending build context to Docker daemon 5.195MB
Step 1/4 : FROM bash:5.1
---> e71ca7a79d61
Step 2/4 : RUN apk update && apk add bash-completion ca-certificates
---> Using cache
---> 368800212567
Step 3/4 : WORKDIR /work
---> Using cache
---> f571398faba9
Step 4/4 : COPY . .
---> fa2e2e98f43e
Successfully built fa2e2e98f43e
Successfully tagged comp-test:bash5
======================================
Testing with docker
======================================
====================================================
Running completions tests on Linux with bash 5.1.16(1)-release
====================================================
/work/tests/bash/comp-tests.bash: line 57: /work/testprog/bin/testprog: No such file or directory
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion " should complete to "bash bash2 fish powershell zsh" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion bash " expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace f" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace z" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace f" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace z" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog fileext setup" should complete to "setup.json setup.yaml" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dir di" should complete to "dir dir2" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir j" should complete to "jsondir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=" should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog error u" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --custom" should complete to "--customComp --customComp=" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp " should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=" should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: " testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "$HOME/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "~/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dasharg " should complete to "--arg" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
ERROR: No debug logs were printed to /tmp/comptests.bash.debug
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog completion bash > notexist" completes to ""
SUCCESS: No extra file created, as expected
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => no descriptions: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => menu-complete no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => insert-completions no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
======================================
Testing with docker bash v2
======================================
====================================================
Running completions tests on Linux with bash 5.1.16(1)-release
====================================================
/work/tests/bash/comp-tests.bash: line 57: /work/testprog/bin/testprog: No such file or directory
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion " should complete to "bash bash2 fish powershell zsh" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion bash " expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace f" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace z" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace f" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace z" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog fileext setup" should complete to "setup.json setup.yaml" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dir di" should complete to "dir dir2" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir j" should complete to "jsondir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=" should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog error u" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --custom" should complete to "--customComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp " should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=" should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: " testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "$HOME/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "~/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dasharg " should complete to "--arg" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
ERROR: No debug logs were printed to /tmp/comptests.bash.debug
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog completion bash > notexist" completes to ""
SUCCESS: No extra file created, as expected
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => no descriptions: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => menu-complete no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => insert-completions no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
/work/tests/bash/comp-tests.bash: line 225: /work/testprog/bin/testprog: No such file or directory
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default " should complete to "bear (an animal) bearpaw (a dessert) dog unicorn (mythical)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default b" should complete to "bear (an animal) bearpaw (a dessert)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default bearp" should complete to "bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile " should complete to "bear (an animal) bearpaw (a dessert) dog unicorn (mythical)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear (an animal) bearpaw (a dessert)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile bearp" should complete to "bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace " should complete to "bear (an animal) bearpaw (a dessert) dog unicorn (mythical)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear (an animal) bearpaw (a dessert)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace bearp" should complete to "bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp " should complete to "firstComp (the first value) secondComp (the second value) forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp f" should complete to "firstComp (the first value) forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp fi" should complete to "firstComp" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => with descriptions: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.5 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => menu-complete with descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => insert-completions no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Sending build context to Docker daemon 5.195MB
Step 1/4 : FROM bash:4.4
---> 37849b12f155
Step 2/4 : RUN apk update && apk add bash-completion ca-certificates
---> Using cache
---> 92f5af375915
Step 3/4 : WORKDIR /work
---> Using cache
---> 8cde89eaf9d9
Step 4/4 : COPY . .
---> a411c0dfb7c0
Successfully built a411c0dfb7c0
Successfully tagged comp-test:bash4
======================================
Testing with docker
======================================
====================================================
Running completions tests on Linux with bash 4.4.23(1)-release
====================================================
/work/tests/bash/comp-tests.bash: line 57: /work/testprog/bin/testprog: No such file or directory
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion " should complete to "bash bash2 fish powershell zsh" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion bash " expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace f" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace z" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace f" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace z" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog fileext setup" should complete to "setup.json setup.yaml" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dir di" should complete to "dir dir2" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir j" should complete to "jsondir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=" should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog error u" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --custom" should complete to "--customComp --customComp=" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp " should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=" should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: " testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "$HOME/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "~/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dasharg " should complete to "--arg" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
ERROR: No debug logs were printed to /tmp/comptests.bash.debug
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog completion bash > notexist" completes to ""
SUCCESS: No extra file created, as expected
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => no descriptions: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => menu-complete no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => insert-completions no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
======================================
Testing with docker bash v2
======================================
====================================================
Running completions tests on Linux with bash 4.4.23(1)-release
====================================================
/work/tests/bash/comp-tests.bash: line 57: /work/testprog/bin/testprog: No such file or directory
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion " should complete to "bash bash2 fish powershell zsh" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion bash " expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace f" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace z" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace f" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace z" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog fileext setup" should complete to "setup.json setup.yaml" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dir di" should complete to "dir dir2" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir j" should complete to "jsondir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=" should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog error u" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --custom" should complete to "--customComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp " should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=" should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: " testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "$HOME/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "~/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dasharg " should complete to "--arg" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
ERROR: No debug logs were printed to /tmp/comptests.bash.debug
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog completion bash > notexist" completes to ""
SUCCESS: No extra file created, as expected
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => no descriptions: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => menu-complete no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => insert-completions no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
/work/tests/bash/comp-tests.bash: line 225: /work/testprog/bin/testprog: No such file or directory
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default " should complete to "bear (an animal) bearpaw (a dessert) dog unicorn (mythical)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default b" should complete to "bear (an animal) bearpaw (a dessert)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default bearp" should complete to "bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile " should complete to "bear (an animal) bearpaw (a dessert) dog unicorn (mythical)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear (an animal) bearpaw (a dessert)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile bearp" should complete to "bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace " should complete to "bear (an animal) bearpaw (a dessert) dog unicorn (mythical)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear (an animal) bearpaw (a dessert)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace bearp" should complete to "bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp " should complete to "firstComp (the first value) secondComp (the second value) forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp f" should complete to "firstComp (the first value) forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp fi" should complete to "firstComp" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => with descriptions: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.5 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => menu-complete with descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => insert-completions no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Sending build context to Docker daemon 5.196MB
Step 1/5 : FROM bash:3.2
---> 879ce24ab8e0
Step 2/5 : RUN apk update && apk add ca-certificates
---> Using cache
---> 27c2750fa4de
Step 3/5 : RUN mkdir /usr/share/bash-completion && wget -qO - https://github.com/scop/bash-completion/archive/1.3.tar.gz | tar xvz -C /usr/share/bash-completion --strip-components 1 bash-completion-1.3/bash_completion
---> Using cache
---> 02af6f9958a4
Step 4/5 : WORKDIR /work
---> Using cache
---> 9e07575e9de6
Step 5/5 : COPY . .
---> 95e11376b0c9
Successfully built 95e11376b0c9
Successfully tagged comp-test:bash3
======================================
Testing with docker
======================================
====================================================
Running completions tests on Linux with bash 3.2.57(1)-release
====================================================
/work/tests/bash/comp-tests.bash: line 57: /work/testprog/bin/testprog: No such file or directory
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion " should complete to "bash bash2 fish powershell zsh" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog completion bash " completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix nofile f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix nofile z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix nospace f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix nospace z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix nofilenospace f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix nofilenospace z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix nofile f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix nofile z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix nospace f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix nospace z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix nofilenospace f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix nofilenospace z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog fileext setup" should complete to "setup.json setup.yaml" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dir di" should complete to "dir dir2" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir j" should complete to "jsondir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=" should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog error u" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --custom" should complete to "--customComp --customComp=" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp " should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=" should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: " testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "$HOME/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "~/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dasharg " should complete to "--arg" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
ERROR: No debug logs were printed to /tmp/comptests.bash.debug
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => no descriptions: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => menu-complete no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => insert-completions no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
======================================
Testing with docker bash v2
======================================
====================================================
Running completions tests on Linux with bash 3.2.57(1)-release
====================================================
/work/tests/bash/comp-tests.bash: line 57: /work/testprog/bin/testprog: No such file or directory
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion " should complete to "bash bash2 fish powershell zsh" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog completion bash " completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix nofile f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix nofile z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix nospace f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix nospace z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix nofilenospace f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix nofilenospace z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix nofile f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix nofile z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix nospace f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix nospace z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix nofilenospace f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix nofilenospace z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog fileext setup" should complete to "setup.json setup.yaml" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dir di" should complete to "dir dir2" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir j" should complete to "jsondir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=" should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog error u" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --custom" should complete to "--customComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp " should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=" should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: " testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "$HOME/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "~/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dasharg " should complete to "--arg" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
ERROR: No debug logs were printed to /tmp/comptests.bash.debug
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => no descriptions: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => menu-complete no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => insert-completions no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
/work/tests/bash/comp-tests.bash: line 225: /work/testprog/bin/testprog: No such file or directory
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default " should complete to "bear (an animal) bearpaw (a dessert) dog unicorn (mythical)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default b" should complete to "bear (an animal) bearpaw (a dessert)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default bearp" should complete to "bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile " should complete to "bear (an animal) bearpaw (a dessert) dog unicorn (mythical)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear (an animal) bearpaw (a dessert)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile bearp" should complete to "bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace " should complete to "bear (an animal) bearpaw (a dessert) dog unicorn (mythical)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear (an animal) bearpaw (a dessert)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace bearp" should complete to "bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp " should complete to "firstComp (the first value) secondComp (the second value) forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp f" should complete to "firstComp (the first value) forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp fi" should complete to "firstComp" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => with descriptions: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.5 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => menu-complete with descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
bc: bad expression at '.bash: line 159: complete: testprog: no completion specification'
<= TIMING => insert-completions no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.004 seconds < 0.2 seconds limit
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Sending build context to Docker daemon 5.195MB
Step 1/4 : FROM redhat/ubi8
---> 95ad8395795e
Step 2/4 : RUN yum install -y bash-completion which bc
---> Using cache
---> c59b01e987db
Step 3/4 : WORKDIR /work
---> Using cache
---> fc52010ab88d
Step 4/4 : COPY . .
---> 0b02105d366c
Successfully built 0b02105d366c
Successfully tagged comp-test:bashredhat
======================================
Testing with docker with RedHat
======================================
====================================================
Running completions tests on Linux with bash 4.4.20(1)-release
====================================================
testprog: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by testprog)
testprog: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by testprog)
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion " should complete to "bash bash2 fish powershell zsh" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion bash " expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace f" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace z" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace f" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace z" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog fileext setup" should complete to "setup.json setup.yaml" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dir di" should complete to "dir dir2" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir j" should complete to "jsondir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=" should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog error u" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --custom" should complete to "--customComp --customComp=" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp " should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=" should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: " testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "$HOME/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "~/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dasharg " should complete to "--arg" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
ERROR: No debug logs were printed to /tmp/comptests.bash.debug
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog completion bash > notexist" completes to ""
SUCCESS: No extra file created, as expected
(standard_in) 1: syntax error
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
<= TIMING => no descriptions: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.006 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
(standard_in) 1: syntax error
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
<= TIMING => menu-complete no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.006 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
(standard_in) 1: syntax error
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
<= TIMING => insert-completions no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.006 seconds < 0.2 seconds limit
======================================
Testing with docker bash v2
======================================
====================================================
Running completions tests on Linux with bash 4.4.20(1)-release
====================================================
testprog: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by testprog)
testprog: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by testprog)
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion " should complete to "bash bash2 fish powershell zsh" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog completion bash " expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog prefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace f" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace z" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace " should complete to "bear bearpaw dog unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofilenospace z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default f" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog noprefix default z" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofile z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace f" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nospace z" expected nospace=1 but got nospace=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace f" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog noprefix nofilenospace z" expected nofile=1 but got nofile=0
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog fileext setup" should complete to "setup.json setup.yaml" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dir di" should complete to "dir dir2" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog subdir j" should complete to "jsondir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme " should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=" should complete to "jsondir txtdir yamldir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --theme=t" should complete to "txtdir" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog error u" completes to ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --custom" should complete to "--customComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp " should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=" should complete to "firstComp forthComp secondComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp=f" should complete to "firstComp forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: " testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "$HOME/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "~/testprog prefix default u" should complete to "unicorn" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog dasharg " should complete to "--arg" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog help comp" should complete to "completion" but we got ""
ERROR: No debug logs were printed to /tmp/comptests.bash.debug
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
SUCCESS: "testprog completion bash > notexist" completes to ""
SUCCESS: No extra file created, as expected
(standard_in) 1: syntax error
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
<= TIMING => no descriptions: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.006 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
(standard_in) 1: syntax error
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
<= TIMING => menu-complete no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.007 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
(standard_in) 1: syntax error
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
<= TIMING => insert-completions no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.006 seconds < 0.2 seconds limit
testprog: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by testprog)
testprog: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by testprog)
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default " should complete to "bear (an animal) bearpaw (a dessert) dog unicorn (mythical)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default b" should complete to "bear (an animal) bearpaw (a dessert)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix default bearp" should complete to "bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile " should complete to "bear (an animal) bearpaw (a dessert) dog unicorn (mythical)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear (an animal) bearpaw (a dessert)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile bearp" should complete to "bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace " should complete to "bear (an animal) bearpaw (a dessert) dog unicorn (mythical)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear (an animal) bearpaw (a dessert)" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace bearp" should complete to "bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp " should complete to "firstComp (the first value) secondComp (the second value) forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp f" should complete to "firstComp (the first value) forthComp" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog --customComp fi" should complete to "firstComp" but we got ""
(standard_in) 1: syntax error
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
<= TIMING => with descriptions: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.006 seconds < 0.5 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
(standard_in) 1: syntax error
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
<= TIMING => menu-complete with descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.007 seconds < 0.2 seconds limit
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nospace b" should complete to "bear bearpaw" but we got ""
tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
ERROR: "testprog prefix nofile b" should complete to "bear bearpaw" but we got ""
(standard_in) 1: syntax error
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
(standard_in) 1: illegal character: :
<= TIMING => insert-completions no descs: 1000 completions took tests/bash/comp-test-lib.bash: line 159: complete: testprog: no completion specification
0.007 seconds < 0.2 seconds limit
================================================
Skipping testing on MacOS; need a MacOS machine.
================================================
make: *** [Makefile:17: bash] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment