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

Builder curl-unthreaded-solaris10-i386 Build #16577

Build In Progress:

Runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri May 1 17:16:50 2026
Elapsed3 hrs, 19 mins, 22 secs

All Changes:

:

  1. Change #266044

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 May 2026 10:26:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ecc8bf6be281dfa5aeedbb7a655472bfbafd0a3d

    Comments

    tool_formparse: simplify get_param_part
    Introduce a few sub functions to reduce complexity
    
    Closes #21478

    Changed files

    • src/tool_formparse.c
  2. Change #266045

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 May 2026 10:27:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d0717acaf0fcf102bf8e59a1e0c6dce3a00feeb0

    Comments

    user-agent.md: mention double quotes too
    Reported-by: Jeremy Nicoll
    Bug: https://curl.se/mail/archive-2026-04/0029.html
    Closes #21477

    Changed files

    • docs/cmdline-opts/user-agent.md
  3. 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
  4. 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
  5. 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
  6. 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