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

Builder curl-unthreaded-solaris10-i386 Build #15913

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 54 mins, 24 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15913 Build
codebase Build
got_revision 25aee8648ab1c8c5db03db0d3494523491511772 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 25aee8648ab1c8c5db03db0d3494523491511772 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Oct 29 23:25:34 2025
EndThu Oct 30 08:11:32 2025
Elapsed8 hrs, 45 mins, 58 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