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

Builder curl-unthreaded-solaris10-i386 Build #16470

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf50446f6da461d5404eed556d62b48ed151568fe
Got Revisionf50446f6da461d5404eed556d62b48ed151568fe
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 0 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 59 mins, 51 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 6 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 16470 Build
codebase Build
got_revision f50446f6da461d5404eed556d62b48ed151568fe Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f50446f6da461d5404eed556d62b48ed151568fe 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. Stefan Eissing

Timing:

StartSun Mar 15 17:12:02 2026
EndMon Mar 16 08:03:50 2026
Elapsed14 hrs, 51 mins, 48 secs

All Changes:

:

  1. Change #261081

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 15 Mar 2026 12:48:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f50446f6da461d5404eed556d62b48ed151568fe

    Comments

    lib: keepon improving
    Improve the name, type and handling of `data->req.keepon`:
    
    - Rename `keepon` to `io_flags`
    - make `io_flags` and `uint8_t` and reposition in struct
    - Rename `KEEP_*` defines to `REQ_IO_*`, move to request.h
    - Replace all direct bit tests to `CURL_REQ_WANT_*` use
    - Replace all direct bit manipulations with new macros
    
    Closes #20905

    Changed files

    • lib/cf-h2-proxy.c
    • lib/http.c
    • lib/http2.c
    • lib/multi.c
    • lib/pop3.c
    • lib/request.c
    • lib/request.h
    • lib/transfer.c
    • lib/urldata.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vssh/ssh.h
    • lib/ws.c