question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Helix reporting fails due to non-POSIX compliant line in Helix reporter run

See original GitHub issue
  • This issue is blocking
  • This issue is causing unreasonable pain

Helix reporting fails due to this line in run.sh not being POSIX compliant and -T not being a valid option on BSD mv (macOS): https://github.com/dotnet/arcade/blob/9131f071c1b48da0f35466e632a212913f21a3f0/src/Microsoft.DotNet.Helix/Sdk/tools/azure-pipelines/reporter/run.sh#L17

The uploading of testResults.xml succeeds, but the test reporting to AzDO fails. Only the Job node shows up as failed.

Example: Agent: dci-mac-build-134 Job : b5c4d0e-515d-4c1b-8382-9f6c2add90b2 Workitem: DiagnosticTests

+ mv -T /Users/helix-runner/.azdo-env-tmp /Users/helix-runner/.azdo-env
mv: illegal option -- T
usage: mv [-f | -i | -n] [-v] source target
       mv [-f | -i | -n] [-v] source ... directory
+ _OLD_PYTHONPATH=
+ export PYTHONPATH=
+ PYTHONPATH=
+ /Users/helix-runner/.azdo-env/bin/python -c 'import azure.devops'
/tmp/helix/working/B65F09CB/p/reporter/run.sh: line 24: /Users/helix-runner/.azdo-env/bin/python: No such file or directory

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:18 (18 by maintainers)

github_iconTop GitHub Comments

2reactions
hoyosjscommented, Apr 2, 2020

This was fixed in #5090

2reactions
hoyosjscommented, Mar 10, 2020

Looks like the correct fix is to use -h for Darwin systems branching on uname -s.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Panic when Edits the current line in the $EDITOR program
I tried this: export EDITOR='hx' in ~/.zshrc; ctrl-x ctrl-e in my terminal. I expected this to happen: Helix opened, put ...
Read more >
Untitled
Shell helix engine oil price, El tigrillo palma dead, Persbericht nutricia, ... Nike barefoot running shoes amazon, Liberen a willy 1 pelicula online!...
Read more >
3.10 to 4.3 upgrade total mess
I'm attempting to update a large site from 3.10.11 to 4.3, but I'm getting many errors that make no sense to me. I...
Read more >
Untitled
Fun home row typing games, Kidkraft large pastel kitchen, ... small yard, Non drooling large breed dogs, Error writing image number 1, Note...
Read more >
Untitled
100 original pedaz download music, 965x7ab foxconn drivers, Edmodo no profile ... Helix software line 6 m9, Alfama madredeus mp3 zing, 146 bpm...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found