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

Builder curl-threaded-solaris10-sparc Build #3019

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision25aee8648ab1c8c5db03db0d3494523491511772
Got Revision25aee8648ab1c8c5db03db0d3494523491511772
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 26 mins, 50 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-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3019 Build
codebase Build
got_revision 25aee8648ab1c8c5db03db0d3494523491511772 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 25aee8648ab1c8c5db03db0d3494523491511772 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. Viktor Szakats

Timing:

StartThu Oct 30 02:00:56 2025
EndThu Oct 30 15:16:40 2025
Elapsed13 hrs, 15 mins, 43 secs

All Changes:

:

  1. Change #247046

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 29 Oct 2025 16:17:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7973cb0b3ef2f2de677e65bc29062c122536262b

    Comments

    http: fix `-Wunreachable-code` in !websockets !unity builds
    Also requires non-unity build. Possibly more non-default options are
    necessary to reproduce. Seen with llvm/clang.
    
    ```
    lib/http.c:1856:15: error: code will never be executed [-Werror,-Wunreachable-code]
     1856 |     httpreq = HTTPREQ_GET;
          |               ^~~~~~~~~~~
    1 error generated.
    ```
    
    Closes #19275

    Changed files

    • lib/http.c
  2. Change #247047

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 29 Oct 2025 16:17:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 25aee8648ab1c8c5db03db0d3494523491511772

    Comments

    http: fix `-Wunused-variable` in !alt-svc !proxy !ws builds
    ```
    lib/http.c:2783:23: error: unused variable 'conn' [-Werror,-Wunused-variable]
     2783 |   struct connectdata *conn = data->conn;
          |                       ^~~~
    1 error generated.
    ```
    
    Closes #19276

    Changed files

    • lib/http.c