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

Builder curl-ares-solaris10-sparc Build #2959

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc72bb7aec4db2ad32f9d82758b4f55663d0ebd60
Got Revisionc72bb7aec4db2ad32f9d82758b4f55663d0ebd60
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 32 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 22 mins, 14 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2959 Build
codebase Build
got_revision c72bb7aec4db2ad32f9d82758b4f55663d0ebd60 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c72bb7aec4db2ad32f9d82758b4f55663d0ebd60 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
  2. Florian Friedrich
  3. Jay Satiro
  4. Michał Petryka
  5. Stefan Eissing

Timing:

StartTue Sep 2 19:22:58 2025
EndWed Sep 3 04:08:09 2025
Elapsed8 hrs, 45 mins, 10 secs

All Changes:

:

  1. Change #244263

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Sep 2025 07:50:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9598ccee59789716b92c885f63d82e12259b6f29

    Comments

    tool_filetime: correct the conditions
    The libcurl API for CURLINFO_FILETIME_T clearly says it contains -1 if
    not set. Everything else is a valid time stamp so use that.
    
    Follow-up to 54f1ef05d672453d75a5fc60
    Closes #18446

    Changed files

    • src/tool_filetime.c
    • src/tool_operate.c
  2. Change #244266

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Sep 2025 07:51:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e00cb001c69b1cc2f4a1035445860685bd904ec4

    Comments

    CURLINFO_FILETIME*.md: correct the examples
    Only -1 means bad value, all others are acceptable.
    
    Ref: #18424
    Closes #18447

    Changed files

    • docs/libcurl/opts/CURLINFO_FILETIME.md
    • docs/libcurl/opts/CURLINFO_FILETIME_T.md
  3. Change #244267

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 02 Sep 2025 07:54:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d040c71d7e611a0e5e9114c81eb6469a02090ea

    Comments

    Curl_http(), decomplexify
    Split out adding of individual request headers into a switch. Check
    the connection http version only on fresh connections, use separate
    methods.
    
    Add TE: header directly without allocation. Add bit for indicating
    Connection: header has been added and custom headers should not do
    that again.
    
    Closes #18444

    Changed files

    • lib/http.c
    • lib/http.h
    • lib/http2.c
    • lib/http_aws_sigv4.c
    • lib/http_proxy.c
    • lib/url.c
    • lib/urldata.h
    • lib/ws.c
    • tests/data/test1122
    • tests/data/test1123
    • tests/data/test1124
    • tests/data/test1125
    • tests/data/test1170
    • tests/data/test1171
    • tests/data/test1277
    • tests/data/test1546
    • tests/data/test1704
    • tests/data/test1800
    • tests/data/test2300
    • tests/data/test2301
    • tests/data/test2302
    • tests/data/test2303
    • tests/data/test2304
    • tests/data/test387
    • tests/data/test418
  4. Change #244268

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Sep 2025 07:55:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f8e6e11725e5b7aca4b1f7d1e0eabbbe31f93336

    Comments

    parsedate: make Curl_getdate_capped able to return epoch
    By returning error separately on parse errors and avoiding magic
    numbers, this function can now return 0 or -1 as proper dates when such
    a date string is provided.
    
    Closes #18445

    Changed files

    • lib/altsvc.c
    • lib/cookie.c
    • lib/ftp.c
    • lib/hsts.c
    • lib/http.c
    • lib/parsedate.c
    • lib/parsedate.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
  5. Change #244270

    Category curl
    Changed by Michał Petryka <35800402+MichalPetrykaohnoyoudont@users.noreply.github.com>
    Changed at Tue 02 Sep 2025 08:36:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 37c6744997de712984dd73600613e4a2aa104d68

    Comments

    .editorconfig: add
    This allows IDEs that support this standard to automatically use the
    correct formatting options.
    
    Closes #18409

    Changed files

    • .editorconfig
    • Makefile.am
  6. Change #244273

    Category curl
    Changed by Florian Friedrich <ffriedohnoyoudont@me.com>
    Changed at Tue 02 Sep 2025 10:11:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ad42850b231a557d8955bf296a6b93383d416d92

    Comments

    docs: fix typo (staring -> starting)
    Closes #18450

    Changed files

    • docs/cmdline-opts/retry-delay.md
    • docs/cmdline-opts/retry-max-time.md
    • docs/examples/websocket-updown.c
    • docs/libcurl/curl_ws_start_frame.md
  7. Change #244291

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Tue 02 Sep 2025 16:34:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c72bb7aec4db2ad32f9d82758b4f55663d0ebd60

    Comments

    projects: fix Windows project 'clean' function
    - Fix generate.bat "-clean" option.
    
    - Change version template substitutes to match old files, eg go back to
      using format version "11.00" instead of "11.0".
    
    - Limit the vcxproj filters file types that are filtered to c, h, rc.
    
    - Get rid of the tmpl extension from template files and add a README
      to the tmpl directory explaining the purpose of the files.
    
    - gitignore VCxx directories entirely rather than individual file types.
    
    - Do not remove the VC directories during clean, instead remove just the
      generated project files.
    
    Removing the VC directories has the unwanted behavior of removing files
    other than those generated. Visual Studio will generate its own
    preference files (like if you have some debug arguments in your .suo)
    and those files sit in the VC directories. We ignore those files since
    they are the user's files and should not be deleted. Also the user may
    have their own untracked files that we shouldn't be deleting.
    
    Follow-up to 57d349fe which consolidated the project templates.
    
    Assisted-by: Viktor Szakats
    
    Closes https://github.com/curl/curl/pull/18412

    Changed files

    • projects/Windows/.gitignore
    • projects/Windows/tmpl/README.txt
    • projects/Windows/tmpl/curl-all.sln
    • projects/Windows/tmpl/curl.sln
    • projects/Windows/tmpl/curl.vcxproj
    • projects/Windows/tmpl/curl.vcxproj.filters
    • projects/Windows/tmpl/curl.vcxproj.tmpl
    • projects/Windows/tmpl/libcurl.sln
    • projects/Windows/tmpl/libcurl.vcxproj
    • projects/Windows/tmpl/libcurl.vcxproj.filters
    • projects/Windows/tmpl/libcurl.vcxproj.tmpl
    • projects/generate.bat