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

Builder curl-unthreaded-solaris11-sparc Build #4545

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 15 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 4545 Build
codebase Build
got_revision 25aee8648ab1c8c5db03db0d3494523491511772 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 25aee8648ab1c8c5db03db0d3494523491511772 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Oct 29 16:28:05 2025
EndWed Oct 29 17:24:19 2025
Elapsed56 mins, 14 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