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

Builder curl-ares-solaris11-i386 Build #4235

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 1 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 4235 Build
codebase Build
got_revision 891566c72da47250c13047f7df0d8aa94a6ff842 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 891566c72da47250c13047f7df0d8aa94a6ff842 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:

StartSat Dec 6 14:58:08 2025
EndSat Dec 6 15:04:37 2025
Elapsed6 mins, 29 secs

All Changes:

:

  1. Change #251163

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 06 Dec 2025 14:48:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 891566c72da47250c13047f7df0d8aa94a6ff842

    Comments

    ftp: make EPRT connections non-blocking
    On platforms where neither accept4 nor fcntl was available, an
    EPRT connection did not send the accepted socket as non-blocking.
    
    This became apparent when TLS was in use and the test receive
    on shutdown did simply hang.
    
    Reported-by: Denis Goleshchikhin
    Fixes #19753
    Closes #19851

    Changed files

    • lib/cf-socket.c
    • tests/http/test_30_vsftpd.py
    • tests/http/test_31_vsftpds.py
    • tests/http/test_32_ftps_vsftpd.py
    • tests/libtest/Makefile.inc
    • tests/libtest/cli_ftp_upload.c