Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-ares-solaris11-i386 Build #4276

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0b96f7573f18fd1fbc6317e0ef232d20a40cc874
Got Revision0b96f7573f18fd1fbc6317e0ef232d20a40cc874
Changes1 change

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 8 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4276 Build
codebase Build
got_revision 0b96f7573f18fd1fbc6317e0ef232d20a40cc874 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0b96f7573f18fd1fbc6317e0ef232d20a40cc874 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Dec 10 15:18:11 2025
EndWed Dec 10 15:20:30 2025
Elapsed2 mins, 18 secs

All Changes:

:

  1. Change #251751

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 10 Dec 2025 15:11:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0b96f7573f18fd1fbc6317e0ef232d20a40cc874

    Comments

    GHA/checkurls: add dry run on push
    To verify if the basics work.
    
    Downside is that the scheduled (live) runs are intermixed with the dry
    runs and less obvious to find in the default list:
    https://github.com/curl/curl/actions/workflows/checkurls.yml
    
    This URL filters for scheduled runs only:
    https://github.com/curl/curl/actions/workflows/checkurls.yml?query=event%3Aschedule
    
    Seems fine, because we're only interested in red runs.
    
    Closes #19917

    Changed files

    • .github/workflows/checkurls.yml