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

Builder curl-threaded-solaris10-sparc Build #2761

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 29 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 51 mins, 28 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 2761 Build
codebase Build
got_revision 4db64a6437dc9133a8a5b127da8affcaa739c894 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4db64a6437dc9133a8a5b127da8affcaa739c894 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. Andreas Westin
  2. Daniel Stenberg

Timing:

StartFri Apr 25 19:25:38 2025
EndSat Apr 26 03:39:08 2025
Elapsed8 hrs, 13 mins, 29 secs

All Changes:

:

  1. Change #228314

    Category curl
    Changed by Andreas Westin <andreas.westinohnoyoudont@axis.com>
    Changed at Fri 25 Apr 2025 17:39:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cc884c08a88ec77f50eca883b55e7e4cfb697761

    Comments

    cf-socket: fix FTP accept connect
    When cf_tcp_accept_connect() is called and it sets up a connection it
    never indicates to the caller that the it's done.
    
    Closes #17186

    Changed files

    • lib/cf-socket.c
  2. Change #228317

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 25 Apr 2025 17:54:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4db64a6437dc9133a8a5b127da8affcaa739c894

    Comments

    tool_paramhlp: avoid integer overflow in secs2ms()
    The previous approach was wrong and could lead to wrong timeout values
    getting used.
    
    Reported-by: bsr13 on hackerone
    Closes #17184

    Changed files

    • src/tool_paramhlp.c
    • tests/data/Makefile.am
    • tests/data/test746