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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/str-passblanks
Revision8572070c4a5332a89dd49ee6838dd0dedc75d652
Got Revision8572070c4a5332a89dd49ee6838dd0dedc75d652
Changes15 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 20 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 mins, 15 secs )
    1. stdio
    2. resultlog

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 3550 Build
codebase Build
got_revision 8572070c4a5332a89dd49ee6838dd0dedc75d652 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 8572070c4a5332a89dd49ee6838dd0dedc75d652 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:

StartSun Mar 2 01:55:43 2025
EndSun Mar 2 03:04:19 2025
Elapsed1 hrs, 8 mins, 36 secs

All Changes:

:

  1. Change #223491

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:17:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision 25954ea0583371235d08cdf8adef003f37f8b316

    Comments

    lib: replace while(ISBLANK()) loops with Curl_str_passblanks()
    
    Closes #16520

    Changed files

    • lib/altsvc.c
    • lib/cookie.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_proxy.c
    • lib/netrc.c
    • lib/noproxy.c
    • lib/rtsp.c
    • lib/strparse.c
    • lib/strparse.h
    • lib/strtoofft.c
  2. Change #223492

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:17:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision 312bb1c38464c715b074576da61e0bd3c25f9b2f

    Comments

    fixup another passblanks in http_ntlm.c

    Changed files

    • lib/http_ntlm.c
  3. Change #223493

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:17:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision 1eed44fc788f1382c0d1f8752f40e21a6d317aee

    Comments

    fixup two ISSPACE to ISBLANK in http.c

    Changed files

    • lib/http.c
  4. Change #223494

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:17:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision aa3041b544b33c647bcdd1d2aa3250867617e221

    Comments

    fixup change two more ISSPACE to ISBLANK

    Changed files

    • lib/headers.c
    • lib/http_aws_sigv4.c
  5. Change #223495

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:17:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision 95cc9e6b80d406ef25721dfad9971824596dbf77

    Comments

    content_encoding: replace ISSPACE with ISBLANK

    Changed files

    • lib/content_encoding.c
  6. Change #223496

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:17:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision 5cd4bcd58344c7740b65ca09c4e38346a7906757

    Comments

    curl_fnmatch: replace ISSPACE with ISBLANK

    Changed files

    • lib/curl_fnmatch.c
  7. Change #223498

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:17:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision fb0cb3e1ce125e2c9b7f2cba76506bafff4adc9a

    Comments

    netrc: replace a while(!ISSPACE()) loop with Curl_str_word()

    Changed files

    • lib/netrc.c
  8. Change #223499

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:17:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision 681e7d3dd71bca9a23c1f8bfcb30a2b5c50ee728

    Comments

    rtsp: change an !ISSPACE to !ISBLANK, as that's probably the intended

    Changed files

    • lib/rtsp.c
  9. Change #223500

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:17:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision d155ec844d4f7a96fb58cbcf02c43d3a66914982

    Comments

    urlapi: rewrite the macro to avoid ISSPACE

    Changed files

    • lib/urlapi.c
  10. Change #223501

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:17:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision d5f8e8c671d89d46048171ba0e33928e177d2394

    Comments

    curl_ctype.h: somewhat revolutionary but make ISSPACE and ISBLANK the same

    Changed files

    • lib/curl_ctype.h
  11. Change #223502

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:17:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision 3401cad06d885da18f001d57451cf813bae6a79a

    Comments

    Revert "netrc: replace a while(!ISSPACE()) loop with Curl_str_word()"
    
    This reverts commit 7ddcfafc73eb172552b9cf7993bc2124b0abe0cf.

    Changed files

    • lib/netrc.c
  12. Change #223503

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:17:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision 6fa0bb20c1ad1d13cf9c40815bd8e179eba51839

    Comments

    netrc: do the loop on confirmed good instead of negative bad

    Changed files

    • lib/netrc.c
  13. Change #223504

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:17:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision a1c1e3230fdbeaf42be36cbe08e7d27efe7f3c96

    Comments

    Revert "curl_ctype.h: somewhat revolutionary but make ISSPACE and ISBLANK the same"
    
    This reverts commit f22e6e9e95815663ee847b212b481b57b97ed460.

    Changed files

    • lib/curl_ctype.h
  14. Change #223505

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:21:04
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision d11bc76866a00bdc767dd88462e5289a2c257895

    Comments

    fixup content_encoding.c

    Changed files

    • lib/content_encoding.c
  15. Change #223506

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 02 Mar 2025 00:27:39
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/str-passblanks
    Revision 8572070c4a5332a89dd49ee6838dd0dedc75d652

    Comments

    fixup an rtsp ISSPACE fix better

    Changed files

    • lib/rtsp.c