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

Builder curl-ares-solaris11-i386 Build #3578

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 17 mins, 28 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 58 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 3578 Build
codebase Build
got_revision 1886260a95f442d947b4d1fc01be95ee55e5f5a1 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1886260a95f442d947b4d1fc01be95ee55e5f5a1 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Jun 9 15:48:29 2025
EndMon Jun 9 19:27:07 2025
Elapsed3 hrs, 38 mins, 37 secs

All Changes:

:

  1. 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
  2. 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