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

Builder curl-unthreaded-solaris11-sparc Build #3936

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 31 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 3936 Build
codebase Build
got_revision 4efeeaa22d5cf5d42b615e48745ff9c3b1a676a4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4efeeaa22d5cf5d42b615e48745ff9c3b1a676a4 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue May 13 14:24:56 2025
EndTue May 13 15:59:20 2025
Elapsed1 hrs, 34 mins, 24 secs

All Changes:

:

  1. Change #229680

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 May 2025 14:15:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a8b947e7f4d6e26bdcc0d2226237b206a437109b

    Comments

    headers: set an error message on illegal response headers
    Makes it report "Invalid response header" instead of the slightly odd "A
    libcurl function was given a bad argument".
    
    Add test 749 and 750 for more CONNECT response testing.
    
    Reported-by: Int64x86 on github
    Fixes #17330
    Closes #17336

    Changed files

    • lib/headers.c
    • tests/data/Makefile.am
    • tests/data/test749
    • tests/data/test750
  2. Change #229681

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 May 2025 14:18:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0cce66b3b3a2f5c2523a758498412a02b67a1224

    Comments

    setopt: provide info for CURLE_BAD_FUNCTION_ARGUMENT
    If CURLE_BAD_FUNCTION_ARGUMENT is returned and failf() has not provided
    any details, this adds a generic error string that includes the option
    number.
    
    This helps debugging for example the curl tool which does a lot of
    setopt calls and in reading post fact logs it is not always easy to tell
    exactly which call that failed.
    
    Closes #17337

    Changed files

    • lib/setopt.c
  3. Change #229682

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 May 2025 14:19:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4efeeaa22d5cf5d42b615e48745ff9c3b1a676a4

    Comments

    tests/server/Makefile.inc: cleanup
    - drop curl_ctype.h as it is not used by test servers
    - list all curlx files in the CURLX_* lists
    - sort the lists alphabetically
    
    Closes #17339

    Changed files

    • tests/server/Makefile.inc