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

Builder curl-unthreaded-solaris10-sparc Build #14133

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 52 mins, 52 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Sep 14 03:03:05 2026
EndMon Sep 14 17:04:33 2026
Elapsed14 hrs, 1 mins, 28 secs

All Changes:

:

  1. Change #281661

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 13 Sep 2026 15:56:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0b04700029149d740f50b7925dd162aa270e3908

    Comments

    urlapi: run the urlparser perf test faster
    - Batch contiguous unencoded characters into single curlx_dyn_addn()
      calls instead of invoking dynbuf append byte-by-byte
    - Inline lowercasing in absolute url parsing
    - Make junkscan pass over data only once instead of twice
    - Use lookup-table to validate hostname in hostname_check()
    - Improve needs_dedotdot with leading memchr calls for dots and percent
    - Replace a strcspn() call with a while loop
    - Replace several strchr with memchr
    - Detect IPv6 earlier and skip some logic
    - Skip the full URL junkscan:
      - allows for better return codes for where the problem lies
      - allows for proper support for the URLENCODE flag
      - runs a little faster
    
    This completes the perf test roughly 17% faster on my machine in debug
    mode.
    
    Closes #22924

    Changed files

    • lib/urlapi.c
    • lib/vdns/doh.c
    • tests/libtest/lib1560.c
  2. 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
  3. 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
  4. 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