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

Builder curl-unthreaded-solaris10-i386 Build #16034

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Nov 25 00:30:48 2025
EndTue Nov 25 00:33:12 2025
Elapsed2 mins, 23 secs

All Changes:

:

  1. Change #249854

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 25 Nov 2025 00:26:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3887069c661b40e76b053a4867eb565d4761ab3e

    Comments

    lib: rename internal header `share.h` to `curl_share.h` to avoid collision
    Windows CRTs have a `share.h`. Before this patch when trying to
    `#include <share.h>` it, the compiler picked up curl's internal
    `lib/share.h` instead. Rename it to avoid this issue.
    
    CRT `share.h` has constants necessary for using safe open CRT functions.
    
    Also rename `lib/share.c` to keep matching the header.
    
    Ref: https://learn.microsoft.com/cpp/c-runtime-library/sharing-constants
    Ref: 625f2c1644da58b9617479775badea21f125ce6d #16949 #16991
    Cherry-picked from #19643
    Closes #19676

    Changed files

    • lib/Makefile.inc
    • lib/asyn-ares.c
    • lib/asyn-base.c
    • lib/asyn-thrdd.c
    • lib/cf-socket.c
    • lib/conncache.c
    • lib/connect.c
    • lib/cookie.c
    • lib/curl_share.c
    • lib/curl_share.h
    • lib/doh.c
    • lib/easy.c
    • lib/hostip.c
    • lib/hostip4.c
    • lib/hostip6.c
    • lib/hsts.c
    • lib/http.c
    • lib/multi.c
    • lib/psl.c
    • lib/setopt.c
    • lib/share.c
    • lib/share.h
    • lib/url.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls_scache.c
    • tests/unit/unit1607.c
    • tests/unit/unit1609.c
  2. Change #249855

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 25 Nov 2025 00:26:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 56bfde6554716f302998a29a192c82bf681a62ee

    Comments

    INTERNALS.md: add release dates to build dependencies
    Also:
    - delete `roffit`, that's not used anymore.
      Follow-up to ea0b575dab86a3c44dd1d547dc500276266aa382 #12753
    
    Follow-up to 92d9dbe4c008646dd467d23dea963fa32e16cf85 #19611
    
    Closes #19677

    Changed files

    • docs/INTERNALS.md