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

Builder curl-threaded-solaris10-i386 Build #3618

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfc98a630cfb27dd097b31b57aa59fb578b390063
Got Revisionfc98a630cfb27dd097b31b57aa59fb578b390063
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 53 mins, 48 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 3618 Build
codebase Build
got_revision fc98a630cfb27dd097b31b57aa59fb578b390063 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fc98a630cfb27dd097b31b57aa59fb578b390063 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Jul 28 10:04:50 2025
EndMon Jul 28 18:56:37 2025
Elapsed8 hrs, 51 mins, 46 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
  4. Change #240912

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 28 Jul 2025 08:42:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 513b664980f3632387f8618b4068c50e472c11fc

    Comments

    DEPRECATE.md: remove leftover "nothing"
    It was just wrong and confusing
    
    Closes #18044

    Changed files

    • docs/DEPRECATE.md
  5. Change #240921

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 28 Jul 2025 09:15:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fc98a630cfb27dd097b31b57aa59fb578b390063

    Comments

    memanalyze.pl: remove strict+warnings
    These introduced *hundreds* of lines of output in a single test run.
    
    I think this also shows strict+warnigns in perl in their most annoying
    way.
    
    Follow-up to 2ec54556d4
    
    Closes #18048

    Changed files

    • tests/memanalyze.pl