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

Builder curl-ares-solaris10-i386 Build #3415

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu May 22 13:18:03 2025
EndThu May 22 16:57:37 2025
Elapsed3 hrs, 39 mins, 33 secs

All Changes:

:

  1. Change #230518

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 22 May 2025 13:04:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4331e7087bcf10b1d54fa17b0ef879417d270596

    Comments

    windows: fix builds targeting WinXP, test it in CI
    - appveyor: make a job target Windows XP.
    
    - examples/block_ip: force this specific example to target Vista to make
      it compile when building curl for Windows XP. Fixing:
      ```
      docs\examples\block_ip.c(157): warning C4013: 'inet_pton' undefined; assuming extern returning int
      docs\examples\block_ip.c(272): warning C4013: 'inet_ntop' undefined; assuming extern returning int
      ```
      Ref: https://ci.appveyor.com/project/curlorg/curl/builds/52102142/job/2ajdluhc20r4gmmw#L530
    
    Cherry-picked from #17413
    Closes #17415

    Changed files

    • appveyor.sh
    • appveyor.yml
    • docs/examples/block_ip.c