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

Builder curl-threaded-solaris11-i386 Build #3790

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision4654493fedfccbae18bd9c30903456e348ab937c
Got Revision4654493fedfccbae18bd9c30903456e348ab937c
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 3 mins, 35 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3790 Build
codebase Build
got_revision 4654493fedfccbae18bd9c30903456e348ab937c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4654493fedfccbae18bd9c30903456e348ab937c Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu Jul 31 23:48:32 2025
EndFri Aug 1 03:25:00 2025
Elapsed3 hrs, 36 mins, 28 secs

All Changes:

:

  1. Change #241488

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 31 Jul 2025 20:43:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 902262b16605bb8d92ee2002d498d81c2776fe5e

    Comments

    windows: document toolchain support for `CERT_NAME_SEARCH_ALL_NAMES_FLAG`
    Follow-up to 5f99b45693e9d649397b7b7781f498d9c175bfa2 #18113
    Follow-up to 3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23 #18085

    Changed files

    • lib/vtls/schannel_verify.c
  2. Change #241515

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 31 Jul 2025 23:29:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e688fe18a9fb4ae54ed6c0feca5786e98e283818

    Comments

    spacecheck.pl: when detecting unicode, mention line number
    Closes #18120

    Changed files

    • .github/scripts/spacecheck.pl
  3. Change #241518

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 31 Jul 2025 23:30:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4654493fedfccbae18bd9c30903456e348ab937c

    Comments

    curl: add --parallel-max-host to limit concurrent connections per host
    Where 'host' is protocol + hostname + portnumber.
    
    Closes #18052

    Changed files

    • docs/cmdline-opts/Makefile.inc
    • docs/cmdline-opts/parallel-max-host.md
    • docs/cmdline-opts/parallel-max.md
    • docs/options-in-versions
    • src/tool_cfgable.h
    • src/tool_getparam.c
    • src/tool_getparam.h
    • src/tool_listhelp.c
    • src/tool_main.h
    • src/tool_operate.c