It looks like your GH build was cancelled hitting the 6 hour job limit!
How long did the build take in your VB VM?
If you look at the bottom of the Summary log page, you can download the build
Artifacts, as well as the log archive from within the build log window.
But it looks like your enemy here is time, so you need to look at all the log
timestamps, and do anything you can to increase caching and parallelism, maybe:
MAKEOPTS+="-j " # "unlimited" jobs
I have also had to force that in src_test to speed up massive numbers of tests:
MAKEFLAGS+="-j " cygtest # "unlimited" jobs
--
Take care. Thanks, Brian Inglis Calgary, Alberta, Canada
La perfection est atteinte Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add
mais lorsqu'il n'y a plus rien à retrancher but when there is no more to cut
-- Antoine de Saint-Exupéry
On 2025-03-26 05:25, Camm Maguire wrote:
Greetings, and thanks again so much!
Alas the autobuild failed. I tested with a virtualbox running Windows
10 and what I believe is up to date stable cygwin and it succeeded. Two
questions:
1) How can I ensure my test environment is as close as possible to the
one on the autobuilder? (In Debian there are unstable chroots....)
2) Can one ssh into the failing job for up to 6 hours to investigate?
If so how does ssh need to be setup in the cygport file? (A GCL
contributor pointed out this possibility on macports, which I think uses
the same machinery.)
Take care,
Brian Inglis via Cygwin-apps <cygwin-apps@cygwin.com> writes:
.git/config:
url = ssh://cygwin{at}cygwin{dot}com/git/cygwin-packages/playground.git
On 2025-03-25 15:10, Camm Maguire via Cygwin-apps wrote:
Greetings -- just checking, the url I should use is:
c...@cygwin.com:/git/cygwin-packages/playground.git
Still getting permission denied.