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

Builder curl-ares-solaris11-i386 Build #5385

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 9 mins, 38 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 20 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 5385 Build
codebase Build
got_revision 3f79dc36253e88411e13188042909d9bdc1978db Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3f79dc36253e88411e13188042909d9bdc1978db 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. Stefan Eissing

Timing:

StartMon Sep 14 13:09:09 2026
EndMon Sep 14 15:03:11 2026
Elapsed1 hrs, 54 mins, 2 secs

All Changes:

:

  1. Change #281787

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 14 Sep 2026 14:15:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3f79dc36253e88411e13188042909d9bdc1978db

    Comments

    telnet: make it work through proxy tunnels
    Change telnet's antiquated corner places where it still used the
    connection socket directly. Use the transfer send call instead which
    goes the proper way thought the connection filters.
    
    Closes #22941

    Changed files

    • lib/telnet.c