Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS CI failing on install #198

Closed
ehuss opened this issue Aug 1, 2021 · 5 comments
Closed

macOS CI failing on install #198

ehuss opened this issue Aug 1, 2021 · 5 comments

Comments

@ehuss
Copy link
Contributor

ehuss commented Aug 1, 2021

Starting about 2021-07-27, the macOS CI jobs for my project on GitHub Actions have mysteriously stopped working. My CI job is configured to run the following:

sh github.sh bootstrap
sh github.sh install_package_control
sh github.sh run_syntax_tests
sh github.sh run_syntax_compatibility
sh github.sh run_tests

I'm not certain, but I think it is failing on the install_package_control step. The output is:

2021-07-28T06:33:10.9169900Z Running command: bootstrap 
2021-07-28T06:33:10.9451610Z copy the package to sublime package directory
2021-07-28T06:33:13.1488370Z cloning https://github.com/SublimeText/UnitTesting tag: 1.5.4 into /Users/runner/Library/Application Support/Sublime Text/Packages/UnitTesting...
2021-07-28T06:33:14.5919030Z b8e42fb65c3e752e328b6673b8caf2e53f201d4d
2021-07-28T06:33:14.8521580Z cloning https://github.com/codexns/sublime-coverage tag: 1.0.0 into /Users/runner/Library/Application Support/Sublime Text/Packages/coverage...
2021-07-28T06:33:18.2491020Z bdda8348acf163fbb2c7e276d7d5415c2d0fa4bb
2021-07-28T06:33:18.3078360Z installing sublime text 4
2021-07-28T06:33:18.4746350Z downloading https://download.sublimetext.com/sublime_text_build_4113_mac.zip
2021-07-28T06:33:18.4922850Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2021-07-28T06:33:18.4961860Z                                  Dload  Upload   Total   Spent    Left  Speed
2021-07-28T06:33:18.4962610Z 
2021-07-28T06:33:18.7687710Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2021-07-28T06:33:19.7551140Z   1 41.5M    1  719k    0     0  2557k      0  0:00:16 --:--:--  0:00:16 2599k
2021-07-28T06:33:19.8002470Z  94 41.5M   94 39.3M    0     0  31.0M      0  0:00:01  0:00:01 --:--:-- 31.1M
2021-07-28T06:33:19.8004240Z 100 41.5M  100 41.5M    0     0  31.6M      0  0:00:01  0:00:01 --:--:-- 31.7M
2021-07-28T06:33:19.8768260Z Archive:  /Users/runner/Downloads/sublimetext.zip
.... a bunch of inflating
2021-07-28T06:33:23.9502390Z creating sublime package directory
2021-07-28T06:33:30.0620410Z Running command: install_package_control 
2021-07-28T06:33:30.1401780Z ##[error]Process completed with exit code 3.
2021-07-28T06:33:30.1515390Z Cleaning up orphan processes

The last message is Running command: install_package_control before exiting with code 3.

Here is an example: https://github.com/rust-lang/rust-enhanced/runs/3179051741?check_suite_focus=true
Here is my CI config: https://github.com/rust-lang/rust-enhanced/blob/master/.github/workflows/ci.yml

Any ideas on what might be wrong or how to debug this?

@randy3k
Copy link
Member

randy3k commented Aug 2, 2021

TBH, no idea what is happening.

@rwols
Copy link
Contributor

rwols commented Aug 5, 2021

@randy3k
Copy link
Member

randy3k commented Aug 6, 2021

For some reasons, the curl command on macOS triggers this error when doing

curl -L "https://packagecontrol.io/Package Control.sublime-package" -o "~/Downloads/Package Control.sublime-package"
curl: (3) URL using bad/illegal format or missing URL

@randy3k
Copy link
Member

randy3k commented Aug 6, 2021

The new version of curl doesn't like spaces anymore. The fix is to change the url to https://packagecontrol.io/Package%20Control.sublime-package.

@randy3k
Copy link
Member

randy3k commented Aug 6, 2021

1.5.5 is on the way.

@randy3k randy3k closed this as completed Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants