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

Builder curl-pr-unthreaded-solaris10-i386 Build #3557

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/str-passblanks
Revision11de23ccdc3054c42fa28d5f62a54d1bd44eaa32
Changes1 change

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git updating ( 2 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -

Build Properties:

NameValueSource
branch bagder/str-passblanks Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3557 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 11de23ccdc3054c42fa28d5f62a54d1bd44eaa32 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Mar 3 15:15:37 2025
EndMon Mar 3 18:53:20 2025
Elapsed3 hrs, 37 mins, 42 secs

All Changes:

:

  1. Change #223596

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 03 Mar 2025 09:05:37
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision 11de23ccdc3054c42fa28d5f62a54d1bd44eaa32

    Comments

    lib: replace while(ISBLANK()) loops with Curl_str_passblanks()
    
    - replace several ISSPACE() with ISBLANK(), since the former also skips
      CR and LF which in most cases should not occur where this macro is
      used
    
    - after this commit, there is no ISSPACE() user left in libcurl code, but
      unfortunately tool and test code use the macro so it cannot be removed.
    
    Closes #16520

    Changed files

    • lib/altsvc.c
    • lib/content_encoding.c
    • lib/cookie.c
    • lib/curl_fnmatch.c
    • lib/ftplistparser.c
    • lib/headers.c
    • lib/hsts.c
    • lib/http.c
    • lib/http_aws_sigv4.c
    • lib/http_digest.c
    • lib/http_negotiate.c
    • lib/http_ntlm.c
    • lib/http_proxy.c
    • lib/netrc.c
    • lib/noproxy.c
    • lib/rtsp.c
    • lib/strparse.c
    • lib/strparse.h
    • lib/strtoofft.c
    • lib/urlapi.c