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

Builder curl-unthreaded-solaris11-i386 Build #5005

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfaa4b0692d30986c498d91ad36223cbf02796ad1
Got Revisionfaa4b0692d30986c498d91ad36223cbf02796ad1
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri May 1 12:53:51 2026
EndFri May 1 13:47:06 2026
Elapsed53 mins, 15 secs

All Changes:

:

  1. Change #266051

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 01 May 2026 11:30:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c29278cc83f31a3e5113eb5c68604fc48ce22fcb

    Comments

    asyn-thrdd: fix result processing without wakeup socketpair
    When building curl 8.20.0 with socketpair disabled, there is no
    wakeup socket and the resolve results are not processed.
    
    This fix performs result processing in the absence of a wakeup
    socket before checking the resolve result.
    
    Closes #21476

    Changed files

    • lib/asyn-thrdd.c
  2. Change #266055

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 May 2026 11:34:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ea392e6b36d875056cf9e28f841bdc8cdc2efbb6

    Comments

    RELEASE-NOTES: synced
    Also bump the curlver to tenative 8.20.1

    Changed files

    • RELEASE-NOTES
    • include/curl/curlver.h
  3. Change #266061

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 May 2026 11:53:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3f9baa890e05471d7cc4a434237f819baaa4239d

    Comments

    url: simplify parseurlandfillconn
    Introduce two helper functions:
    
    - hsts_upgrade()
    - setup_hostname()
    
    Closes #21479

    Changed files

    • lib/url.c
  4. Change #266062

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 May 2026 11:54:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision faa4b0692d30986c498d91ad36223cbf02796ad1

    Comments

    tool_formparse.c: fix two minor comment typos
    Pointed out by Copilot
    
    Closes #21480

    Changed files

    • src/tool_formparse.c