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

Builder curl-ares-solaris11-i386 Build #3440

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 26 mins, 23 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3440 Build
codebase Build
got_revision cc884c08a88ec77f50eca883b55e7e4cfb697761 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cc884c08a88ec77f50eca883b55e7e4cfb697761 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Westin

Timing:

StartFri Apr 25 17:46:18 2025
EndFri Apr 25 20:30:08 2025
Elapsed2 hrs, 43 mins, 49 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