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

Builder curl-threaded-solaris11-sparc Build #4023

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 30 mins, 57 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 4023 Build
codebase Build
got_revision f1e1c8b98a403a433accbd1976debe59e502df05 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f1e1c8b98a403a433accbd1976debe59e502df05 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue Jun 3 16:55:05 2025
EndTue Jun 3 17:26:10 2025
Elapsed31 mins, 4 secs

All Changes:

:

  1. Change #231313

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 03 Jun 2025 16:51:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c7658f274c551c14f7e22031e324a25f1bdea800

    Comments

    curl: make -N handled correctly
    Options marked ARG_NO should have their 'toggle' value reverted when the
    short option is used as it implies using the --no- prefix.
    
    -N happens be the only short option flag for a --no- long option.
    
    Reported-by: Stefan Eissing
    Closes #17527

    Changed files

    • src/tool_getparam.c
  2. Change #231314

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 03 Jun 2025 16:52:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1e1c8b98a403a433accbd1976debe59e502df05

    Comments

    tls BIOs: handle BIO_CTRL_EOF correctly
    Needs to return 1 if EOF from underlying filter has been seen.
    
    Fixes #17471
    Reported-by: Michael Kaufmann
    Closes #17526

    Changed files

    • lib/vtls/openssl.c
    • lib/vtls/wolfssl.c