On 2/4/2026 20:46, Bjarne D Mathiesen wrote:
Can you provide a link to the failed Actions run(s)?
This is the 'live' one
https://github.com/macports/macports-ports/pull/31982
$=> grep -i 'error:' php-libxml2_macOS14.log
2026-04-02T07:29:06.2234160Z curl: (56) The requested URL returned
error: 403
$=> grep -i 'error:' php-libxml2_macOS15.log
2026-04-02T07:35:37.7834030Z curl: (56) The requested URL returned
error: 403
$=> grep -i 'error:' php-libxml2_macOS26.log
2026-04-02T07:29:02.1492640Z curl: (56) The requested URL returned
error: 403
The failure here is because php74-odbc (at least) failed to build. The
build couldn't even be attempted if the PortIndex was missing. The
"Updating PortIndex" section of the bootstrap step shows the expected
ports being indexed, not a full reindex of everything.
Look at the logs for some successful CI runs and you will most likely
see the same error.
I know, there're other stuff wrong w/ it, but I also saw the error in
https://github.com/macports/macports-ports/pull/31955 , w/ different
checks failing from checks-to-checks
This one failed to build php85-sqlsrv as a dependency.
Are you sure the
403 error isn't from the check for whether the private packages server
can be accessed?
Don't know what that is.
Another thing that the bootstrap script does. Not relevant except that
you are seeing its result and attributing the failures to it.
- Josh