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

Builder curl-threaded-solaris11-i386 Build #3591

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. renovate[bot]

Timing:

StartWed Jun 11 06:52:32 2025
EndWed Jun 11 10:21:27 2025
Elapsed3 hrs, 28 mins, 54 secs

All Changes:

:

  1. Change #231901

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 11 Jun 2025 06:00:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0f500e6a9cea471ff8b5d8151fda6e78e08d5e14

    Comments

    Dockerfile: update debian:bookworm-slim Docker digest to e5865e6
    Closes #17579

    Changed files

    • Dockerfile
  2. Change #231906

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 11 Jun 2025 06:32:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3c9d16f4b80ee8282a19a2b10f97090eaa90ca6f

    Comments

    cmake: drop never propagated C macros
    Delete macros from `curl_config.h.cmake` that were never set by
    the CMake script: `_LARGE_FILES`, `_THREAD_SAFE`, `const`, `size_t`.
    
    Also:
    - lib/config-riscos.h: drop `#undef _LARGE_FILES`. This is an
      IBM-specific macro, no need to unset it on other platforms.
    
    Cherry-picked from #17576
    
    Closes #17580

    Changed files

    • lib/config-riscos.h
    • lib/curl_config.h.cmake