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

Builder curl-ares-solaris11-i386 Build #2826

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 25 mins, 38 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 2826 Build
codebase Build
got_revision 6478a36b6676a913da3c47e2dd9abff4ccc70c43 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6478a36b6676a913da3c47e2dd9abff4ccc70c43 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:

StartWed Oct 16 18:21:57 2024
EndWed Oct 16 22:18:24 2024
Elapsed3 hrs, 56 mins, 27 secs

All Changes:

:

  1. Change #211865

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 16 Oct 2024 16:27:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision adf2b4fa51a3a873f4f8922617695c4072efa4a1

    Comments

    libssh: use CURL_PATH_MAX instead of PATH_MAX
    Follow-up to facf59c30e9a6a10c4
    
    Reported-by: Viktor Szakats
    Bug: https://github.com/curl/curl/pull/15285#issuecomment-2416947731
    Closes #15309

    Changed files

    • lib/vssh/libssh.c
  2. Change #211876

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 16 Oct 2024 17:27:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6478a36b6676a913da3c47e2dd9abff4ccc70c43

    Comments

    src: guard for double declaration of `curl_ca_embed` in unity builds
    Seen with curl-for-win linux-musl-from-mac build with gcc 9.2.0.
    
    ```
    n file included from /Users/runner/work/curl-for-win/curl-for-win/curl/_x64-linux-musl-bld/src/CMakeFiles/curl.dir/Unity/unity_0_c.c:136:
    /Users/runner/work/curl-for-win/curl-for-win/curl/_x64-linux-musl-bld/src/tool_ca_embed.c:4:28: warning: redundant redeclaration of 'curl_ca_embed' [-Wredundant-decls]
        4 | extern const unsigned char curl_ca_embed[];
          |                            ^~~~~~~~~~~~~
    In file included from /Users/runner/work/curl-for-win/curl-for-win/curl/_x64-linux-musl-bld/src/CMakeFiles/curl.dir/Unity/unity_0_c.c:88:
    /Users/runner/work/curl-for-win/curl-for-win/curl/src/tool_operate.c:107:28: note: previous declaration of 'curl_ca_embed' was here
      107 | extern const unsigned char curl_ca_embed[];
          |                            ^~~~~~~~~~~~~
    ```
    https://github.com/curl/curl-for-win/actions/runs/11192203640/job/31116070669#step:3:4894
    
    Follow-up to 8a3740bc8e558b9a9d4a652b74cf27a0961d7010 #14059
    Closes #15307

    Changed files

    • src/mk-file-embed.pl
    • src/tool_operate.c