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

Builder curl-ares-solaris10-sparc Build #3612

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 28 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 19 mins, 16 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 3 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 3612 Build
codebase Build
got_revision e8c1023b00b4b1491d0436f8bc95fe589ad659ed Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e8c1023b00b4b1491d0436f8bc95fe589ad659ed 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSun May 17 21:07:44 2026
EndMon May 18 09:11:33 2026
Elapsed12 hrs, 3 mins, 49 secs

All Changes:

:

  1. Change #267473

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 17 May 2026 13:27:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7bde6cb9fcdfbb58531d5ac39e7b236ce15c52bf

    Comments

    build: omit zlib pkg-config reference for Android
    In both autotools and cmake builds, because Android does not offer
    a `zlib.pc`.
    
    Also:
    - GHA/non-native: dump config files, to verify.
    
    Reported-by: sfan5 on github
    Fixes #21647
    
    Closes #21648

    Changed files

    • .github/workflows/non-native.yml
    • CMakeLists.txt
    • acinclude.m4
    • configure.ac
  2. Change #267488

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 17 May 2026 14:19:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d74c0ada4e317566f19b4fac44d91a9eaa93d2bf

    Comments

    urlapi: prevent a terminal `.0x` component to normalize IPv4
    Extend test 1560 to verify
    
    Follow-up to 831a1514843bfa4d4d006627
    
    Spotted by Codex Security
    Closes #21652

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c
  3. Change #267489

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 17 May 2026 14:20:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e8c1023b00b4b1491d0436f8bc95fe589ad659ed

    Comments

    connect: remove deref of freed pointer in trace call
    Spotted by CodeSonar
    
    Closes #21649

    Changed files

    • lib/connect.c