Cirrus-ci-docs: Error while loading tasks: INVALID_ARGUMENT: Failed to parse tasks: INVALID_ARGUMENT: parsing error: script only supports 'ps: ' helper syntax for Powershell!

Created on 3 Nov 2020  路  8Comments  路  Source: cirruslabs/cirrus-ci-docs

Expected Behavior

When I push, I expect the builds to trigger.

Real Behavior

Right now, I am getting the following error even though I didn't make changes to my .cirrus.yml for a week:

Error while loading tasks: INVALID_ARGUMENT: Failed to parse tasks: INVALID_ARGUMENT: parsing error: script only supports 'ps: ' helper syntax for Powershell!

Related Info

bug

Most helpful comment

Great, sorry for the inconveniences. We are migrating from a Kotlin parser to a Go parser and this error slipped though from the new Go parser even though it should've been silently ignored since right now Go parser is in "shadowing" mode to achieve 100% compatibility.

All 8 comments

I have encountered several same errors in the past hour.

I have not made any changes to my .cirrus.yml for a few days. Last successful build was started at 12:23 UTC today.

Sorry for the inconveniences! We are updating the parser and the error slipped though. Rolled back the change. Please try to re-trigger builds.

Re-triggering in the web interface didn't help. Pushing a new commit didn't help either: https://cirrus-ci.com/build/5002538476896256

Does not work yet: https://cirrus-ci.com/build/5834857613885440

Did I try too soon?

Seems didn't propagate. Poked manually and re-triggered @sio's build to make sure now it works.

Thx for the quickfix, seems to work now when retriggering.

Works now! Thank you!

>

Great, sorry for the inconveniences. We are migrating from a Kotlin parser to a Go parser and this error slipped though from the new Go parser even though it should've been silently ignored since right now Go parser is in "shadowing" mode to achieve 100% compatibility.

Was this page helpful?
0 / 5 - 0 ratings