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

Builder curl-unthreaded-solaris10-sparc Build #13149

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 hrs, 23 mins, 28 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13149 Build
codebase Build
got_revision 828f9984937f2494d3bc44690d11ce9e4b9500ef Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 828f9984937f2494d3bc44690d11ce9e4b9500ef 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
  2. Viktor Szakats

Timing:

StartTue May 13 22:59:28 2025
EndWed May 14 10:25:40 2025
Elapsed11 hrs, 26 mins, 11 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
  4. Change #229685

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 May 2025 16:01:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 828f9984937f2494d3bc44690d11ce9e4b9500ef

    Comments

    spacecheck.pl: drop more exceptions
    - replace ß (scharfes S) with links.
    - replace § (section sign) with links.
    - replace 🙏 emoji with `:pray:`.
     Supported by GitHub, Forgejo/Gitea and most likely GitLab.
    - docs/libcurl/curl_mprintf.md: replace Unicode ± with `{+|-}`.
    - docs/CIPHERS.md: URL encode Unicode in URLs.
    - lib1560: use hex encoding in `räksmörgås.se`.
    - unit1307: use hex encoding in `Lindmätarv`.
    - drop LATIN SMALL LETTER A WITH ACUTE exception.
      No longer appears in tests.
    
    This leaves the single character exception: `ö`
    And file exceptions holding contributor names.
    
    Follow-up to 9243ed59b387a90940fa4a16ebfd99ad7d6c2f63 #17329
    Follow-up to 838dc53bb7bf52039b23af0e9ccffa51cf9ad7d0 #17247
    
    Closes #17335

    Changed files

    • .github/scripts/spacecheck.pl
    • README.md
    • docs/CIPHERS.md
    • docs/KNOWN_BUGS
    • docs/URL-SYNTAX.md
    • docs/libcurl/curl_mprintf.md
    • tests/libtest/lib1560.c
    • tests/unit/unit1307.c