We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This seems to fail on the Github Actions macOS 15 runner. It looks like an url argument to curl is not correctly produced.
jobs: build_job: runs-on: macos-15 steps: - uses: melusina-org/setup-macports@v1
Relevant log is
2024-10-17T19:23:45.6051180Z ##[group]Run melusina-org/setup-macports@v1 2024-10-17T19:23:45.6051460Z with: 2024-10-17T19:23:45.6051630Z parameters: :no-value 2024-10-17T19:23:45.6051820Z ##[endgroup] 2024-10-17T19:23:45.6256160Z ##[group]Run /Users/runner/work/_actions/melusina-org/setup-macports/v1/identify_self "/Users/runner/work/_actions/melusina-org/setup-macports/v1" 2024-10-17T19:23:45.6257180Z �[36;1m/Users/runner/work/_actions/melusina-org/setup-macports/v1/identify_self "/Users/runner/work/_actions/melusina-org/setup-macports/v1"�[0m 2024-10-17T19:23:45.6313350Z shell: /bin/sh -e {0} 2024-10-17T19:23:45.6313570Z ##[endgroup] 2024-10-17T19:23:45.7017700Z ##[group]Identify Source 2024-10-17T19:23:45.7103560Z Git HEAD: 97332690a6c70bb683d29b10f29bc9c7f14f884b 2024-10-17T19:23:45.7104650Z ##[endgroup] 2024-10-17T19:23:45.7110440Z ##[group]Identify Software 2024-10-17T19:23:45.7954560Z yq: v4.44.3 2024-10-17T19:23:45.7954940Z jq: 1.7.1 2024-10-17T19:23:45.7955190Z openssl: OpenSSL 1.1.1w 11 Sep 2023 2024-10-17T19:23:45.7956010Z ##[endgroup] 2024-10-17T19:23:45.7985130Z ##[group]Run /Users/runner/work/_actions/melusina-org/setup-macports/v1/validate_configuration ":no-value" 2024-10-17T19:23:45.7985860Z �[36;1m/Users/runner/work/_actions/melusina-org/setup-macports/v1/validate_configuration ":no-value"�[0m 2024-10-17T19:23:45.8017670Z shell: /bin/sh -e {0} 2024-10-17T19:23:45.8017870Z ##[endgroup] 2024-10-17T19:23:45.8593230Z ##[group]Run /Users/runner/work/_actions/melusina-org/setup-macports/v1/configure_macports ":no-value" 2024-10-17T19:23:45.8594010Z �[36;1m/Users/runner/work/_actions/melusina-org/setup-macports/v1/configure_macports ":no-value"�[0m 2024-10-17T19:23:45.8637540Z shell: /bin/sh -e {0} 2024-10-17T19:23:45.8637790Z env: 2024-10-17T19:23:45.8638070Z TOPLEVELDIR: /Users/runner/work/_actions/melusina-org/setup-macports/v1 2024-10-17T19:23:45.8638440Z ##[endgroup] 2024-10-17T19:23:46.3539850Z ##[group]Configuration Summary 2024-10-17T19:23:46.6258160Z Package: 2024-10-17T19:23:46.6258790Z Prefix: /opt/local 2024-10-17T19:23:46.6259110Z Version: 2.9.3 2024-10-17T19:23:46.6259690Z Variants: # MacPorts system-wide global variants configuration file. 2024-10-17T19:23:46.6260360Z Ports: 2024-10-17T19:23:46.6260820Z Sources: rsync://rsync.macports.org/macports/release/tarballs/ports.tar [default] 2024-10-17T19:23:46.6263620Z Path: /opt/local/bin:/opt/local/sbin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2024-10-17T19:23:46.6266230Z Parameter File: :no-value 2024-10-17T19:23:46.6266890Z ##[endgroup] 2024-10-17T19:23:46.8801000Z ##[group]Run actions/cache@v4 2024-10-17T19:23:46.8801250Z with: 2024-10-17T19:23:46.8801430Z path: /opt/local 2024-10-17T19:23:46.8801800Z key: install-macports-:not-found-31d34fdeaa2fca230cde573b6cc3120e3edd5026n 2024-10-17T19:23:46.8802250Z enableCrossOsArchive: false 2024-10-17T19:23:46.8802510Z fail-on-cache-miss: false 2024-10-17T19:23:46.8802750Z lookup-only: false 2024-10-17T19:23:46.8802960Z save-always: false 2024-10-17T19:23:46.8803170Z ##[endgroup] 2024-10-17T19:23:47.0948410Z Cache not found for input keys: install-macports-:not-found-31d34fdeaa2fca230cde573b6cc3120e3edd5026n 2024-10-17T19:23:47.1001100Z ##[group]Run /Users/runner/work/_actions/melusina-org/setup-macports/v1/install_macports 2024-10-17T19:23:47.1001770Z �[36;1m/Users/runner/work/_actions/melusina-org/setup-macports/v1/install_macports�[0m 2024-10-17T19:23:47.1032230Z shell: /bin/sh -e {0} 2024-10-17T19:23:47.1032430Z env: 2024-10-17T19:23:47.1032990Z TOPLEVELDIR: /Users/runner/work/_actions/melusina-org/setup-macports/v1 2024-10-17T19:23:47.1033360Z macports_prefix: /opt/local 2024-10-17T19:23:47.1033580Z macports_version: 2.9.3 2024-10-17T19:23:47.1033790Z ##[endgroup] 2024-10-17T19:23:47.1492650Z ##[group]Configuration Summary 2024-10-17T19:23:47.4224470Z Package: 2024-10-17T19:23:47.4224810Z Prefix: /opt/local 2024-10-17T19:23:47.4225110Z Version: 2.9.3 2024-10-17T19:23:47.4226000Z Variants: # MacPorts system-wide global variants configuration file. 2024-10-17T19:23:47.4226420Z Ports: 2024-10-17T19:23:47.4226840Z Sources: rsync://rsync.macports.org/macports/release/tarballs/ports.tar [default] 2024-10-17T19:23:47.4229710Z Path: /opt/local/sbin:/opt/local/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2024-10-17T19:23:47.4232480Z Parameter File: .github/parameters/gha-install-macports.yaml 2024-10-17T19:23:47.4233220Z ##[endgroup] 2024-10-17T19:23:47.7245190Z curl: option : blank argument where content is expected 2024-10-17T19:23:47.7246420Z curl: try 'curl --help' or 'curl --manual' for more information 2024-10-17T19:23:47.7247460Z Error: Cannot download package '' 2024-10-17T19:23:47.7259620Z ##[error]Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This seems to fail on the Github Actions macOS 15 runner.
It looks like an url argument to curl is not correctly produced.
Relevant log is
The text was updated successfully, but these errors were encountered: