Home
last modified time | relevance | path

Searched refs:pipeErr (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/Azure/azure-pipeline-go/pipeline/
H A Derror_test.go11 pipeErr := NewError(rootErr, "pipeline wrapper error")
12 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
24 pipeErr := NewError(rootErr, "pipeline wrapper error")
25 if !errors.Is(pipeErr, rootErr) {
31 pipeErr := NewError(nil, "pipeline error without cause")
32 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
37 if causeErr != pipeErr {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/Azure/azure-pipeline-go/azure-pipeline-go-0.2.3/pipeline/
H A Derror_test.go11 pipeErr := NewError(rootErr, "pipeline wrapper error")
12 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
24 pipeErr := NewError(rootErr, "pipeline wrapper error")
25 if !errors.Is(pipeErr, rootErr) {
31 pipeErr := NewError(nil, "pipeline error without cause")
32 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
37 if causeErr != pipeErr {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/Azure/azure-pipeline-go/pipeline/
H A Derror_test.go11 pipeErr := NewError(rootErr, "pipeline wrapper error")
12 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
24 pipeErr := NewError(rootErr, "pipeline wrapper error")
25 if !errors.Is(pipeErr, rootErr) {
31 pipeErr := NewError(nil, "pipeline error without cause")
32 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
37 if causeErr != pipeErr {
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-pipeline-go/pipeline/
H A Derror_test.go11 pipeErr := NewError(rootErr, "pipeline wrapper error")
12 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
24 pipeErr := NewError(rootErr, "pipeline wrapper error")
25 if !errors.Is(pipeErr, rootErr) {
31 pipeErr := NewError(nil, "pipeline error without cause")
32 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
37 if causeErr != pipeErr {
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/Azure/azure-pipeline-go/pipeline/
H A Derror_test.go11 pipeErr := NewError(rootErr, "pipeline wrapper error")
12 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
24 pipeErr := NewError(rootErr, "pipeline wrapper error")
25 if !errors.Is(pipeErr, rootErr) {
31 pipeErr := NewError(nil, "pipeline error without cause")
32 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
37 if causeErr != pipeErr {
/dports/www/tusd/tusd-1.8.0/vendor/github.com/Azure/azure-pipeline-go/pipeline/
H A Derror_test.go11 pipeErr := NewError(rootErr, "pipeline wrapper error")
12 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
24 pipeErr := NewError(rootErr, "pipeline wrapper error")
25 if !errors.Is(pipeErr, rootErr) {
31 pipeErr := NewError(nil, "pipeline error without cause")
32 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
37 if causeErr != pipeErr {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/Azure/azure-pipeline-go/pipeline/
H A Derror_test.go11 pipeErr := NewError(rootErr, "pipeline wrapper error")
12 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
23 pipeErr := NewError(nil, "pipeline error without cause")
24 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
29 if causeErr != pipeErr {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/Azure/azure-pipeline-go/pipeline/
H A Derror_test.go11 pipeErr := NewError(rootErr, "pipeline wrapper error")
12 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
23 pipeErr := NewError(nil, "pipeline error without cause")
24 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
29 if causeErr != pipeErr {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/Azure/azure-pipeline-go/pipeline/
H A Derror_test.go11 pipeErr := NewError(rootErr, "pipeline wrapper error")
12 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
23 pipeErr := NewError(nil, "pipeline error without cause")
24 wrapErr := errors.Wrap(pipeErr, "wrap with stack trace")
29 if causeErr != pipeErr {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/deutil/
H A DdeProcess.c221 int pipeErr[2] = { -1, -1 }; in deProcess_start() local
241 closePipe(pipeErr); in deProcess_start()
255 closePipe(pipeErr); in deProcess_start()
268 close(pipeErr[0]); in deProcess_start()
288 if (pipeErr[1] != STDERR_FILENO && in deProcess_start()
289 dup2(pipeErr[1], STDERR_FILENO) != STDERR_FILENO) in deProcess_start()
291 close(pipeErr[1]); in deProcess_start()
331 closePipe(pipeErr); in deProcess_start()
352 close(pipeErr[1]); in deProcess_start()
356 process->standardErr = deFile_createFromHandle((deUintptr)pipeErr[0]); in deProcess_start()
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemProcess.cpp964 int pipeIn[2],pipeOut[2],pipeErr[2],pipeTmp[2]; in TryStart() local
1023 pipeErr[0]=-1; in TryStart()
1024 pipeErr[1]=-1; in TryStart()
1039 if (pipe(pipeErr)) goto L_PipeErr; in TryStart()
1040 if ((f=fcntl(pipeErr[0],F_GETFL))<0) goto L_GetFlErr; in TryStart()
1089 if (pipeErr[1]!=-1) { in TryStart()
1090 if (dup2(pipeErr[1],STDERR_FILENO)!=STDERR_FILENO) { in TryStart()
1184 if (pipeErr[1]!=-1) close(pipeErr[1]); in TryStart()
1189 managed->FdErr=pipeErr[0]; in TryStart()
1249 if (pipeErr[0]!=-1) close(pipeErr[0]); in TryStart()
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Lua/Module/
H A DPandoc.hs106 push pipeErr = do
108 LuaUtil.addField "command" (pipeErrorCommand pipeErr)
109 LuaUtil.addField "error_code" (pipeErrorCode pipeErr)
110 LuaUtil.addField "output" (pipeErrorOutput pipeErr)
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Lua/Module/
H A DPandoc.hs112 push pipeErr = do
114 LuaUtil.addField "command" (pipeErrorCommand pipeErr)
115 LuaUtil.addField "error_code" (pipeErrorCode pipeErr)
116 LuaUtil.addField "output" (pipeErrorOutput pipeErr)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/integration-cli/
H A Dutils_test.go103 if pipeErr := cmd.Wait(); pipeErr != nil {
104 …peErrMsgs = append(pipeErrMsgs, fmt.Sprintf("command %s failed with error: %v", cmd.Path, pipeErr))
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/integration-cli/
H A Dutils_test.go103 if pipeErr := cmd.Wait(); pipeErr != nil {
104 …peErrMsgs = append(pipeErrMsgs, fmt.Sprintf("command %s failed with error: %v", cmd.Path, pipeErr))
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/integration-cli/
H A Dutils_test.go103 if pipeErr := cmd.Wait(); pipeErr != nil {
104 …peErrMsgs = append(pipeErrMsgs, fmt.Sprintf("command %s failed with error: %v", cmd.Path, pipeErr))
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/integration-cli/
H A Dutils_test.go103 if pipeErr := cmd.Wait(); pipeErr != nil {
104 …peErrMsgs = append(pipeErrMsgs, fmt.Sprintf("command %s failed with error: %v", cmd.Path, pipeErr))
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/integration-cli/
H A Dutils_test.go103 if pipeErr := cmd.Wait(); pipeErr != nil {
104 …peErrMsgs = append(pipeErrMsgs, fmt.Sprintf("command %s failed with error: %v", cmd.Path, pipeErr))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/integration-cli/
H A Dutils_test.go103 if pipeErr := cmd.Wait(); pipeErr != nil {
104 …peErrMsgs = append(pipeErrMsgs, fmt.Sprintf("command %s failed with error: %v", cmd.Path, pipeErr))
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/integration-cli/
H A Dutils_test.go103 if pipeErr := cmd.Wait(); pipeErr != nil {
104 …peErrMsgs = append(pipeErrMsgs, fmt.Sprintf("command %s failed with error: %v", cmd.Path, pipeErr))
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/integration-cli/
H A Dutils_test.go103 if pipeErr := cmd.Wait(); pipeErr != nil {
104 …peErrMsgs = append(pipeErrMsgs, fmt.Sprintf("command %s failed with error: %v", cmd.Path, pipeErr))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/integration-cli/
H A Dutils_test.go103 if pipeErr := cmd.Wait(); pipeErr != nil {
104 …peErrMsgs = append(pipeErrMsgs, fmt.Sprintf("command %s failed with error: %v", cmd.Path, pipeErr))
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/integration-cli/
H A Dutils_test.go103 if pipeErr := cmd.Wait(); pipeErr != nil {
104 …peErrMsgs = append(pipeErrMsgs, fmt.Sprintf("command %s failed with error: %v", cmd.Path, pipeErr))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/integration-cli/
H A Dutils_test.go103 if pipeErr := cmd.Wait(); pipeErr != nil {
104 …peErrMsgs = append(pipeErrMsgs, fmt.Sprintf("command %s failed with error: %v", cmd.Path, pipeErr))
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/pkg/integration/
H A Dutils.go76 if pipeErr := cmd.Wait(); pipeErr != nil {
77 …peErrMsgs = append(pipeErrMsgs, fmt.Sprintf("command %s failed with error: %v", cmd.Path, pipeErr))

1234567