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

Builder curl-ares-solaris11-sparc Build #3028

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6478a36b6676a913da3c47e2dd9abff4ccc70c43
Got Revision6478a36b6676a913da3c47e2dd9abff4ccc70c43
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 32 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 30 mins, 28 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 3028 Build
codebase Build
got_revision 6478a36b6676a913da3c47e2dd9abff4ccc70c43 Git
osplatform SPARC 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-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:

StartWed Oct 16 17:38:38 2024
EndWed Oct 16 19:08:55 2024
Elapsed1 hrs, 30 mins, 17 secs

All Changes:

:

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