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

Builder curl-unthreaded-solaris10-i386 Build #15894

Build In Progress:

Runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. x2018

Timing:

StartWed Oct 22 11:22:07 2025
Elapsed8 hrs, 21 mins, 3 secs

All Changes:

:

  1. Change #246381

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 22 Oct 2025 08:41:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7295546447af980adacb37553a276cb1c782ba23

    Comments

    hostip: fix infof() output for non-ipv6 builds using IPv6 address
    Pointed out by ZeroPath
    
    Closes #19184

    Changed files

    • lib/hostip.c
  2. Change #246383

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Wed 22 Oct 2025 09:37:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 68e63a7997e33dd6393c60fe9157023c70b57fc3

    Comments

    curl_path: add curlx_dyn_free() on an error path
    Follow-up to 976333dd4052855c22369e89
    
    Closes #19183

    Changed files

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

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 22 Oct 2025 09:55:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f8ba00fe9ddb88827e212a9ebf8dd8293b5a1cb8

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  4. Change #246390

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 22 Oct 2025 10:58:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9c313b61b419c8a6c92420f77da67de8d287ff8a

    Comments

    ftp: check errors on remote ip for data connection
    Obtaining the remote ip of the control connection to be used for the
    data connection can fail. Check that and fail the transfer when that
    does not work.
    
    Triggered by an OSS-Fuzz issue.
    Closes #19185

    Changed files

    • lib/ftp.c