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

Builder curl-threaded-solaris11-i386 Build #4754

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 15 mins, 56 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 17 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 4754 Build
codebase Build
got_revision 53a3b2114a9b0652bb464437d38f5c8abffc708d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 53a3b2114a9b0652bb464437d38f5c8abffc708d 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

Timing:

StartWed Mar 11 10:51:38 2026
EndWed Mar 11 14:13:27 2026
Elapsed3 hrs, 21 mins, 48 secs

All Changes:

:

  1. Change #260655

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 08:45:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e52a57107745a4142402a7571c366315aaa9d60

    Comments

    badwords: combine the whitelisting into a single regex
    Also: make the whitelist matches case insensitve
    
    Takes the script execution time down from 3.6 seconds to 1.1 on my
    machine.
    
    Closes #20880

    Changed files

    • scripts/badwords
  2. Change #260656

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 08:46:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1a4d3920461243305eb94c9ebb7f84ddeefbf860

    Comments

    docs: minor wording tweaks
    found when improving the badwords whitelisting logic

    Changed files

    • docs/cmdline-opts/connect-to.md
    • docs/tests/FILEFORMAT.md
  3. Change #260657

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 08:49:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a221e2fbff8114c29ce686c976f3510f5fb278f3

    Comments

    RELEASE-NOTES: synced
    Bumped curlver as well

    Changed files

    • RELEASE-NOTES
    • include/curl/curlver.h
  4. Change #260673

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 09:44:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 53a3b2114a9b0652bb464437d38f5c8abffc708d

    Comments

    libssh2: fix error handling on quote errors
    Previously it lacked the actual return. libssh.c uses the same function
    name.
    
    Verified by test 2007.
    
    Reported-by: m777m0 on hackerone
    
    Follow-up to 578706addec3d41cb5db64160d23795a95ca11d9
    
    Closes #20883

    Changed files

    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • tests/data/Makefile.am
    • tests/data/test2007