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

Builder curl-threaded-solaris10-sparc Build #2841

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 29 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 16 mins, 55 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-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2841 Build
codebase Build
got_revision 741748e34124e33da5357c0026cceb5a927cb036 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 741748e34124e33da5357c0026cceb5a927cb036 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartTue Jun 3 12:23:50 2025
EndWed Jun 4 04:34:09 2025
Elapsed16 hrs, 10 mins, 18 secs

All Changes:

:

  1. Change #231273

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 02 Jun 2025 23:15:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dc60a827477b1174f722a0119512078bdc0388e3

    Comments

    scorecard: rework format and add json print
    Improve the JSON result format to be more descriptive and
    easier to parse.
    
    Add --print option to scorecard.py that prints a saved JSON file
    Add date field to score card.
    
    Closes #17465

    Changed files

    • tests/http/scorecard.py
    • tests/http/testenv/caddy.py
    • tests/http/testenv/env.py
    • tests/http/testenv/nghttpx.py
  2. Change #231274

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 02 Jun 2025 23:17:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a084ad543e30d5baa36793c512231ed336eea303

    Comments

    pytest: do not use reserved chars in url queries
    Closes #17458

    Changed files

    • tests/http/test_07_upload.py
  3. Change #231277

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 02 Jun 2025 23:23:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f6ab4c8b75bed890b63e28fb26b819bbe2bd2073

    Comments

    cmdline-docs: mention HTTP resumed uploads to be shaky
    In the documentation for the --continue-at and --range options.
    
    A future version could implement support for the new standard HTTP resumed
    uploads mechanism.
    
    Ref: #17510
    Closes #17521

    Changed files

    • docs/cmdline-opts/continue-at.md
    • docs/cmdline-opts/range.md
  4. Change #231296

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 03 Jun 2025 09:51:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 741748e34124e33da5357c0026cceb5a927cb036

    Comments

    autotools: recognize more Linux targets when setting `-D_GNU_SOURCE`
    To set `-D_GNU_SOURCE`.
    
    Required to declare `accept4` on uclibc targets. `host_os` can have
    the value `uclinux-uclibcgnueabi` in this case.
    
    Fixing:
    ```
    cf-socket.c: In function 'cf_tcp_accept_connect':
    cf-socket.c:2141:18: error: implicit declaration of function 'accept4'; did you mean 'accept'? [-Werror=implicit-function-declaration]
     2141 |     s_accepted = accept4(ctx->sock, (struct sockaddr *) &add, &size,
    ```
    
    Follow-up to 3d02872be7cfe6dcdef4b02321b47af19e1ce268 #16979
    
    Reported-by: Kadambini Nema
    Fixes #17512
    Closes #17524

    Changed files

    • configure.ac