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

Builder curl-ares-solaris11-sparc Build #4075

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 27 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 4075 Build
codebase Build
got_revision 9fc05357ef91e9d5a3c6662a30a67c96cac0b2e5 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9fc05357ef91e9d5a3c6662a30a67c96cac0b2e5 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:

StartThu Jun 19 14:33:50 2025
EndThu Jun 19 15:49:26 2025
Elapsed1 hrs, 15 mins, 36 secs

All Changes:

:

  1. Change #237007

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 13:27:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e47c8a764282605e54328853f55a4c8d323f2b1

    Comments

    build: tidy up header paths, use srcdir where possible
    To improve readability.
    
    Also add more comments on why each is necessary.
    
    Closes #17630

    Changed files

    • lib/Makefile.am
    • src/CMakeLists.txt
    • src/Makefile.am
    • tests/client/CMakeLists.txt
    • tests/client/Makefile.am
    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/tunit/CMakeLists.txt
    • tests/tunit/Makefile.am
    • tests/unit/CMakeLists.txt
    • tests/unit/Makefile.am
  2. Change #237008

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 13:28:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9fc05357ef91e9d5a3c6662a30a67c96cac0b2e5

    Comments

    tests/server: make all global vars/funcs static
    Also merge `util.h` into `util.c`.
    
    Closes #17671

    Changed files

    • tests/server/Makefile.inc
    • tests/server/dnsd.c
    • tests/server/getpart.c
    • tests/server/getpart.h
    • tests/server/mqttd.c
    • tests/server/resolve.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/server/util.c
    • tests/server/util.h