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

Builder curl-ares-solaris11-sparc Build #4254

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 54 mins, 41 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 5 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4254 Build
codebase Build
got_revision 36af5cceb11f0b8757a5a4fcdcc1974f6b3cda2f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 36af5cceb11f0b8757a5a4fcdcc1974f6b3cda2f Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Jul 28 03:44:01 2025
EndMon Jul 28 06:12:29 2025
Elapsed2 hrs, 28 mins, 28 secs

All Changes:

:

  1. Change #240896

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 28 Jul 2025 01:51:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 750985482453643e70ef8285081c6fe4969aa928

    Comments

    scripts: fix two Perl uninitialized value warnings
    ```
    Use of uninitialized value $errors in exit at .github/scripts/badwords.pl line 87.
    Use of uninitialized value $o in concatenation (.) or string at ../.github/scripts/randcurl.pl line 99.
    ```
    
    Follow-up to 2ec54556d4e3f3ab551b5298adab0c703d85a463 #17877
    Cherry-picked from #18042
    Closes #18047

    Changed files

    • .github/scripts/badwords.pl
    • .github/scripts/randcurl.pl
  2. Change #240898

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 28 Jul 2025 01:51:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 061c81904fc13839b8e8c3c14b28dace4f7a5aaa

    Comments

    inet_pton, inet_ntop: drop declarations when unused
    Do not declare local inet_pton/inet_ntop implementations when they are
    not used. In this case the same symbol is defined as a macro and mapped
    to the system implementation.
    
    Syncing this with their definitions.
    
    Closes #18043

    Changed files

    • lib/curlx/inet_ntop.h
    • lib/curlx/inet_pton.h
  3. Change #240899

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 28 Jul 2025 01:51:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 36af5cceb11f0b8757a5a4fcdcc1974f6b3cda2f

    Comments

    config-win32.h: do not use winsock2 `inet_ntop()`/`inet_pton()`
    Syncing winbuild and VS Project File builds with the same fix applied
    to cmake and autotools builds earlier.
    
    Also fixes these warnings seen in the VisualStudioSolution (VS2013) job
    on AppVeyor CI:
    ```
    lib\hostip.c(148): warning C4090: 'function' : different 'const' qualifiers
    lib\hostip.c(155): warning C4090: 'function' : different 'const' qualifiers
    ```
    Ref: https://ci.appveyor.com/project/curlorg/curl/builds/52470650/job/gslnjrdxnd8b9mtv#L180
    
    Went unnoticed because warnings are not promoted to error in these builds.
    winbuild CI jobs did not hit this warning for some reason.
    
    Follow-up to 8537a5b0bcf4565551774c2b2375c49767e405a7 #16577
    Closes #18045

    Changed files

    • lib/config-win32.h