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

Builder curl-ares-solaris10-sparc Build #3768

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1e2d19f454b33443a0edd7910a46ad77f4367b4f
Got Revision1e2d19f454b33443a0edd7910a46ad77f4367b4f
Changes5 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 20 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 39 mins, 26 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3768 Build
codebase Build
got_revision 1e2d19f454b33443a0edd7910a46ad77f4367b4f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1e2d19f454b33443a0edd7910a46ad77f4367b4f Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Sep 14 10:10:35 2026
EndTue Sep 15 01:03:13 2026
Elapsed14 hrs, 52 mins, 38 secs

All Changes:

:

  1. Change #281678

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 13 Sep 2026 23:35:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 10c5f8e72238e94e62d6d35a6ebd34ddb5bca1df

    Comments

    test 1605: move from unit to libtest
    It only uses public libcurl functions.
    
    Closes #22928

    Changed files

    • tests/data/test1605
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1605.c
    • tests/unit/Makefile.inc
    • tests/unit/unit1605.c
  2. Change #281680

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 13 Sep 2026 23:36:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d7546809d5bd548b69ec49fca26565c8f6f0d344

    Comments

    mime: do curl_mime_free() non-recursively
    Verify with test 3595: deeply nested curl_mime_free()
    
    Closes #22927

    Changed files

    • lib/mime.c
    • tests/data/Makefile.am
    • tests/data/test3595
    • tests/libtest/Makefile.inc
    • tests/libtest/lib3595.c
  3. Change #281681

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 13 Sep 2026 23:38:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 72dcca5ce9ccd59d22a92b48601be0e6d305a9e9

    Comments

    curl_formadd.md: mention the strlen() for names as well
    Clarify that this goes the same for the name as for the content.
    
    Closes #22926

    Changed files

    • docs/libcurl/curl_formadd.md
  4. Change #281726

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 14 Sep 2026 08:41:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ae66b31d93ee7c28d6a798f81f041a98b85636b

    Comments

    urlapi: reject spaces and control characters in zone id
    Follow-up to 0b04700029149d740f
    
    Extend test lib1560 to verify
    
    Closes #22936

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c
  5. Change #281734

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 14 Sep 2026 10:30:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1e2d19f454b33443a0edd7910a46ad77f4367b4f

    Comments

    test2924: CURLOPT_HTTP_TRANSFER_DECODING, chunked + Content-Length
    Verify correct treatment (ignore content length)
    
    Closes #22940

    Changed files

    • tests/data/Makefile.am
    • tests/data/test2924
    • tests/libtest/Makefile.inc
    • tests/libtest/lib2924.c