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

Builder curl-ares-solaris10-i386 Build #3465

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1886260a95f442d947b4d1fc01be95ee55e5f5a1
Got Revision1886260a95f442d947b4d1fc01be95ee55e5f5a1
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 9 mins, 12 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3465 Build
codebase Build
got_revision 1886260a95f442d947b4d1fc01be95ee55e5f5a1 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1886260a95f442d947b4d1fc01be95ee55e5f5a1 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartMon Jun 9 15:39:39 2025
EndTue Jun 10 01:19:12 2025
Elapsed9 hrs, 39 mins, 33 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
  4. Change #231708

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 09 Jun 2025 13:16:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1886260a95f442d947b4d1fc01be95ee55e5f5a1

    Comments

    lib: make curlx_inet_ntop()
    move function to curlx/, change all callers
    
    Closes #17560

    Changed files

    • lib/Makefile.inc
    • lib/asyn-thrdd.c
    • lib/cf-socket.c
    • lib/connect.c
    • lib/curlx/curlx.h
    • lib/curlx/inet_ntop.c
    • lib/curlx/inet_ntop.h
    • lib/ftp.c
    • lib/hostip.c
    • lib/if2ip.c
    • lib/inet_ntop.c
    • lib/inet_ntop.h
    • lib/url.c
    • lib/urlapi.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c