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

Builder curl-ares-solaris10-sparc Build #2798

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 50 mins, 41 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2798 Build
codebase Build
got_revision 745c3519a5942853cb96817d6545ba8aaf1cb3f0 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 745c3519a5942853cb96817d6545ba8aaf1cb3f0 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartSun May 25 17:50:52 2025
EndMon May 26 02:11:10 2025
Elapsed8 hrs, 20 mins, 18 secs

All Changes:

:

  1. Change #230698

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 25 May 2025 11:56:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 745c3519a5942853cb96817d6545ba8aaf1cb3f0

    Comments

    ftp: fix race in upload handling
    When TYPE was skipped for an immediate STORE command and the server
    replied fast and the EPRT data connection was not ready, the transfer
    was not initated, leading to no upload.
    
    Fixes #17394
    Closes #17428
    Reported-by: JoelAtWisetech on github

    Changed files

    • lib/ftp.c
    • tests/http/test_30_vsftpd.py