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

Builder curl-threaded-solaris11-i386 Build #3584

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc347b43e5cb3638bfc1b5b2ad87d32f0b53d2cb8
Got Revisionc347b43e5cb3638bfc1b5b2ad87d32f0b53d2cb8
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Carlos Henrique Lima Melara
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartMon Jun 9 12:58:17 2025
EndMon Jun 9 16:56:11 2025
Elapsed3 hrs, 57 mins, 54 secs

All Changes:

:

  1. Change #231692

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 09 Jun 2025 11:22:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c314759c4c40114a510f2d67de2d51edc6eec16c

    Comments

    pingpong: on disconnect, check for unflushed pingpong state
    When a pingpong based protocol tries to perform a connection disconnect,
    it sends a sort of "logout" command to the server, unless the connection
    is deemed dead.
    
    But the disconnect might happen before pingpong data has been completely
    sent, in which case sending the "logout" will not work. Check the
    pingpong state and do not "logout" when data is pending.
    
    This was detected as a condition in fuzzing that triggered a debug
    assert in the pingpong sending.
    
    Closes #17555

    Changed files

    • lib/ftp.c
    • lib/imap.c
    • lib/pop3.c
    • lib/smtp.c
  2. Change #231695

    Category curl
    Changed by Carlos Henrique Lima Melara <charlesmelaraohnoyoudont@riseup.net>
    Changed at Mon 09 Jun 2025 11:23:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0ede81dcc61844cecce8904fb4de24319afeb024

    Comments

    curl_path: make SFTP handle a path like /~ properly.
    ... without a trailing slash.
    
    Fixes #17534
    Closes #17542

    Changed files

    • lib/vssh/curl_path.c
  3. Change #231697

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 09 Jun 2025 12:28:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c347b43e5cb3638bfc1b5b2ad87d32f0b53d2cb8

    Comments

    GHA/hacktoberfest-accepted: prefer `GH_TOKEN`
    For the `gh` tool, over `GITHUB_TOKEN`. It accepts both, of which
    the former seems to be preferred according to the source code and
    documentation.
    
    GHA/appveyor-status already uses `GH_TOKEN`.
    
    Closes #17556

    Changed files

    • .github/workflows/hacktoberfest-accepted.yml